

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
}ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}h1, h2, h3, h4, h6{
    margin: 0;
    padding: 0;
}hr{
    margin-top: 10px;
    opacity: 1;
    background-color: #ccbd9e42;
}img{
    max-width: 100%;
}p{
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}a, a:hover{
    text-decoration: none;
    color: #0E606E;
    transition: all 0.3s ease-in;
}a:hover{
    color: #0E606E !important;
}section{
    position: relative;
}.main-header{
    box-shadow: 0px 0px 8px 1px #dfdfdf;

}.main-header .logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
}.main-header .logo-box img{
    height: 60px;

    object-fit: contain;
}.main-header .header-lower{
    display: flex;
    align-items: stretch;
    position: relative;
}.main-header .top-header{
    padding: 12px 60px 12px 60px;
    background: #0E606E;
}.main-header .top-header .contact-info{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    height: 100%;
}.main-header .top-header .contact-info li{
    position: relative;
    padding-left: 25px;
}.main-header .top-header .contact-info li i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
}.main-header .top-header .contact-info li a{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}.main-header .top-header .contact-info li a:hover{
    color: #fff !important;
}.main-header .top-header .social-media{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}.main-header .top-header .social-media li{
    position: relative;
}.main-header .top-header .social-media li a{
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #fff;
    color: #0E606E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    transition: all 0.3s ease;
}.main-header .top-header .social-media li a:hover{
    background-color: transparent;
    color: #fff !important;
}.main-header .navbar-header{
    padding: 0 60px 0 60px;
}.main-header .main-box{
    display: flex;
    align-items: center;
    width: 100%;
}.main-header .main-box .nav-outer{
    margin-left: auto;
}.main-header .main-box .navbar-nav{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding-right: 20px;
}.main-header .main-menu ul li{
    margin-right: 15px;
    position: relative;
}.main-header .main-menu ul li a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #4F5150;
    display: block;
    padding: 20px 0;
    text-transform: capitalize;
}.main-header .main-menu ul li.current_page_item a{
    color: #0E606E;
}.main-header .main-box .navbar-nav li.menu-item-has-children>a{
    padding-right: 20px;
}.main-header .disclaimer img{
    width: 35px;
    height: 35px;
}.main-header .disclaimer li{
    align-items: center;
    display: flex;
}.main-header .disclaimer li span a:hover{
    color: #fff !important;
}.main-menu .navigation>li.menu-item-has-children a:after{
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #666666;
    z-index: 5;
}.main-menu .navigation>li.menu-item-has-children ul li a:after{
    content: unset;
}.main-menu .navigation>li>ul{
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0 / 20%);
    visibility: hidden;
}.main-menu .navigation>li.menu-item-has-children ul>li>a{
    padding: 8px 30px 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all 500ms ease;
}.main-menu .navigation>li.menu-item-has-children ul>li>a:hover{
    background: #0E606E;
    color: #fff !important;
}.main-menu .navigation>li.menu-item-has-children>ul>li.menu-item-has-children>a::after{
    position: absolute;
    content: "\f0da";
    right: 15px;
    top: 15px;
    left: auto;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transition: .5s;
    opacity: 1;
    color: #3f3f3f;
    transition: all 500ms ease;
}.main-menu .navigation>li.menu-item-has-children>ul>li.menu-item-has-children>a:hover::after{
    color: #fff;
}.main-menu .navigation>li>ul>li{
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block;
}.main-menu .navigation>li>ul>li:last-child{
    border-bottom: 0px inset #454545;
}.main-menu .navigation>li>ul>li>ul{
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    width: max-content;
    min-width: 200px;
    margin-top: -40px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}.main-menu .navigation>li.menu-item-has-children:hover>ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}.main-menu .navigation li.menu-item-has-children ul>li.menu-item-has-children:hover>ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}.main-menu .navigation>li.menu-item-has-children ul>li{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block;
}.main-header .main-box .btn-header .btn-page{
    gap: 10px;
}.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.952941);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}.fixed-header .sticky-header{
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    border-bottom: 2px solid #0E606E;
}.sticky-header .main-box{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 0 !important;
}.sticky-header .main-box .logo-box{
    border: 0;
    max-width: 200px;
    padding: 10px;
}.sticky-header .main-box .main-menu{
    margin-left: auto;
}.sticky-header .main-menu ul li{
    height: 100%;
    display: flex;
    align-items: center;
}.sticky-header .main-box .btn-header{
    order: 3;
}.mobile-header{
    position: relative;
    padding: 13px 15px;
    display: none;
    z-index: 99;
}.mobile-header:after{
    display: table;
    clear: both;
    content: "";
}.mobile-header .logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0;
}.mobile-header .logo img{
    max-height: 50px;
}.mobile-header .nav-outer{
    position: relative;
    float: right;
    margin-left: auto;
}.mobile-header .outer-box{
    position: relative;
    float: right;
}.mobile-header .search-box{
    margin: 0;
}.mobile-header .cart-btn{
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
}.mobile-header .cart-btn{
    margin-left: 10px;
}.nav-outer .mobile-nav-toggler{
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: #0E606E;
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: none;
}.mm-panels .mm-counter{
    position: absolute;
    right: 45px;
    top: 50%;
    text-indent: 0;
    display: block;
    margin-top: -10px;
    background-color: #999999;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}.mm-navbar__title>span{
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 600;
}.mm-listview .current{
    background-color: rgba(0, 0, 0, 0.10);
}#toggle-user-sidebar{
    margin-left: 20px;
}#toggle-user-sidebar .thumb{
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}.mm-add-listing{
    margin-top: 30px;
    padding: 0 10px;
    border: transparent;
    display: none;
}.mm-add-listing .theme-btn{
    width: auto;
    min-width: auto;
    flex: 0 0 auto;
    color: #25B15F !important;
    border-radius: 50px;
    line-height: 25px;
    font-weight: 400;
}.mm-add-listing .theme-btn span{
    margin-left: 0;
    margin-right: 10px;
}.btn-page{
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: #E4773A;
    border: 1px solid #E4773A;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 35px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
}.btn-page:hover{
    color: #E4773A !important;
    background-color: transparent;
}.owl-theme .owl-dots .owl-dot span{
    background: #DDDDDD;
}.owl-theme .owl-dots .owl-dot span{
    width: 35px;
    height: 3px;
    border-radius: 0;
}.owl-theme .owl-dots .owl-dot.active span{
    background-color: #0E606E;
}.section-title{
    margin-bottom: 40px;
    text-align: center;
}.section-title .sub-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #0E606E;
}.section-title .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #3F3F3F;
}.section-title p{
    margin-bottom: 36px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}.form-appointment .form-heading h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}.form-appointment form label{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #1B2336;
}.form-appointment form .input-group{
    border: 0;
    border-radius: 5px;
    position: relative;
    display: block;
}.form-appointment form p{
    margin: 0;
    position: relative;
}.form-appointment form .wpcf7-spinner{
    position: absolute;
    top: 10px;
    right: 0;
}.form-appointment form .input-group-text{
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    height: 40px;
}.form-appointment form .form-control{
    width: 100%;
    background: #F8FAFB;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, 0.75);
    height: 40px;
    border: 1px solid #AFB5C4;
    padding: 10px 10px 10px 45px;
    border-radius: 5px !important;
    margin: 0;
}.form-appointment form .form-control:focus{
    box-shadow: none;
    outline: none;
}.form-appointment form textarea.form-control{
    height: 70px;
}.form-appointment form .btn-page{
    padding: 14px 30px;
    width: 100%;
}.slider.owl-theme .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    z-index: 3;
}.slider .item .home-banner-outer .banner-content .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    color: #2C3145;
    margin-bottom: 0;
}.slider .item .home-banner-outer .banner-content .d-flex{
    align-items: center;
    margin-bottom: 15px;
}.slider .item .home-banner-outer .banner-content .btn-page{
    border-radius: 100px;
    border: 2px solid #0E606E;
    background: #0E606E;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    margin-top: 15px;
}.slider .item .home-banner-outer .banner-content .btn-page i{
    font-size: 20px;
}.slider .item .home-banner-outer .btn-group{
    gap: 10px;
    justify-content: start;
    width: 100%;
}.slider .item .home-banner-outer .banner-content.text-center .btn-group{
    justify-content: center;
}.slider .item .home-banner-outer .btn-group .btn-page{
    border-radius: 5px;
}.slider .item .home-banner-outer .btn-group .btn-page:last-child{
    background-color: transparent;
    color: #0E606E;
}.form-banner.form-appointment{
    background-color: #0E606E;
    padding: 25px 15px;
}.form-banner.form-appointment .outerBox{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 15px;
}.form-banner.form-appointment form .form-control{
    padding: 5px 35px 5px 70px;
}.form-banner.form-appointment .outerBox .input-group-name{
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}.form-banner.form-appointment .outerBox .input-group-text{
    right: 0;
    left: inherit;
}.form-banner.form-appointment .outerBox .btn-page{
    height: 100%;
    align-items: center;
}

.content-grid .content-body h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #0E606E;
    position: relative;
}

.content-grid .content-body h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-grid .content-body h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-grid .content-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.content-grid .content-body h5 {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.content-grid .content-body ul {
    column-count: 2;
    padding: 15px 0;
}

.content-grid .content-body ul li {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: block;
}

.content-grid .content-body ul li::before {
    content: "\ebe6";
    font-family: boxicons !important;
    font-style: normal;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #555555;
    font-weight: 500;
    line-height: 1;
}

.content-grid .content-body .btn-page {
    border-radius: 100px;
}.symptoms-section .symptoms-card .content h4{
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #0E606E;
}.symptoms-section .btn-page{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    padding: 20px 30px;
    border-radius: 0px;
}.associate-section .doctor-details .outerbox .doctorImage img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}.associate-section .doctor-details .outerbox .doctorInfo{
    width: calc(100% - 120px);
    padding-left: 20px;
}.associate-section .doctor-details .outerbox .doctorInfo h4{
    color: #333;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}.associate-section .doctor-details .outerbox .doctorInfo h6{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
}.associate-section .associate-With .card-associate .image{
    width: 120px;
}.associate-section .associate-With .card-associate .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}.associate-section .associate-With .card-associate .content{
    width: calc(100% - 120px);
    padding-left: 15px;
}.associate-section .associate-With .card-associate .content h4{
    color: #0E606E;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}.associate-section .associate-With .card-associate .content h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}.associate-section .associate-With .card-associate .content p{
    margin: 0;
}.cancer-surgery .tabing-surgery .nav-tab .nav-link.active{
    background: #E4773A;
    border-radius: 0;
    color: #ffff;
    font-weight: 600;
}.cancer-surgery .surgery-content .image{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}.cancer-surgery .surgery-content .image img{
    width: 100%;
    max-width: 250px;
    height: 250px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #333;
}.main-service>.container-fluid{
    max-width: calc(100% - 75px);
}.main-service .section-title .sub-title{
    color: #E4773A;
}.main-service .section-title .title{
    color: #fff;
}.main-service .section-title p{
    color: #fff;
    max-width: 800px;
    margin: auto;
}.main-service .section-title{
    position: relative;
}.main-service .service-card .image{
    width: 100%;
    height: 200px;
}.main-service .service-card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}.main-service .service-card .content{
    width: 100%;
    padding: 15px;
}.main-service .service-card .content h4{
    font-size: 18px;
    color: #0E606E;
    font-weight: 600;
    line-height: 30px
}.main-service .service-card .content p{
    color: #333;
}.main-service .service-card .content p .morelink-2{
    color: #00606d;
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    font-weight: 500;
}.main-service .service-card .content p .morelink-2 i{
    margin-left: 10px;
    font-size: 10px;
}.gi-surgery-slider .owl-stage{
    display: flex;
    align-items: stretch;
}.gi-surgery-slider.owl-theme .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
}.gi-surgery-slider.owl-theme .owl-dots .owl-dot.active span{
    background-color: #e97640;
}.obesitySurgery .service-slider .owl-stage{
    display: flex;
    align-items: stretch;
}.obesitySurgery .card-obesity .image{
    width: 100%;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
}.obesitySurgery .card-obesity .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}.obesitySurgery .card-obesity .content{
    padding-top: 20px;
}.obesitySurgery .card-obesity .content h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}.imageGallery .galleryCard .overlayer .content{
    background: #222222;
    padding: 12px;
    border-radius: 5px;
    display: none;
}.imageGallery .galleryCard .overlayer .content h6{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}.imageGallery .galleryCard .overlayer .content p{
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}.appointment-area .section-title .sub-title{
    color: #E4773A;
}.appointment-area .section-title .title{
    color: #fff;
}.appointment-area .section-title p{
    color: #fff;
}.appointment-area .form-appointment{
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 35px 25px;
    max-width: 350px;
    height: 100%;
    margin-left: auto;
}.appointment-area .form-appointment .form-heading{
    text-align: center;
}.appointment-area .form-appointment .form-heading p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0E606E;
    margin-bottom: 0;
}.appointment-area .form-appointment .form-heading h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.appointment-area .content-body h6 {
    color: #E4773A;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.appointment-area .content-body h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.appointment-area .content-body p {
    color: #fff;
}

.appointment-area .content-body ul {
    column-count: 3;
    margin: 30px 0;
}

.appointment-area .content-body ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.appointment-area .content-body ul li::after {
    content: "\ebe6";
    font-family: boxicons !important;
    font-style: normal;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #E4773A;
    font-weight: 500;
    line-height: 1;
    top: 0;
}

.appointment-area .content-body .appointment-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

.appointment-area .content-body .appointment-grid .appointment-card {
    background: #fff;
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
}

.appointment-area .content-body .appointment-grid .appointment-card .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.appointment-area .content-body .appointment-grid .appointment-card h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.appointment-area .content-body .appointment-grid .appointment-card p {
    margin: 0;
    color: #333;
    line-height: 26px;
}.testimonials{
    padding: 70px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}.testimonials .owl-stage-outer{
    padding: 15px 0;
}.testimonials .countGoogle{
    padding: 7px 15px;
    background: #FFFFFF;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 8px 24px 0px #959DA533;
    margin-top: 10px;
}.testimonials .countGoogle img{
    height: 26px;
    margin-right: 10px
}.testimonials .countGoogle h4{
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}.testimonials .googleViewbtn{
    display: inline-flex;
    column-gap: 10px;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #E4773A;
    background: #FFFFFF;
    border: 1px solid #E4773A;
    border-radius: 100px;
    margin: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1.2;
    margin: 0;
}.testimonials .googleViewbtn img{
    width: 25px;
    height: 25px;
}.testimonials .googleViewbtn:hover{
    background-color: #E4773A;
    color: #fff !important;
}.testimonial-carousel .owl-item{
    padding: 0 10px;
}.testimonial-items{
    background: #fff;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;
    padding: 24px 15px 24px 24px
}.testimonial-items h4{
    color: #555;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}.testimonial-items p{
    overflow-y: auto;
    margin-bottom: 0;
}.testimonial-items p .morelink-2{
    color: #00606d;
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    font-weight: 500;
}.testimonial-items p .morelink-2 i{
    margin-left: 10px;
    font-size: 10px;
}

.article-blogs .blogs-card .body-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 48%) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    padding: 25px 15px;
}

.article-blogs .blogs-card .body-content .tips-tricks {
    position: absolute;
    top: 0;
    left: 0;
    top: 25px;
    left: 15px;
    background: #333333;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 3px;
    padding: 5px 8px;
}

.article-blogs .blogs-card .body-content .tips-tricks h6 {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.article-blogs .blogs-card .body-content .ft-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px 15px;
}

.article-blogs .blogs-card .body-content>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.article-blogs .blogs-card .body-content .ft-content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;

}

.article-blogs .blogs-card .body-content .ft-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.article-blogs .blogs-card .body-content .ft-content ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.article-blogs .blogs-card .body-content .ft-content ul li i {
    margin-right: 8px;
    font-size: 16px;
}.faq-homepage .list-faqs.active{
    background-color: #0E606E;
}.faq-homepage .list-faqs.active h5{
    color: #fff;
}.faq-homepage .list-faqs.active img{
    -webkit-filter: contrast(0) brightness(10);
    filter: contrast(0) brightness(10);
}

.faq .accordion.accordion-homepage.tab-content .tab-pane {}.accordion.accordion-homepage .accordion-item{
    margin-bottom: 20px;
}.accordion.accordion-homepage .accordion-item .accordion-header .accordion-button{
    border: 1px solid #EDEDED;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    padding: 10px 15px;
}

.accordion.accordion-homepage .accordion-item .accordion-collapse .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #141414;
}

.accordion.accordion-homepage .accordion-item .accordion-collapse .accordion-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #141414;
}

.accordion.accordion-homepage .accordion-item .accordion-collapse .accordion-body ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #3f3f3f;
    position: relative;
    display: block;
}

.accordion.accordion-homepage .accordion-item .accordion-collapse .accordion-body ul li::before {
    color: #0E606E;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}.accordion.accordion-homepage .accordion-item .accordion-header .accordion-button::after{
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    background-image: inherit;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
}.accordion.accordion-homepage .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}.accordion.accordion-homepage .accordion-item .accordion-header .accordion-button:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}.accordion.accordion-homepage .accordion-item .accordion-header .accordion-button:not(.collapsed){
    background: #fff;
    color: #0E606E;
    border-top: 2px solid #0E606E;
}.footer-section{
    background: #F4FBFB;
    padding: 60px 0;
}.footer-logo img{
    max-width: 200px;
    object-fit: contain;
}.footer-section .contact-info ul li{
    padding-left: 30px;
    position: relative;
}.footer-section .contact-info ul li a{
    margin-bottom: 5px;
    font-weight: 500;
}.footer-section .contact-info ul li a i{
    position: relative;
    margin-left: 8px;
    font-weight: 14px;
    top: 0;
}.footer-section .contact-info ul li span{
    color: #5E6271;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}.footer-section .contact-info ul li i{
    position: absolute;
    left: 0;
    top: 8px;
    color: #0E606E;
    font-size: 18px;
}.footer-section .contact-info ul li a{
    font-size: 14px;
    color: #555;
    font-weight: 400;
}.footer-section .contact-info ul li a:hover{
    color: #0E606E;
}.footer-section .footer-about .logo img{
    width: 200px;
    margin: auto;
    display: block;
    object-fit: contain;
    margin-bottom: 15px;
}.footer-section .footer-about p{
    font-size: 14px;
}.footer-section .footer-heading{
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #2C3145;
    margin-bottom: 10px
}.footer-section .border-dotss{
    border-bottom: 3px dashed #0E606E;
}.footer-section .f-social-media{
    display: flex;
    justify-content: end;
    align-items: center;
}.footer-section .f-social-media h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0E606E;
    margin-right: 16px;
    text-align: start;
}.footer-section .f-social-media ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}.footer-section .f-social-media ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0E606E;
}.footer-section .quick-links ul{
    column-count: 1;
}.footer-section .quick-links.otherpage ul{
    column-count: 1;
}.footer-section .quick-links ul li{
    margin-bottom: 10px;
}.footer-section .quick-links ul li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}.footer-bottom{
    text-align: center;
    background: #0E606E;
    padding: 12px 10px;
}.footer-bottom .copyright{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}.footer-bottom .copyright a{
    color: #E4773A;
    font-weight: 600;
}.footer-bottom .copyright a:hover{
    color: #E4773A !important;
}.page-title .container{
    position: relative;
    z-index: 1;
}.page-title .content-box .title{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}.contactsection .row{
    position: relative;
}.contactsection .contactForm.form-appointment{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(43, 51.999999999999986, 58.99999999999999, 0.05);
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 80px;
    max-width: 320px;
    right: 70px;
}.contactsection .contactForm.form-appointment .textarea.form-control{
    height: 100px;
}.faq-tabs .nav-tabs .nav-item .nav-link.active{
    background-color: #0E606E;
    border-color: #0E606E;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}.faq-tabs .nav-tabs .nav-item .nav-link.active::after{
    opacity: 1;
    transform: translateX(0);
}.faq-tabs .nav-tabs .nav-item .nav-link.active img{
    filter: contrast(0) brightness(10);
}.faq-tabs .nav-tabs .nav-item .nav-link.active h5, .faq-tabs .nav-tabs .nav-item .nav-link.active p{
    color: #fff;
    ;
}.tab-content.faq-content{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0px 15px;
    height: 100%;
}.accordion-faq .accordion .accordion-item{
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}.accordion-faq .accordion .accordion-item .accordion-button{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #333;
    padding: 15px 25px;
    background-color: #fff;
    border-top: 3px solid #fff;
}.accordion-faq .accordion .accordion-item .accordion-button:not(.collapsed){
    box-shadow: none;
    background: #fff;
    color: #0E606E;
    border-top: 3px solid #0E606E;
}

.accordion-faq .accordion .accordion-item .accordion-body {
    padding-top: 0;
}

.accordion-faq .accordion .accordion-item .accordion-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: capitalize;
}

.accordion-faq .accordion .accordion-item .accordion-body ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #3f3f3f;
    position: relative;
    display: block;
}

.accordion-faq .accordion .accordion-item .accordion-body ul li::before {
    color: #0E606E;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}.accordion-faq .accordion .accordion-item .accordion-button:focus{
    border-color: #fff;
    box-shadow: none;
}.accordion-faq .accordion .accordion-item .accordion-button::after{
    width: auto;
    height: auto;
    background-image: unset;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}.accordion-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after{
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    transform: rotate(0deg);
}.blog-single-post.blog-salah .image img{
    width: auto;
    height: 500px
}.blog-single-post .image{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}.blog-single-post .image img{
    width: 100%
}.widget_popular_post .content{
    position: relative;
    width: calc(100% - 75px)
}.widget_popular_post .content h5{
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}.widget_popular_post .content h5 a{
    color: #3F3F3F;
    transition: .5s
}.widget_popular_post .content h5 a:hover{
    color: #0E606E;
}.widget_popular_post .content .post-info{
    font-size: 14px;
    color: #3F3F3F;
}.widget_popular_post .content .post-info i{
    margin-right: 4px;
    color: #0E606E;
}.blog-sidebar .widget .form-appointment{
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 40px 25px;
    max-width: 350px;
}.aboutdoctor-banner .doctorInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}.aboutdoctor-banner .doctorInfo .doctorImage img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}.aboutdoctor-banner .doctorInfo .content{
    width: calc(100% - 150px);
    padding-left: 25px;
}.aboutdoctor-banner .doctorInfo .content h6{
    font-size: 16px;
    line-height: 26px;
    color: #00606d;
    font-weight: 600;
}.aboutdoctor-banner .doctorInfo .content h1{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
}.aboutdoctor-banner .doctorInfo .content h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #333;
}.aboutdoctor-banner .doctorRating .review-button{
    padding: 10px;
}.aboutdoctor-banner .doctorRating .review-button .countGoogle{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}.aboutdoctor-banner .doctorRating .review-button .countGoogle img{
    height: 25px;
}.aboutdoctor-banner .doctorRating .review-button .countGoogle h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}.about-doctor .outerbox-doctor .doctor-details .social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}.about-doctor .outerbox-doctor .doctor-details .social-media li a{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.active{
    background-color: #0E606E;
    color: #fff;
}.qualification-section .tab-content.qualification-content p{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #444;
}.qualification-section .tab-content.qualification-content ul li{
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    position: relative;
    display: block;
}.qualification-section .tab-content.qualification-content ul li::before{
    color: #E4773A;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}.qualification-section .tab-content.qualification-content table tr th, .qualification-section .tab-content.qualification-content table tr td{
    border: 1px solid #ddd;
    font-size: 14px;
}.modal.modal-appointment{
    z-index: 9999;
}.modal.modal-appointment .modal-dialog{
    max-width: 850px;
}.modal.modal-appointment .modal-header{
    position: absolute;
    right: -45px;
    top: 10px;
    padding: 0;
    display: block;
}.modal.modal-appointment .modal-header .btn-close{
    background-color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    opacity: 1;
    padding: 10px;
}

.modal.modal-appointment .modal-body {
    padding: 0;
}.modal.modal-appointment .popup-header{
    text-align: center;
    padding: 10px 10px 0;
}.modal.modal-appointment .popup-header .logo{
    display: inline-block;
    margin-bottom: 10px
}.modal.modal-appointment .popup-header .logo img{
    width: 160px;
    object-fit: contain;
}.modal.modal-appointment .popup-header p{
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 12px;
}.modal.modal-appointment .contact-popup{
    padding: 15px;
}.modal.modal-appointment .contact-popup .popup-card{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    justify-content: start;
}.modal.modal-appointment .contact-popup .popup-card .image img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}

.modal.modal-appointment .contact-popup .popup-card .content-body {
    width: calc(100% - 150px);
    padding-left: 15px;
    text-align: start;
}

.modal.modal-appointment .contact-popup .popup-card .content-body h4 {
    color: #006a95;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body .btn-page {
    margin-top: 10px;
    padding: 8px 20px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    color: #1A1A1ACC;
    font-size: 14px;
    font-weight: 500;
}

.modal.modal-appointment .contact-popup .popup-card .content-body ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #0E606E;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.modal.modal-appointment .contact-popup .popup-card .content-body ul li a {
    color: #1A1A1ACC;
    font-size: 14px;
    font-weight: 500;

}

.modal.modal-appointment .modal-body .row>.col-md-7 {
    background: #e8f2f5;
}

.modal.modal-appointment .modal-body .form-appointment {
    padding: 30px 10px 25px 0;
    box-shadow: none;
}

.modal.modal-appointment .modal-body .form-appointment h4 {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.modal.modal-appointment .modal-body .form-appointment form textarea.form-control {
    height: 100px;
}

.modal.modal-appointment .modal-body .form-appointment form .btn-page {
    margin-top: 20px;
}

.modal.modal-appointment .modal-body .bottom-content h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: #e97640;
    font-weight: 500;
    display: flex;
    gap: 15px;
}

.modal.modal-appointment .modal-body .bottom-content .callBtn {
    font-size: 20px;
    font-weight: 600;
}

.modal.modal-appointment .modal-body .bottom-content ul li {
    color: #333;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    display: block;
}

.modal.modal-appointment .modal-body .bottom-content ul li::before {
    content: "\ebe6";
    font-family: boxicons !important;
    font-style: normal;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #00606d;
    font-weight: 500;
    line-height: 1;
    top: 5px;
}.error-section{
    position: relative;
    padding: 110px 0
}.error-section .content{
    position: relative;
    text-align: center
}.error-section h1{
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}.error-section h2{
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
}.error-section p{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 50px
}.error-section .theme-btn{
    position: relative
}#scrollTopBtn{
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}#scrollTopBtn:hover{
    background-color: #122136;
}#scrollTopBtn.actived{
    right: 25px;
    opacity: 1;
}.article-blogs .card-social .image{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px
}.m-footer{
    display: none;
}.m-footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E4773A;
    width: 100%;
    z-index: 999;
    padding: 0;
    height: 50px;
    align-items: center;
    padding: 5px 0;
    border-top: 2px solid #fff;
}.m-footer .hgf5d3{
    border-right: 1px solid #ddd;
}.m-footer a{
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}.m-footer a i{
    font-size: 20px;
}.m-footer a i:hover{
    color: #000 !important;
}.btn-whatsapp-pulse{
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 50px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}.btn-whatsapp-pulse:hover{
    color: #fff !important;
}.btn-whatsapp-pulse span, .btn-whatsapp-pulse i{
    position: relative;
}.btn-whatsapp-pulse::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 50px;
    border: 5px solid #25d366;
    background-color: #25d366;
    transform: scale(1);
    opacity: 0.2;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}.treatment-banner{
    padding: 60px 0 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}.treatment-banner h6{
    color: #e97640;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}.treatment-banner h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
}.treatment-banner .btn-page{
    background: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    color: #e97640;
}.treatment-banner .btn-page i{
    font-size: 24px;
}.treatment-banner .treatment-Image img{
    width: 100%;
    border-radius: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    max-width: 250px;
    height: 250px;
    border: 3px solid #e97640;
}.tratment-sticky{
    padding: 40px 0 60px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}.tratment-sticky ul{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}.tratment-sticky ul li:first-child a{
    background: #00606d;
}.tratment-sticky ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 12px 20px;
    background: #00606d5e;
    border-radius: 100px;
    transition: all 0.4s ease-in;
}.tratment-sticky ul li a:hover{
    background: #00606d;
    color: #fff !important;
}.treatmentContent{
    padding-bottom: 60px;
}.treatmentContent .tab-content{
    padding-top: 46px;
    padding-bottom: 40px;
    position: relative;
}.treatmentContent .tab-content::after{
    content: " ";
    width: 80%;
    height: 1.5px;
    background-color: #00606d33;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}.treatmentContent .tab-content h3{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    line-height: 40px;
}.treatmentContent .tab-content h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 34px;
}.treatmentContent .tab-content ul li{
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    display: block;
}.treatmentContent .tab-content ul li::before{
    content: "\ebe6";
    font-family: boxicons !important;
    font-style: normal;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #00606d;
    font-weight: 500;
    line-height: 1;
    top: 5px;
}.treatmentContent .faq-treatment{
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    margin: 30px 0;
    padding: 32px;
}.treatmentContent .faq-treatment .form-appointment .form-heading{
    margin-bottom: 15px;
}.treatmentContent .faq-treatment .form-appointment .form-heading p{
    margin-bottom: 0;
}.treatmentContent .faq-treatment .section-title .title{
    font-size: 22px;
    line-height: 36px;
}.treatmentContent .container>.row>.col-md-4{
    border-left: 1px solid #ddd;
}.treatmentContent .doctor-Profile{
    background: #f4fbfb;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    padding: 30px 15px;
    margin: 25px 0;
    text-align: center;
    position: sticky;
    top: 20%;
    max-width: 350px;
    margin-left: auto;
}.treatmentContent .doctor-Profile .image img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto 15px;
    overflow: hidden;
    display: block;
}.treatmentContent .doctor-Profile .content h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #00606d;
}.treatmentContent .doctor-Profile .content h6{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
}.treatmentContent .doctor-Profile .callBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}.treatmentContent .doctor-Profile .callBtn i{
    color: #00606d;
    font-size: 22px;
    font-weight: 500;
}.treatmentContent .doctor-Profile .callBtn a{
    color: #333;
    font-size: 16px;
    font-weight: 500;
}.treatmentContent .doctor-Profile .content .btn-page{
    margin-top: 15px;
}

.content-grid .content-body .contact-doctorbox {
    display: flex;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 15px;
}

.content-grid .content-body .contact-doctorbox .doctorimage img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;

}

.content-grid .content-body .contact-doctorbox .content-box {
    width: calc(100% - 120px);
    padding-left: 25px;
}

.content-grid .content-body .contact-doctorbox .content-box h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0;
}.content-doctor-profile{
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}.content-doctor-profile .doctorInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}.content-doctor-profile .doctorInfo .doctorImage{
    width: 26%;
}.content-doctor-profile .doctorInfo .content{
    width: 70%;
}.content-doctor-profile .doctorInfo .content h2{
    font-size: 32px;
    font-weight: 600;
}.content-doctor-profile .doctorInfo .content h6{
    color: #E4773A;
}.content-doctor-profile .doctorInfo .content h4{
    font-size: 18px;
}.surgery-item{
    padding-left: 10px;
}.procedure-tretment-banner{
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 20px;
}.whychoose-section .card-whychoose .content{
    text-align: center;
}.whychoose-section .card-whychoose .content h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #0E606E;
}.whychoose-section .card-whychoose .content p{
    margin: 0;
}.treatment-service .tab-nav .tab-link.active:before{
    transform: translateY(0);
    opacity: 1
}.treatment-service .tab-nav .tab-link.active{
    background: 0 0;
    border-color: #00606d
}.treatment-service .tab-nav .tab-link.active h6{
    color: #fff
}.treatment-service .tab-content{
    padding: 50px 0;
    border-bottom: 4px solid #ddd
}.treatment-service .tab-content .inner-box{
    background: #fff
}.treatment-service .tab-content .inner-box .heading{
    display: flex;
    justify-content: start;
    align-items: center
}.treatment-service .tab-content .inner-box .heading{
    margin-bottom: 15px
}.treatment-service .tab-content .inner-box .wp-caption{
    width: 100% !important;
    height: auto
}.treatment-service .tab-content .inner-box .heading img{
    width: 40px;
    height: 40px;
    margin-right: 15px
}.treatment-service .tab-content .inner-box .heading h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    text-transform: capitalize;
    color: #3e3e3e;
    position: relative;
    padding-bottom: 12px
}.treatment-service .tab-content h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
    color: #3e3e3e;
    position: relative;
    padding-bottom: 12px
}.treatment-service .tab-content .inner-box h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #3e3e3e
}.treatment-service .tab-content .inner-box strong{
    font-weight: 700;
    color: #00606d
}.treatment-service .tab-content .inner-box ul li{
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    position: relative
}.treatment-service .tab-content .inner-box ul li:before{
    color: #00606d;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}.treatment-banner.banner-section{
    padding: 60px 0;
}.treatment-banner.banner-section h1{
    margin-bottom: 10px;
}.treatment-banner.banner-section ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    text-align: start;
}.treatment-banner.banner-section ul li::before{
    color: #E4773A;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}.content-section .tab-nav .tab-link.active{
    background: #00606d;
    border-color: #00606d;
    color: #fff !important;
}.content-section .rightside-content .tab-content{
    padding-top: 40px;
}.content-section .rightside-content .tab-content h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content h3{
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content h4{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content h6{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content p{
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content p strong, .content-section .rightside-content .tab-content p b{
    color: #0E606E;
}.content-section .rightside-content .tab-content ul{
    padding: 15px 0;
    column-count: 1;
}.content-section .rightside-content .tab-content ul li{
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.7;
    color: #3F3F3F;
}.content-section .rightside-content .tab-content ul li strong, .content-section .rightside-content .tab-content ul li b{
    color: #0E606E;
}.content-section .rightside-content .tab-content ul li::before{
    content: "\f061";
    position: absolute;
    left: 2px;
    top: -2px;
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #E4773A;
    font-size: 18px;
}.why-ivf .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 20px;
}.content-section .tab-nav .tab-link.active{
    background: #00606d;
    border-color: #00606d;
    color: #fff !important;
}.content-section .rightside-content .tab-content{
    padding-top: 20px;
}.content-section .rightside-content .tab-content h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content p{
    line-height: 32px;
    margin-bottom: 15px;
    color: #5E6271;
}.content-section .rightside-content .tab-content ul li{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    display: block;
    line-height: 32px;
    color: #5E6271;
}.content-section .rightside-content .tab-content h5{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}.content-section .rightside-content .tab-content ul li::before{
    position: absolute;
    right: 4px;
    top: 10px;
    margin-top: 1px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #00606d;
    z-index: 5;
}section.page-content-area .sec-head-box.text-center{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}
@keyframes pulse-border {
    0% {
        transform: scale(1.02);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.06);
        opacity: 0.3;
    }

    75% {
        transform: scale(1.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}