*{
    padding: 0;
    margin: 0;
}

.top-bar, .main-bar{
    position: relative;
}

.top-bar{
    background-image: linear-gradient(90deg, #144D91, #00B38D);
    padding: 10px 50px 1px 1px;
}
.top-bar ul li{
    display: inline-block;
    margin-right: 3px;
}
.top-bar ul li a{
    color: white;
    text-decoration: none;
}
.top-bar ul li a span{
    font-weight: 600;
}

.navbar .navbar-collapse{
    padding-left: 44%;
}
.nav-item .nav-link{
    font-size: 18px;
    font-weight: 600;
    color: black;
    padding-top: 10px;
}
.nav-item .nav-link:hover{
    color: #052C86
}
.nav-button{
    display: flex;
}
.nav-button img{
    width: 25%;
    margin-right: 10px;
}
.nav-button .button-content{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}
.nav-button .button-content span{
    font-size: 16px;
    color: rgb(22 78 99 / 0.9);
}

.header-logo{
    position: absolute;
    top: 15px;
    left: 180px;
    width: 150px;
}

.hero-section{
    position: relative;
    z-index: -9999;
}
.hero-section .owl-carousel .item {
    position: relative; 
    -webkit-backface-visibility: hidden; 
}
.hero-section .owl-nav .owl-prev, .hero-section .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    color: #cdcbcd;
}
.hero-section .owl-nav i {
    font-size: 52px;
}
.hero-section .owl-nav .owl-prev {
    left: 30px;
}
.hero-section .owl-nav .owl-next {
    right: 30px;
}

.form-strip{
    background-image: linear-gradient(90deg, #144D91, #00B38D);
    padding: 40px;
    margin-top: -70px;
}
.form-strip form{
    padding-top: 10px;
}
.form-strip .form-control{
    border-radius: 25px;
    padding: 10px 25px;
}
.btn.btn-submit{
    background-image: linear-gradient(90deg, #04072A, #083192);
    color: white;
    border: 1px solid white;
    border-radius: 25px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}
.btn.btn-submit:hover{
    background-image: linear-gradient(90deg, #083192, #04072A);
    transform: translateX(5px)
}

.about-section{
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.about-section h1{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #082c84;
}
.about-section p{
    font-size: 18px;
    text-align: justify;
    color: #0B2A46;
}
.about-section .features-list{
    padding: 50px 10px;
}
.about-section .features-list .feature-card{
    border: 1px solid #052C86;
    border-radius: 15px;
    padding: 10px;
}
.about-section .features-list .feature-card i{
    font-size: 22px;
    width: 50px;
    height: 50px;
    color: white;
    background-color: #052C86;
    padding: 15px;
    border-radius: 50%;
}
.about-section .features-list .feature-card span{
    font-size: 18px;
    color: #0B2A46;
    margin-left: 15px;
}

.departments-section{
    background-color: rgb(246 249 255 / 0.9);
    padding: 50px 0px;
}
.departments-section .header{
    padding: 25px 50px;
}
.departments-section .header h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    color: #082c84;
}
.departments-section .header h2 span{
    font-size: 22px;
    color: #00B38D;   
}
.departments-section .header p{
    font-size: 18px;
    color: #0B2A46;
}
.departments-section .department-card{
    width: 100%;
    display: flex;
    padding: 25px;
    border: none;
    transition: all 0.3s ease;
}
.departments-section .department-card.one,
.departments-section .department-card.two,
.departments-section .department-card.three,
.departments-section .department-card.four{
    border-bottom: 1px solid rgb(112 112 112 / 0.9);
}
.departments-section .department-card.one,
.departments-section .department-card.three{
    border-right: 1px solid rgb(112 112 112 / 0.9);
}
.departments-section .department-card:hover{
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.departments-section .department-card p{
    margin-left: 25px;
    margin-top: 25px;
}
.departments-section a{
    text-decoration: none;
    color: rgb(112 112 112 / 0.9);
    font-size: 18px;
}
.departments-section a span{
    font-weight: 600;
}
.btn.btn-view{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn.btn-view i{
    margin-left: 15px;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid transparent;
}
.btn.btn-view:hover{
    background-color: #00B38D; 
    color: white; 
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.btn.btn-view:hover i{
    border-color: white;
}

.doctor-section{
    padding: 50px 0px;
}
.doctor-section h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #082c84;
}
.doctor-section p span{
    background-color: rgb(195 229 255 / 0.9);
    border-radius: 15px;
    padding: 10px;
    font-weight: 600;
}
.doctor-section img{
    border-radius: 5px;
}
.doctor-section table{
    border-top: 1px solid rgb(112 112 112 / 0.9);
    border-bottom: 1px solid rgb(112 112 112 / 0.9);
}
.doctor-section .group-buttons{
    display: flex;
    justify-content: space-between;
}
.btn.btn-appointment{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-image: linear-gradient(90deg, #04072A, #083192);
    transition: all 0.3s ease;
}
.btn.btn-appointment i{
    margin-left: 15px;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid white;
}
.btn.btn-appointment:hover{
    background-image: linear-gradient(90deg, #083192, #04072A);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.fact-strip{
    padding: 50px 0px 40px 0px;
    background-image: linear-gradient(90deg, #144D91, #00B38D);
}
.fact-strip .fact-wrapper{
    padding: 0px 200px;
}
.fact-strip .fact-wrapper .fact-content{
    color: white;
    font-size: 18px;
    font-weight: 600;   
}
.fact-strip .fact-wrapper .fact-content.one{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fact-strip .fact-wrapper .fact-content.one p.number{
    padding: 18px;
    background-image: linear-gradient(90deg, #083192, #04072A);
    border: 1px solid white;
    border-radius: 50%;
    margin-right: 15px;
}
.fact-strip .fact-wrapper .fact-content.two{
    border-left: 2px solid white;
}

.quick-contact{
    padding: 100px 0px;
    background-image: url(../images/quick-contact-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.quick-contact p.header{
    font-size: 20px;
    color: #00B38D; 
}
.quick-contact h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    color: #082c84;
}
.quick-contact input{
    height: 50px;
    border-radius: 15px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.quick-contact .btn{
    margin: 0px;
    width: 100%;
}

.service-section{
    padding: 50px 0px;
}
.service-section .service-image{
    padding: 25px 50px;
}
.service-section .service-content{
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.service-section .service-content h3{
    font-size: 25px;
    color: rgb(2 92 175 / 0.9);
}
.service-section .service-content p{
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}
.btn.btn-more{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-image: linear-gradient(90deg, #04072A, #083192);
    transition: all 0.3s ease;
}
.btn.btn-more:hover{
    background-image: linear-gradient(90deg, #083192, #04072A);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.service-section .owl-carousel .item {
    position: relative; 
    -webkit-backface-visibility: hidden; 
}
.service-section .owl-nav .owl-prev, .service-section .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    color: #cdcbcd;
}
.service-section .owl-nav i {
    font-size: 52px;
}
.service-section .owl-nav .owl-prev {
    left: -30px;
}
.service-section .owl-nav .owl-next {
    right: -50px;
}

.patient-testimonials{
    padding: 50px 0px;
    background-color: #F2F8F7;
}
.patient-testimonials .header{
    display: flex;
    justify-content: space-between;
}
.patient-testimonials .header h3{
    font-size: 25px;
    color: #082c84;
}
.patient-testimonials .thubmnail{
    position: relative;
    cursor: pointer;
}
.patient-testimonials .thubmnail::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.patient-testimonials .thubmnail:hover:after{
    color: crimson;
}

.patient-education{
    padding: 50px 0px;
    background-color: #F2F8F7;
}
.patient-education .header{
    display: flex;
    justify-content: space-between;
}
.patient-education .header h3{
    font-size: 25px;
    color: #082c84;
}
.patient-education .thubmnail{
    position: relative;
    cursor: pointer;
}
.patient-education .thubmnail::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.patient-education .thubmnail:hover:after{
    color: crimson;
}

.youtube-shorts{
    padding: 50px 0px;
    background-color: #F2F8F7;
}
.youtube-shorts .header{
    display: flex;
    justify-content: space-between;
}
.youtube-shorts .header h3{
    font-size: 25px;
    color: #082c84;
}
.youtube-shorts .thubmnail{
    position: relative;
    cursor: pointer;
}
.youtube-shorts .thubmnail::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.youtube-shorts .thubmnail:hover:after{
    color: crimson;
}

.cta-strip{
    margin-top: 50px;
    padding: 60px 0px 30px 0px;
    background-image: linear-gradient(90deg, #144D91, #00B38D);
}
.cta-strip .cta-wrapper{
    padding: 0px 150px;
    position: relative;
}
.cta-strip .cta-wrapper p, .cta-strip .cta-wrapper p a{
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.cta-strip .cta-wrapper p a{
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
}
.cta-strip .cta-wrapper img{
    position: absolute;
    top:-76%;
}
.cta-strip .cta-wrapper h3{
    font-size: 25px;
    color: white;
}
.cta-strip .cta-wrapper .cta-buttons{
    display: flex;
    justify-content: space-evenly;
}
.cta-strip .cta-wrapper .cta-buttons a{
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    width: 30%;
}
.btn.btn-appointment2{
    height: 45px;
    font-weight: 600;
    color: white;
    background-image: linear-gradient(90deg, #04072A, #083192);
    transition: all 0.3s ease;
}
.btn.btn-appointment2:hover{
    background-image: linear-gradient(90deg, #083192, #04072A);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.blogs-section{
    padding: 50px 0px;
    background-color: #F2F8F7;
}
.blogs-section .header{
    display: flex;
    justify-content: space-between;
}
.blogs-section .header h3{
    font-size: 25px;
    color: #082c84;
}
.blogs-section a{
    text-decoration: none;
    color: black;
}
.blogs-section .item{
    padding: 15px;
}
.blogs-section .blog-card{
    border-radius: 25px;
    padding: 15px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.blogs-section .blog-card img{
    border-radius: 25px;
}
.blogs-section .blog-card img, .blogs-section .blog-card p{
    transition: all 0.3s ease;
}
.blogs-section .blog-card h4{
    color: rgba(3, 73, 139, 0.9);
    margin-top: 15px;
    margin-bottom: 15px;
}
.blogs-section .blog-card:hover img{
    transform: scale(1.05);
}
.blogs-section .blog-card:hover p{
    transform: translateX(5px);
    color: #00B38D;
}
.blogs-section .owl-carousel .item {
    position: relative; 
    -webkit-backface-visibility: hidden; 
}
.blogs-section .owl-nav .owl-prev, .blogs-section .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    color: #cdcbcd;
}
.blogs-section .owl-nav i {
    font-size: 52px;
}
.blogs-section .owl-nav .owl-prev {
    left: -30px;
}
.blogs-section .owl-nav .owl-next {
    right: -50px;
}

.reviews-section{
    padding: 50px 0px;
    background-image: url(../images/reviews-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.reviews-section p.header{
    font-size: 20px;
    color: #00B38D; 
}
.reviews-section h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    color: #082c84;
}
.reviews-section .carousel-wrapper{
    padding: 50px 0px;
}
.reviews-section .carousel-wrapper .item{
    padding: 25px;
}
.reviews-section .review-card{
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.reviews-section .review-card p{
    font-size: 18px;
    font-weight: 600;
}
.reviews-section .review-card .author span{
    color: rgba(3, 73, 139, 1);
}
.reviews-section .owl-carousel .item {
    position: relative; 
    -webkit-backface-visibility: hidden; 
}
.reviews-section .owl-nav .owl-prev, .reviews-section .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    color: #cdcbcd;
}
.reviews-section .owl-nav i {
    font-size: 52px;
}
.reviews-section .owl-nav .owl-prev {
    left: -30px;
}
.reviews-section .owl-nav .owl-next {
    right: -50px;
}

.faqs-section{
    padding: 50px 0px;
    background-image: linear-gradient(90deg, #144D91, #00B38D);
}
.faqs-section p.header{
    font-size: 20px;
    color: white; 
}
.faqs-section h3{
    color: white; 
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 50px;
}
.faqs-section .faq-drawer {
  margin-bottom: 30px;
}
.faqs-section .faq-drawer-content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.faqs-section .faq-drawer-title {
  border-top: white 1px solid;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 10px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.faqs-section .faq-drawer-title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
.faqs-section .faq-drawer-content{
    padding: 15px 0px;
    color: white;
}
.faqs-section .faq-drawer-trigger:checked
  + .faq-drawer-title
  + .faq-drawer-content-wrapper {
  max-height: 350px;
}
.faqs-section .faq-drawer-trigger:checked + .faq-drawer-title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.faqs-section input[type="checkbox"] {
    display: none;
}
.faqs-section .form-wrapper{
    padding: 0px 25px;
}
.faqs-section .form-wrapper h4{
    color: white; 
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.faqs-section .form-wrapper p{
    font-size: 14px;
    color: white; 
}

.cta2-section{
    padding: 50px 0px;
}
.cta2-section a{
    text-decoration: none;
}
.btn.btn-cta2 svg{
    margin-right: 15px;
    border-radius: 50%;
}
.btn.btn-cta2{
    width: 75%;
    padding: 15px 25px 0px 25px;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-image: linear-gradient(90deg, #04072A, #083192);
    transition: all 0.3s ease;
}
.btn.btn-cta2 span{
    font-size: 33px;
}
.btn.btn-cta2:hover{
    background-image: linear-gradient(90deg, #083192, #04072A);
}

.main-footer{
    padding: 50px 0px;
    background-color: rgb(51 51 51 / 0.9);
}
.main-footer p, .main-footer h4{
    color: white;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 25px;
}
.main-footer ul{
    padding-left: 15px;
}
.main-footer ul.social-list li{
    display: inline-block;
    margin-right: 5px;
}
.main-footer ul li{
    margin-bottom: 15px;
}
.main-footer ul li a{
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.breadcrumbs ul li{
    display: inline-block;
    font-weight: 600;
}
.breadcrumbs ul li a{
    color: #082c84;
    text-decoration: none;
}
.breadcrumbs ul li:not(:last-child):after{
    content: ">";
    margin-left: 5px;
    font-weight: 600;
}

.doctor-details.first{
    background-image: url(../images/doctor-details-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.doctor-details.first h1{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #082c84;
}
.doctor-details.first p.header{
    font-size: 18px;
    color: #00B38D;
}
.doctor-details.first .left-content{
    padding: 0px 50px 0px 50px;
}
.doctor-details.first .left-content .about-image img{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
}
.doctor-details.first p.role{
    font-size: 20px;
    font-weight: 600;
}
.doctor-details.first p.text{
    font-size: 18px;
    text-align: justify;
    color: #0B2A46;
}
.doctor-details .about-fact .fact-wrapper{
    padding: 0px 20px;
}
.doctor-details .about-fact .fact-wrapper .fact-content{
    color: #082c84;
    font-size: 18px;
    font-weight: 600;   
}
.doctor-details .about-fact .fact-wrapper .fact-content.one{
    display: flex;
    justify-content: center;
    align-items: center;
}
.doctor-details .about-fact .fact-wrapper .fact-content.one p.number{
    padding: 18px;
    background-image: linear-gradient(90deg, #083192, #04072A);
    border: 1px solid #082c84;
    border-radius: 50%;
    margin-right: 15px;
}
.doctor-details .about-fact .fact-wrapper .fact-content.two{
    border-left: 2px solid #082c84;
}
.doctor-details.second{
    padding: 50px 0px;
}
.doctor-details.second p, .doctor-details.second ul li{
    font-size: 18px;
    text-align: justify;
    color: #0B2A46;
}

.services-section2{
    padding: 50px 0px;
    background-image: linear-gradient(270deg, rgb(224, 228, 231) 0%, rgb(235, 237, 240) 100%);
}
.services-section2 h3{
    color: #082c84; 
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 50px;
}
.services-section2 .services-wrapper .filter{
    margin-bottom: 10px;
}
.services-section2 .services-wrapper .filter a {
    color: #082c84;
    border: 1px solid #082c84;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.services-section2 .services-wrapper .filter a:hover,
.services-section2 .services-wrapper .filter a.active{
    background-color: #082c84;
    color: white;
}
.services-section2 .services-wrapper .services-set{
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
}
.services-section2 .services-wrapper .services-set .service-card{
    width: 24%;
    padding: 30px;
    background-color: white;
    margin: 5px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.services-section2 .services-wrapper .services-set .service-card a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #082c84;
}
.services-section2 .services-wrapper .services-set .service-card a img{
    width: 64px;
}
.services-section2.white{
    background-image: none;
}

.reviews-section2{
    padding: 50px 0px;
}
.reviews-section2 p.header{
    font-size: 20px;
    color: #00B38D; 
}
.reviews-section2 h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    color: #082c84;
}
.reviews-section2 .carousel-wrapper{
    padding: 50px 0px;
}
.reviews-section2 .carousel-wrapper .item{
    padding: 25px;
}
.reviews-section2 .review-card{
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.reviews-section2 .review-card p{
    font-size: 18px;
    font-weight: 600;
}
.reviews-section2 .review-card .author span{
    color: rgba(3, 73, 139, 1);
}
.reviews-section2 .owl-carousel .item {
    position: relative; 
    -webkit-backface-visibility: hidden; 
}
.reviews-section2 .owl-nav .owl-prev, .reviews-section2 .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    color: #cdcbcd;
}
.reviews-section2 .owl-nav i {
    font-size: 52px;
}
.reviews-section2 .owl-nav .owl-prev {
    left: -30px;
}
.reviews-section2 .owl-nav .owl-next {
    right: -50px;
}

.service-details{
    padding: 50px 0px;
}
.service-details ul li{
    padding: 5px;
}
.service-details ul li a{
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
}
.service-details ul li:hover, .service-details ul li.active{
    background-image: linear-gradient(90deg, #144D91, #00B38D);
}
.service-details ul li:hover a, .service-details ul li.active a{
    color: white;
}
.service-details h1{
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    color: #00B38D;
}
.service-details p.header{
    font-size: 22px;
    color: #082c84;
    font-weight: 600;
}
.service-details p.text{
    font-size: 18px;
}
.accordion-button{
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-image: linear-gradient(90deg, #144D91, #00B38D);
}

.blogs-section .blogs-wrapper .filter{
    margin-bottom: 25px;
}
.blogs-section .blogs-wrapper .filter a {
    color: #082c84;
    border: 1px solid #082c84;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.blogs-section .blogs-wrapper .filter a:hover,
.blogs-section .blogs-wrapper .filter a.active{
    background-color: #082c84;
    color: white;
}
.blogs-section .blogs-wrapper .blog-card{
    width: 25%;
}
.blogs-section .blogs-wrapper .blogs-set{
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
}
.blogs-section .blogs-wrapper .blogs-set .blog-card{
    width: 30%;
    margin: 5px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.doctor-details.second{
    padding: 10px 0px;
}
.blog-image img{
    max-width: 100%;
}
.service-details .author{
    display: flex;
    justify-content: space-between;
}
.service-details .blog-card2{
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    padding: 15px;
    margin-bottom: 25px;
}
.service-details .blog-card2 a{
    text-decoration: none;
}
.service-details h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
    color: #082c84;
}
.appointment-form{
    padding: 15px;
    border-radius: 15px;
    background-image: linear-gradient(90deg, #144D91, #00B38D);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.second-opinion-form{
    padding: 50px 0px;
}
.doctor-details.third{
    padding: 50px 0px;
}
.doctor-details.third h1, .doctor-details.third h2{
    color: #082c84;
    font-size: 25px;
    margin-bottom: 15px;
}
.doctor-details.third h1 span, .doctor-details.third h2 span{
    color: #00B38D;
    font-size: 25px;
    margin-bottom: 15px;
}
.doctor-details.third p{
    font-size: 18px;
}
.doctor-details.third .opinion-card{
    padding: 20px;
    border-radius: 15px;
    background-image: linear-gradient(90deg, #144D91, #00B38D);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.doctor-details.third .opinion-card2{
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.doctor-details.third .opinion-card2 h3{
    color: #082c84;
    font-size: 22px;
    margin-top: 15px;
}
.doctor-details.third .opinion-card h3{
    color: white;
    font-size: 22px;
    margin-top: 15px;
}
.faqs-section2{
    padding: 50px 0px;
    background-image: linear-gradient(270deg, rgb(224, 228, 231) 0%, rgb(235, 237, 240) 100%);
}
.faqs-section2 h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    color: #082c84;
}
.faqs-section2 .faq-drawer {
  margin-bottom: 30px;
}
.faqs-section2 .faq-drawer-content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.faqs-section2 .faq-drawer-title {
  border-bottom: #082c84 1px solid;
  color: #082c84;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 700;
  padding: 10px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.faqs-section2 .faq-drawer-title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
.faqs-section2 .faq-drawer-content{
    padding: 15px 0px;
    color: #082c84;
}
.faqs-section2 .faq-drawer-trigger:checked
  + .faq-drawer-title
  + .faq-drawer-content-wrapper {
  max-height: 350px;
}
.faqs-section2 .faq-drawer-trigger:checked + .faq-drawer-title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.faqs-section2 input[type="checkbox"] {
    display: none;
}

.health-talks{
    padding: 50px 0px;
}
.health-talks .youtube-card{
    padding: 20px;
    border: 1px solid lightgrey;
    border-radius: 15px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.health-talks .youtube-card a{
    text-decoration: none;
}
.health-talks .youtube-card img{
    border-radius: 15px;
}
.health-talks .youtube-card p.header{
    color: #082c84;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.health-talks .youtube-card p.date{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: black;
}
.appointment-section .section-wrapper{
    padding: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid lightgrey;
}

.thank-section{
    padding: 25px;
}
.thank-section .thank-image{
    padding: 25px 0px 0px 25px;
}
.thank-section .thank-content{
    padding: 25px 0px 0px 25px;
}
.thank-section .thank-content h1{
    color: #082c84;
    font-size: 60px;
    font-weight: 700;
    margin-top: 15px;
}
.thank-section .thank-content h2{
    color: #082c84;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}
.thank-section .thank-content p{
    color: #082c84;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.thank-section .thank-content p a{
    color: crimson;
    text-decoration: none;
}

.patient-section{
    padding: 50px 0px;
}
.patient-section .content-wrapper .filter{
    margin-bottom: 25px;
}
.patient-section .content-wrapper .filter a {
    color: #082c84;
    border: 1px solid #082c84;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.patient-section .content-wrapper .filter a:hover,
.patient-section .content-wrapper .filter a.active{
    background-color: #082c84;
    color: white;
}
.patient-section .content-wrapper .content{
    display: none;
}
.patient-section .content-wrapper .content .content-body{
    padding: 25px;
}
.patient-section .content-wrapper .content .content-body h1{
    color: #082c84;
    font-size: 45px;
    font-weight: 700;
    margin-top: 15px;
}
.patient-section .content-wrapper .content .content-body h2, .patient-section .content-wrapper .content .content-body p.header{
    color: #082c84;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
}
.patient-section .content-wrapper .content .content-body p.top{
    color: #082c84;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.patient-section .content-wrapper .content .content-body p.text, .patient-section .content-wrapper .content .content-body ul li{
    color: black;
    font-size: 18px;
    margin-top: 15px;
}

.landing-hero{
    padding: 25px;
    background: linear-gradient(180deg, rgba(5, 22, 52, 0.74) 0%, rgba(1, 125, 187, 0.74) 96.46%);
}
.landing-hero .form-wrapper{
    padding: 25px;
}
.landing-hero .landing-hero-form{
    background-color: white;
    border-radius: 25px;
    padding: 25px;
}
.landing-hero .landing-hero-form .form-control{
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0%;
    padding: 10px;
}
.landing-hero .landing-hero-content{
    padding: 50px 10px;
    color: white;
}
.landing-hero .landing-hero-content h1{
    font-size: 30px;
    margin-bottom: 25px;
}
.landing-hero .landing-hero-content ul li{
    font-size: 18px;
    margin-bottom: 15px;
}
.landing-hero .landing-hero-image img{
    max-width: 100%;
}
.btn.btn-appointment3{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #04072A;
    padding: 10px 20px;
    border: 1px solid #04072A;
    background-color: white;
    transition: all 0.3s ease;
}
.btn.btn-appointment3 i{
    margin-left: 15px;
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #04072A;
}
.btn.btn-appointment3:hover{
    color: white;
    border-color: white;
    background-color: transparent;
    background-image: linear-gradient(90deg, #04072A, #083192);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.btn.btn-appointment3:hover i{
    border-color: white;
}

.landing-top-bg{
    background-color: rgb(30 58 138 / 1);
    padding: 35px 0px;
}

.landing-intro{
    margin-top: -35px;
    margin-bottom: 25px;
}
.landing-intro .cta-card{
    margin-top: 25%;
    display: flex;
    padding: 35px;
    border: 1px solid lightgrey;
    border-radius: 15px;
}
.landing-intro .cta-card img{
    max-width: 100%;
    margin-right: 25px;
}
.landing-intro .cta-card .card-content p{
    color: rgb(30 58 138 / 1);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.landing-intro.two{
    background-image: url(../images/landing/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    margin: 0;
    margin-right: 25px;
}
.landing-intro.two .intro-content{
    padding: 25px;
}
.landing-intro.two .intro-content h2{
    color: #082c84;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.landing-intro.two .intro-content p{
    color: #082c84;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: justify;
}
.landing-intro.two .youtube-card{
    padding: 20px;
    border: 1px solid lightgrey;
    border-radius: 15px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.landing-intro.two .youtube-card a{
    text-decoration: none;
}
.landing-intro.two .youtube-card img{
    border-radius: 15px;
}

.landing-intro-faqs{
    padding: 50px 0px;
}
.landing-intro-faqs h2{
    color: #082c84;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.landing-intro-faqs .faq-drawer {
  margin-bottom: 30px;
}
.landing-intro-faqs .faq-drawer-content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.landing-intro-faqs .faq-drawer-title {
  border-bottom: #082c84 1px solid;
  color: #082c84;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 600;
  padding: 10px 0 0 0;
  position: relative;
  margin-bottom: 5px;
  transition: all 0.25s ease-out;
}
.landing-intro-faqs .faq-drawer-title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
.landing-intro-faqs .faq-drawer-content{
    padding: 15px 0px;
    color: #082c84;
}
.landing-intro-faqs .faq-drawer-content p, .landing-intro-faqs .faq-drawer-content ul li{
    font-size: 18px;
}
.landing-intro-faqs .faq-drawer-trigger:checked
  + .faq-drawer-title
  + .faq-drawer-content-wrapper {
  max-height: 350px;
}
.landing-intro-faqs .faq-drawer-trigger:checked + .faq-drawer-title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.landing-intro-faqs input[type="checkbox"] {
    display: none;
}

.landing-why-section{
    background-image: url(../images/landing/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.landing-why-section h1{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #082c84;
}
.landing-why-section p.header{
    font-size: 18px;
    color: #00B38D;
}
.landing-why-section .left-content{
    padding: 0px 50px 0px 50px;
}
.landing-why-section p.role{
    font-size: 20px;
    font-weight: 600;
}
.landing-why-section p.text{
    font-size: 18px;
    text-align: justify;
    color: #0B2A46;
}
.landing-why-section .about-fact .fact-wrapper .fact-content{
    color: #082c84;
    font-size: 18px;
    font-weight: 600;   
}
.landing-why-section .about-fact .fact-wrapper .fact-content.one{
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-why-section .about-fact .fact-wrapper .fact-content.one p.number{
    padding: 18px;
    background-image: linear-gradient(90deg, #083192, #04072A);
    border: 1px solid #082c84;
    border-radius: 50%;
    margin-right: 15px;
}
.landing-why-section .about-fact .fact-wrapper .fact-content.two{
    border-left: 2px solid #082c84;
}
.landing-why-section.second{
    padding: 50px 0px;
}
.landing-why-section.second p, .landing-why-section.second ul li{
    font-size: 18px;
    text-align: justify;
    color: #0B2A46;
}

@media only screen and (max-width: 1425px) {
    .navbar .navbar-collapse {
        padding-left: 25%;
    }
    .cta-strip .cta-wrapper img {
        top: -50%;
    }
    .cta-strip .cta-wrapper {
        padding: 0px 100px;
    }
}
@media only screen and (max-width: 1365px) {
    .nav-item .nav-link {
        font-size: 16px;
    }
    .fact-strip .fact-wrapper {
        padding: 0px 100px;
    }
    .service-section .service-image, .service-section .service-content {
        padding: 15px;
    }
    .cta-strip .cta-wrapper {
        padding: 0px 50px;
    }
    .landing-intro.two .intro-content {
        padding: 0px;
    }
    .appointment-section .section-wrapper img{
        margin-top:33px;
    }
    .landing-intro .cta-card {
        margin-top: 20%;
    }
    .landing-intro.two .youtube-card {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1280px) {
    .navbar .navbar-collapse {
        padding-left: 27%;
    }
    .header-logo {
        left: 100px;
    }
    .nav-item .nav-link {
        font-size: 15px;
    }
    .cta-strip .cta-wrapper {
        padding: 0px 25px;
    }
    .landing-intro .cta-card {
        margin-top: 22.5%;
        padding: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    body, html{
        overflow-x: hidden;
    }
    .navbar .navbar-collapse {
        padding-left: 18%;
    }
    .nav-item .nav-link {
        font-size: 12px;
    }
    .header-logo {
        top: 30px;
        left: 25px;
        width: 125px;
    }
    .nav-button img {
        width: 20%;
    }
    .nav-button .button-content {
        font-size: 12px;
    }
    .nav-button .button-content span {
        font-size: 14px;
    }
    .about-section h1 {
        font-size: 25px;
    }
    .about-section p {
        font-size: 15px;
    }
    .about-section .features-list {
        padding: 50px 0px;
    }
    .about-section .features-list .feature-card {
        padding: 5px;
    }
    .about-section .features-list .feature-card i {
        font-size: 18px;
        width: 35px;
        height: 35px;
        padding: 10px;
    }
    .about-section .features-list .feature-card span {
        font-size: 15px;
        margin-left: 5px;
    }
    .departments-section .header h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .departments-section .header p {
        font-size: 16px;
    }
    .departments-section .department-card {
        padding: 10px;
    }
    .departments-section .department-card p {
        margin-left: 20px;
    }
    .btn.btn-view {
        margin-top: 0;
    }
    .doctor-section h3 {
        font-size: 25px;
    }
    .fact-strip .fact-wrapper {
        padding: 0px 20px;
    }
    .service-section .service-image {
        padding: 0px;
        margin-top: 50%;
    }
    .service-section .service-content {
        padding: 10px;
    }
    .service-section .service-content p {
        font-size: 16px;
    }
    .cta-strip .cta-wrapper{
        padding: 0px;
    }
    .cta-strip .cta-wrapper img {
        top: 0;
    }
    .cta-strip .cta-wrapper .cta-buttons {
        flex-direction: column;
        margin-left: 75px;
    }
    .cta-strip .cta-wrapper .cta-buttons a {
        font-size: 14px;
        width: 60%;
        margin-bottom: 15px;
    }
    .btn.btn-cta2{
        width: 100%;
    }
    .main-footer ul li a {
        font-size: 14px;
    }
    .services-section2 .services-wrapper .filter a, .blogs-section .blogs-wrapper .filter a {
        padding: 5px;
    }
    .thank-section .thank-content {
        padding: 0px 0px 0px 25px;
    }
    .landing-hero .form-wrapper {
        padding: 0px;
    }
    .landing-hero .landing-hero-content {
        padding: 10px;
    }
    .landing-hero .landing-hero-content h1 {
        font-size: 25px;
    }
    .landing-hero .landing-hero-content ul li {
        font-size: 16px;
    }
    .btn.btn-appointment3 {
        padding: 10px;
    }
    .landing-intro .cta-card {
        margin-top: 22.5%;
        padding: 18px;
    }
    .landing-intro .cta-card .card-content p {
        font-size: 18px;
    }
    .landing-intro.two .intro-content p, .landing-intro-faqs .faq-drawer-title, .landing-intro-faqs .faq-drawer-content p, .landing-intro-faqs .faq-drawer-content ul li {
        font-size: 16px;
    }
    .landing-intro-faqs .faq-drawer {
        margin-bottom: 10px;
    }
    .landing-why-section .about-fact .fact-wrapper .fact-content {
        font-size: 12px;
    }
    .landing-why-section p.role {
        font-size: 18px;
    }
    .landing-why-section p.text {
        font-size: 15px;
    }
    .doctor-details.first .left-content {
        padding: 100px 50px 0px 50px;
    }
    .doctor-details .about-fact .fact-wrapper .fact-content.two {
        border: none;
    }
    .blogs-section .blog-card h4 {
        font-size: 22px;
    }
    .service-details h1 {
        font-size: 30px;
    }
    .appointment-section .section-wrapper img{
        margin-top:33px;
    }
    .landing-why-section .left-content {
        padding: 50px 50px 0px 50px;
    }
}
@media only screen and (max-width: 900px) {
    .header-logo {
        top: 40px;
        left: 85%;
        width: 100px;
    }
    .departments-section .department-card.one, .departments-section .department-card.three {
        border-right: none;
    }
    .fact-strip .fact-wrapper .fact-content.two {
        border-left: none;
    }
    .cta-strip .cta-wrapper {
        padding: 25px;
    }
    .cta-strip .cta-wrapper img {
        top: -5%;
        right: -50%;
    }
    .services-section2 .services-wrapper .filter a, .blogs-section .blogs-wrapper .filter a {
        border: none;
    }
    .services-section2 .services-wrapper .services-set .service-card {
        width: 30%;
    }
    .blogs-section .blogs-wrapper .blogs-set .blog-card {
        width: 45%;
    }
    .landing-hero .form-wrapper {
        padding: 25px;
    }
    .landing-hero-content, .landing-hero-image, .landing-intro.two .intro-content h2, .landing-intro-faqs h2{
        text-align: center;
    }
    .landing-hero-content ul{
        list-style: none;
    }
    .landing-hero .landing-hero-content h1 {
        font-size: 30px;
    }
    .landing-hero .landing-hero-content ul li {
        font-size: 18px;
    }
    .landing-intro .cta-card {
        margin: 0%;
        margin-top: 25px;
    }
    .landing-why-section .about-fact .fact-wrapper .fact-content {
        font-size: 20px;
    }
    .appointment-section .section-wrapper img{
        margin-top: 5px;
    }
    .patient-section .content-wrapper .filter a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 768px) {
    .doctor-details.first .left-content {
        padding: 140px 50px 0px 50px;
    }
}
@media only screen and (max-width: 600px) {
    .header-logo {
        top: 40px;
        left: 72.5%;
        width: 80px;
    }
    .top-bar ul li a span {
        display: none;
    }
    .form-strip {
        padding: 20px;
        margin-top: -25px;
    }
    .doctor-section .group-buttons {
        flex-direction: column;
    }
    .service-section .owl-nav .owl-prev, .service-section .owl-nav .owl-next {
        display: none;
    }
    .services-section2 .services-wrapper .services-set .service-card {
        width: 45%;
        padding: 15px;
    }
    .services-section2 .services-wrapper .services-set .service-card a {
        font-size: 16px;
    }
    .blogs-section .blogs-wrapper .blogs-set .blog-card {
        width: 95%;
    }
    .doctor-details.second ul li {
        font-size: 12px;
    }
    .thank-section .thank-image, .thank-section .thank-content, .landing-hero .form-wrapper {
        padding: 0px;
    }
    .landing-hero .landing-hero-content h1 {
        font-size: 25px;
    }
    .landing-hero .landing-hero-content ul li {
        font-size: 14px;
    }
    .landing-intro.two .intro-content h2 {
        font-size: 30px;
    }
    .landing-intro.two .intro-content p, .landing-intro-faqs .faq-drawer-title, .landing-intro-faqs .faq-drawer-content p, .landing-intro-faqs .faq-drawer-content ul li {
        font-size: 18px;
    }
    .landing-why-section .about-fact .fact-wrapper .fact-content.two {
        border: none;
        border-bottom: 2px solid #082c84;
    }
    .doctor-details.first .left-content .about-image img{
        border-radius: 5px;
    }
    .hero-section .owl-nav i {
        font-size: 18px;
    }
    .cta-strip .cta-wrapper img {
        display: none;
    }
    .about-section, .departments-section, .doctor-section, .service-section, .patient-testimonials, .patient-education, .youtube-shorts, .blogs-section, .reviews-section, .doctor-details.third, .service-details {
        padding: 20px 0px;
    }
    .cta2-section {
        padding: 50px 0px 10px 0px;
    }
    .doctor-details.first .left-content {
        padding: 20px 50px 0px 50px;
    }
    .service-details h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .patient-section .content-wrapper .filter a {
        border: none; 
    }
}
@media only screen and (max-width: 420) {
    
}
@media only screen and (max-width: 320) {
    
}