body{
    overflow-x: hidden;
    font-family: 'Qanelas';
}
html {
    /* scrollbar-color: #000 #000;
    scrollbar-width: thin; */
    scroll-behavior: smooth;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ca252b; 
}
::-webkit-scrollbar-thumb:hover {
    background: #ca252b; 
}
@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Regular.eot');
    src: url('../fonts/Qanelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Qanelas-Regular.woff2') format('woff2'),
        url('../fonts/Qanelas-Regular.woff') format('woff'),
        url('../fonts/Qanelas-Regular.ttf') format('truetype'),
        url('../fonts/Qanelas-Regular.svg#Qanelas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Medium.eot');
    src: url('../fonts/Qanelas-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Qanelas-Medium.woff2') format('woff2'),
        url('../fonts/Qanelas-Medium.woff') format('woff'),
        url('../fonts/Qanelas-Medium.ttf') format('truetype'),
        url('../fonts/Qanelas-Medium.svg#Qanelas-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-SemiBold.eot');
    src: url('../fonts/Qanelas-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Qanelas-SemiBold.woff2') format('woff2'),
        url('../fonts/Qanelas-SemiBold.woff') format('woff'),
        url('../fonts/Qanelas-SemiBold.ttf') format('truetype'),
        url('../fonts/Qanelas-SemiBold.svg#Qanelas-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Light.eot');
    src: url('../fonts/Qanelas-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Qanelas-Light.woff2') format('woff2'),
        url('../fonts/Qanelas-Light.woff') format('woff'),
        url('../fonts/Qanelas-Light.ttf') format('truetype'),
        url('../fonts/Qanelas-Light.svg#Qanelas-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Bold.eot');
    src: url('../fonts/Qanelas-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Qanelas-Bold.woff2') format('woff2'),
        url('../fonts/Qanelas-Bold.woff') format('woff'),
        url('../fonts/Qanelas-Bold.ttf') format('truetype'),
        url('../fonts/Qanelas-Bold.svg#Qanelas-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Thin.eot');
    src: url('../fonts/Qanelas-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Qanelas-Thin.woff2') format('woff2'),
        url('../fonts/Qanelas-Thin.woff') format('woff'),
        url('../fonts/Qanelas-Thin.ttf') format('truetype'),
        url('../fonts/Qanelas-Thin.svg#Qanelas-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
.main-container{
    margin: 0 30px;
}
header{
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
    padding-top: 50px;
    padding-right: 20px;
}
.head-box li{
   list-style: none;
   display: inline-block;
   padding: 0 10px;
}
.head-box a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding: 10px 25px;
}
.department-img
{
    height:100%;
}
.department-img img
{
    height:100%;
}
.desk-top-menu .dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}
.drp-threemenu
{
    left: -162px !important;
  
  width: 747px !important;
}
.desk-top-menu .dropdown .dropbtn::after
{
    display:none !important;
}
.desk-top-menu .dropdown-content {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 200px;
    padding: 5px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 3px solid #028DA0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
}
.desk-top-menu .dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.desk-top-menu .dropdown i {
    font-size: 8px;
    color: #fff;
    vertical-align: middle;
    margin-top: 0px;
}
.desk-top-menu .dropdown-content a:hover {
    color: #fff !important;
    background: #028DA0;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-item{
    position: relative;
}
.navbar-light .navbar-nav .nav-item::after{
    position: absolute;
    content: '';
    background: #fff;
    right: 0;
    top: 15px;
    width: 1px;
    height: 20px;
}
.navbar-light .navbar-nav .nav-link img{
    padding-right: 5px;
}
.no-line::after{
    display: none;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #fff;
}
.full-width-box{
  width: 849px !important;
  padding: 20px !important;
  left: -247px !important;
}
.full-width-box h4{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-bottom: 20px;
}
.listt-list {
    max-height: 200px;      /* Limit height */
    overflow-y: auto;       /* Enable scroll */
    padding-right: 10px;
  }

  .listt-list a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
  }
/* nav-start */
.menu {
    position: fixed;
    top: 0;
    left: 100vw;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    background: #129fa8;
    z-index: 25;
    color: black;
    transition: all 800ms ease;
    padding: 30px 0;
}
.head-menu ul{
    padding: 0;
    margin: 0;
}
.head-menu .menu-open {
    font-size: 1.5rem;
}
.head-menu .menu-close {
    display: none;
    color: black;
}
.mega-menus h4{
    color: #000;
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #eee;
}
.mega-menus ul{
    margin: 0;
    padding: 0;
}
.mega-menus li{
    list-style: none;
    padding-bottom: 10px;
}
.mega-menus li:last-child{
    padding-bottom: 0;
}
.mega-menus a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    transition: 0.5s;
}
.mega-menus a:hover{
    color: #EB222A;
    transition: 0.5s;
    padding-left: 5px;
}
.mega-menus{
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    /* height: 460px; */
}
.mega-menus .btn-primary{
    background: transparent;
    color: #fff;
    padding: 0;
    height: auto;
    margin: 0;
    background: #000;
    border-radius: 20px;
    padding: 3px 15px;
    font-size: 14px;
}
@-webkit-keyframes menuSlideIn {
    0% {
      transform: translateX(100vw);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes menuSlideIn {
    0% {
      transform: translateX(100vw);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}
.menu-in {
    -webkit-animation: menuSlideIn 800ms ease;
            animation: menuSlideIn 800ms ease;
    left: 0;
}
.head-menu i{
    color: #fff;
    font-size: 25px;
}
.head-menu {
    right: 0;
    bottom: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}
header .main-container{
    position: relative;
}
.head-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* nave-end */
.head-box{
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    text-align: right;
}
.head-box .btn-secondary{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
.head-box .dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    cursor: pointer;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    font-weight: 300;
}
.head-box  .dropdown i {
    font-size: 8px;
    color: #fff;
    vertical-align: middle;
}
.head-box .dropdown-content {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 200px;
    padding: 5px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 3px solid #129FA8;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
}
.head-box .dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}
.head-box .dropdown-content a:hover{
    background: #129FA8;
    color: #fff !important;
}
.head-box .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.menu-close{
    background: #129FA8;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
}
.phone-btn{
    display: none;
}

/* banner */
.banner-text h2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    padding-right: 19%;
}
.phone-serch{
    display: none;
}
.serch-desktop{
    display: block;
}
.banner-text p{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 20px;
}
.banner-text span{
    color: #129FA8;
}
.aroow-btn{
    background: transparent linear-gradient(180deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.read-btn a{
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    transition: 0.5s;
}
.aroow-btn{
    transition: 0.5s;
}
.read-btn a:hover .aroow-btn{
     margin-left: 5px;
     transition: 0.5s;
}
.banner{
    padding: 40px 0;
}
.banner-text .form-control{
    padding: 13px 15px;
    border-radius: 0;
    border-color: #707070;
    box-shadow: none;
    background: url(../images/serch-icon.png) no-repeat;
    background-position: 88%;
}
.banner-text label{
    font-weight: normal;
    color: #000;
    font-size: 20px;
    padding-top: 50px;
}
.banner-text{
    padding-right: 15%;
}
/* Our Medical Departments */
.department-sec h3{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.department-sec h5{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.department-sec p{
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
   
}
.department-box{
    text-align: center;
    padding: 30px 40px;
    border-right: 1px solid #00000030;
}
.department-box img{
    transform: scale(1);
    transition: .35s ease-in-out;
}
.department-box:hover img {
    transform: scale(1.2);
}
.department-box h4{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
}
.department-box p{
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
}
.department-slider{
    border: 1px solid #00000030;
}
.departmnt-text{
    padding: 0 5%;
    position: relative;
}
.departmnt-text .owl-carousel .owl-nav.disabled {
    display: block;
}
.departmnt-text .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    background:  linear-gradient(180deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat ;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -60px;
    top: 83px;
}
.departmnt-text .owl-carousel .owl-nav button.owl-prev span{
    color: #fff;
    font-size: 35px;
    line-height: 0;
}
.departmnt-text .owl-carousel .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    background:  linear-gradient(180deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat ;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -60px;
    top: 83px;
}
.departmnt-text .owl-carousel .owl-nav button.owl-next span{
    color: #fff;
    font-size: 35px;
    line-height: 0;
}
.department-sec{
    padding: 40px 0;
}
/* Team Members */
.serch-list .form-control{
    box-shadow: none;
    padding: 13px 15px;
    border-color: #0E213F;
    border-radius: 0;
    background: url(../images/serch-icon-2.png) no-repeat;
    background-position: 95%;
    color: #000;
    font-weight: 500;
}
.serch-list .form-group{
    width: 80%;
}
.view-all-btn a{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat ;
    border-radius: 7px;
    padding: 16px 30px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.serch-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.members-text h5{
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}
.members-text h3{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.members-sec{
    background: #F4F2EB;
    border-radius: 14px;
    padding: 40px;
    padding-bottom: 75px;
}
.member-name{
    background: #fff;
    padding: 20px;
    height: 180px;
}
.member-name h4{
    font-size: 18px;
    font-weight: 500;
    color:#000;
}
.member-name h6{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}
.member-list{
    padding-top: 30px;
    padding-bottom: 80px;
}
.presidents-img{
    position: relative;
}
.presidents-img img{
    position: absolute;
}
.presidents-name h4{
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.presidents-name h6{
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 0;
}
.presidents-name{
    padding-top: 80px;
}
.presidents-text h3{
    font-size: 35px;
    font-weight: 500;
    color: #000;
}
.presidents-text p{
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
/* Start your healthy life today with us */
.helth-heding h3{
  font-weight: 500;
  color: #000;
  font-size: 35px;
}
.start-helth-bg{
    background: #F4F2EB;
    border-radius: 14px;
    padding: 40px;
    margin-top: 180px;
}
.helth-heding h5{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.helth-heding{
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 10px;
}
.helth-img{
    position: relative;
}
.helth-text{
    position: absolute;
    right: 35px;
    bottom: 45px;
    padding: 30px;
    background: #dfdfdf;
    border-radius: 10px;
    width: 35%;
}
.helth-text p{
    margin: 0;
    color: #000;
    font-size: 16px;
    text-align: justify;
}
.testimonial-sec h4{
    font-weight: normal;
    font-size: 23px;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
}
.testimonial-sec{
    background: #fff;
    padding: 40px;
    border-radius: 14px;
}
.testimonial-sec p{
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
.name-box{
    display: flex;
    gap: 10px;
    align-items: center;
}
.name-box img{
    border-radius: 14px;
}
.name h5{
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.name h6{
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: normal;
}
.ashraf-box{
    background: #707070;
    border-radius: 14px;
    padding: 25px;
    text-align:justify;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.padd-top{
    padding-top: 50px;
}
.ashraf-box h4{
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}
.ashraf-box p{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.asharf-btn a{
    color: #fff;
}
/* Discover more our news */
.discover-text img{
    border-radius: 14px;
}
.discover-news{
    background: url(../images/discover-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
    position: relative;
    border-radius: 14px;
    background-attachment: fixed;
}
.discover-news::before{
    position: absolute;
    content: '';
    background: #000000a6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 14px;
}
.discover-news h3{
    position: relative;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 40px;
}
.discover-news .row{
    position: relative;
}
.discover-text h4{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 20px;
}
.discover-text p{
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.news-img img{
    border-radius: 14px;
}
.news-image{
    margin-bottom: 25px;
}
.news-detail h5{
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}
.news-detail p{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.other-news{
    padding-left: 50px;
}
.tab-contact .nav-tabs .nav-link{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border: none;
}
.tab-contact .nav-tabs .nav-link.active{
    background: transparent;
    color: #028DA0;
    border-bottom: 1px solid #028DA0;
}
.tab-contact .nav-tabs{
    border-bottom: none;
    justify-content: space-between;
}
.tab-contant-box{
    padding-top: 40px;
}
.tab-contant-box p{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
}
.tab-contact{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px;
}
.contact-btn{
    justify-content: center;
    display: flex;
}
.double-sec
{
    padding-top:4%;
    padding-bottom:0px;
    
}
.presedent-list
{
    padding-top:10px;
}
.location-sec img{
    width: 20px;
    margin-right: 5px;
}
.location-img{
    text-align: center;
    position: relative;
}
.departmnt-text a
{
    text-decoration:none;
}
.member-list a
{
    text-decoration:none;
}
.white-bus{
    position: absolute;
    top: 25px;
    left: 197px;
    text-align: left;
    color: #fff;
}
.railway{
    top: 135px;
}
.hospital{
    left: unset;
    right: 205px;
    top: 100px;
}
.sub-ari{
    color: #000;
    right: 70px;
    left: unset;
    top: -45px;
}
.footer-section h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 23px;
    font-weight: normal;
  }
  .footer-section h4{
      font-size: 20px;
      color: #000;
      font-weight: 600;
  }
  .footer-section p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .social-icons{
      padding-top: 30px;
  }
  .subscribe-form {
    display: flex;
    margin: 20px 0;
    gap: 5px;
  }
  
  .subscribe-form input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 7px;
    outline: none;
    color: #000;
  }
  
  .subscribe-form input {
    padding: 8px 16px;
    border: none;
    background: transparent linear-gradient(180deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    color: white;
    border-radius: 7px;
    cursor: pointer;
    font-size: 15px;
  }
  
  .social-icons a {
    margin-right: 25px;
    display: inline-block;
    color: #000;
    text-decoration: none;
  }
  
  .social-icons img {
    width: 20px;
    height: 20px;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
  }
  
  .footer-section ul li a {
    color: #444;
    text-decoration: none;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
  }
  .footer-section ul li a:hover{
      color: #028DA0;
      transition: 0.5s;
      padding-left: 5px;
}
.footer-section{
    padding-right: 30px;
}
.hospital img{
    padding-top: 40px;
}
  .footer-section .next {
    margin-top: 10px;
    font-weight: bold;
    color: #000;
}
.footer-bg{
    background: #F4F2EB;
    padding: 40px;
    border-radius: 0px 0px 14px 14px;
    margin: 40px 0;
}
.footer-container{
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    margin-top: 40px;
}
.coppy-bg{
    background: transparent linear-gradient(180deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 15px 0;
}
.coppy-text p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.coppy-text ul{
    margin: 0;
    padding: 0;
    text-align: right;
}
.coppy-text li{
    list-style: none;
    display: inline-block;
}
.coppy-text a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
}
/* about us */
.sub-banner{
    position: relative;
}
.sub-text{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}
.sub-text h3{
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin: 0;
}
.parallx-img img{
    width: 350px;
    border-radius: 10px;
    box-shadow: 3px 5px 12px 0px #0000004a;
}
.about-img{
    position: relative;
    padding-right: 20%;
}
.parallx-img{
    position: absolute;
    right: 0;
    bottom: -30px;
}
.about-text-box h5{
    font-size: 16px;
    font-weight: 500;
    color: #028DA0;
}
.about-text-box h3{
    font-size: 45px;
    color: #000;
    font-weight: 600;
    padding-right: 15%;
}
.about-text-box p{
    font-weight: normal;
    color: #000;
    font-size: 16px;
}
.about-text-box li{
    list-style: none;
    color: #000;
    font-weight: normal;
    padding-bottom: 10px;
}
.about-text-box i{
    color: #028DA0;
    font-size: 16px;
}
.about-text-box a{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 13px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 10px;
}
.let-btn{
    padding-top: 30px;
}
.about-text-box{
    padding-left: 30px;
}
.about-sec{
    padding: 5% 0;
}
.privet-bg{
    background:url(../images/why-choose-bg.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-top: 4%;
    padding: 40px 0;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.privet-text h3{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.privet-text h5{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.privet-text p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.privet-text a{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 13px 25px;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    width: 200px;
}
.privet-text{
    background: #00000087;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.doctor-img img{
    border-radius: 20px;
}
.customer-suport h5{
    text-align: center;
    color: #129FA8;
    font-weight: normal;
    font-size: 20px;
}
.customer-suport h3{
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    font-weight: 500;
    font-size: 40px;
}
.helth-box{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    position: relative;
}
.helth-box h4{
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 30px;
    margin: 0;
}
.helth-box p{
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.helth-box h6{
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
    color: #ffffff94;
}
.customer-suport{
    padding: 5% 0;
}
.better-helth{
    background: url(../images/about-contact.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 8% 0;
}
.better-helth::before{
    /* background:transparent linear-gradient(79deg, #028da07a 0%, #34c6b973 100%) 0% 0% no-repeat;; */
    background: #00000054;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.better-helth h3{
    font-size: 60px;
    text-align: right;
    font-weight: 600;
    color: #fff;
    padding-left: 43%;
}
.better-helth .main-container{
    position: relative;
    z-index: 9;
}
.better-helth p{
    text-align: right;
    font-size: 18px;
    color: #fff;
    padding-left: 44%;
    margin-bottom: 40px;
}
.better-helth{
    text-align: right;
}
.better-helth a{
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 13px 25px;
    border-radius: 100px;
    transition: 0.5s;
}
.better-helth a:hover{
    background: #129FA8;
    color: #fff;
    transition: 0.5s;
}
/* contact */
.contact-bg{
    padding: 5% 0;
}
.cmt-iconbox-wrapper{
    text-align: center;
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: 3px 5px 12px 0px #0000004a;
}
.cmt-box-icon {
    height: 60px;
    width: 60px;
    line-height: 69px;
    display: flex;
    margin: 0 auto;
    border: 1px solid rgba(119,119,119,.2);
    background-color: #f5f5f5;
    margin-bottom: 25px;
    border-radius: 10px;
    align-items: center;
  justify-content: center;
}
.cmt-box-icon i{
  font-size: 25px;
  color: #000;
}
.cmt-heading h5{
    font-size: 25PX;
    font-weight: 500;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
}
.cmt-heading a{
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    text-decoration: none;
}
.contact-img img{
    border-radius: 10px;
}
.contact-details{
    background: url(../images/contact-form-bg.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
    position: relative;
}
.contact-details::before{
    position: absolute;
    content: '';
    background: #00000061;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact-form {
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.contact-form .form-control{
    background: transparent;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
}
.contact-form input::placeholder{
    color: #fff;
}
.contact-form .form-group{
    margin-bottom: 20px;
}
.contact-form select{
    background: url(../images/drop-icon.png) transparent no-repeat;
    background-position: 100%;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 0;
}
.contact-form option{
    color: #000;
    padding-left: 15px !important;
}
.contact-form textarea{
    background: transparent;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
}
.contact-form textarea::placeholder{
    color: #fff;
}
.contact-form h3{
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}
.contact-form p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.discover-sec h3{
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.discover-sec p{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    padding: 0 13%;
}
.discover-sec{
    padding: 5% 0;
}
.discover-sec .nav-tabs .nav-link{
    background: transparent;
    color: #000;
    border: 1px solid #028DA0;
    padding: 6px 20px;
    border-radius: 100px;
} 
.discover-sec .nav-tabs{
    gap: 10px;
    border-bottom: none;
    justify-content: center;
}
.discover-sec .nav-tabs .nav-link.active {
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    color: #fff;
}
.discover-sec .nav-tabs .nav-link:hover{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    color: #fff;
}
.department-text h4{
    color: #028DA0;
    font-size: 25px;
    font-weight: 500;
}
.department-text p{
    padding: 0;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
}
.contant-deparatment{
    background: #fff;
    box-shadow: 3px 5px 12px 0px #0000004a;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    margin-right: 7%;
    margin-left: 7%;
}
.department-text a{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    border-radius: 100px;
    padding: 13px 25px;
}
.why-choose-sec{
    background: transparent linear-gradient(79deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 5% 60px;
}
.why-box{
    background: #fff;
    border-radius: 20px; 
    padding: 20px;
    margin-bottom: 30px;
}
.icon-box{
    background-color: #eef6f9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}
.doctor-text h5{
    color: #000;
    font-weight: normal;
    font-size: 18px;
}
.doctor-text span{
    font-weight: 600;
    color: #028DA0;
    font-size: 23px;
    padding-right: 10px;
}
.doctor-text p{
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.why-choose-sec a{
    text-decoration: none;
}
.why-choose-sec .icon-box img {
    transform: scale(1);
    transition: .35s ease-in-out;
    width: 100%;
}
.why-choose-sec a:hover .icon-box img{
    transform: scale(1.2);
}
.why-choose-sec h3{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.why-choose-sec p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10%;
    text-align: center;
}
.doctor-text p{
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.vedio-sec h3{
    font-size: 35px;
    color: #028DA0;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
}
.vedio-sec{
    padding: 5% 70px;
}
.vedio-box iframe{
    border-radius: 20px;
}
/* doctor-list */
.requst-btn a{
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 9px 19px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 20px;
}
.list-doctor{
    position: relative;
    overflow: hidden;
}
.requst-btn{
    position: absolute;
    right: 0;
    bottom: 6px;
}
.doctor-img-list{
    margin-bottom: 30px;
}
.doctor-img-list img{
    transform: scale(1);
    transition: .35s ease-in-out;
    width: 100%;
}
.doctor-img-list:hover img{
    transform: scale(1.1);
}
.doctor-img-list img{
    border-radius: 10px;
}
.doctor-img-list h4{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}
.doctor-img-list p{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #000;
}
.more-btn a{
    padding: 9px 19px;
    border: 1px solid #028DA0;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: 0.5s;
    border-radius: 10px;
}
.more-btn a:hover{
 background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
 color: #fff;
 transition: 0.5s;
}
.more-btn a i{
    padding-left: 10px;
    vertical-align: middle;
    transition: 0.5s;
}
.more-btn a:hover i{
    padding-left: 15px;
    transition: 0.5s;
}
.more-btn{
    padding-right: 15%;
}
.doctor-list-sec{
    padding: 5% 0;
}
.serch-btn .btn {
    width: 100%;
    padding: 17px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    box-shadow: 0 8px 16px 0 rgb(68 71 144 / 54%), 0 6px 20px 0 rgb(23 83 132 / 0%);
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    border: none;
    outline: none;
}
.serch-btn i {
    font-size: 24px;
    color: #fff;
    border: 0;
}
.select-doctor .form-select{
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    border: 1px solid #26296d3b;
    border-right: 0;
    color: #4a4a4a;
    padding: 20px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: none;
}
.finend-input .form-control {
    box-shadow: 0 0 !important;
    border-radius: 0 !important;
    font-weight: 800;
    font-size: 13px;
    padding: 20px 15px;
    box-shadow: none;

}
.padd-find{
    padding-left: 0;
    padding-right: 0;
}
.box-box-2{
    margin: 0;
}
.select-doctor{
    width: 72%;
    margin: -85px auto;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 5%) 0 5px 15px;
    box-shadow: 0 3px 8px 0 rgb(29 111 178 / 21%), 0 6px 20px 0 rgb(23 83 132 / 5%);
    position: relative;
}
.finid-doctor-detils{
    padding-top: 12%;
}
/* doctor-details */
.doctor-detail-sec{
    padding: 5% 60px;
}
.doctor-detail-img img{
    border-radius: 10px;
}
.doctor-detail-img{
    padding: 0 50px;
}
.doctor-detail-btn a{
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 12px 25px;
    display: block;
    box-shadow: 0 8px 16px 0 rgb(31 164 184 / 16%), 0 6px 20px 0 rgb(31 164 184 / 33%);
    border-radius: 100px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.doctor-detail-btn{
    padding: 0 30px;
}
.dctr_cntct {
    display: flex;
    padding: 15px 0;
    justify-content: center;
    margin-bottom: 0;
}
.dctr_cntct li{
    list-style: none;
}
.dctr_cntct li {
    padding-right: 14px;
    position: relative;
    margin-top: -27px;
}
.dctr_cntct li i {
    padding: 8px 10px;
    font-size: 17px;
    color: #fff;
    border-radius: 26px;
    border: 5px solid #fff;
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
}
.expirience-text{
    margin-bottom: 5px;
    background: #e0e0e042;
    padding: 23px 30px;
}
.expirience-text h6{
    font-size: 20px;
    color: #028DA0;
    font-weight: 500;
}
.expirience-text p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.expirience-text ul{
    margin: 0;
    padding: 0;
}
.expirience-text li{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    list-style: none;
    padding-bottom: 10px;
}
.expirience-text li:last-child{
    padding-bottom: 0;
}
.expirience-text li::before{
    position: absolute;
    content: '';
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.doctor-detail-text h4{
    font-size: 25px;
    color: #028DA0;
    font-weight: 600;
}
.doctor-detail-text p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.doctor-detail-text h5{
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
/* department-listing */
.department-box a{
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 10px;
}
.doctor-listing-page p{
    margin-bottom: 30px;
}
.doctor-listing-page h3{
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}
.border-line{
    border: 1px solid #00000030;
}
.padd-list{
    padding-left: 0;
    padding-right: 0;
}
.doctor-listing-page{
    padding: 5% 65px;
    background: #f2f2f2;
}
.footer-section .accordion-button.collapsed .icon::before {
    content: '+';
}
.footer-section .accordion-button:not(.collapsed) .icon::before {
    content: '−';
}
.footer-section .accordion-button::after{
    display: none;
}
.footer-section .accordion-button{
    padding: 0;
    border: none;
    box-shadow: none;
    color: #028DA0;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
}
.footer-section .accordion-button:focus{
    box-shadow: none;
}
.footer-section .accordion-item{
    border: none;
}
.footer-section .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
    box-shadow: none;
}
.footer-section .accordion-button:not(.collapsed){
    background: transparent;
}
.footer-section .accordion-body{
    padding-right: 0;
    padding-left: 10px;
}

.dropdown-content {
    padding: 20px;
    background-color: #f8f9fa;
  }
.discover-text a
{
    text-decoration:none;
}
.news-img a
{
    text-decoration:none;
}
.navbar-light .navbar-nav .nav-item:last-child::after{display: none;}
.navbar-light .navbar-nav .nav-item::after:last-child{display: none !important;}
/* Responsive */
@media (max-width: 1920px)
{
 .start-helth-bg
 {
  margin-top:320px   
 }   
}
@media (max-width: 1380px) {
  .start-helth-bg {
    margin-top: 100px;
  }
}
@media (max-width: 991px){
.head-box{
    display: none;
}
.phone-serch{
    display: block;
    padding-top: 10px;
}
.serch-desktop{
    display: none;
}
.phone-serch .form-control {
    padding: 10px 15px;
    border-radius: 0;
    border-color: #707070;
    box-shadow: none;
    background: url(../images/serch-icon.png) no-repeat;
    background-position: 95%;
}
.department-sec{
    background: #fff;
    box-shadow: 3px 5px 12px 0px #0000004a;
    padding: 20px 15px;
    border-radius: 10px;
    margin: 30px 0;
    
}

.phone-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 35px;
}
.phone-call-btn a{
    color: #fff;
    background: #4acfe1;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}
.booking-btn a{
    color: #fff;
    background: #000;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
    border-radius: 10px;
}
header{
    background: transparent;
    position: relative;
}
.desk-top-menu{
    background: transparent linear-gradient(68deg, #028DA0 0%, #34C6B9 100%) 0% 0% no-repeat;
    border-radius: 15px;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 17px;
}
header .navbar{
    padding: 0;
}
.head-menu .menu-open{
    font-size: unset;
}
.banner{
    padding: 20px 0;
    padding-top: 0;
}
.head-menu{
    bottom: 18px;
    right: 15px;
}
.department-box{
    border: none;
}
.navbar-light .navbar-toggler{
    display: none;
}
.main-container{
    margin: 0 15px;
}
.navbar-brand{
    width: 40px;
}
.banner-text h2{
    padding-right: 0;
    font-size: 25px;
}
.banner-text p{
    font-size: 14px;
    margin: 0;
}
.read-btn a{
    font-size: 15px;
}
.banner-text label{
    padding-top: 10px;
    font-size: 17px;
}
.banner-text{
    padding-right: 0;
    padding-top: 15px;
}
.box-box-2{
    order: 2;
}
.department-sec h3{
    font-size: 25px;
}
.department-sec p{
    font-size: 14px;
    padding: 0;
}
.departmnt-text .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 43%;
    left: -19px;
}
.departmnt-text .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -19px;
    top: 43%;
}
.serch-list .form-control{
    padding: 9px 15px;
}
.departmnt-text .owl-nav{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.presidents-img img{
    position: relative;
}
.helth-text{
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px;
}
.members-sec{
    padding: 20px 15px;
}
.members-text h5{
    font-size: 17px;
}
.members-text h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.serch-list{
    display: block;
}
.view-all-btn a{
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
}
.banner-text .form-control{
    padding: 10px 15px;
    background-position: 96%;
}
.serch-list .form-group{
    width: 100%;
}
.member-list{
    padding-bottom: 20px;
}
.presidents-name {
    padding-top: 20px;
}
.presidents-name h4{
    font-size: 18px;
}
.presidents-name h6{
    font-size: 16px;
}
.presidents-text h3{
    font-size: 25px;
}
.presidents-text p{
    font-size: 14px;
}
.start-helth-bg{
    margin-top: 20px;
}
.start-helth-bg{
    padding: 20px 15px;
}
.helth-heding h3{
    font-size: 25px;
}
.helth-heding{
    display: block;
}
.helth-heding h5{
    font-size: 18px;
}
.helth-text p{
    font-size: 14px;
}
.padd-top{
    padding-top: 20px;
}
.testimonial-sec{
    padding: 20px 15px;
}
.testimonial-sec a
{
    text-decoration:none !important;
}
.discover-text a
{
    text-decoration:none;
}
.testimonial-sec h4{
    font-size: 20px;
}
.testimonial-sec p{
    font-size: 14px;
}
.name h5{
    font-size: 15px;
}
.ashraf-box{
    display: block;
    height: auto;
    padding: 20px 15px;
    margin-top: 20px;
}
.discover-news{
    padding: 20px 15px;
    margin-top: 20px;
}
.discover-news h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.discover-text h4{
    font-size: 20px;
}
.discover-text p{
    font-size: 14px;
}
.other-news{
    padding-left: 0;
}
.news-image {
    margin-bottom: 20px;
}
.news-detail p{
    padding-bottom: 20px;
    font-size: 16px;
}
.footer-bg{
    padding: 20px 15px;
}
.sub-ari{
    right: 0;
}
.white-bus{
    left: 18px;
}
.hospital{
    left: unset;
    right: 15px;
}
.sub-ari{
    left: unset;
    right: 0;
}
.tab-contact{
    margin-top: 20px;
    padding: 20px 15px;
}
.tab-contact .nav-tabs{
    justify-content: left;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}
.tab-contact .nav-tabs::-webkit-scrollbar{
    display: none;
}
.tab-contact .nav-tabs .nav-link{
    font-size: 14px;
    white-space: nowrap;
}
.tab-contant-box{
    padding-top: 10px;
}
.tab-contant-box p{
    font-size: 14px;
}
.footer-container{
    margin-top: 20px;
    padding: 20px 15px;
}
.footer-section h3{
    font-size: 20px;
}
.footer-section br{
    display: none;
}
.footer-section p{
    margin-bottom: 20px;
}
.subscribe-form{
    display: block;
}
.footer-section{
    padding-right: 0;
}
.subscribe-form input{
    width: 100%;
}
.subscribe-form button{
    width: 100%;
    margin-top: 10px;
}
.social-icons{
    padding-top: 0;
    padding-bottom: 10px;
}
.hospital img{
    display: none;
}
.coppy-text p{
    font-size: 12px;
}
.coppy-text ul{
    text-align: left;
}
/* about us */
.parallx-img img{
    width: 175px;
}
.about-img{
    padding-right: 10%;
}
.about-text-box{
    padding-left: 0;
}
.phone-oder{
    order: 2;
}
.about-text-box h3{
    font-size: 25px;
    padding-right: 0;
}
.about-text-box p{
    font-size: 14px;
}
.about-text-box li{
    font-size: 15px;
}
.let-btn{
    padding-top: 20px;
}
.about-text-box{
    padding-bottom: 30px;
}
.privet-bg{
    margin-top: 50px;
    padding: 20px 15px;
}
.doctor-img{
    margin-bottom: 30px;
}
.privet-text{
    padding: 20px 15px;
}
.privet-text h3{
    font-size: 25px;
}
.privet-text h5{
    font-size: 18px;
}
.privet-text p{
    font-size: 14px;
}
.privet-text a{
    font-size: 15px;
}
.customer-suport h3{
    font-size: 25px;
    padding-bottom: 15px;
}
.helth-box{
    margin-bottom: 20px;
}
.helth-box h4{
    padding-bottom: 10px;
    font-size: 20px;
}
.helth-box p{
    font-size: 14px;
}
.customer-suport{
    padding-top: 8%;
}
.better-helth h3{
    padding-left: 0;
    font-size: 30px;
}
.better-helth p{
    padding-left: 0;
    font-size: 14px;
}
.better-helth a{
    font-size: 14px;
    padding: 10px 20px;
}
/* contact */
.cmt-heading h5{
    font-size: 16px;
}
.cmt-heading a{
    font-size: 13px;
}
.cmt-iconbox-wrapper{
    padding: 20px 15px;
}
.cmt-box-icon {
    height: 50px;
    width: 50px;
    line-height: 60px;
}
.contact-form{
    padding: 20px 15px;
    background: transparent linear-gradient(79deg, #028da07d 0%, #34c6b996 100%) 0% 0% no-repeat;
}
.contact-form h3{
    font-size: 25px;
}
.contact-form p{
    font-size: 14px;
}
.contact-form .form-group{
    margin-bottom: 10px;
}
.contact-form select{
    padding: 12px 0;
}
.sub-text h3{
    font-size: 25px;
}
/* department-details */
.discover-sec h3{
    font-size: 25px;
}
.discover-sec p{
    padding: 0;
    font-size: 14px;
}
.discover-sec .nav-tabs{
    justify-content: left;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.discover-sec .nav-tabs::-webkit-scrollbar{
    display: none;
}
.discover-sec .nav-tabs .nav-link{
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
}
.contant-deparatment{
    margin: 20px 0;
    padding: 20px 15px;
}
.department-text{
    padding-bottom: 30px;
}
.department-text a{
    font-size: 14px;
    padding: 10px 15px;
}
.why-choose-sec{
    padding: 5% 0;
}
.why-choose-sec h3{
    font-size: 25px;
}
.why-choose-sec p{
    padding: 0;
    font-size: 14px;
}
.why-choose-sec .icon-box img{
    width: auto;
}
.why-box{
    margin-bottom: 20px;
}
.vedio-sec{
    padding: 5% 0;
    padding-bottom: 0;
}
.vedio-sec h3{
    font-size: 25px;
}
/* doctor-detail */
.doctor-detail-sec{
    padding: 8% 0;
    padding-bottom: 0;
}
.doctor-detail-text h4{
    font-size: 25px;
}
.doctor-detail-text h5{
    font-size: 15px;
}
.doctor-detail-text p{
    font-size: 14px;
}
.expirience-text{
    padding: 20px 15px;
}
.expirience-text p{
    font-size: 14px;
}
.expirience-text li{
    font-size: 14px;
}
.oder-doctor{
    order: 2;
}
.doctor-detail-img{
    padding: 0;
}
.doctor-detail-text{
    padding-top: 30px;
}
/* doctor-list */
.select-doctor{
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 10px;
}
.select-doctor .form-select{
    border-radius: 0;
    border: 1px solid #26296d3b;
    padding: 12px 15px;
}
.finend-input .form-control{
    padding: 12px 15px;
    margin: 10px 0;
}
.serch-btn .btn{
    border-radius: 0;
    padding: 12px 0;
    box-shadow: none;
}
.serch-btn i{
    font-size: 19px;
}
.more-btn{
    padding-right: 0;
}
.doctor-img-list {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgb(29 111 178 / 21%), 0 6px 20px 0 rgb(23 83 132 / 5%);
    padding: 20px 15px;
    border-radius: 15px;
}
/* department-list */
.doctor-listing-page{
    padding: 7% 0;
}
.padd-list{
    padding-left: 15px;
    padding-right: 15px;
}
.border-line{
    border: 1px solid #00000030;
    margin-bottom: 30px;
}
.doctor-listing-page h3{
    font-size: 25px;
    padding-bottom: 20px;
}
}
  