:root {
    --blue: #2e60f3;
    --white: #ffffff;
    --light-grey: #908C8C;
    --dark-blue:#00275b;
    --primary-logo: #013dec;
  }
body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: var(--primary-logo);
}
.bannerbg {
    background-image: url("../img/bannerbg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 490px;
    width: 100%;
}

.smhnav {
    /* background-color: rgba(255, 255, 255, .25) !important; */
    background-color: var(--white);
    /* position: fixed; */
    top: 0;
    width: 100%;
    display: block;
    z-index: 4;
}

.smhnavchangecolor{
    background-color: var(--white);
    z-index: 3;
    transform: translateY(-38px);
    transition: 1s;
    position: fixed;
}

.borderline{
    /* border-bottom: 1px solid  rgba(255, 255, 255, .25); */
    background: #F2F2F2;
}

.borderline ul li a{
    font-size: 14px;
    font-weight: 500;
}

.carousel-inner{
    height: 600px;
}

.removetop{
    transform: translateY(-100%);
    transition: 1s;
}

.nav-link{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* color: rgba(255, 255, 255) !important; */
    color: #00275b;
    border-bottom: 1px solid transparent;

}
.mainnav .nav-item:hover{
    /* border-bottom: 1px solid #FFFFFF; */
    border-bottom: 1px solid #00275b;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #00275b !important;
}

.navbar-light .navbar-toggler{
    border: none;
}

.bigheading{
    font-family: 'Open Sans';
    font-style: normal;
    /* font-weight: 400; */
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color:var(--white);
}

.count .bigheading{
    font-size: 60px;
}

.count{
    font-weight: 700;
    font-size: 70px;
}

.hospitaldata .normaltext{
font-size: 20px;
line-height: 40px;
}

.heading{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color:var(--white);
}

.fs-30{
    font-size: 30px;
}

.topheading{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color:var(--white);
}

.blue{
    color: var(--blue);
}

.primary-heading{
    color: var(--dark-blue);
    text-align: center;
}

.heading-1{
    color: #00275b;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.dept-heading{
    color: #00275b;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.about-us .heading-1, .our-doctors .heading-1{
    color: var(--blue);
}

.normaltext{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

.primary-text{
    color: #4b5563;
}

.text-2{
    font-size: 16px;
}

.submitbtn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color:var(--blue);
    border-color:var(--white) !important;
    border-radius: 0%;
    background-color: var(--white);
}

.submitbtn a:hover{
    color: var(--white);
}

.submitbtn:hover{
    background-color: transparent;
    color: var(--white);
}

.medicalexce{
    position: absolute;
    bottom: 20%;
    left: 13%;
    width: 87%;
}

.iconcolor{
    font-size: 45px;
    color:var(--blue);
}

.indexcontact{
    padding:50px 0px 50px 0px;
}

.icontext{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color:#908C8C;
}

.iconinfo{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.hrline{
    width: 100%;
    border: 1px solid var(--white);
    margin-bottom: 6px;
    margin-top: 0px;
}

.logo{
    background-image: url("../img/SMHLOGO.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 220px;
}

.uldeparlist{
    background-color: var(--blue);
}
.uldeparlist li{
    list-style: none;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 0px;
    color: var(--white);
}

.uldeparlist li a{
    text-decoration: none;
    color: var(--white);
}

.uldeparlist li a:hover{
    text-decoration: none;
    color: var(--white);
}

.uldeparlist li:first-child {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.ourservice{
    background-image: url("../img/service.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
}

.gastrointestinal{
    background-image: url("../img/departments/gastrointestinal-laparoscopic.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.gastroenterology{
    background-image: url("../img/departments/gastroenterology.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.nephrology{
    background-image: url("../img/departments/nephrology-and-diabetes.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.urology{
    background-image: url("../img/departments/urosurgery.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.cardiology{
    background-image: url("../img/departments/cardiology.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.oncology{
    background-image: url("../img/departments/onco-surgery.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.ENT{
    background-image: url("../img/departments/ent.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.tb{
    background-image: url("../img/departments/tb-and-chest.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.orthopedic{
    background-image: url("../img/departments/orthopedic-surgery.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.hematology{
    background-image: url("../img/departments/hematology-oncology.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.pathology{
    background-image: url("../img/departments/pathology-biochemistry.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.testimonialbg{
    background-image: url("../img/bannerbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 500px;
    width: 100%; 
}

.doctordetails{
    background-color: var(--white);
    padding: 0;
    width: 29%;
}

.nameanddesignation{
    background-color: var(--blue);
    width: 100%;
}

.hospitaldata{
    background-color: var(--blue);
}

.hospitaldata ul li{
    list-style: none;
}

.doctorphoto{
    background-image: url("../img/user.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.drzulfikar{
    background-image: url("../img/aboutdoctor.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.doctorprofile .iconcolor{
    font-size: 15px;
}

.doctorprofile .iconcolor span{
    color: #222222;
}

.bookappointment{
    background-color: #3065B5;
}

.bookappointment .form-control,.form-select{
    background-color: #5984C4;
    border: 0.5px solid #FFFFFF;
    border-radius: 0px;
    color: #ffffff;
}

.bookappointment .form-select{
    width: 47%;
    margin-right:6%;
}

.bookappointment .form-select::after{
    width: 47%;
    margin-right:6%;
}

.bookappointment ::placeholder{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}

.faqbtn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    border:1px solid #e0e0e0;
    border-radius: 0px;
    margin-top: 1px;
}

.faqbtn button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.faqbtn button .btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}

.faq .normaltext{
    color: #000000;
}

/* .faqbtn > button.collapsed:after {
    content:"-";
} */
.faqbtn > button:after{
    content:"+";
}
.faqbtn > button:not(.collapsed):after{
    content:"-";
}

.faqbtn i{
    margin-top: 10px;
}

.Subscribe{
    background-color: #3EB8D7;
}

.Subscribe .form-control{
    background-color: #65C6DF;
    border: 0.5px solid #FFFFFF;
    border-radius: 0px;
}

.sub{
    background-color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    border-radius: 0px;
    color: #3EB8D7;
}
.smb-ftr{
    background: var(--dark-blue);
}
.smb-ftr .heading-5{
    color: #9db6ff;
}
.smb-ftr ul {
    padding-left: 0;
}
.smb-ftr ul li{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.smb-ftr ul li a{
    color: var(--white);
}
.smb-ftr ul li a:hover{
    color: var(--blue);
}
.smb-ftr a button{
    border: none;
    color: var(--white);
}
.smb-ftr a button:hover{
    color: white;
    box-shadow: 2px 2px 5px rgb(0, 0, 0);
}
.smb-ftr .iconcolor{
    font-size: 14px;
    color: var(--white);
}
.smb-ftr .accreditation-img{
    background-image: url("../img/accreditation.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 40%;
}
 .headmenu{
    font-family: 'Open Sans';
    font-style:normal;
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-blue);
    text-transform:uppercase;
}
 .submenu{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #7B7B7B;
}
.ftr-points .hrline{
    border: 1px solid #3EB8D7;
    width: 20%;
    margin: 10px 0;
    opacity: 1;
}
.cinfo li{
    list-style: none;
    border-bottom: none !important;
}
.ft-contactus li{
    list-style: none !important;
    border-bottom: none !important;
}
.bullet li:first-child::before{
    content: "";
    margin: 0;
    display: none;
    list-style: none;
    border-bottom: none;
}
.bullet li::before{
    content: "\25AA";
    color: #3EB8D7;
    display: inline-flex;
    width: 7px;
    height: 7px;
    margin-right: 15px;
}
.bullet li{
    position: relative;
}
.bullet li:first-child::after{
    display: none;
}
.bullet li::after{
    content: "";
    display: block;
    height  : 1px;
    margin-left: 9%;
    width   : 80%;
}
.drmenu li{
    list-style:none;
    /* border-bottom: 1px solid #707070; */
    padding: 10px;
    color: var(--blue);
}
.submenu .form-control{
    padding: 0.9rem 0.5rem !important;
    background-color: transparent;
    border: 0.5px solid #ffffff5c;
    border-radius: 0px;
    color: #ffffff;
}
.submenu .text-area{
    padding: 1.9rem 0.5rem !important;
}
.drmenu .iconcolor{
    font-size: 15px;
    color: #ffffff75;
}

.partners ul{
    list-style: none;
}

.openhours{
    content: "";
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.ourservicetitle{
    font-family: 'Segoe UI';
    border-bottom: 1px solid #e0e0e0;
    color: var(--blue);
}

.carousel-indicators [data-bs-target]{
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.carousel-caption{
    right: 0;
    left: 0%;
    bottom: 10rem;
    text-align: left;
    top: 25%;
    z-index: 1;
}

.accordion-button{
    border-bottom: 1px solid  rgba(255, 255, 255, .25) !important;
    border-top: none;
    border-left: none;
    border-right: none;
}
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); /* Adjust gradient for your need */
    z-index: 1;
}


.mob-nav{
    display: none;
}
/* .accordion{
    display: none;
} */

.ourdoctorsbg{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("../img/banners/banner1-3.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.departmentbg{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("../img/bannerbg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.departmentbg .carousel-caption, .ourdoctorsbg .carousel-caption{
    position: static !important;
    text-align: center;
}
.departmentbg .carousel-caption h2, .ourdoctorsbg .carousel-caption h2{
    font-size: 3rem;   
}

.departmentinfo{
    flex-direction: column;
}

.departments .carousel-caption{
    right: 0 ;
    text-align: left ;
    bottom: 1rem;
    left: 0;
}

.departmentbg .topheading, .ourdoctorsbg .topheading{
    color: #FFFFFF;
    line-height: 10px;
}

.normaltext a{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.departments,.department .uldeparlist li:first-child{
    border: none !important;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.departments,.department .uldeparlist li{
    border-bottom:1px solid rgba(255, 255, 255, .25) !important;
}

.departmentinfo .submenu{
    color: var(--white);
}
.depar{
  overflow: hidden;
}
.deparimg{
    background-image: url("../img/outpatient_surgery.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
    display: block;
    transform: scale(1, 1);
    transition: transform 0.4s;
}
.depar:hover .deparimg{
    transform: scale(1.05, 1.05);
}
.depar .heading{
    color: var(--blue);
}

.depar .normaltext{
    color: var(--blue);
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 10px;
}

.department .depar .normaltext{
    color: #747474;
    font-size: 12px;
    line-height: 17px;
}

.bordertobottom{
    border-color: #e0e0e0 !important;
    border-bottom: 0.5px solid;
    border-top: 0.5px solid;
}

.contactus .bookappointment{
    background-color:#FFFFFF;
    color: #000000;
}

.contactus .bookappointment .form-control{
    background-color:#FFFFFF;
    color: #908C8C;
    border: 0.5px solid #e0e0e0;
    border-radius: 0px;
    font-weight: 600;
}
.contactus .bookappointment .form-select{
    background-color:#FFFFFF;
    color: #908C8C;
    border: 0.5px solid #e0e0e0;
    border-radius: 0px;
}
.contactus .bookappointment .form-control{
    color: #000000;
}
.contactus .bookappointment ::placeholder{
    color: #908C8C;
}

.contactinfo .drmenu .heading{
    font-size: 17px !important;
    line-height: 20px !important;
}

.contactinfo .normaltext{
    color: #908C8C;
}
.contactinfo iframe{
    width: 100%;
}

.contact .drmenu .iconcolor{
    color: #3065b5;
}

.aboutus .normaltext{
    color: #0392CE;
}

.aboutus .card-body{
    color: #000000;
}

#photos {
    column-count: 2;
    column-gap: 10px;
  }

  #photos img {
    width: 100%;
    height: auto !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }

.careaboutimg{
    background: url("../img/outpatient_surgery.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
}

.careabout .hrline{
    border-bottom: 1px solid #0392CE;
    width: 20%;
    opacity: 0.5;
}

.careabout .normaltext{
    color: #707070;
}

.certificateimg{
    background: url("../img/certificate.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 350px;
    width: 350px;
    margin-top: 20px;
}

.certificates ul li{
    list-style-type:none;
    margin: 0px 10px;
}

.chiefdoc{
    flex-direction: row;
}
.chiefdocimg{
    background: url("../img/aboutdoctor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
    width: 230px;
}

.chiefdoc .iconcolor{
    font-size: 15px;
}
.chiefdoc .heading{
    color: #3065B5;
}
.position{
    color: #000000 !important;
}
.chiefdoc .normaltext{
    color: #7B7B7B;
}
.chiefdoc .hrline{
    border-bottom: 0.5px solid #7B7B7B;
    opacity: 0.3;
}
.dropdown-item{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-item:hover{
color: var(--primary-logo);
background-color: #f7f7f7;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 33px;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
.list-item{
    padding-left: 0;
    border-bottom: 0px;
    line-height: 25px;
}
.list-item:hover {
    color: var(--blue);
    background-color: var(--dark-blue);
}
  
.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown ul .dropdown-menu li{
    border-bottom: 1px solid var(--light-grey) !important;
}
.smhnav .mainnav .nav-item{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 15px;
    padding-right: 15px;
}

.aboutus .departmentbg .normaltext{
    color: #FFFFFF;
    font-size: 15px;
    opacity: 0.7;
    width: 45%;
}
.aboutus .departmentbg .submitbtn{
    color: var(--blue);
    background-color: #FFFFFF;
    font-size: 12px;
}
.aboutus .departmentbg .submitbtn a:hover{
    color: var(--white);
}
.aboutus .departmentbg .submitbtn:hover{
    background-color: transparent;
    color: #FFFFFF;
}
.aboutus .carousel-caption{
    /* position: absolute !important; */
    /* text-align: left; */
    /* top: 1rem; */
}
.contactus .carousel-caption{
    right: 0;
    left: 0%;
    top:60%;
    text-align: left;
}
.contactus .bookappointment button:hover{
    color: var(--white);
    background-color: var(--blue);
}
.submitbtn a{
    /* color: #FFFFFF; */
    text-decoration:none;
}
/* .owl-carousel.owl-drag .owl-item{
    width: 8.8% !important; 
} */
.readmore{
    background-color: var(--blue);
    cursor: pointer;
    font-weight: 600;
}
.footerdepart{
    color: #ffffff;
    text-decoration: none;
}
.footerdepart:hover{
    color: #ffffff;
}
.doctorimg{
    background-image: url(../img/aboutdoctor.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: var(--dark-blue) 8px 8px;
    transition: 0.4s linear;
}
.doctorimg:hover{
    box-shadow: none;
}

/* Appointement Form */
.contact_form{
    background-image: url("public\assets\img\bannerbg.jpg");
  background-repeat: no-repeat;
  background-color: #e42828;
}
.appointment-form{
    background: #F2F2F2;
    border-radius: 0px;
    padding: 15px;
}
.form-control{
    color: #6c757d;
    font-size: 14px;
}
.f-form {
    padding: 5px;
}
.f-form-in .form-control {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}
.f-form-in .form-control {
    border-radius: 15px;
    padding: 14px 25px;
    height: 55px;
    background-color: #fff;
    border: 1px solid #9DADBD3B;
}

/* Patients Speak */
.patients-speak .newslider{
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.patients-speak .newslider .heading{
    color: var(--blue);
}
.patients-speak .newslider .ourservice-img{
   overflow-x: hidden; 
   border-radius: 15px 15px 0 0;
   display: flex;
   justify-content: center;
   align-items: center;
}

.patients-speak .owl-carousel .owl-nav{
    top: -18%;
}

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

/* Video container */
.video-container {
    position: relative;
    width: 70%; /* Adjust width as needed */
    height:500px;
}

/* Video frame */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    display: block;
    font-size: 24px;
    color: #fff;
    top: -50px;
    right: -50px;
    cursor: pointer;
    z-index: 101; /* Ensure the close button is above the overlay */
}

.close button{
    background: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: -3px;
    position: relative;
}

/* Play overlay button styles */
.play-overlay {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    /* background: url('public/assets/img/play-buttton.png') no-repeat center center; */
    /* background-size: contain; */
    cursor: pointer;
    transition: opacity 0.3s ease;
}


/* Owl Carousel */
.owl-carousel .owl-nav{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    font-size: 30px;
    right: 0;
    top: -13%;
    display: flex;
    
}

.owl-carousel .owl-nav button span{
    color: var(--white);
    position: relative;
    top: -3px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    border: none;
    width: 45px;
    background: var(--blue);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.owl-carousel{
    position: relative;
}

.intro-video iframe{
    width: 60%;
    height: 450px;
}

@media only screen and (max-width: 1200px) {
    .partners ul{
        justify-content: center !important;
    }
}

@media only screen and (max-width: 1024px) {
    .hospitaldata .normaltext{
        line-height: 25px;
        padding-top: 15px;
    }
    .fs-14{
        font-size: 14px;
    }
}

/* @media only screen and (max-width: 1200px) {
    .carousel-caption{
        bottom: 2rem;
    }
} */

@media only screen and (max-width: 768px) {
    /* .accordion{
        display: block !important;
    } */
    .mob-nav{
        display: block;
    }
    .smhnav{
        display: none;
    }
    .mob-nav .navbar{
        background: var(--white);
    }
    /* .borderline{
        display: none;
    } */
    .smhnav{
        top: 89px;
    }
    .accordion-item,.accordion-header,.accordion-button{
        background:var(--white) !important;
    }
    
    /* .accordion-button:not(.collapsed)::after {
        transform: rotate(-360deg);
    } */
    .accordion-button::after{
        /* background-image: url("../img/dwn_btn.svg") !important; */
        margin: 0 auto;
        color: var(--blue) !important;
        transform: rotate(0deg);
    }
    .accordion-button:not(.collapsed)::after{
        transform: rotate(180deg) !important;
    }
    .icoline .navbar-nav{
        justify-content: center;
        align-items: center;   
    }
    .bkline .navbar-nav{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    .navbar-toggler:focus{
        box-shadow: 0 0 0 0 !important;
    }
    .partners ul{
        flex-direction: column;
    }
    .faq{
        margin-top: 30px;
    }
    .selectdoctor{
        margin-left: 6%;
        margin-right: 0% !important;
    }

    /* .doctorprofile{
        margin-top: 48px !important;
    } */
    .openhours{
        flex-direction: column;
    }
    .testimonialbg{
        height: 550px;
    }
    .partners ul{
        display: block !important;
    }
    .partners ul li{
        display: inline-flex !important;
    }
    .ourserviceheading{
        padding-left:28px;
    }
    .owl-stage-outer{
        margin-left: 28px;
    }
    /* .ourservice{
        height: 180px;
        width: 200px;
    } */
    .carousel-item img,.carousel-inner{
        height: auto;
    }
    /* .carouselslider{
        display: none;
    } */
    .hospitaldata ul li {
        list-style: none;
        margin: 15px 20px !important;
    }
    .mobnav{
        background-color: #ffffff;
    }
    .mobnav ul li a{
        color: #000000 !important;
        opacity: 1;
    }
    .navbar{
        padding: 0px;
    }
    .department .container .row{
        flex-direction: column-reverse;
    }
    .departdoc{
        flex-direction: row !important;
    }
    .departdoc .doctorprofile{
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .dropdown-menu{
        border:none
    }
    .departments .openhours{
        flex-direction: row;
    }
    /* .carousel-caption{
        bottom: 4rem;
    } */
    .iconinfo{
        font-size: 16px;
    }
    .icontext{
        font-size: 13px;
    }
    .iconcolor{
        font-size: 40px;
    }
    .smb-ftr .accreditation-img{
        height: 194px;
        width: 41%;
    }
    .mt-20{
        margin-top: 25px;
    }
    .aboutus .departmentbg{
        height: 350px;
    }
    .mt-25{
        margin-top: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .d-flex{
        flex-direction: column;
    }
    .contactinfo{
        flex-direction: row;
        padding: 10px 0px;
    }
    .medicalexcebtn button{
        margin: 10px 0px !important;
    }
    /* .doctorprofile{
        margin: 10px 0px;
    } */
    .bookappointment .form-select{
        width: 100%;
        margin: 1rem 0;
    }
    .appointselect{
        margin: 0 !important;
    }
    .faq{
        margin-top: 30px;
    }
    .medicalexce{
        bottom: 5%;
    }
    .viewdepar{
        padding: 14px 36px !important;
    }
    .doctordetails {
        width: 100%;
        margin: 10px 0px !important;
    }
    .doctordetails div{
        flex-direction: row !important;
    }
    .testimonialbg{
        height: 1000px !important;
    }
    .openhours,.mobilenavlogo{
        flex-direction: row;
    }
    .depar .deparimg{
        height: 225px;
        background-size: contain;
    }
    #photos {
        column-count: 1;
    }
    .carousel-caption{
        top: 0;
    }
    .carousel-caption .bigheading{
        font-size: 20px;
        line-height: 25px;
    }
    .carousel-caption .normaltext{
        font-size: 12px;
        line-height: 15px;
    }
    .carousel-caption .medicalexcebtn{
        display: none;
    }

    .mobile-btn{
        width: fit-content;
        align-content: center;
    }
    .mt-20{
        margin-top: 20px;
    }
    .smb-ftr .accreditation-img{
        height: 120px;
        width: 43%;
    }
    .departmentbg .carousel-caption h2, .ourdoctorsbg .carousel-caption h2{
        font-size: 2.3rem;
    }
    .aboutus .departmentbg .normaltext{
        width: 100%;
    }
    .topheading{
        font-size: 25px;
        line-height: 30px;
    }
    .intro-video iframe{
        width: 100%;
        height: 160px;
    }
}