@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a:focus{
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}
.page-default-btn{
    display: none;
}
.show-mobile{
    display: none;
}
body{
    background-color: #fff!important;
}
li,p,a{
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}
ul,ol{
    margin: 0;
    padding: 0; 
}
li{
    list-style: none;
}
body p{
    font-size: 18px;
    color: #5E5F60;
    line-height: 1.7;
}
.container{
    width: 100%;
    max-width: 1400px;
}
section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
a{
 text-decoration: none !important;
}
p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
    body .container, body .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px) {
    body .container, body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px) {
    body .container, body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body .container, body .grid-container {
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    body .container, body .grid-container {
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    body .container, body .grid-container {
        max-width: 1140px;
        width: 100%;
    }
}
@media only screen and (min-width: 1300px) {
    body .container, body .grid-container {
        max-width: 1210px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px) {
    body .container, body .grid-container {
        max-width: 1400px;
        width: 100%;
    }
}
.section_padding {
    padding: 100px 0;
}
.section_padding_small{
    padding: 60px 0;
}
.section_margin {
    margin: 100px 0;
}
.left-side-content{
    padding-right: 36px;
}
.right-side-content{
    padding-left: 36px;
}
@media only screen and (max-width: 1366.98px) {
    .section_padding {
        padding: 90px 0;
    }
    .section_margin {
        margin: 90px 0;
    }
    .left-side-content{
        padding-right: 30px;
    }
    .right-side-content{
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .section_padding {
        padding: 80px 0;
    }
    .section_margin {
        margin: 80px 0;
    }
    .left-side-content{
        padding-right: 20px;
    }
    .right-side-content{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1024.98px) {
    .section_padding {
        padding: 70px 0;
    }
    .section_margin {
        margin: 70px 0;
    }
    .left-side-content{
        padding-right: 10px;
    }
    .right-side-content{
        padding-left: 10px;
    }
}
@media only screen and (max-width: 991.98px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_padding_small{
        padding: 50px 0;
    }
    .section_margin {
        margin: 60px 0;
    }
    .left-side-content{
        padding-right: 0px;
    }
    .right-side-content{
        padding-left: 0px;
    }
}
@media only screen and (max-width: 767.98px) {
    .section_padding {
        padding: 50px 0;
    }
    .section_padding_small{
        padding: 40px 0;
    }
    .section_margin {
        margin: 50px 0;
    }
}
.services-listing li:not(:last-of-type) {
    margin-bottom: 12px;
}
.services-listing li {
    color: #5E5F60;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.services-listing li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background-image: url("../image/right-icon.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}
@media only screen and (max-width: 767.98px) {
    .services-listing li, .content-side p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991.98px) {
    .content-side {
        padding-top: 30px;
    }
}
.bg-color {
    background-color: #E8EDF0;
}
.common-title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
}
.common-title h2 span {
    color: #4073D8;
}
@media only screen and (max-width: 1440.98px){
    .common-title h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1300.98px){
    .common-title h2{
        font-size: 34px;
    }
}
@media only screen and (max-width: 991.98px){
    .common-title h2{
        font-size: 32px;
    }
}
@media only screen and (max-width: 575.98px){
    .common-title h2{
        font-size: 30px;
    }
    body p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .common-title h2 {
        font-size: 24px;
    }
}
/*=============================================
= Header  CSS
=============================================*/
header{
    box-shadow: rgb(100 100 111 / .2) 0 12px 35px 0;
}
header, footer{
    padding: 16px 0;
    background: #ffffff;
}
footer{
    background: #b7b7b7b5;
}
header .row, footer .row{
    align-items: center;
}
.logo img{
    width: 100%;
    max-width: 180px;
}
.lp-btn{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    background: #4073D8;
    border-radius: 8px;
    padding: 11px 35px;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.4s;
}
.lp-btn img {
    margin-left: 4px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2461%) hue-rotate(333deg) brightness(118%) contrast(98%);
}
.lp-btn:hover img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(15%) saturate(3274%) hue-rotate(186deg) brightness(91%) contrast(93%);
}
.lp-btn:hover{
	border: 2px solid #4073D8;
	background: transparent;
	color: #4073D8;
}
.lp-btn.white-btn {
    color: #2E4A82;
    background: #fff;
}
.lp-btn.white-btn img {
    filter: unset;
}
.lp-btn.white-btn:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2461%) hue-rotate(333deg) brightness(118%) contrast(98%);
}
.footer-content p span{
    margin: 0px 6px;
}
.footer-content p {
    display: flex;
    color: #000;
    justify-content: center;
}
.footer-content p a{
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.footer-content p a:hover{
    color: #4073D8
}
@media only screen and (max-width: 1024px){
    .footer-button a span{
        display: none;
    }
}
@media only screen and (max-width: 767.98px){
    header, footer{
        padding: 20px 0;
    }
    .lp-btn{
        font-size: 16px;
        padding: 10px 25px;
    }
    .logo.footer__branding {
        text-align: center;
    }
    .footer-button{
        text-align: center !important;
    }
    .footer-row{
        row-gap: 15px;
    }
}
@media only screen and (max-width: 575.98px){
    header{
        padding: 15px 0;
    }
    .footer__branding{
        text-align: center;
    }
    .lp-btn{
        padding: 10px 20px;
        width: 100%;
    }
    .lp-btn span{
        display: none !important;
    }
    .footer-content p a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 370px){
    .header-button a, .footer-button a{
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px){
    .footer-content p{
        flex-wrap: wrap;
    }
    .footer-content p span{
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .footer-content p{
        flex-wrap: wrap;
    }
    .footer-content p span{
        display: none;
    }
}
/*=============================================
= Header  CSS
=============================================*/

/* ----------------------- Meet Doctor ------------------------ */
.meet-section .text-box {
    padding-bottom: 50px
}

.page-id-202 .meet-section .text-box {
    padding-bottom: 0
}

.meet-section-block .meet-box {
    -webkit-box-shadow: 0em 3px 6px 0em rgb(0 0 0 / .16);
    box-shadow: 0em 3px 6px 0em rgb(0 0 0 / .16);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 12px;
}

.meet-section-block .meet-box .meet-img {
    padding: 20px
}

.meet-section-block .meet-box img {
    width: 100%;
    max-width: 214px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 999px
}

.team-leader .meet-box img {
    max-width: 280px
}

.meet-section-block .meet-box .meet-h3 {
    font-size: 30px;
    padding-bottom: 5px;
    color: #182724;
    font-weight: 700;
    line-height: 1.2
}

.meet-section-block .meet-box .meet-h4 {
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 15px;
    padding-inline: 15px;
    font-size: 20px;
    color: #182724
}
.logo-img img {
    width: 100% !important;
    height: 100px;
    border-radius: unset !important;
}
.scan-code img{
    border-radius: unset !important;
    max-width: 90px !important;
    width: 100% !important;
}
.meet-box h3 a{
    font-size: 26px;
    font-weight: 600;
    color: #334B90;
}
.meet-box h3 a:hover{
    color: #212529;
}
.meet-box h4{
    font-size: 20px;
    font-weight: 500;
    color: #536FA6;
}
@media only screen and (max-width: 767px){
    .team-leader .meet-box img{
        max-width: 200px;
    }
    .meet-box h3 a{
        font-size: 24px;
    }
    .meet-section-block .meet-box{
        padding: 16px 12px;
    }
}
@media only screen and (max-width: 375px){
    .meet-box h3 a{
        font-size: 20px;
    }
    .meet-box h4{
        font-size: 18px;
    }
}
/*-------------------Review section -------------------*/
.rating-star ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}
@media only screen and (max-width:767px){
    .rating-star ul{
        margin-bottom: 10px;
    }
    .rating-star ul li img{
        max-width: 22px;
    width: 100%;
    }
}


ul.dropdown_list {
    position: absolute;
    border: 2px solid #4073D8;
    right: 0;
    top: calc(100% + 4px);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    min-width: 260px;
    display: none;
}
ul.dropdown_list.open{
    display: block;
}
.call_dropdown {
    position: relative;
    width: fit-content;
}
ul.dropdown_list li {
    font-size: 16px;
    text-align: left;
}
ul.dropdown_list li a{
    white-space: nowrap;
}
ul.dropdown_list li:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.footer-button ul.dropdown_list {
    top: unset !important;
    bottom: calc(100% + 4px) !important;
}
.call_dropdown.left-btn .dropdown_list {
    right: auto;
    left: 0;
}
@media only screen and (max-width: 768px){
    .call_dropdown.center-btn .dropdown_list {
        right: 50%;
        transform: translateX(50%);
    }
}
@media only screen and (max-width: 575px){
    .call_dropdown button{
        padding: 10px;
    }
}