@import url('./assets/web-fonts/avenir.css');
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
    height: 100%;
}

body {
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Avenir', sans-serif;
    margin: 0 0 15px;
}

h1,h2{
    font-family: "Fjalla One", sans-serif;
}

.container{
    max-width: 1600px;
}

b{
 font-family: 'Avenir LT Std';
 font-weight: 800;
}
/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.hero__area {
    min-height: 1080px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 60px 0px;
}

.banner__shadow {
    position: relative;
    z-index: 1;
}

.banner__shadow:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(270deg, #d9d9d900 0.13%, #000000d6 99.86%);
    background-blend-mode: multiply;
}

.logo {
    display: inline-block;
}

.logo p {
    text-align: right;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 0;
}

.logo img {
    margin-bottom: 10px;
}
.navMenu{
    margin-top: 30px;
}
.navMenu li {
    display: block;
}

.navMenu li a {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    margin: 15px 0px;
    position: relative;
    z-index: 1;
    padding-top: 82px;
    font-family: 'Avenir LT Std';
    padding-left: 15px;
    font-size: 24px;
}

.navMenu li a:after {
    background: url(assets/img/menu-shape-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 190px;
    width: 170px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.navMenu li:nth-child(2) a:after {
    background: url(assets/img/menu-shape-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navMenu li:nth-child(3) a:after {
    background: url(assets/img/menu-shape-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navMenu li:nth-child(4) a:after {
    background: url(assets/img/menu-shape-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navMenu li:nth-child(4) a:after {
    top: -10px;
}

.navMenu li:nth-child(4) a {
    padding-top: 73px;
}

.navMenu li:nth-child(3) a {
    padding-top: 63px;
}

.heroHome__txt h1 {
    color: #C9EBF9;
    font-size: 60px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 25px;
}

.heroHome__txt p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.hero__btn {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}
.global__btn {
    width: 264px;
    height: 51px;
    color: #FFF;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #FFF;
    background: #21488C;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global__btn:hover {
    color: #fff;
    background: #1A95C3;
}

a.global__btn.green_ {
    background: #1A95C3;
}

a.global__btn.green_:hover {
    background: #21488C;
}

.home__edge__img {
    position: relative;
}

.pos__absulate img {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    height: 650px;
}

.sec2 .pos__absulate img {
    left: auto;
    right: 0;
}

.pos__absulate {
    position: absolute;
    left: 0;
    z-index: 22;
    width: 30%;
    top: -40px;
    height: 550px;
}

.section__bgWhite.sec2 {
    background: #C9EBF9;
    padding: 100px 0px;
}

.section__bgWhite.sec1 {
    padding: 100px 0px;
    /* height: 500px; */
}

.pos__absulate img.img1 {
    z-index: 1;
}

.sec2 .pos__absulate {
    left: auto;
    right: 0;
}

.pos__absulate h4 {
    color: #FFF;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    position: absolute;
    top: 62%;
    right: 34%;
    transform: translateY(-56%);
    z-index: 2;
}

.pos__absulate h4 img {
    position: absolute;
    right: -38px;
    left: auto;
    top: -26px;
    height: 60px;
}

.sec2 .pos__absulate h4 {
    right: auto;
    left: 22%;
    top: 60%;
}

.sec2 .pos__absulate h4 img {
    right: -30px;
}

.sec3 .pos__absulate h4 {
    text-align: right;
}

.sec3 .pos__absulate h4 img {
    top: auto;
    bottom: -37px;
    right: 139px;
}

.content p {
    font-size: 24px;
    font-weight: 400;
}

.high__light h4 {
    font-size: 30px;
    color: #1A95C3;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Avenir LT Std';
}

.sec2 .content p {
    font-weight: 300;
    margin: 30px 0px;
}

.section__bgWhite.sec3 {
    padding: 50px 0px;
}

.high__light2 h3 {
    color: #21488C;
    font-family: Avenir;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
}

.single__content {
    padding: 10px 0px;
}

.single__content p {
    margin: 0;
}

.single__content h5 {
    color: #21488C;
    font-family: Avenir;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px;
}

a.redMore {
    color: #1A95C3;
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.single__img img {
    width: 100%;
}

.footer__logo h4 {
    color: #21488C;
    font-family: "Fjalla One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__logo {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 30px;
}

.footer__area {
    padding: 50px 0px;
}

.footer__btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer__logo365 {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.footer__logo365 p {
    margin-bottom: 0;
    color: #21488C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__bottom p {
    margin: 0;
    color: #21488C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.themeColor {
    color: #21488C;
    font-weight: 700;
}

.show__mobile{
    display: none;
}

.about__area {
    position: relative;
}

.header__area .hero__btn {
    text-align: right;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 0;
    align-items: center;
    height: 100%;
}

.inner__logo {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
}

.inner__header__txt h4 {
    color: #21488C;
    text-align: right;
    font-family: "Fjalla One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__area {
    padding: 25px 0px;
}

.hero__area.inner_ {
    min-height: 840px;
}

.headerTxt_inner h1 {
    color: #FFF;
    text-shadow: 0 4px 4px #000;
    font-family: "Fjalla One";
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.banner__shadow.inner_:after {
    background: linear-gradient(270deg, #d9d9d900 0.13%, #000000b8 99.86%);
    background-blend-mode: darken;
    width: 70%;
}

.navMenu.contact li a.contact:after,
.navMenu.patient li a.patient:after,
.navMenu.about li a.about:after,
.navMenu.services li a.services:after  {
    background: url(assets/img/menu-active-bg.png);
    background-position: center !important;
    background-size: cover !important;
}

.navMenu.patient li a.patient,
.navMenu.contact li a.contact,
.navMenu.services li a.services,
.navMenu.about li a.about {
    color: #21488C;
}

.about__area {
    background: #C9EBF9;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about.pos__absulate img {
    height: auto;
}

.about.pos__absulate {
    top: 0;
    width: 35%;
}

.about.pos__absulate h4 {
    top: 70px;
    transform: translateY(0);
    left: 0;
    right: 0;
    padding-right: 100px;
    font-size: 40px;
    line-height: 1.1;
}

.about.pos__absulate h4 img {
    position: initial;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: auto;
    margin-top: 25px;
}

.section__title__area {
    padding: 70px 0px;
}

.section__title h2 {
    color: #1A95C3;
    font-family: Avenir;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
}

.section__title p {
    font-size: 24px;
    margin-bottom: 30px;
}

.subheading h2 {
    color: #000;
    font-family: Avenir;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 80px;
    padding-left: 90px;
    padding-right: 50px;
}

.global__content h4 {
    color: #21488C;
    font-family: "Fjalla One";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global__content p {
    color: #000;
    font-size: 22px;
}

.global__content ul li {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    margin-left: 20px;
}

.logo__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.logo__flex img {
    height: 110px;
}

.single__imgBox img {
    width: 100%;
}

.single__imgBox {
    margin-top: 30px;
    height: 100%;
}

.single__imgBox__txt h4 {
    color: #21488C;
    font-family: "Fjalla One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 0;
}

.single__imgBox__txt h5 {
    color: #21488C;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.single__imgBox__txt p {
    font-size: 22px;
    margin-top: 20px;
}

.single__imgBox.box1 {
    padding-right: 50px;
    border-right: 1px solid #21488C;
}

.single__imgBox.box2 {
    padding-left: 25px;
    padding-right: 25px;
}

.single__imgBox.box3 {
    padding-left: 50px;
    border-left: 1px solid #21488C;
}

.service .about.pos__absulate {
    left: auto;
    right: 0;
    top: -150px;
}

.section__title__area.service {
    position: relative;
}

.about.pos__absulate .service__left h4 {
    position: initial;
    top: 0;
    padding-right: 0;
    color: #C9EBF9;
    font-family: 'Avenir', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.about.pos__absulate .service__left img {
    position: initial;
    height: 60px;
}

.service__left {
    position: absolute;
    right: 0;
    top: 90%;
    z-index: 2;
    padding-left: 40%;
    padding-right: 10%;
    text-align: center;
    transform: translateY(-90%);
}

.service .about.pos__absulate {
    width: 40%;
}

.service__left p {
    color: #fff;
    font-size: 22px;
}

.service .about.pos__absulate img {
    left: auto;
    right: 0;
}

.single__imgBox__txt h6 {
    color: #1A95C3;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Fjalla One";
    margin-bottom: 5px;
    margin-top: 25px;
}

.single__imgBox__txt li {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    margin-left: 20px;
}
.global__content h6 {
    color: #1A95C3;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Fjalla One";
    margin-bottom: 5px;
    margin-top: 25px;
}

.service__bdr {
    border-top: 1px solid #21488C;
    border-bottom: 1px solid #21488C;
    margin-bottom: 100px;
    overflow: hidden;
}

.service__bdr .single__imgBox {padding-bottom: 40px;padding-top: 20px;}

.service__bdr1 .single__imgBox {
    padding-bottom: 40px;
}

.btn__center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.patient__card {
    background: rgba(112, 162, 182, 0.20);
    padding: 30px;
    height: 100%;
    text-align: center;
}

.patient__img {
    text-align: center;
    margin: 0 auto;
    background: url(assets/img/patient-img1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 257px;
    width: 289px;
    padding: 30px;
}

.patient__img img {
    height: 100px;
}

.patient__card h4 {
    color: #1A95C3;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.patient__card p {
    font-size: 22px;
    padding: 0px 50px;
}

.link {
    color: #1A95C3;
    text-decoration: underline;
}

.patient__card a.global__btn.green_ {
    justify-content: center;
    margin: 0 auto;
}

.patient__card.v2 a.global__btn.green_ {
    margin-top: 130px;
}

.patient__card.v2 {
    background: rgba(26, 149, 195, 0.22);
}

.v2 .patient__img {
    text-align: center;
    margin: 0 auto;
    background: url(assets/img/patient-img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 257px;
    width: 289px;
    padding: 30px;
}

.insurance__title h3 {
    color: #21488C;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F5F5F5;
    font-family: "Fjalla One";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.insurance__title p {
    font-size: 22px;
    text-align: center;
    margin-top: 85px;
}

.insurance__area {
    margin-top: -100px;
    border-bottom: 1px solid #21488C;
    padding-bottom: 60px;
}

.brand__logo {
    margin-top: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 69px;
    grid-template-columns: 3fr 3fr 3fr 3fr;
}

.brand__logo img {
    /* width: 100%; */
}

.andMore {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.andMore a {
    color: #1A95C3;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.cta__area {
    background: rgba(26, 149, 195, 0.22);
    padding: 30px;
    margin-top: 50px;
}

.cta__txt h4 {
    color: #21488C;
    font-family: Avenir;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 30px;
}

.cta__txt p {
    font-size: 22px;
}

.btn__center h4 {
    color: #21488C;
    text-align: center;
    font-family: Avenir;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 25px;
}

.insurance__area .btn__center {
    text-align: center;
    flex-direction: column;
}


.contact .about.pos__absulate .service__left h4 {
    font-size: 27px;
}

.contact .about.pos__absulate .service__left p {
    font-size: 20px;
}

.contact .about.pos__absulate .service__left hr {
    background: #fff;
}

.contact__heading {
    background: rgba(26, 149, 195, 0.20);
    padding: 50px 0px;
}

.contact__heading .section__title h2 {
    font-size: 36px;
}

.section__title__area.service.contact {
    padding-bottom: 0;
}