@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: clip !important;
}

body {
    margin: 0.01rem auto 0;
    padding: 0;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    font-weight: 400;
    overflow-x: hidden;
    transition: 0.3s all ease-in-out;
}

b,
strong {
    font-weight: 800;
}

p {
    margin: 0 0 0.8rem;
}

p,
ul li {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

ol,
ul {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 800;
}

.mark,
mark {
    background-color: rgba(79, 183, 172, 0.1);
    padding: 5px 10px;
    color: #4fb7ac;
    border-radius: 3px;
}

a,
button,
input[type="submit"] {
    color: #316094;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

    a:focus,
    a:hover,
    button:focus,
    button:hover {
        color: #316094;
        text-decoration: none;
        outline: 0 !important;
    }

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

::selection {
    color: #fff;
    background-color: #316094;
}

::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

::-webkit-scrollbar-track-piece {
    background-color: #f7f9fd;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    width: 10px;
    border-radius: 30px;
    background-color: #316094;
}

.tooltip .tooltip-inner {
    padding: 8px;
    font-size: 12px;
}

.btn-color {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s all ease-in-out;
    border: 0.2rem solid #316094;
    background-color: #316094;
}

    .btn-color:hover {
        background-color: transparent;
        color: #316094;
    }

.btn-main {
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 500;
    min-width: 160px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s all ease-in-out;
    border: 0.2rem solid #316094;
    background-color: #316094;
    position: relative;
    overflow: hidden;
}

    .btn-main:hover,
    .btn-main:focus {
        background-color: transparent;
        color: #316094;
    }

.blue-bdr {
    background-color: transparent;
    color: #316094;
}

    .blue-bdr:hover,
    .blue-bdr:focus {
        background-color: #316094;
        color: #ffffff;
    }

.btn-cyan {
    background-color: #4fb7ac;
    color: #ffffff;
    border-color: #4fb7ac;
}

    .btn-cyan:hover,
    .btn-cyan:focus {
        color: #4fb7ac;
    }

.btn-white {
    background-color: #ffffff;
    color: #316094;
    border-color: #ffffff;
}

    .btn-white:hover,
    .btn-white:focus {
        color: #ffffff;
    }

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    animation-duration: 0.5s;
    transition: 0.3s all ease-in-out;
    background-color: #fff;
}

    header.menu-fix {
        animation-name: fadeInDown;
        animation-fill-mode: none;
    }

.logo-area img {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-fill-mode: none;
}

.menu-fix .logo-area img {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-fill-mode: none;
}

.nav_btn .btn-main.blue-bdr {
    min-width: auto;
}

header {
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
}

/*****form*****/
.form-floating > label {
    overflow: visible;
    white-space: break-spaces;
}

.nrequired label:after {
    content: none !important;
}

@media (max-width: 990px) {
    .form-floating > label {
        position: static;
        padding: 0 0 5px;
        transform: none !important;
    }

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        opacity: 1;
        transform: none;
    }

    .form-floating > .form-control,
    .form-floating > .form-control-plaintext {
        padding: 10px !important;
    }
}

@media (max-width: 767px) {
    textarea#comment {
        min-height: 100px !important;
    }
}

/*****form-end*****/
.nav-item {
    margin-left: 20px;
}

    .nav-item .nav-link {
        color: #1D1F20;
        padding: 0;
        position: relative;
        padding: 30px 10px !important;
        text-transform: capitalize;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: 400;
    }

        .nav-item .nav-link:hover,
        .nav-item .nav-link:focus {
            color: #316094;
        }

    .nav-item .btn-main {
        transition: 0.3s all ease-in-out;
    }

        .nav-item .btn-main.blue-bdr {
            min-width: 50px;
        }

    .nav-item.active .nav-link {
        color: #316094;
        text-decoration: none;
    }

.navbar.navbar-expand-xl {
    padding: 0;
}

.menu__block_wrap {
    display: flex;
    justify-content: flex-end;
}

.navbar.navbar-expand-lg {
    padding: 0;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    width: 290px;
    padding: 15px;
    border: none;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 0px 85px rgba(0, 0, 0, 0.09);
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    transform: translateY(20px);
    display: block;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

    .dropdown-menu .dropdown-item {
        padding: 8px 10px 8px 10px;
        display: block;
        color: #222;
        font-size: 1.4rem;
        background-color: transparent;
        white-space: unset;
        position: relative;
        opacity: 0.9;
    }

        .dropdown-menu .dropdown-item::before,
        .dropdown-menu .dropdown-item::after {
            position: absolute;
            content: "";
            font-family: "Font Awesome 6 Pro";
            display: inline-block;
            transition: 0.3s all ease-in-out;
            color: #222;
            font-size: 1.2rem;
            font-weight: 600;
            left: 0;
            top: 8px;
        }

        .dropdown-menu .dropdown-item::before {
            opacity: 0;
        }

        .dropdown-menu .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-menu .dropdown-item:hover {
            padding: 8px 12px 8px 20px;
            color: #316094;
        }

            .dropdown-menu .dropdown-item:hover::before {
                opacity: 1;
                left: 5px;
                color: #316094;
            }

            .dropdown-menu .dropdown-item:hover::after {
                opacity: 1;
                left: -5px;
                color: #316094;
            }

    .dropdown-menu .dropdown-head {
        font-weight: 600;
        font-size: 1.4rem;
        padding: 0px 0px 0px;
        color: #316094 !important;
        display: block;
        text-transform: uppercase;
    }

        .dropdown-menu .dropdown-head i {
            color: #316094;
            font-size: 1.8rem;
            transition: 0.3s all ease-in-out;
        }

        .dropdown-menu .dropdown-head:hover {
            color: #222;
            background-color: transparent !important;
        }

            .dropdown-menu .dropdown-head:hover i {
                color: #fff;
            }

.dropdown-submenu {
    position: relative;
}

@media (max-width: 1400px) {
    .nav-item {
        margin-left: 10px;
    }

        .nav-item .nav-link {
            font-size: 1.4rem;
            line-height: 2.5rem;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block;
    }

    .navbar-nav {
        flex-direction: row;
        align-items: center;
    }

    .drp-arrow.submenu-arrow {
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
    }

    .dropdown .dropdown-menu {
        transform: translate(-50%, 80px);
        left: 50%;
        pointer-events: none;
    }

        .dropdown .dropdown-menu:before {
            position: absolute;
            top: -24px;
            right: 0;
            margin: 0 auto;
            content: "";
            left: 0;
            z-index: 13;
            width: 0;
            height: 0;
            border-width: 1.2rem;
            border-style: solid;
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #fff;
        }

    .dropdown .nav-link i {
        transition: 0.3s all ease-in-out;
    }

    .dropdown:hover .nav-link i {
        transform: rotate(180deg);
    }

    .dropdown:hover .dropdown-menu {
        pointer-events: fill;
    }

    .dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        right: 0;
        opacity: 1;
        transform: translate(-50%, 0px);
        visibility: visible;
    }

    .dropdown.second-level .dropdown-menu {
        right: -100%;
        left: auto;
        top: 0;
    }

    .dropdown.second-level > .dropdown-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .offcanvas-start {
        width: 100%;
    }

    .mega-menu:hover > .dropdown-menu {
        pointer-events: all;
    }

    .mega-menu > .dropdown-menu {
        width: 650px;
        left: 0;
        pointer-events: none;
    }

    .mega-menu.whoWeServe > .dropdown-menu {
        left: 70px;
    }

    .mega-menu.Resource > .dropdown-menu {
        left: 50px;
        width: 500px;
    }

    .mega-menu .dropdown-menu {
        padding: 20px 20px;
    }

        .mega-menu .dropdown-menu .col-xl-4:last-child,
        .mega-menu .dropdown-menu .col-xl-6:last-child {
            border-right: none;
        }

        .mega-menu .dropdown-menu .dropdown-item {
            background-color: transparent;
            position: relative;
        }

        .mega-menu .dropdown-menu.third-level {
            position: static !important;
            visibility: visible;
            opacity: 1;
            transform: none;
            margin: 0;
            width: 100%;
            box-shadow: none;
        }

    .mega-menu .dropdown.second-level > .dropdown-item {
        color: #316094;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 1199px) {
    .dropdown-item.dropdown-head {
        border-top: 1px solid #eee;
    }

    .mega-menu .col-xl-6 {
        width: 100%;
    }

    .dropdown-menu.third-level a {
        color: #fff;
    }

    .dropdown.second-level.show-drop .dropdown-menu {
        max-height: 500px;
        background-color: #111;
        visibility: visible;
        opacity: 1;
    }

    .dropdown.second-level .drp-arrow {
        width: 38px;
        height: 29px;
        background-color: #4fb7ac;
        color: #fff;
    }

    .dropdown.second-level .dropdown-toggle i {
        transform: rotate(0deg) !important;
    }

    .dropdown.second-level.show-drop .dropdown-toggle i {
        transform: rotate(45deg) !important;
    }

    .dropdown.second-level .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #222;
    }

    .dropdown.second-level .dropdown-menu {
        max-height: 0px;
        visibility: hidden;
        opacity: 0;
    }

    .nav-item .nav-link {
        padding: 12px 0 !important;
        color: #222;
    }

    .nav-link.nav-btn {
        margin-top: 15px;
    }

    .nav-item.active .nav-link {
        background-color: transparent;
        font-weight: 600;
    }

    .drp-arrow {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 43px;
        height: 39px;
        background-color: #316094;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-open {
        position: relative;
        transition: 0.3s all;
    }

    .dropdown-item {
        flex-basis: 100%;
        white-space: pre-line;
    }

        .dropdown-item:focus,
        .dropdown-item:hover {
            background-color: transparent;
        }

    .dropdown-submenu .dropdown-menu {
        background-color: #f0f7ff;
        padding: 0 10px;
    }

    .dropdown .drp-arrow i {
        transform: rotate(0deg);
        transition: 0.3s all ease-in-out;
        display: inline-block;
    }

    .dropdown > .drp-arrow.show i {
        transform: rotate(45deg);
    }

    .offcanvas-start {
        width: 280px !important;
        border-right: none;
        background-color: #fff;
        overflow-x: scroll;
        height: 100vh;
        padding: 0 0 80px;
    }

    .nav-item {
        display: block;
        width: 100%;
        padding: 0 10px;
        border-bottom: 1px solid rgba(228, 228, 228, 0.33);
        margin: 0;
    }

        .nav-item.dropdown.show .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
        }

        .nav-item:last-child {
            border: none;
        }

    .navbar-nav .dropdown-menu {
        width: 100%;
        transform: none;
        padding: 0;
        padding-left: 8px;
    }

    .drpdown-img {
        display: none !important;
    }

    #hamburger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

        #hamburger .line {
            fill: none;
            stroke: #316094;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        #hamburger .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        #hamburger .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6;
        }

        #hamburger .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        #hamburger.open .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

        #hamburger.open .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6;
        }

        #hamburger.open .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

    .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: 0.4s ease-in-out;
        display: block;
        min-width: 10px;
        padding: 0 7px;
        border-radius: 0;
        background-color: #f0f7ff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
    }

        .dropdown-menu.show {
            max-height: 500px;
            overflow: visible;
            visibility: visible;
            opacity: 1;
            overflow-y: auto;
        }

        .dropdown-menu .dropdown-item {
            color: #111;
            background-color: transparent;
            border-bottom: 1px solid #eee;
        }

            .dropdown-menu .dropdown-item::before,
            .dropdown-menu .dropdown-item::after {
                color: #222;
            }

    .nav-item.dropdown.show .dropdown-toggle i {
        transform: rotate(45deg);
    }

    .dropdown-submenu.show .drp-submenu {
        max-height: 500px;
        overflow: visible;
        background-color: #dbe8fb;
    }

    .dropdown-submenu.show .drp-arrow i {
        transform: rotate(45deg);
    }

    .head-links {
        text-align: center;
    }

    .nav-link.btn-main {
        margin: 10px 0 0;
        display: block;
    }

    .nav-link:hover {
        color: #fff;
    }

    .nav-item.mobbtn.text-center {
        display: flex;
        padding: 0 0 15px;
    }

    .dropdown-menu .dropdown-head {
        padding: 10px 0px 0px 10px;
        display: block;
        color: #222 !important;
    }

    .nav-item.mobbtn.text-center a {
        flex: 1;
        border-radius: 0;
        padding: 10px !important;
        min-width: 50% !important;
    }

    /* .nav-item.mobbtn.text-center a:first-child {
    background-color: #316094;
    color: #fff;
  }

  .nav-item.mobbtn.text-center a:first-child:hover {
    background-color: #fff;
    color: #316094;
  } */
}

@media (max-width: 767px) {
    header {
        padding: 8px 0;
    }
}

@media (max-width: 320px) {
    .offcanvas-start {
        width: 260px !important;
    }
}

.field-validation-error {
    color: red;
}

@media (min-width: 1200px) {
    .navbar.navbar-expand-xl {
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
        justify-content: space-around;
    }

    .nav-item {
        margin-left: 14px;
    }

    .fa-angle-down:before {
        content: "\f107";
    }
}

@media (max-width: 1199px) {
    .nav-item.mobbtn1.mobbtn {
        padding: 0 0 0px;
    }

        .nav-item.mobbtn1.mobbtn .blue-bdr {
            background-color: #316094 !important;
            color: #fff;
            border: none;
        }

            .nav-item.mobbtn1.mobbtn .blue-bdr:hover,
            .nav-item.mobbtn1.mobbtn .blue-bdr:focus {
                background-color: #4fb7ac !important;
                color: #fff;
            }
}




/*******26-10-23******/



.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    padding: 20px 10px;
}



@media(max-width:990px) {
    .add-banner {
        width: 400px;
    }
}

@media(max-width:767px) {
    .top-header p {
        font-size: 14px;
        line-height: 22px;
    }

    .add-banner {
        width: 280px;
    }
}





/*******new******/
.highcontrast {
    filter: grayscale(100%);
}

header {
    padding: 40px 0 0 0;
}

.navbar.navbar-expand-xl {
    position: static;
}

.offcanvas-start {
    flex-direction: column-reverse;
}

.top-main-header {
    /* background-color: #222; */
	background-color: #092d54;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

    .top-main-header a,
    .top-main-header p {
        font-weight: 500;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
    }

.tp-call-panel {
    display: flex;
    align-items: center;
}

.font-resizers {
    display: inline-flex;
}

    .font-resizers a {
        padding: 6px 8px;
        width: 35px;
        position: relative;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

        .font-resizers a span {
            color: #fff;
            font-weight: 800;
            position: relative;
            bottom: 6px;
        }

        .font-resizers a:after {
            content: '';
            position: absolute;
            background-color: #ddd;
            right: 0px;
            top: 5px;
            height: 22px;
            width: 1px;
        }

        .font-resizers a:last-child:after {
            display: none;
        }

        .font-resizers a:hover {
            background-color: #2e67b2;
            color: #fff;
        }

            .font-resizers a:hover span {
                color: #fff;
            }

.ada-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
    margin: 0;
    margin-left: 8px;
}

    .switch .slider {
        background-color: #bfd9fb;
        background-color: #eee;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.4s;
    }

        .switch .slider:before {
            background-color: #2e67b2;
            background-color: #232323;
            bottom: 2px;
            content: "";
            height: 15px;
            left: 4px;
            position: absolute;
            transition: 0.4s;
            width: 15px;
        }

.ada .switch .slider:before {
    background-color: #232323;
}

.switch input:checked + .slider:before {
    transform: translateX(17px);
    background-color: #2e67b2;
}

.switch .slider.round {
    border-radius: 34px;
}

    .switch .slider.round:before {
        border-radius: 50%;
    }

.bdrBtn {
    border-bottom: 2px solid #316094;
    display: inline-block;
    position: relative;
    margin: 0 25px 0 0;
}

    .bdrBtn a {
        font-weight: 600;
    }

    .bdrBtn:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -2px;
        background-color: #4fb7ac;
        height: 2px;
        width: 0%;
        transition: 0.3s ease-in-out;
    }

    .bdrBtn:hover:before {
        width: 100%;
    }

    .bdrBtn:hover a {
        color: #4fb7ac;
    }



.menuFixBtn,
.menuFixIcon {
    display: none;
}


@media (max-width: 1199px) {
    .scroll_top {
        z-index: 9;
    }

    .menuFixIcon,
    .menuFixBtn {
        display: none;
    }

    .menu-fix .hideMenuFix {
        display: none;
    }

    .menu-fix .menuFixIcon,
    .menu-fix .menuFixBtn {
        display: block;
    }

    .btn-main.btn-xs {
        border-radius: 5px;
        font-size: 1.2rem;
        line-height: 2.2rem;
    }


    .offcanvas-start {
        flex-direction: column;
        width: 100% !important;
    }


    #hamburger.open .line1 {
        stroke-dasharray: 60 207;
        stroke-dashoffset: 0;
        stroke-width: 6;
    }

    #hamburger.open .line2 {
        stroke-dashoffset: 0;
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    #hamburger.open .line3 {
        stroke-dasharray: 60 207;
        stroke-dashoffset: 0;
        stroke-width: 6;
    }

    .offcanvas-start .offcanvas-header {
        box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
        margin: 0 0 5px;
    }

    .offcanvas-start .hamburgerNew {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

        .offcanvas-start .hamburgerNew .line {
            fill: none;
            stroke: #316094;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .offcanvas-start .hamburgerNew.open .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

        .offcanvas-start .hamburgerNew.open .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6;
        }

        .offcanvas-start .hamburgerNew.open .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

    header {
        padding: 0px 0 0 0;
    }

        header.hideAnimate.menu-fix {
            animation-name: unset;
        }

    .nav-item .nav-link {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .nav-item .btn-main {
        width: 100%;
        min-width: 100%;
    }

    .drp-arrow {
        background-color: transparent;
    }

    .dropdown .drp-arrow i {
        font-size: 21px;
        font-weight: 800;
        color: #316094;
    }

    .top-main-header {
        position: static;
        background-color: transparent;
        padding: 20px 5px 0 !important;
    }

        .top-main-header p,
        .top-main-header a {
            color: #222;
            font-size: 14px;
        }

        .top-main-header .tp-right-panel a {
            display: block;
            margin: 0 0 10px;
            font-size: 16px;
            line-height: 26px;
        }

    .tp-call-panel {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .ada-switch {
        margin: 20px 0 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

        .ada-switch p {
            margin: 0 0 10px !important;
        }

    .top-main-header .row .col-6:last-child {
        border-left: 1px solid #ccc;
    }
}

@media (max-width: 767px) {

    .font-resizers a span {
        color: #222;
    }
}

/*new*/
.bannerdoctor {
    position: absolute;
    bottom: 12px;
    left: -32px;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .bannerdoctor {
        width: 350px;
        bottom: 9px;
        left: -18px;
    }
}

@media (max-width: 990px) {
    .bannerdoctor {
        width: 470px;
    }
}

@media (max-width: 767px) {
    .bannerdoctor {
        width: 280px;
        bottom: 7px;
    }
}

@media (max-width: 320px) {
    .bannerdoctor {
        width: 230px;
        bottom: 6px;
    }
}

.login-nav .nav-link {
    color: #215A53;
}
/******new*****/
.nav-item .nav-link {
    padding: 10px 10px !important;
}

    .nav-item .nav-link .dropdown-head i {
        transform: rotate(0deg);
        font-size: 1.3rem;
        line-height: 2.0rem;
    }

    .nav-item .nav-link .dropdown-head:hover i {
        color: #4fb7ac !important;
        padding-left: 5px;
    }

.new-mega-menu .dropdown-menu .row .navMenuSec {
    padding: 0;
}

    .new-mega-menu .dropdown-menu .row .navMenuSec:nth-child(odd) {
        background: #fafcfd;
    }

.new-mega-menu .dropdown-menu.new-mega-dropdownmenu {
    width: 1300px;
}

    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .navTitleSec .dropdown-dsc {
        font-size: 1.3rem;
        line-height: 2.0rem;
        color: #222;
        font-weight: 400;
    }

    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-link {
        background-color: #f0f7ff;
    }

        .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-link:hover {
            background-color: #f0f7ff;
        }

    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-title {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-dsc {
        font-size: 1.1rem;
        line-height: 2.0rem;
        opacity: 0.9;
    }

.dropdown.second-level {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
    box-shadow: none;
    margin: 0 0 0px;
    background-color: transparent;
    padding: 0px !important;
}

    .dropdown.second-level .submenu-arrow {
        width: 38px;
        height: 29px;
        background-color: transparent;
        color: #222;
    }

        .dropdown.second-level .submenu-arrow i {
            font-size: 18px;
            color: #222;
        }

    .dropdown.second-level.show-drop .dropdown-toggle i {
        color: #316094;
    }

    .dropdown.second-level .third-level {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        width: 100% !important;
        box-shadow: none;
        background-color: transparent;
        padding: 0px !important;
        right: 0;
    }

    .dropdown.second-level .dropdown-item {
        padding: 8px 12px 8px 25px !important;
        transition: 0.3s all ease-in-out;
    }

        .dropdown.second-level .dropdown-item:last-child {
            border-bottom: none !important;
        }

        .dropdown.second-level .dropdown-item:after {
            transition: 0.3s all ease-in-out;
        }

        .dropdown.second-level .dropdown-item:hover {
            background-color: #f0f7ff;
        }

            .dropdown.second-level .dropdown-item:hover:after {
                left: 12px;
            }

        .dropdown.second-level .dropdown-item .active {
            background-color: #f0f7ff;
        }

    .dropdown.second-level .dropdown-menu:before {
        content: unset;
    }

@media (min-width: 1200px) {
    .dropdown-menu {
        box-shadow: 0px 8px 19px 0px rgba(123, 127, 218, 0.4);
    }
}

@media (min-width: 1199px) {
    .nav-item.dropdown.new-mega-menu {
        position: static;
    }

    .new-mega-menu.solutions .dropdown-menu.new-mega-dropdownmenu {
        max-width: 1300px;
    }

    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu {
        min-width: 820px;
        max-width: max-content;
    }

        .new-mega-menu .dropdown-menu.new-mega-dropdownmenu:before {
            right: auto;
            left: 30%;
        }

        .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec {
            padding: 5px;
            border-right: 1px solid #eee;
        }

            .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec:last-child {
                border-right: none;
            }

            .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-link {
                border-bottom: 1px solid #f0f7ff;
            }

                .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-link:hover {
                    background-color: #f0f7ff;
                }

    .whoWeServe .dropdown-menu.new-mega-dropdownmenu:before {
        right: 0;
        left: -25%;
    }

    .resources .dropdown-menu.new-mega-dropdownmenu:before {
        right: 0;
        left: 30%;
    }
}

@media (max-width: 1366px) {
    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-dsc {
        font-size: 1.2rem;
        line-height: 2.0rem;
    }

    .dropdown.second-level .dropdown-menu .dropdown-item {
        padding: 5px 12px 5px 25px !important;
    }

    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu {
        min-width: 750px;
    }

    .whoWeServe .dropdown-menu.new-mega-dropdownmenu:before {
        left: -15%;
    }

    .solutions .dropdown-menu.new-mega-dropdownmenu:before {
        left: 33%;
    }
}

@media (max-width: 1200px) {
    .new-mega-menu.solutions .dropdown-menu.new-mega-dropdownmenu {
        max-width: 1100px;
    }

    .dropdown-menu .dropdown-head {
        padding: 0px 0px 0px 0px;
    }

    .dropdown-menu .dropdown-item:before, .dropdown-menu .dropdown-item:after {
        top: 5px;
    }

    .solutions .dropdown-menu.new-mega-dropdownmenu:before {
        left: 30%;
    }
}

@media (max-width: 1199px) {
    .new-mega-menu .dropdown-menu.new-mega-dropdownmenu {
        width: 100%;
        min-width: 100%;
    }

    .dropdown.second-level {
        border-bottom: 1px solid #ccdef3;
    }

        .dropdown.second-level .dropdown-item {
            color: #222;
            background-color: #ccdef3;
        }

            .dropdown.second-level .dropdown-item:after {
                left: 8px;
            }

            .dropdown.second-level .dropdown-item:hover {
                background-color: #316094;
                color: #fff;
            }

                .dropdown.second-level .dropdown-item:hover:before, .dropdown.second-level .dropdown-item:hover:after {
                    color: #fff;
                }
}


.hover-btn:hover .btn-main {
    color: #fff;
    background-color: #4fb7ac;
    border-color: #4fb7ac;
}

/****need to replace already on live site****/
header {
    padding: 37px 0 0 0;
}

@media (max-width: 1199px) {
    header {
        padding: 0px 0 0 0;
    }
}
/********/
.login-nav .nav-link {
    color: #215A53;
}

.getdemo-navbtn .btn-main {
    overflow: visible;
}

    .getdemo-navbtn .btn-main:hover {
        color: #fff;
        background-color: #173e69;
        border-color: #173e69;
    }
@media (min-width: 1199px) {
  .nav-item .nav-link {
    padding: 30px 10px !important;
  }
  .new-mega-menu .dropdown-menu.new-mega-dropdownmenu .navMenuSec .nav-link {
    padding: 10px 10px !important;
  }
}
@media (max-width: 1199px) {
  .whoweserve .whoweserveinner {
    margin: 0 0 5px;
  }
}
.whoweserve .whoweserveinner {
  padding: 10px;
  color: #222;
}
.whoweserve .whoweserveinner i {
  padding-right: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #222;
}
.whoweserve .whoweserveinner .whoweservedsc {
  font-size: 12px;
  line-height: 20px;
}
.whoweserve .whoweserveinner:hover {
  background-color: #306095;
  color: #fff;
}
.whoweserve .whoweserveinner:hover i {
  padding-right: 0px;
  color: #fff;
}
.dropdown-item badge {
    background-color: #17998f;
    display: inline-block;
    line-height: 10px;
    font-size: 10px;
    padding: 4px 4px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    position: absolute;
    right: 4px;
    top: 4px;
}




/*******new-header-10-12-25*******/
@media (max-width: 1300px) {
    .new-mega-menu.solutions .dropdown-menu.new-mega-dropdownmenu {
        max-width: 100%;
    }
}

@media (min-width: 1199px) {
    .nav-dsc {
        max-height: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
        overflow: hidden;
        margin: 0;
    }

    .dropdown-item:hover .nav-dsc {
        max-height: 100px;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .dropdown-menu {
        padding-left: 0px;
    }
}

.header-repugenie {
    border: 1px solid #f0f7ff;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .header-repugenie .repuheadtitle {
        padding: 20px 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .header-repugenie .repuheadtitle span {
            font-size: 26px;
            color: #222;
            font-weight: 700;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            position: relative;
        }

            .header-repugenie .repuheadtitle span::before {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                right: 0;
                width: 0%;
                background: rgb(0, 92, 193);
                background: -webkit-gradient(linear, left top, right top, from(#005cc1), color-stop(#4fb7ac), color-stop(#005cc1), to(#4fb7ac));
                background: linear-gradient(90deg, #005cc1, #4fb7ac, #005cc1, #4fb7ac);
                height: 2px;
                -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

@media (max-width: 767px) {
    .header-repugenie .repuheadtitle span {
        font-size: 18px;
    }
}

.header-repugenie .repuheadtitle span i {
    color: #306095;
    font-style: normal;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header-repugenie:hover {
    border-color: #306095;
}

    .header-repugenie:hover .repuheadtitle {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

        .header-repugenie:hover .repuheadtitle span::before {
            width: 100%;
        }