:root {
    --greenBGSB: #30b54b;
    --blueBG: #add8e6;
    --dark: #221f20;
    --gray: #73787e;
    --gray-dark: #575757;
    --gray-light: #ccc;
    --silver: #f6f6f6;
    --white-smoke: #f5f5f5;
    --blue-dark: #012b4e;
    --HomebushBlue: #215097;
    --blue: #095a9e;
    --sky-blue: #94ceff;
    --violet: #6473f9;
    --lavender-blue: #d2daff;
    --pastel-lilac: #d0d1e9;
    --lavender-blue2: #e4edfc;
    --green: #30b54b;
    --green-light: #8dffa4;
    --green02: #00ab22;
    --green03: #7bfe24;
    --green-extraLight: #effcf2;
    --limeBG: #f8ffd5;
    --avocado-light: #e3e2c8;
    --light: #e6f1f7;
    --alice-blue: #f4f7ff;
    --ice-blue: #c6efef;
    --red: #ff3535;
    --red-light1: #ff6565;
    --red01: #cb0000;
    --red02: #ff8181;
    --red-light: #ffcccc;
    --red-extraLight: #ffefef;
    --lightBG: #f7f7f7;
    --orange: #f4b545;
    --Yellow-light: #f2e2aa;
    --bananaBG: #fff7e1;
    --lavenderBG: #e2e4ff;
    --lavender-light: #e6d8e2;
    --llueZirconBG: #c6ffff;
    --sky-blue-light: #e8f7fa;
    --silica-dream: #e0dcdc;
    --light-pastel-green: #dff6f0;
    --dull-pastel-green: #e4ebe6;
    --magnolia: #f9f1ff;
    /* landing page post login */

    --bg-color01: #f3f1ff;
    --bg-color02: #f1fdff;
    --bg-color03: #fff8f1;
    --colour04: #e7e7e7;
    --bold: bold;
    --medium: 500;
    --font-opensans: "Open Sans", sans-serif;
    --font-poppins: Poppins, sans-serif;
    --font-raleway: Raleway, sans-serif;
    --font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-varela-round: "Varela Round", sans-serif;
}

/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/
iframe, object, embed {
    max-width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-poppins);
    color: var(--dark);
    font-size: 15px;
}

p {
    text-align: justify;
}

.mob_bottom,
.mob_text {
    display: none;
}

.btn,
.form-select,
.form-select-sm,
.timeline-item label,
.input-group .input-group-text,
.Profile_page .table td,
.form-check .fs-ip,
.scalping .fs-ip,
.w-picks .dropdown-menu {
    font-size: 14px !important;
}

/***Scrollbar common***/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

::-webkit-scrollbar-thumb {
    background-color: var(--blue-dark);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrolling_X {
    overflow-x: scroll;
    overflow-y: inherit;
}

#main {
    min-height: calc(100vh - 200px);
}

/*----------------------------
text color
-------------------------------*/
.text-green {
    color: var(--green);
}

.text-HomebushBlue {
    color: var(--HomebushBlue);
}

.text-d-red {
    color: #a73a3a;
}
/*----------------------------
buttons 
-------------------------------*/
.btn-primary {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-secondary {
    color: #fff;
    background-color: var(--gray-dark);
    border-color: var(--gray-dark);
}

.btn-success {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-lightBlue {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-white {
    color: var(--dark) !important;
    background-color: white !important;
}

    .btn-white:hover,
    .btn-white:active,
    .btn-white:focus {
        color: var(--dark) !important;
    }

.btn-lightBlue:hover,
.btn-lightBlue:active,
.btn-lightBlue:focus {
    color: #fff !important;
    background-color: #0070d1 !important;
}

.btn-violet {
    color: #fff;
    background-color: var(--violet);
    border-color: var(--violet);
}

    .btn-violet:hover {
        background-color: #3b4ff9;
        color: #fff;
    }

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-outline-primary {
    border-color: var(--blue-dark);
    color: var(--gray);
}

.form-control {
    font-size: 0.8rem;
    padding: 0.65rem 0.65rem;
    line-height: 1.42857143;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
/*----------------------------
 containerHome 
-------------------------------*/
.containerHome-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerHome-fluid {
    max-width: 970px;
}

@media only screen and (min-width: 1200px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1300px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1440px) {
    .containerHome-fluid {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1600px) {
    .containerHome-fluid {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 992px) {
    .containerHome-fluid {
        max-width: 750px;
    }
}

body.open-menu .navbar {
    right: 0 !important;
}

body.open-menu {
    /* left: -250px; */
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .open-menu .nav_header {
        background-color: var(--light);
    }
}

body.open-menu .over-menu {
    visibility: visible;
    opacity: 1;
}

body .over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

body.open-menu .top_login {
    display: none;
}

/* top header */

#header {
    transition: all 0.5s;
    background: white;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}

.logo img {
    max-height: 65px;
    transition: all 0.5s ease;
}

.headerFixScroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    background: #fff !important;
}

#header.headerFixScroll {
    padding: 5px 0;
}

    #header.headerFixScroll .nav-link {
        color: #6a7582;
    }

.headerFixScroll .logo img {
    max-height: 50px;
}

@media (max-width: 992px) {
    #header .nav-link {
        color: #6a7582;
    }

    .headerFixScroll .logo img {
        max-height: 40px;
    }

    .logo img {
        max-height: 50px;
        transition: all 0.5s ease;
    }
}

#header.in-header {
    background: #ffffff !important;
}

    #header.in-header .nav-link {
        color: #6a7582 !important;
    }

    #header.in-header .navbar .registernow {
        background: var(--blue-dark);
        color: #fff;
    }

/**********
top menu  */
.navbar .dropdown ul a {
    color: #6a7582;
    font-size: 14px;
}

    .navbar .dropdown ul a:hover {
        color: var(--blue);
    }

    .navbar .dropdown ul a::before {
        content: "\f105";
        font: normal normal normal 11px/1 FontAwesome;
        margin-right: 5px;
        color: var(--blue);
    }

.singlemenu-panel {
    border-radius: 5px;
    width: auto !important;
    padding: 15px !important;
    /* top: calc(100% + 30px); */
    border-top: solid 1px #f0f0f0 !important;
    background-color: #fdfdfd !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075) !important;
    animation: opac 0.8s;
}

.megamenu-panel {
    border-radius: 5px;
    width: auto;
    padding: 15px;
    display: none;
    position: absolute;
    left: -423px;
    /* top: calc(100% + 30px); */
    /* right: 268px; */
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* .navbar .dropdown:hover > .sub-menu {
    top: 100% !important;
 } */

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    /* margin: 0 0 10px; */
    padding: 0;
    display: inline-block;
    list-style: none;
    border-right: solid 1px #f0f0f0;
}

.megamenu-lists .list-col-4 {
    width: 25%;
}

.megamenu-list:last-child {
    border-right: none;
}

.back-to-top {
    z-index: 9;
}

/**
 * Mobile Navigation 
 */
#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 9;
    padding: 15px 0;
    /*border-bottom: 1px solid #e6f2fb;*/
}

    #header.header-scrolled {
        border-color: #fff;
        box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
    }

/* .mob-nav-toggle.bi-x {
    color: #fff;
  } */

body.open-menu .navbar {
    right: 0 !important;
}

body.open-menu {
    /* left: -250px; */
    overflow: hidden;
}

    body.open-menu .over-menu {
        visibility: visible;
        opacity: 1;
    }

body .over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

body.open-menu .top_login {
    display: none;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        /* float: right; */
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 2px;
                position: absolute;
                background: #012b4e;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.nav_header {
    display: none;
}

.navbar .dropdown ul.sub-menu {
    display: block;
    position: absolute;
    min-width: 200px;
    /* left: 14px; */
    /* top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99; */
    opacity: 0;
    visibility: hidden;
    /* background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 10px; */
}

.navbar .menus > li:hover a ~ .sub-menu {
    display: block;
    opacity: inherit;
    visibility: inherit;
}

.navbar .dropdown ul {
    display: table-cell;
    position: inherit;
    opacity: inherit;
    visibility: inherit;
    box-shadow: none;
}

    .navbar .dropdown ul li {
        min-width: auto;
    }

        .navbar .dropdown ul li.sub-hed {
            font-size: 12px;
            display: block;
            padding: 2px 20px !important;
            font-weight: 500;
            color: var(--blue-dark);
        }

        /* li.sub-hed::after{
    color: var(--gray);
    font-size: 5px;
    content: " ////////";
    height: 4px;
    width: 100%;
 } */
        .navbar .dropdown ul li h5 {
            font-size: 16px;
            margin: 0 0 5px 10px;
            color: var(--green);
            /* color: var(--blue-dark); */
        }

            .navbar .dropdown ul li h5::before {
                content: "\e473";
                font: normal normal normal 13px/1 FontAwesome;
                margin-right: 5px;
                color: var(--gray);
            }

.logo-menu {
    display: none;
}

.open-menu .navbar .dropdown ul li a:hover ~ .sub-menu {
    display: block;
    position: inherit;
    opacity: inherit;
    visibility: inherit;
}

@media only screen and (max-width: 992px) {
    .open-menu .menus {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px;
        font-size: 14px;
    }

    .open-menu header .navbar {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
        position: fixed;
        height: 100%;
        /* width: 250px; */
        width: 100%;
        right: 0px;
        top: 0;
        z-index: 12 !important;
    }

    .open-menu .nav_header {
        background-color: var(--light);
    }

    .open-menu .logo-menu {
        display: block;
        padding: 9px 14px;
    }

    .logo-menu img {
        width: 62px;
        height: auto;
    }
}

.overflow-auto1 {
    overflow: inherit;
}

.navbar-mobi {
}

#our_products .tab-link .display-mobile {
    margin-bottom: 40px;
}

.navbar.navbar-inner ul {
    display: none !important;
}

.navbar-inner {
    padding: 7px 0;
    background-color: white;
    border-bottom: 1px solid #ededed;
}

.navbar a,
.navbar a:focus {
    text-transform: none;
    /*font-size: 14px;*/
    font-weight: 500 !important;
    /* font-weight: normal !important; */
    /* padding-right: 15px; */
}

.navbar .dropdown a {
    padding-right: 18px;
}

.navbar .login,
.navbar .login:focus {
    border: 1px solid #cbcbcb;
}

.h_font {
    font-family: var(--font-varela-round);
}

a,
.btn,
button {
    transition: 0.3s;
    /* transition: background-color .5s ease-out 100ms */
}

.dropdown .nav-link {
    position: relative;
    padding-right: 15px;
}

    .dropdown .nav-link::after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        text-align: right;
        font-size: 11px;
        position: absolute;
        top: 14px;
        right: 5px;
        transition: 0.3s;
    }

    .dropdown .nav-link:hover::after {
        transform: rotate(180deg);
    }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        /* align-items: center; */
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        color: #6a7582;
        /*font-size: 13px;*/
        /* text-transform: uppercase; */
        /* display: block; */
        padding: 10px;
        font-weight: 500 !important;
        white-space: nowrap;
        transition: 0.3s;
        /* font-family: var(--font-raleway); */
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 0.7rem;
            line-height: 0;
            margin-left: 3px;
            transition: all 0.2s ease;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #2487ce;
        }

    .navbar .login,
    .navbar .login:focus {
        padding: 6px 20px;
        border-radius: 20px;
        border: 2px solid var(--blue);
    }

        .navbar .login:hover,
        .navbar .login:focus:hover {
            color: #2487ce;
            background: var(--light);
        }

    .navbar .registernow,
    .navbar .registernow:focus {
        background: var(--blue-dark);
        padding: 8px 20px;
        border-radius: 20px;
        color: #fff;
    }

        /* .headerFixScroll .navbar .registernow {
     background: var(--blue-dark);
     color: #fff;
    
}*/

        .navbar .registernow:hover,
        .navbar .registernow:focus:hover {
            color: #fff;
            background: #3194db;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: -2.125rem;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

@media screen and (max-width: 767px) {
    .navbar .dropdown ul {
        left: -10.125rem;
    }
}

.navbar.navbar_pre .dropdown ul {
    left: 0.875rem !important;
    /* right:auto !important; */
}

.navbar .dropdown ul li {
    min-width: 200px;
    padding: 5px 0;
}

.navbar .dropdown ul a {
    /* padding: 10px 20px; */
    text-transform: none;
    font-weight: 500 !important;
}

    .navbar .dropdown ul a i {
        font-size: 12px;
        color: var(--blue-dark);
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #2487ce;
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg);
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.profileName {
    line-height: 1;
}

.broDt {
    font-size: 0.7rem;
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #124265;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 38, 58, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #124265;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #2487ce;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #2487ce;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar-mobile ul {
        display: block;
    }

    .desktop ul {
        display: none;
    }
}

.sub-heading {
    font-size: 0.8rem;
}

*:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus,
input:focus,
select:focus input[type="submit"]:focus {
    outline: none !important;
}

.regNo span {
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    /*.btn,
     .form-select, .form-select-sm,
     .form-control,
     .timeline-item label,
     .Profile_page .table td,
     .form-check .fs-ip,
     .scalping .fs-ip,
     .w-picks .dropdown-menu {
         font-size: 0.7rem !important;
        
    }

     .timeline-item .btn-group-sm label, .timeline-item .form-select-sm label {
         font-size: 0.7rem !important;
        
    }

     .sub-heading {
         font-size: 0.7rem;
        
    }*/

    .regNo span {
        display: block;
        padding: 0;
    }

    .form-select {
        padding: 0.6rem 0.6rem;
        padding-right: 25px;
    }
    /* .input-group .input-group-text{
        font-size: 0.8rem !important;
      } */
    .mob_bottom,
    .mob_text {
        display: block;
    }

    /* .form-select, .form-control{
      height: 31px !important;
    } */
    .input-group-text {
        line-height: 1.3;
    }

    .sec_heading h1 {
        font-size: 2rem;
    }

    .form-check-input {
        margin-right: 3px;
        height: 13px;
        width: 13px;
        /* width: 1.5em;
        height: 1.5em; */
    }
}

a {
    color: #0d6efd;
    text-decoration: none;
}

    a:hover {
        color: #4891ff;
        text-decoration: none;
    }

/*Related Reads */
.related-reads a {
    color: var(--blue);
    text-decoration: none;
}

    .related-reads a:hover {
        color: #469fdf;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-poppins);
    color: var(--blue);
}

h5 {
    font-size: 1.2rem;
}

.blue_bg {
    background-color: var(--blue-dark);
}

.bg_magnolia {
    background-color: var(--magnolia);
}

.termsofuse_wrap b {
    text-align: left;
    display: block;
    margin: 0 0 5px;
    padding: 10px 0 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--blue);
    font-weight: 600;
}

.termsofuse_wrap p {
    display: block;
    margin: 0 0 15px;
    line-height: 26px;
    text-align: justify;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /* background:#f8fbfe; */
    min-height: 40px;
    margin-top: 0;
    /* transition: all 0.5s; */
}

.startIcon {
    font-size: 16px;
    position: relative;
    top: -2px;
}

/* @media (max-width: 992px) {
    .breadcrumbs{margin-top:75px}
  } */

.breadcrumbs h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

    .breadcrumbs ol li + li {
        padding-left: 3px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -0.125em;
            padding-right: 5px;
            color: #b3b3b3;
            content: "\f285";
        }

    .breadcrumbs ol li {
        font-size: 12px;
    }

@media (max-width: 768px) {
    /* .breadcrumbs .d-flex {
      display: block !important;
    } */

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    .heroBlog-title.fs-sm-5 {
        font-size: 1.25rem !important;
    }
}

@media only screen and (min-width: 1025px) {
    .heroBlog-title.fs-lg-1 {
        font-size: 2.5rem !important;
    }
}

.content-entry-wrap {
    margin-top: -65px;
    background-color: white;
    position: relative;
}

/* socialmedia icon*/
.env {
    background-color: red !important;
}

.wa {
    background-color: var(--green);
}

.copy {
    background-color: var(--gray);
}

.profile_icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #e7e7e7;
    overflow: hidden;
}

.heading_line {
    position: relative;
}

    .heading_line::after {
        position: absolute;
        top: 17px;
        height: 2px;
        background: #dbdbdb;
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 27px;
        min-width: 30px;
        width: -webkit-fill-available;
    }

.copy-notification {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center;
}

/********* 
|| new footer  ||
********/
#new-footer {
    font-size: 0.8rem !important;
}

    #new-footer .footer-links h3 {
        color: white;
        font-size: 1.2em;
    }

    #new-footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        /* #new-footer .footer-links ul li {
  padding: 3px 0;
} */
        #new-footer .footer-links ul a {
            color: #ccc;
            transition: 0.3s;
            line-height: 2;
            font-size: 0.9em;
        }

            #new-footer .footer-links ul a:hover {
                color: white;
            }

        #new-footer .footer-links ul .sub-heading {
            color: white;
            margin-top: 12px;
            /* font-weight:500; */
        }

    #new-footer .footer-links {
        margin-bottom: 20px;
    }

    #new-footer .branding {
        width: 106px;
        /* height: 77px; */
        height: auto;
    }

        #new-footer .branding img {
            width: 100%;
        }

.c-address {
    padding-left: 15px;
    color: white;
}

    .c-address h3 {
        font-size: 1.2em;
    }

    .c-address p {
        font-size: 0.8em;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

/* @media screen and (max-width: 767px) {
    #new-footer .f_contact {
        padding-left: 123px;
    }
} */

.f_contact p {
    color: white;
    font-size: 0.9em;
    margin-bottom: 0;
}

    .f_contact p a {
        color: white;
    }

        .f_contact p a:hover {
            color: var(--green);
        }

#new-footer .social-links a {
    font-size: 18px;
    display: inline-block;
    /* background: #2487ce; */
    color: #fff;
    line-height: 0;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.fb {
    background-color: #1877f2;
}

.tw {
    background-color: #000000;
}

.in {
    background-color: #0077b5;
}

.linke {
    background-color: #0077b5;
}

.ut {
    background-color: #bb0000;
}

.twit-position::before {
    font-size: 13px;
    line-height: 2.6;
}

.twit {
    background-color: #000000;
}

.insta {
    background: radial-gradient( circle farthest-corner at 35% 90%, #fec564, transparent 50% ), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient( ellipse farthest-corner at 20% -50%, #5258cf, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient( ellipse farthest-corner at 60% -20%, #893dc2, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient( #6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100% );
}

.tg {
    background-color: #15b2f7;
}

.st {
    background-color: #218dff;
}

.border-top-blue {
    border-top: 1px solid #456581;
}

.footer_bottom {
    padding: 20px 0;
    color: white;
}

    .footer_bottom a {
        color: white;
    }

@media only screen and (max-width: 992px) {
    #new-footer .footer_bottom {
        display: block !important;
    }

    .fs-md-normal {
        font-size: 1.2rem;
    }

    .w-sm-50 {
        width: 50%;
    }
}

.pt124 {
    padding-top: 124px;
}

.pt-5rem {
    padding-top: 5rem;
}

.hidden_imp {
    display: none;
}

.bg-dark-gray {
    background-color: var(--gray);
}


.HomebushBlue_border {
    border-color: var(--HomebushBlue) !important;
}

.blur5 {
    filter: blur(5px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.blur4 {
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.z-3 {
    z-index: 3 !important;
}

.w-lg-50 {
    width: 50%;
}

.borderLight {
    border-color: #e3e3e3;
}

.noDataDiv {
    min-height: 150px;
}

.navHeight {
    position: relative;
    min-height: 224px;
    height: 100%;
    max-height: 550px;
}

.footerHeight {
    position: relative;
    min-height: 420px;
    max-height: 580px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}




@media only screen and (max-width: 1024px) {
    .noDataDiv {
        min-height: 451px !important;
    }
}

@media only screen and (max-width: 992px) {
    .noDataDiv {
        min-height: 100px !important;
    }
}

@media only screen and (max-width: 768px) {
    .footerHeight {
        min-height: 645px !important;
    }
}

@media only screen and (max-width: 375px) {
    .footerHeight {
        min-height: 690px !important;
    }
}




/* 14-06-24 ashok*/
.greenLightBG {
    background-color: var(--green-light);
}

.redLightBG {
    background-color: var(--red-light);
}



/* 07-04-25 */
.table.striped-blue {
    --bs-table-striped-bg: var(--lavender-blue2) /* Override default light gray */
}

.quote {
    position: relative;
}

.quote-icon {
    font-size: 1.5rem;
    color: #91a2b1;
    position: absolute;
    top: -14px;
    left: 0;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 22px;
    z-index: 996;
    background: #2487ce;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #3e9bdd;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.share-icon-blog {
    position: relative;
}

    .share-icon-blog i {
        font-size: 16px;
        color: white;
        height: 32px;
        width: 32px;
        display: inline-block;
        /*background-color: #124265;*/
        border-radius: 20px;
        line-height: 2;
        text-align: center;
    }

/*12.02.25*/
.highlight {
    position: relative;
    padding: 0.75rem 1.5rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.bgColor01 {
    background-color: #F3F1FF;
}

.banner_font {
    font-size: 0.8rem !important;
}
