:root {
    --color--dark: #000;
    --color--primary: #061B62;
    --color--secondary: #1518A3;
    --color--tertiary: #34E3E2;
    --color--title: #000;
    --color--body: #000;
    --color--light: #fff;
    --font-family--primary: 'Hanken Grotesk';
    --font-family--secondary: 'Hanken Grotesk';
    --font-size--body: 16px;
    --font-size--h1: 48px;
    --font-size--h2: 38px;
    --font-size--h3: 32px;
    --font-size--h4: 28px;
    --font-size--h5: 24px;
    --font-size--h6: 18px;
    --font-size--medium: 20px;
}

* {
    margin: 0;
    padding: 0;
}

p {
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-size: var(--font-size--body) !important;
    word-wrap: break-word !important;
}

body {
    font-family: var(--font-family--primary) !important;
    background: #fff !important;
    font-size: var(--font-size--body) !important;
    color: var(--color--body) !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

@media (min-width:1600px) {
    p {
        font-size: var(--font-size--h6) !important;
    }
}

body,
html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

img,
svg {
    vertical-align: inherit;
}

:focus {
    outline: none !important;
}

a {
    color: var(--color--primary);
    font-weight: 500;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    text-decoration: none;
}

a:hover {
    color: var(--color--tertiary);
}

a,
.btn,
input,
select,
textarea,
button,
img {
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}

ol {
    padding-left: 15px
}

select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
}

a img {
    outline: 0
}

input,
select,
textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}

input[type="submit"] {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

p:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
    width: 100%;
    height: 100%
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}

.aligncenter,
div.aligncenter {
    width: auto !important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no_result a {
    text-decoration: underline;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*============ Heading CSS ============*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700 !important;
    font-family: var(--font-family--primary) !important;
    text-transform: none !important;
    line-height: 1.2 !important;
}

.heading {
    line-height: 1.2 !important;
    text-transform: none !important;
    font-weight: 700 !important;
}

h1,
.h1 {
    font-size: var(--font-size--h1) !important;
}

h2,
.h2 {
    font-size: var(--font-size--h2) !important;
}

h3,
.h3 {
    font-size: var(--font-size--h3) !important;
}

h4,
.h4 {
    font-size: var(--font-size--h4) !important;
}

h5,
.h5 {
    font-size: var(--font-size--h5) !important;
}

h6,
.h6 {
    font-size: var(--font-size--h6) !important;
}

.medium {
    font-size: var(--font-size--medium) !important;
}

/*============ Heading CSS END ============*/



/*==================== Common CSS ====================*/
.wp-block-group__inner-container {
    margin: 0 auto;
}

.space-pd,
.wp-block-group {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space-mr {
    margin-top: 70px;
    margin-bottom: 70px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.btn-grp .btn {
    margin-right: 20px;
}

.btn-grp .btn:last-child {
    margin-right: 0px;
}

/*==================== Common CSS END ====================*/



/*==================== Header CSS ====================*/
header.main-header {
    top: 0px;
    position: fixed;
}

header:not(.small-header) {
    background: #09193D;
}

.header-left {
    width: 280px !important;
}

.header-right {
    width: 280px !important;
    display: flex;
}

#header .header-right a.fiCstmBtn span {
    color: #fff;
}

#header .header-right a.fiCstmBtn:hover span {
    color: #0087d0;
}

.header-center {
    width: calc(100% - 560px) !important;
}

.header-logo {
    width: 100%;
}

header.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    position: fixed;
    padding: 10px 0;
    background: #fff;
}

header.small-header .header-logo {
    /*    width: 90%;
        padding: 5px;*/
    border-radius: 5px;
}


/*==================== Header CSS END ====================*/


/**** Media Query ****/
ul.menu-top .hide-menu {
    display: none;
}

.menu-wrap {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.mobile-menu {
    overflow: hidden;
}

.mobile-main-header .mobile-phno svg,
.mobile-main-header .mobile-phno img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}




@media (min-width:1200px) and (max-width:1400px) {

    header .sub-menu li ul.sub-menu {
        left: -100%;
    }

    ul.menu-top li {
        padding: 0px 10px;
    }

}

@media (max-width: 1199px) {
    .header-left {
        width: 310px !important;
    }

    .header-right {
        width: calc(100% - 310px) !important;
    }

    .header-right .fiCstmBtn {
        margin-right: 15px;
    }

    .menu-header {
        display: none;
    }

    ul.menu-top .hide-menu {
        display: block;
    }

    .main-header .container {
        max-width: 100%;
    }

    .header-center {
        display: none;
    }

    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 75px;
        height: 100vh;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }

    .menu-show {
        right: 0;
        max-width: 100%;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        padding: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .03);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--color--dark);
        padding: 10px 15px;
        position: relative;
        display: block;
        line-height: 1.6;
        font-weight: 400;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #000;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a,
    .menu-sidebar .menu-bar-wrapper li>a:focus {
        background-color: #3585D0;
        color: #fff;
    }

    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid var(--color--dark);
        border-bottom: 2px solid var(--color--dark);
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -8px;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 400;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        padding-left: 30px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }

    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left: 70px;
    }

    .menu-button {
        height: 50px;
        width: 50px;
        position: relative;
        line-height: normal;
        border-radius: 0px;
        border: 1px solid #fff;
    }

    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        left: 0;
        right: 0;
        background: #fff;
        height: 2px;
        border-radius: 10px;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button .menu-bar-top {
        top: 15px;
    }

    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 15px;
    }

    .menu-button.button-open {
        z-index: 13;
    }

    .menu-button.button-open {
        z-index: 13;
    }

    .button-open .menu-bar-middle {
        background-color: #beccd7;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(12px, 11px);
        transition: .5s;
        top: 7px;
        opacity: 1;
    }

    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -9px);
        transition: .5s;
        top: 37px;
    }

    header .sub-menu li ul.sub-menu {
        position: static;
    }
}

@media (max-width: 991px) {
    .header-left {
        width: 280px !important;
    }

    .header-right {
        width: calc(100% - 280px) !important;
    }

    .patient-portal-btn {
        display: none;
    }

    :root {
        --font-size--h1: 36px;
        --font-size--h2: 32px;
        --font-size--h3: 28px;
        --font-size--h4: 24px;
        --font-size--h5: 20px;
        --font-size--h6: 16px;
        --font-size--medium: 20px;
    }

}


/* Small Devices View  New*/
@media (max-width: 767px) {
    .header-left {
        width: 120px !important;
    }

    .header-right {
        width: calc(100% - 120px) !important;
    }

    .menu-wrap {
        top: 75px;
    }

    .menu-button {
        height: 45px;
        width: 45px;
    }

    .menu-button .menu-bar-top {
        top: 12px;
    }

    .menu-button .menu-bar-bottom {
        bottom: 12px;
    }

    .menu-button.button-open .menu-bar-top {
        top: 5px;
    }

    .menu-button.button-open .menu-bar-bottom {
        top: 35px;
    }


}

#mega-menu-primary {
    text-align: center !important;
}

.sidebar {
    margin: 0 !important;
    width: 100% !important;
}

.language-globe {
    cursor: pointer;

    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

select.gt_selector.notranslate {
    background: #ffffff00;
    color: #fff;
    border: none;
    font-family: 'Hanken Grotesk';
    width: 75px;
}

.language-globe svg {
    margin-right: 5px;
}

.gt_selector option {
    color: #000;
}

.gt_selector {
    -webkit-appearance: auto;
    appearance: auto;
}

div#site-header-menu {
    margin: 0;
}

.header-row {
    place-self: center;
    margin: auto;
}

@media (max-width: 520px) {
    .language-globe {
        display: none;
    }
}

@media (max-width: 767px) {
    header a.fiCstmBtn {
        height: 45px;
        min-width: 110px;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

ul.mega-sub-menu {
    left: 0 !important;
}

.mega-menu-item-24139 .mega-sub-menu {
    top: 60px !important;
}

.mega-menu-item-16756 .mega-sub-menu {
    top: 60px !important;
    ;
}

.archive h1 {
    color: #fff;
}

.nitropack-footer-badge {
    display: none !important;
}

.npf {
    display: none !important;
}

.page-template-templatesnews-php .blogHeroBanner,
section.blogHeroBanner {
    min-height: 440px;
    display: flex;
    align-items: center;
}

.page-template-templatesnews-php .blogHeroBanner p {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .counter-content {
        margin-top: -50px;
    }
    .postid-13940.newServiceHeroSec a.fiCstmBtn {
        min-width: 200px;
    }
}