/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.heroHome__txt h1 {
    font-size: 55px;
}

.heroHome__txt p {
    font-size: 24px;
    line-height: 1.2;
}

.global__btn {
    font-size: 22px;
}

.sec2 .pos__absulate h4 img {
    right: 0;
    top: -57px;
}

.pos__absulate h4 {
    font-size: 31px;
    line-height: 1.2;
}

.sec3 .pos__absulate h4 img {
    right: 76px;
}

.footer__logo h4 {
    font-size: 18px;
}

.about.pos__absulate h4 {
    font-size: 24px;
}

.headerTxt_inner h1 {
    font-size: 40px;
}


.service__left {
    top: 57%;
    padding-right: 3%;
    padding-left: 30%;
}

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

.service__left p {
    font-size: 18px;
    line-height: 1.1;
}

.contact .about.pos__absulate .service__left p br {
    display: none;
}

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


}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.heroHome__txt h1 {
    font-size: 42px;
}

.heroHome__txt p {
    font-size: 24px;
    line-height: 1.2;
}

.global__btn {
    font-size: 16px;
}

.sec2 .pos__absulate h4 img {
    right: 0;
    top: -57px;
}

.pos__absulate h4 {
    font-size: 31px;
    line-height: 1.2;
}

.sec3 .pos__absulate h4 img {
    right: 76px;
}

.pos__absulate img {
    height: 300px;
    top: -70px;
}

.pos__absulate h4 {
    top: 80px;
    font-size: 25px;
}

.section__bgWhite.sec1, .section__bgWhite.sec2, .section__bgWhite.sec3 {
    padding-top: 200px;
}

.sec2 .pos__absulate h4 {
    top: 82px;
    right: 0px;
}

.footer__logo {
    display: block;
}

.footer__logo h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

.logo img {
    max-width: 220px;
}


.headerTxt_inner h1 {
    font-size: 40px;
    margin-top: 50px;
}

.about.pos__absulate img {
    top: 0;
}

.about.pos__absulate h4 span {
    display: none;
}

.about.pos__absulate {
    display: none;
}

.about__area .show__mobile {
    display: block;
}

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

.subheading h2 {
    padding: 0;
    font-size: 32px;
}

.single__imgBox.box2, .single__imgBox.box3, .single__imgBox.box1 {
    padding: 0;
    border: none;
}

.section__title {
    margin-top: 50px;
}

.service__bdr {
    margin-top: 25px;
    padding-bottom: 30px;
}

.single__img.v2 {
    margin-top: 40px;
}
.patient__card p {
    padding: 0;
}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.pos__absulate img {
    height: 300px;
    top: -70px;
}

.pos__absulate h4 {
    top: 80px;
    font-size: 25px;
}

.section__bgWhite.sec1, .section__bgWhite.sec2, .section__bgWhite.sec3 {
    padding-top: 200px;
}

.sec2 .pos__absulate h4 {
    top: 82px;
    right: 0px;
}

.footer__logo {
    display: block;
}

.footer__logo h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}



.navMenu {
    display: none;
}

.logo p {
    display: none;
}

.logo img {
    max-width: 185px;
}

.hero__area.home_ {
    background: url(../img/mobile-bg.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 850px !important;
    padding-top: 30px;
}

.heroHome__txt  {
    display: none;
}


.hero__btn {
    display: none;
}
.show__mobile{
    display: block;
}
.show__mobile .hero__btn {
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column-reverse;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.show__mobile .logo p {
    display: block;
    text-align: center;
}

.show__mobile .logo {
    display: block;
    margin-top: 20px;
}
.show__mobile .global__btn.blue_ {
    background: #70A2B6;
}



.show__mobile .navMenu {
    display: block;
}

.show__mobile .navMenu ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.sec2 .pos__absulate h4 img {
    right: 0;
}

.pos__absulate {
    width: 38%;
    top: 0;
}

.pos__absulate h4 span {
    display: none;
}

.pos__absulate img {
    height: 220px;
}

.section__bgWhite.sec1, .section__bgWhite.sec2, .section__bgWhite.sec3 {
    padding-top: 170px;
}
.navMenu.top li a:after{
    background: url(../img/mobile-menu-bg-1.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.navMenu.top li:nth-child(2) a:after{
    background: url(../img/mobile-menu-bg-2.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    right: 0;
    left: auto
}

.navMenu.bottom li a:after{
    background: url(../img/mobile-menu-bg-3.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.navMenu.bottom li:nth-child(2) a:after{
    background: url(../img/mobile-menu-bg-4.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    right: 0;
    left: auto
}

.navMenu.top li:nth-child(2) a, .navMenu.bottom li:nth-child(2) a {
    padding-left: 0;
    padding-right: 15px;
}

.navMenu.bottom li:nth-child(1) a {
    padding-top: 66px;
}

.show__mobile .navMenu.bottom {
    margin-bottom: 90px;
}

.navMenu li a:after {
    height: 201px;
    width: 157px;
}

.navMenu li a {
    padding-top: 90px;
}

.hero__content {
    background: #21488C1A;
    padding: 60px 0px;
}

.hero__txt h2 {
    color: #21488C;
    font-size: 35px;
    text-align: center;
}

.hero__txt p {
    text-align: center;
}

body {
    font-size: 18px;
}

.content p {
    font-size: 18px;
}

.pos__absulate h4 {
    top: 59px;
    left: 0;
}

.pos__absulate h4 img {
    right: 0px;
    top: -52px;
}

.sec2 .pos__absulate h4 img {
    top: -57px;
    right: auto;
    left: 0;
}

.sec3 .pos__absulate h4 img {
    top: -50px;
    bottom: auto;
    right: 0;
}

.high__light2 h3 {
    font-size: 20px;
    line-height: 1.2;
}

.single__content h5 {
    font-size: 20px;
}

a.redMore {
    font-size: 18px;
}

.footer__logo {
    text-align: center;
}

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

.footer__logo365 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}

.footer__bottom p {
    font-size: 18px;
}


.section__bgWhite.home__edge__img h4.show__mobile {
    color: #1A95C3;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.section__bgWhite.sec1, .section__bgWhite.sec2, .section__bgWhite.sec3 {
    padding-top: 90px;
}

.section__bgWhite.home__edge__img.sec2 h4.show__mobile {
    color: #70A2B6;
    text-align: left;
}

.section__bgWhite.home__edge__img.sec3 h4.show__mobile {
    text-align: right;
    color: #21488C;
}

.nav__icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.show__mobile .navMenu {
    visibility: hidden;
    opacity: 0;
}

.show__mobile .navMenu.show {
    visibility: visible;
    opacity: 1;
}


.headerTxt_inner h1 {
    font-size: 40px;
    margin-top: 50px;
}

.about.pos__absulate img {
    top: 0;
}

.about.pos__absulate h4 span {
    display: none;
}

.about.pos__absulate {
    display: none;
}

.about__area .show__mobile {
    display: block;
}

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

.subheading h2 {
    padding: 0;
    font-size: 32px;
}

.single__imgBox.box2, .single__imgBox.box3, .single__imgBox.box1 {
    padding: 0;
    border: none;
}

.section__title {
    margin-top: 50px;
}


.inner__header__txt {
    display: none;
}

.hero__btn {
    position: relative;
}

.header__area {
    position: relative;
}

.header__area .nav__icon {
    right: 20px;
    background: #1A95C3;
    border-radius: 100px;
}

.inner__logo {
    display: block;
}
.single__img.v2 {
    margin-top: 40px;
}


.service__tile h4 {
    color: #21488C;
    font-family: Avenir;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.section__title__area.service {
    padding-top: 0;
    padding-bottom: 30px;
}

.about__area.services_ {
    padding-top: 0;
}

.patient__card p {
    padding: 0;
}

.patient__card.v2 {
    margin-top: 30px;
}
.insurance__area {
    margin-top: 0;
    padding-top: 50px;
}

.insurance__title p {
    margin-top: 0;
}

.brand__logo {
    grid-template-columns: 6fr 6fr;
}

 }   
    
 
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 


}






















