@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Black.woff2') format('woff2'),
        url('../fonts/WorkSans-Black.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/WorkSans-ExtraBold.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: 700;
}


@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
        url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/WorkSans-ExtraLight.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Thin.woff2') format('woff2'),
        url('../fonts/WorkSans-Thin.woff') format('woff');
    font-weight: 100;
}

body {
    font-family: 'Work Sans';
}

.container1 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.haeder-logo-part {
    width: 100px;
}

.header-nav-part {
    width: calc(100% - 100px);
}

.header-nav-part ul.head-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

li {
    list-style: none;
}

.header-nav-part ul.head-menu li ul.sub-menu {
    position: absolute;
    top: 100%;
    padding: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    min-width: 280px;
    padding: 20px 15px;
    display: block;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    /* Box shadow for effect */
    visibility: hidden;
    opacity: 0;
    transition: all 0s, all 0.5s ease;
    /* Smooth transition */
}


.header-nav-part ul.head-menu>li {
    position: relative;
    padding: 41px 20px;
}

.header-nav-part ul.head-menu>li:last-child {
    padding: 0;
    padding-left: 20px;
}

.header-logo-img a {
    display: block;
    height: 80px;
    width: 80px;
}

.header-logo-img a img {
    display: block;
    max-width: none;
    height: 100%;
    width: 100%;
}

.header-nav-part ul.head-menu>li a {
    font-size: 18px;
    font-weight: 500;
}

.header-nav-part ul.head-menu li ul.sub-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-nav-part ul.head-menu li ul.sub-menu li:first-child {
    padding-top: 0px;
}

.header-nav-part ul.head-menu>li>a {
    display: block;
    /* padding-bottom: 53px; */
}


.header-nav-part ul.head-menu li ul.sub-menu li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.header-nav-part ul.head-menu li a {
    font-size: 20px;
    text-decoration: none;
}

.header-nav-part ul.head-menu li ul.sub-menu li a {
    font-size: 18px;
    color: #000064;
    text-decoration: none;
    display: block;

}

/* .header-nav-part ul li ul.sub-menu li a:hover {
    background-color: #ddd;
} */
.df_btn {
    background: #d23a42;
    font-size: 20px !important;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #d23a42;
    padding: 12.5px 24px;
    display: inline-block;
    width: max-content;
    position: relative;
    transition: all 0.6s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.df_btn::after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    opacity: 1;
    margin: 0;
    transition: all 0.6s ease;
}

.df_btn:hover {
    color: #d23a42;
    text-decoration: none;
}

.df_btn:hover::after {
    width: 100%;
}

.hemburger-box {
    display: none;
}

.menu_text {
    display: none;
}

.header-nav-part ul.head-menu>li {
    position: relative;
}

.dropdown-arrow {
    position: absolute;
    height: 17px;
    width: 17px;
    right: 0px;
    transition: all 0.6s ease;
    display: block;
    top: 46%;
    transform: translateY(-46%);
}

.dropdown-arrow svg {
    width: 100%;
    height: 100%;

}

.dropdown-arrow svg path {
    fill: #000064;
    transition: all 0.6s ease;

}

.active-page {
    color: red;
}

.header-nav-part ul li a:hover {
    color: #d23a42;
}

.header-nav-part ul li a:hover span svg path {
    fill: #d23a42;
}

.header-nav-part ul.head-menu li ul.sub-menu li a:hover {
    color: #d23a42;
}

/* banner section start */
/* color

#010260  #006d94 #80b5c7 orange #f4a42e #2a2927 #000064 #4e4d4b #d23a42 #3e3d3b
*/

.hero-section {
    /* margin-top: 108.7px;
    padding: 100px 0; */
    /* background-image: url("/images/WhatsApp Image 2024-07-12 at 21.13.30 (1).jpeg");
    background-size: cover;
    background-repeat: no-repeat; */
    /* position: relative;
    z-index: 1; */
    /* margin-bottom: 86px;
    height: 400px; */


    margin-top: 108.7px;
    padding: 0px 0;
    margin-bottom: 86px;
    height: 700px;
    position: relative;
}

/* .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000bd;
    z-index: -1;
} */
 /* .hero_slider{
    height: 100%;
    width: 100%;
 } */

 .slide_bg img{
display: block;
height: 100%;
width: 100%;
/* object-fit: cover; */
 }
 /* .slide_bg1{
    height: 100%;
    width: 100%;
    background-image: url('/images/banner_bg_1.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
 }
 .slide_bg2{
    height: 100%;
    width: 100%;
    background-image: url('/images/banner_bg_2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
 }
 .slide_bg3{
    height: 100%;
    width: 100%;
    background-image: url('/images/banner_bg_3.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
 } */

/* .hero-content-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.hero-content-box h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 10px;
    color: #ffffff;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: white;
    margin-bottom: 20px;
}

.hero-content-box p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    color: #ffffff;
} */
.hero_slider.slick-initialized.slick-slider {
    height: 100%;
    width: 100%;
}

.hero_slider.slick-initialized.slick-slider .slick-list.draggable {
    height: 100%;
    width: 100%;
}


.hero_slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: 100%;
    width: 100%;
}


button.slick-prev-arrow.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

button.slick-next-arrow.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

button.slick-prev-arrow.slick-arrow i svg {
    height: 50px;
    width: 100%;
    transition: all 0.5s ease;
}
button.slick-prev-arrow.slick-arrow i svg:hover  {
   opacity: 0.5;
}
button.slick-next-arrow.slick-arrow i svg {
    height: 50px;
    width: 100%;
    transition: all 0.5s ease;
}
button.slick-next-arrow.slick-arrow i svg:hover {
   opacity: 0.5;
}


/* banner section end */

/* our treatment section start */

.our-treatment-section {
    padding: 0;
    margin-bottom: 86px;
}

h2 {
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    color: #000063;
    text-align: center;
}

.our-treatment-heading {
    margin-bottom: 30px;
}

.our-treatment-row {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

.our-treatment-image {
    width: 50%;
}

.our-treatment-content {
    width: 50%;
    padding-left: 40px;
}

.our-treatment-image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 400px;
    position: sticky;
    top: 130px;
}

.our-treatment-content h2 {
    text-align: left;
}

.our-treatment-content h3 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 14px;
    color: #80b5c7;
}

.our-treatment-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.our-treatment-content h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: #000064;
    margin-bottom: 15px;
}

.injuries ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}

.apporoch ol {
    padding: 0;
}

.apporoch ol li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}

.injuries ul li:last-child {
    margin-bottom: 0px;
}

.injuries ol li:last-child {
    margin-bottom: 0px;
}

.injuries {
    margin-bottom: 20px;
}

.apporoch ol li:last-child {
    margin-bottom: 0px;
}

ul.circle-bullets {
    list-style: none;
    padding-left: 0;
}

ul.circle-bullets li {
    position: relative;
    padding-left: 20px;
}

ul.circle-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    top: 10px;
    height: 8px;
    border-radius: 50%;
    background-color: #80b5c7;
}

ol.custom-numbers {
    counter-reset: custom-counter;
    list-style: none;
    padding-left: 0;
}

ol.custom-numbers li {
    counter-increment: custom-counter;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

ol.custom-numbers li::before {
    content: counter(custom-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #80b5c7;
}

.our-treatment-main-row .our-treatment-row:last-child {
    flex-direction: row-reverse;
}

.our-treatment-main-row .our-treatment-row:last-child .our-treatment-content {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 40px;
}

.our-treatment-main-row .our-treatment-row:first-child .our-treatment-content {
    padding-bottom: 30px;
}

ol.custom-numbers li strong,
ul.circle-bullets li strong {
    font-weight: 600;
}

h3,
h3,
h4 {
    font-weight: 600;
}




/* our treatment end */

/* our specilites section start */

.our-specilites {
    padding: 0;
    margin-bottom: 87px;
}

.our-speciltes-heading {
    margin-bottom: 30px;
}

.specilites-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.specilites-card {
    padding: 30px 20px;
    /* width: 25%; */
    text-align: center;
    /* background: white; */
    /* padding: 15px; */
    height: 100%;
    border-radius: 20px;
    background: #006d93;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;

}

.specilites-card-col {
    width: 25%;
    padding: 0 15px;
}

.specilites-logo {
    height: 100px;
    max-width: 100px;
    margin: 0 auto;
    background: #f3a430;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.specilites-logo img {
    display: block;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.our-specilites-content h3 {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
}

.our-specilites-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.specilites-logo {
    height: 100px;
    max-width: 100px;
    margin: 0 auto;
    background: #f3a430;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 5px solid #d23a42;

}

.specilites-logo img {
    transition: all 0.4s ease-in-out;
}

.specilites-logo:hover img {
    transform: scale(1.1);
}

.specilites-logo:hover {
    background-color: #d23a42;
    border: 5px solid #2a2927;
}

.our-specilites-content h3::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #d23a42;
    transition: all 0.5s ease;
}

.specilites-card:hover .specilites-logo+.our-specilites-content h3::before {
    width: 100px;
}

/* our specilites end */


/* our department section start */
.our-department-section {
    padding: 0;
    margin-bottom: 100px;
  }
  .our-department-heading {
    margin-bottom: 29px;
}


  
  .our-department-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 40px;
    justify-content: center;
  }
  
  .our-department-col {
    width: 50%;
    padding: 0 20px;
  }
  
  .our-department-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    padding: 40px 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

  }
  .our-doctor-image {
    margin-bottom: 20px;
}
 
  
  .our-doctor-image img {
    width: 100%;
    display: block;
    max-width: 260px;
    height: 260px;
    object-fit: cover;
    margin: 0 auto;
  }
  
  .our-doctor-content {
    text-align: center;
  }
  
  .our-doctor-content h3 {
    margin: 0;
    font-size: 34px;
    line-height: 44px;
    color: #80b5c7;
    margin-bottom: 8px;
}

.our-doctor-content h4 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    color: #000064;
    margin-bottom: 10px;
}

.our-doctor-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #000000;
}

.our-doctor-image img {
    max-width: 180px;
    height: 180px;
}


.our-department-row .our-department-col:last-child .our-doctor-image img {
    object-position: 100% 4%;
}
.our-department-row .our-department-col:nth-child(2) .our-doctor-image img{
    object-position: 100% 29%;
}


/* our department section end*/
/* why choose us start */
.our-choose-us {
    margin-bottom: 64px;
    padding: 0;
}
.choose-us-row {
    display: flex;
    flex-wrap: wrap;
}

.choose-us-image-box {
    width: 40%;
    background: #f5a42d;
    position: relative;
    border-radius: 100px 100px 0 0;
    max-height: 223px;
}

.choose-us-content {
    width: 60%;
    padding-left: 80px;
}

.choose-us-image-box img {max-width: 300px;display: block;margin: 0 auto;position: absolute;top: -45%;left: 50%;transform: translateX(-50%);}

.choose-us-heading h2 {
    margin-bottom: 20px;
}


.choose-us-content h2 {
    text-align: left;
    margin-bottom: 20px;
}

.our-department-section {
    margin-bottom: 196px;
}
.choose-us-image-box h2 {
    margin-top: 245px;
    color: #f5a42d;
    line-height: 34px;
    font-size: 34px;
}


/* why choose end */
/* logo srction start*/
section.logo-section {
    padding: 0;
    margin-bottom: 95px;
}

.logo-row {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.logo-col-box {
    width: 103px;
    height: 103px;
}
/* logo section end */
/* galery */
.title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.btn-link {
    color: #f4ac43;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    transition: 0.5s;
}
.title-sec h2 {
    width: 60%;
    padding-right: 30px;
}
.btn-link i {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f4ac43;
    border-radius: 50px;
    flex-shrink: 0;
    transition: 0.5s;
}
.btn-link:hover{
    color:#80b5c7;
    text-decoration: none;
}
.btn-link:hover i{
    border-color:#80b5c7;
}

svg path {
    transition: 0.5s;
}
/* custom-slider- arrow */
.custom-slider .slick-next.slick-arrow::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.806' height='32.613' viewBox='0 0 17.806 32.613'%3E%3Cpath id='Icon_akar-chevron-up' data-name='Icon akar-chevron-up' d='M6,24.685,20.185,10.5,34.37,24.685' transform='translate(26.806 -3.879) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' opacity='0.2'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    transition: 0.5s;
}

.custom-slider .slick-next.slick-arrow:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.806' height='32.613' viewBox='0 0 17.806 32.613'%3E%3Cpath id='Icon_akar-chevron-up' data-name='Icon akar-chevron-up' d='M6,24.685,20.185,10.5,34.37,24.685' transform='translate(26.806 -3.879) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' opacity='0.2' style='&%2310; stroke: %23242D5E;&%2310; opacity: 1;&%2310;'/%3E%3C/svg%3E");
}

.custom-slider .slick-arrow {
    position: absolute;
    top: 46.2%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
}

.custom-slider .slick-prev.slick-arrow::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.806' height='32.613' viewBox='0 0 17.806 32.613'%3E%3Cpath id='Icon_akar-chevron-up' data-name='Icon akar-chevron-up' d='M6,24.685,20.185,10.5,34.37,24.685' transform='translate(-9 36.491) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' opacity='0.2'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    transition: 0.5s;
}

.custom-slider.gallery-slider .slick-arrow {
    top: 45%;
}

.custom-slider.youtube-slider .slick-arrow {
    top: 43.5%;
}

.custom-slider .slick-prev.slick-arrow:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.806' height='32.613' viewBox='0 0 17.806 32.613'%3E%3Cpath id='Icon_akar-chevron-up' data-name='Icon akar-chevron-up' d='M6,24.685,20.185,10.5,34.37,24.685' transform='translate(-9 36.491) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' opacity='0.2' style='&%2310; stroke: %23242D5E;&%2310; opacity: 1;&%2310;'/%3E%3C/svg%3E");
}

.custom-slider .slick-arrow.slick-prev {
    left: -45px;
}
.custom-slider .slick-arrow.slick-next {
    left: inherit;
    right: -45px;
}

.custom-slider .slick-list {
    margin: 0 -20px;
}

.gallery-section {
    margin-bottom: 100px;
    padding: 0;
}

.gallery-slide a {
    width: 100%;
    height: 269px;
    display: block;
    margin: 0 auto;
    transition: all 0.6s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d23a42;
}

.gallery-slide a::after{
    content: '';
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center center;
    width: 40px;
    height: 40px;
    transition: all 0.5s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='512' viewBox='0 0 32 32' width='512'%3E%3Cg id='abbd5fab-c284-4029-a582-b187d9058146' data-name='Layer 26'%3E%3Cpath fill='%23fff' d='m29.68 28.27-5-4.63a13 13 0 1 0 -1.4 1.36v.05l5 4.66a1 1 0 1 0 1.36-1.46zm-14.68-2.27a11 11 0 1 1 11-11 11 11 0 0 1 -11 11zm7.5-11a1 1 0 0 1 -1 1h-5.5v5.5a1 1 0 0 1 -2 0v-5.5h-5.5a1 1 0 0 1 0-2h5.5v-5.5a1 1 0 0 1 2 0v5.5h5.5a1 1 0 0 1 1 1z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat no-repeat;
background-position: center center;
/* background-size: cover; */
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 5;
    transform: translate(-50%, -50%);
    animation: 1.4s linear infinite zoom;
}


@keyframes zoom {
    0% {
        transform: translate(-50%,-50%) scale(.9)
    }

    50% {
        transform: translate(-50%,-50%) scale(1.02)
    }

    100% {
        transform: translate(-50%,-50%) scale(.9)
    }
}

.gallery-slide a:hover::after {
    opacity: 1;
    visibility: visible;
}

.gallery-slide a::before {
    content: '';
    position: absolute;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    background: #242d5ea6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 1;
}

.gallery-slide a:hover::before {
    opacity: 1;
    visibility: visible;
}

.gallery-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.6s ease;
    object-fit: cover;
    transform: scale(1.01);
    object-position: top;
}

.gallery-slide {
    padding: 0 20px;
}

.gallery-slide a:hover img {
    transform: scale(1.05);
}
.bottom-btn {
    display: none;
}
.title-sec h2 {
    text-align: left;
}



.title-sec {
    margin-bottom: 29px;
}
.gallery-section {
    margin-bottom: 87px;
}


/* galery */
/* bobile frame start  */

/*  */
.mobile-frame-section {
    padding: 0;
    margin-bottom: 100px;
}

.latest-news-section h2 {
    margin-bottom: 29px;
}


.tablet-frame {
    max-width: 500px;
    height: 580px;
    margin: 0 auto;
    background: linear-gradient(135deg, #006d94, #80b5c7);
    border-radius: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.tablet-header {
    height: 70px; /* Increased height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    background-color: #2a2927;
    position: relative;
}

.speaker {
    width: 100px;
    height: 5px;
    background-color: #80b5c7;
    border-radius: 2.5px;
}

.camera {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
}

.tablet-screen {
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 20px;
    overflow: hidden;
}

.tablet-footer {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4e4d4b;
}

.home-button {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle at center, #f4a42e, orange);
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
    position: relative;
}

.home-button::after {
    content: '';
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Side buttons */
.side-button {
    position: absolute;
    width: 12px;
    height: 50px;
    background: linear-gradient(145deg, #3e3d3b, #2a2927);
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-button::before {
    content: '';
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
}

.side-button::after {
    content: '';
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
}

.power-button {
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.volume-up-button {
    top: 40%;
    left: -20px;
    transform: translateY(-50%);
}

.volume-down-button {
    top: 60%;
    left: -20px;
    transform: translateY(-50%);
}

.news-main-slider .slider-slide.slick-slide {
    min-width: unset;
}
.slider-nav {
    display: flex;
    align-items: center;
}

.tablet-footer .slick-prev1,
.tablet-footer .slick-next1 {
    background-color: #f4a42e;
    color: white;
    border: none;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    background: transparent;
}



.tablet-footer button.slick-prev1.slick-arrow i svg {
    height: 30px;
    width: 100%;
}

.tablet-footer button.slick-next1.slick-arrow i svg {
    height: 30px;
    width: 100%;
}

.tablet-footer button.slick-next1.slick-arrow i svg path ,.tablet-footer button.slick-prev1.slick-arrow i svg path {
    fill: #ffffff;
}

.tablet-footer {
    position: relative;
}

.tablet-footer button.slick-prev1.slick-arrow {
    border: none;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    background: transparent;
    position: absolute;
}
.tablet-footer button.slick-prev1.slick-arrow {
    position: absolute;
    left: 23px;
    bottom: -17px;
}

.tablet-footer button.slick-next1.slick-arrow {
    position: absolute;
    right: 23px;
    bottom: -17px;
}

.tablet-footer button.slick-prev1.slick-arrow i svg path , .tablet-footer button.slick-next1.slick-arrow i svg path{
    transition: all 0.5s ease;
}

.tablet-footer button.slick-prev1.slick-arrow i:hover svg path ,.tablet-footer button.slick-next1.slick-arrow i:hover svg path{
    fill: #df7578;
}
.news-main-slider.slick-slider {
    height: 100%;
    width: 100%;
}

.news-main-slider.slick-slider .slick-list {
    height: 100%;
}

.news-main-slider .slider-slide.slick-slide {
    height: 100%;
}

.news-main-slider.slick-slider .slick-list .slick-track {
    height: 100%;
}

.news-main-slider .slider-slide.slick-slide .slide-image {
    height: 100%;
    width: 100%;
   
}
.news-main-slider .slider-slide.slick-slide .slide-image img{
    border-radius: 0px ;
}
/* mobile end */



/* lets connect section start  */

/* lets-connect */

.lets-connect {
    padding: 50px 0;
    background: #242D5E;
    position: relative;
    /* margin-bottom: 100px; */
}

.lets-connect::after {
    content: '';
    width: 140px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 80px;
    background: #46537D;
}

.lets-connect::before {
    content: '';
    position: absolute;
    width: 63px;
    height: 125px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='63' height='125' viewBox='0 0 63 125'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_372' data-name='Rectangle 372' width='63' height='125' transform='translate(-1 5293.048)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_26' data-name='Mask Group 26' transform='translate(1 -5293.048)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_274' data-name='Group 274' transform='translate(-589.131 -125.109)'%3E%3Cpath id='rectangle05' d='M2294,1493.75v123.164H2170.833V1493.75Z' transform='translate(-1643.284 3925.242)' fill='%2346537d'/%3E%3Ccircle id='circle03' cx='34.503' cy='34.503' r='34.503' transform='translate(554.629 5446.069)' fill='%23242d5e'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.follow-us {
    display: flex;
    gap: 25px;
    position: relative;
    top: 4px;
}

.lets-connect-img-wrap {
    position: relative;
}

.lets-connect-img-wrap::after {
    content: '';
    position: absolute;
    width: 182px;
    height: 182px;
    background: #FFD25C;
    border-radius: 50%;
    left: -113px;
    top: -17px;
}

.lets-connect-img-wrap::before {
    content: '';
    position: absolute;
    border-radius: 4px;
    width: 73px;
    height: 73px;
    background: #E31E25;
    right: -20px;
    bottom: -20px;
}

.follow-us li a {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.follow-us li a:hover {
    background: #E31E25;
}

.follow-us li a:hover svg {
    filter: brightness(0) invert(1);
}

ul.follow-us svg {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.follow-us li.fb svg {
    width:17.339px;
    height:34.678px;
}

.follow-us li.insta a {
    padding: 17px;
}

.follow-us li.linkedin svg {
    width:29.84px;
    height:29.84px;
}

.follow-us li.youtube svg {
    width:37.165px;
    height:26.324px;
}

.lets-connect-row {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 22;
}

.lets-connect-col-1 {
    display: flex;
    align-items: center;
}

body .lets-connect-col-2 h2{
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.lets-connect-col-2 p {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
}
.lets-connect-col-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.lets-connect-col-1 img {
    border-radius: 20px;
    object-fit: contain;
    position: relative;
    z-index: 22;
    max-width: 341px;
    height: 250px;
}

.lets-connect-col-2 .text {
    padding-left: 75px;
    padding-right: 38px;
}

input:focus {
    outline: none;
}


/* lets connect section end */

.doctor_new_section .our-department-col {
    width: calc(100% / 3);
    padding: 0 15px;
}

.doctor_new_section {
    margin: 0 -15px;
    margin-bottom: 30px;
}

.doctor_new_section h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2px;
}

.doctor_new_section h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
}

/* Make Appointment Section Css Start */
.appointment_sec {
    padding: 30px 0px 30px 0px;
    background: linear-gradient(to right, #F08600 0%, #FCC200 90%);
}

.appointment_left p {
    padding: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}

.appointment_sec h2 {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 10px;
    font-weight: 600;
}

.appointment_sec h2,
.appointment_sec p {
    color: #FFFFFF;
    text-align: left;
}

.appointment_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 40px;
    align-items: center;
}

.appointment_box {
    display: flex;
    align-items: center;
}

.appointment_box p {
    padding-bottom: 0px;
    padding-left: 13px;
    line-height: 30px;
}

.appointment_box span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
}

.appointment_right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.appointment_box a {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    color: #FFFFFF;
}

.appointment_box a:hover {
    color: #034884;
}

.appointment_left {
    max-width: 570px;
}

.or_text {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0px 35px;
    position: relative;
}

.or_text::after,
.or_text::before {
    content: "";
    position: absolute;
    top: -59px;
    left: 50%;
    background: #fff;
    width: 1px;
    height: 50px;
    transform: translateX(-50%);
}

.or_text::before {
    top: auto;
    bottom: -59px;
}

.call_icon svg {
    width: 38px;
}

.whatsapp_icon svg {
    width: 46px;
}
p.appointment_conect {
    margin-bottom: 0px;
}
/* Make Appointment Section Css End */

/*  latest news start*/

.mobile-frame-section {
    background-image: url("/images/news-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    padding: 87px 0px;
    margin-bottom: 0;
    z-index: 1;
    background-position: center center;
}
    .mobile-frame-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #000000b3;
    }
    

.latest-news-row {
    display: flex;
    flex-wrap: wrap;
}

.latest-image-part {
    width: 50%;
}
.latest-containet-col {
    width: 53%;
}
.latest-image-slider.slick-slider {
    border: 6px solid #80b5c7;
    border-radius: 10px;
    /* max-height: 500px; */
    height: 500px;
}

.latest-image-slider.slick-slider .slick-list {
    height: 100%;
}

.latest-image-slider.slick-slider .slick-list .slick-track {
    height: 100%;
    width: 100%;
}


.latest-image-slider.slick-slider .slick-list .slick-track .slider-slide1.slick-slide {
    height: 100%;
    /* max-width: 400px; */
}

.latest-image-slider.slick-slider .slick-list .slick-track .slider-slide1.slick-slide img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    display: block;
    /* object-fit: contain; */
}

.latest-image-part {
    /* width: 40%; */
    max-width: 570px;
    /* height: 400px; */
}

.latest-news-row {
    justify-content: space-between;
}
.latest-image-part {
    position: relative;
    height: 100%;
    /* position: sticky;
    top: 120px; */
}

button.slick-prev2.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #403f3d;
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    left: -24px;
}

button.slick-prev2.slick-arrow i svg {
    width: 100%;
    height: 25px;
}

button.slick-prev2.slick-arrow i {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.slick-next2.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #403f3d;
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    right: -22px;
}

button.slick-next2.slick-arrow i {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.slick-next2.slick-arrow i svg {
    width: 100%;
    height: 25px;
    /* right: 27px; */
}
button.slick-prev2.slick-arrow i svg path {
    fill: #ffffff;
}


button.slick-next2.slick-arrow i svg path {
    fill: #ffffff;
}
.latest-content-1 h3 , .latest-content-2 h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: #80b5c7;
    margin-bottom: 15px;
    color: #f2ab40;
}

.latest-content-1 {
    margin-bottom: 20px;
}


.latest-content-1 ol li, .latest-content-2 ol li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
    color: white;
}

.latest-content-1 ol li:last-child, .latest-content-2 ol li:last-child {
    margin-bottom: 0px;
}
.latest-news-section h2 {
    color: #40E0D0;
}
/*latest  news end*/
/* footer start */


footer.footer {
    padding: 60px 0 0px 0;
    background: #ffffff;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.footer-col {
    width: 25%;
    padding: 0 20px;
}

.footer-logo {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.footer-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0px;
}

.footer-useful-links h2, .footer-service h2 ,.footer-contact h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.footer-ul {
    /* background: red; */
    margin: 0;
}

ul.footer-ul li a {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}

ul.footer-ul li {
    margin: 0;
    margin-bottom: 10px;
}

ul.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-service {}

.footer-contact {}

p.footer-address-box {
    color: #000000;
}
p.footer-our-email {
    margin-bottom: 15px;
}

p.footer-our-number {
    margin-bottom: 15px;
}

p.footer-address-box {
    margin-bottom: 0px;
}
ul.follow-us.footer-foolow-us {
    gap: 0;
    column-gap: 10px;
    margin: 0;
}

ul.follow-us.footer-foolow-us li {
    width: auto;
    margin: 0;
}

.footer-down-row {
    background: #2a2927;
    padding: 20px 0;
}
.footer-down-main-row p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
}

.footer-down-main-row {
    display: flex;
    justify-content: space-between;
}

.footer-row {
    margin-bottom: 40px;
}

ul.footer-ul li a:hover {
    text-decoration: none;
    color: #d23a42;
}

p.footer-our-email a:hover {
    color: #d23a42;
    text-decoration: none;
}

p.footer-our-email a:hover {
    text-decoration: none;
    color: #d23a42;
}

p.footer-our-number a:hover {
    text-decoration: none;
    color: #d23a42;
}
p.footer-our-email a {color: #000000;}

p.footer-our-number a {
    color: #000000;
}
.footer-useful-links h2::before, .footer-service h2::before, .footer-contact h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: #d23a42;
}

.footer-useful-links h2, .footer-service h2, .footer-contact h2 {
    position: relative;
}

.logo-col-box img {
    height: 100%;
    width: 100%;
}
/* footer end */
@media(min-width:992px) {
    .header-nav-part ul.head-menu li.sub-menu-main:hover ul.sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .header-nav-part ul.head-menu li.sub-menu-main:hover .dropdown-arrow {
        transform: rotate(-180deg);
    }


}

@media(max-width:1439px) {
    .hero-section{
        height: 500px;
    }
    .specilites-card {
        padding: 30px 15px;
    }

    .specilites-card-col {
        padding: 0 10px;
    }

    .specilites-row {
        margin: 0 -10px;
    }
    .custom-slider .slick-arrow.slick-prev{
        left: -13px;
    }
    .custom-slider .slick-prev.slick-arrow::after, .custom-slider .slick-next.slick-arrow::after{
        width: 13px;
        height: 22px;
    }
    .custom-slider .slick-list {
        margin: 0;
    }
    .custom-slider .slick-arrow.slick-next {
        right: -13px;
    }
    .lets-connect-col-2 .text {
        padding-left: 55px;
    }
    .lets-connect {
        background-position: -277px 0;
    }
    .lets-connect::before {
        left: 0;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
    }
    .appointment_left {
        max-width: 530px;
    }
    .or_text {
        margin: 0px 25px;
    }
    .latest-containet-col {
        width: 50%;
        padding-left: 40px;
    }
}

@media(max-width:1199px) {
    .header-nav-part ul.head-menu>li {
        padding: 41px 15px;
    }

    .header-nav-part ul.head-menu li a {
        font-size: 18px;
    }

    .dropdown-arrow {
        right: -5px;
        top: 48%;
    }

    .df_btn {
        font-size: 18px !important;
        padding: 10.5px 20px;
    }

    .header-nav-part ul li a:hover svg {
        transform: rotate(180deg);
        /* top: 62%; */
    }

    /* .hero-section {
        padding: 80px 0px;
    } */

    .hero-content-box h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .hero-content-box p {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-section {
        margin-bottom: 56px;
    }

    h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .our-treatment-heading {
        margin-bottom: 20px;
    }

    .our-treatment-content {
        padding-left: 30px;
    }

    .our-treatment-content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .our-treatment-content h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .our-treatment-main-row .our-treatment-row:first-child .our-treatment-content {
        padding-bottom: 20px;
    }

    .our-treatment-main-row .our-treatment-row:last-child .our-treatment-content {
        padding-top: 30px;
        padding-right: 30px;
    }

    .specilites-row {
        margin: 0 -10px;
        row-gap: 20px;
        justify-content: center;
    }

    .specilites-card-col {
        padding: 0 10px;
        width: calc(100% / 3);
    }

    .our-treatment-section {
        margin-bottom: 56px;
    }

    .our-speciltes-heading {
        margin-bottom: 24px;
    }
    .our-department-card {
        padding: 20px;
    }
    
    .our-doctor-image img {
        max-width: 140px;
        height: 140px;
    }
    
    .our-doctor-content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    
    .our-doctor-content h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    
    .our-specilites {
        margin-bottom: 56px;
    }
    
    .our-department-heading {
        margin-bottom: 24px;
    }
    
    .our-department-col {
        padding: 0 15px;
    }
    
    .our-department-row {
        margin: 0 -15px;
    }
    .choose-us-image-box {
        width: 48%;
    }
    
    .choose-us-content {
        width: 52%;
        padding-left: 50px;
    }
    
    .choose-us-content h2 {
        margin-bottom: 15px;
    }
    
    .our-department-section {
        margin-bottom: 164px;
    }
    
    .choose-us-content .injuries {
        margin-bottom: 0px;
    }
    .our-choose-us{
        margin-bottom: 52px;
    }
    .title-sec {
        margin-bottom: 24px;
    }
    .gallery-section {
        margin-bottom: 56px;
    }
    
    .latest-news-section h2 {
        margin-bottom: 24px;
    }
    .follow-us li a {
        width: 55px;
        height: 55px;
        padding: 10px;
    }
    body .lets-connect-col-2 h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 6px;
    }
    ul.follow-us svg {
        width: 100% !important;
        height: 100% !important;
        max-width: 30px;
    }
    .follow-us {
        gap: 18px;
    }
    .lets-connect-col-2 p {
        font-size: 22px;
    }
    .lets-connect-col-2 .text {
        padding-left: 45px;
        width: 100%;
    }
    .lets-connect-img-wrap {
        margin-right: 35px;
    }
    .mobile-frame-section {
        padding: 47px 0 60px 0;
    }
    .appointment_sec h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .appointment_left {
        max-width: 390px;
    }
    .or_text {
        margin: 0px 20px;
    }
    .appointment_box p {
        padding-left: 10px;
    }
    .appointment_box span {
        font-size: 18px;
    }
    .appointment_box a {
        font-size: 22px;
        line-height: 32px;
    }
    .latest-content-1 h3, .latest-content-2 h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .doctor_new_section h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 2px;
    }
    
    .doctor_new_section h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    .doctor_new_section {
        margin-bottom: 30px !important;
    }
    section.logo-section {
        margin-bottom: 65px;
    }
    .footer-useful-links h2, .footer-service h2, .footer-contact h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    
    .footer-col {
        width: 50%;
    }
    
    .footer-row {
        row-gap: 30px;
    }
}


@media(max-width:991px) {
    .header-logo-img a {
        height: 60px;
        width: 60px;
    }
    #header {
        padding: 8px 0;
    }
    .hero-section{
        margin-top: 76px;
    }

    .hemburger-box {
        height: 35px;
        width: 35px;
        display: block;
    }

    .header-row {
        justify-content: space-between;
        align-items: center;
    }

    .hemburger-box svg path {
        fill: #10106b;
    }

    .header-nav-part {
        display: block;
        display: block;
        background: black;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        max-width: 400px;
        z-index: 999;
        transition: all 0.6s ease;
        overflow-y: auto;
    }

    .header-nav-part.active-toggle {
        right: 0;
    }

    .header-nav-part ul.head-menu {
        flex-wrap: wrap;
        padding: 20px;
        /* height: 100%; */
    }

    .header-nav-part ul.head-menu>li {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid #e0e0e040;
    }

    .header-nav-part ul.head-menu>li:first-child {
        padding-top: 0px;
    }

    .header-nav-part ul.head-menu>li:last-child {
        padding-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        border-bottom: none;
    }


    .header-nav-part ul li a {
        color: #ffffff;
    }

    li.menu_text {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mobile_menu_bar_inner {
        width: 25px;
        height: 25px;
        padding: 0;
        border: 0;
        cursor: pointer;
        background-color: transparent;
    }

    .mobile_menu_bar_inner svg {
        height: 100%;
        width: 100%;
    }

    .header-nav-part ul.head-menu>li:first-child {
        display: flex;
        justify-content: end;
        align-items: center;
        border-bottom: none;
    }

    .sidebar-overlay {
        overflow: hidden;
    }

    .sidebar-overlay::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.527);
        z-index: 99;
        backdrop-filter: blur(10px);
    }

    .sidebar-overlay #header {
        background: transparent;
        box-shadow: none;
    }

    .sidebar-overlay #header .header-row .haeder-logo-part {
        display: none;
    }

    .sidebar-overlay #header .header-row .hemburger-box {
        display: none;
    }

    span.dropdown-arrow {
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 20px;
    }

    span.dropdown-arrow svg path {
        fill: #fff;
    }

    .header-nav-part ul.head-menu li ul.sub-menu {

        visibility: visible;
        opacity: 1;
        position: unset;
        background: transparent;
        /* border-bottom: 1px solid #e0e0e040; */
    }

    .header-nav-part ul.head-menu li ul.sub-menu li a {
        color: #ffffff;
        font-size: 16px;
    }

    .header-nav-part ul.head-menu li ul.sub-menu li {
        padding: 15px 0px;
        border-bottom: 1px solid #e0e0e040;
    }

    .header-nav-part ul.head-menu li ul.sub-menu {
        padding-bottom: 0px;
    }

    span.dropdown-arrow {
        top: 24px;
        display: none;
    }

    .hero-section {
        position: relative;
    }

    .hero-content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-content-box p {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-section {
        margin-bottom: 47px;
    }

    .our-treatment-image {
        width: 100%;
    }

    .our-treatment-content {
        width: 100%;
        padding: 0;
    }

    .our-treatment-row {
        row-gap: 20px;
    }

    .our-treatment-main-row {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .our-treatment-main-row .our-treatment-row:last-child .our-treatment-content {
        padding: 0;
    }

    .our-treatment-image img {
        max-height: none;
    }

    .specilites-card-col {
        width: calc(100% / 2);
    }

    .our-treatment-section {
        margin-bottom: 31px;
    }

    .our-speciltes-heading {
        margin-bottom: 21px;
    }
    .our-department-col{
        width: 100%;
    }
    .our-specilites {
        margin-bottom: 47px;
    }
    
    .our-department-heading {
        margin-bottom: 20px;
    }
    
    .our-department-row {row-gap: 25px;}
    .choose-us-image-box {
        width: 100%;
    }
    
    .choose-us-content {
        width: 100%;
        margin-top: 80px;
        padding-left: 0px;
    }
    
    .our-department-section {
        margin-bottom: 154px;
    }
    section.gallery-section .gallery-items {
        row-gap: 20px;
    }
    section.gallery-section.gallery-main-wrap {
        column-gap: 20px;
    }

    section.gallery-section .button-wrap.btn a {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    section.gallery-section {
        margin-bottom: 50px;
    }
    .title-sec a {
        display: none;
    }
    .our-choose-us {
        margin-bottom: 42px;
    }
    
    .title-sec {
        margin-bottom: 20px;
    }
    .bottom-btn {
        display: block;
        padding-bottom: 0;
        margin-top: 30px;
    }
    .bottom-btn .btn-link {
        justify-content: center;
    }
    section.gallery-section {margin-bottom: 47px;}

.latest-news-section h2 {
    margin-bottom: 20px;
}
.lets-connect {
    background: #242D5E;
}
.lets-connect-col-2 {
    flex-direction: column;
}
.follow-us {
    top: 0;
} 
.follow-us li a {
    width: 45px;
    height: 45px;
    padding: 12px !important;
}
.lets-connect-col-1 img {
    width: 100%;
    height: 100%;
}
.lets-connect-col-1 {
    width: 80%;
    padding-right: 30px;
}
.lets-connect-col-2 .text {
    padding: 0;
    margin-bottom: 15px;
}
.lets-connect-col-1 img{
    width: 100%;
    height: auto;
    max-width: none;
}
/* .mobile-frame-section {
    margin-bottom: 60px;
} */
.appointment_sec {
    padding: 42px 0px 61px 0px;
}
.appointment_wrap {
    justify-content: center;
}
.appointment_left {
    max-width: 100%;
    text-align: center;
}
.or_text::after, .or_text::before {
    top: -26px;
    left: 50%;
    height: 20px;
}
.or_text::before {
    bottom: -26px;
    top: auto;
}
.appointment_sec h2, .appointment_sec p {
    text-align: center;
}
.mobile-frame-section{
    padding: 47px 0 42px 0;
}
.latest-image-part {
    width: 100%;
    margin: 0 auto;
}

.latest-containet-col {
    width: 100%;
    padding-left: 0px;
}

.latest-news-row {
    row-gap: 30px;
}
.doctor_new_section .our-department-col {
    width: calc(100% / 2);
}

.doctor_new_section {
    row-gap: 30px;
}
section.logo-section {
    margin-bottom: 55px;
}
.title-sec h2 {
    width: 100%;
}
button.slick-prev-arrow.slick-arrow i svg,button.slick-next-arrow.slick-arrow i svg {
    height: 30px;
}

button.slick-prev-arrow.slick-arrow {
    left: 0;
}

button.slick-next-arrow.slick-arrow {
    right: 0;
}
}

@media(max-width:767px) {
    .hero-section {
       height: auto;
    }

    .hero-content-box h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-content-box p {
        font-size: 16px;
        line-height: 26px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-section {
        margin-bottom: 39px;
    }

    .our-treatment-heading {
        margin-bottom: 15px;
    }

    .our-treatment-content h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .our-treatment-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .our-treatment-content h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    ul.circle-bullets li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .injuries {
        margin-bottom: 15px;
    }

    ol.custom-numbers li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .our-treatment-main-row {
        row-gap: 5px;
    }

    .specilites-card-col {
        width: 100%;
    }

    .specilites-card {
        padding: 20px 12px;
    }

    .specilites-logo {
        height: 80px;
        width: 80px;
        border-width: 3px;
        margin-bottom: 10px;
    }

    .specilites-logo img {
        width: 50px;
        height: 50px;
    }

    .specilites-logo:hover {
        border-width: 3px;
    }

    .our-specilites-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-specilites-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .our-speciltes-heading {
        margin-bottom: 17px;
    }

    .our-treatment-section {
        margin-bottom: 21px;
    }
    .our-specilites {
        margin-bottom: 39px;
    }
    
    .our-department-heading {
        margin-bottom: 15px;
    }
    
    .our-doctor-content h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 4px;
    }
    
    .our-doctor-content h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    
    .our-doctor-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .our-doctor-image {margin-bottom: 13px;}
    
    .our-doctor-image img {
        max-width: 120px;
        height: 120px;
    }
    .choose-us-image-box h2 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 236px;
    }
    
    .choose-us-content {
        margin-top: 50px;
    }
    
    .our-department-section {
        margin-bottom: 144px;
    }
      /* gallery-section */
      .gallery-section {
        margin-bottom: 44px;
    }
    .gallery-slide a {
        height: 195px;
    }
    .gallery-slide {
        padding: 0 13px;
    }
    .gallery-slide a {
        height: 195px;
    }
    .gallery-slide a {
        height: 195px;
    }
    .custom-slider.gallery-slider .slick-arrow {
        top: 50%;
    }
    .custom-slider .slick-next.slick-arrow::after, .custom-slider .slick-prev.slick-arrow::after {
        width: 11px;
        height: 19px;
    }
    .our-choose-us {
        margin-bottom: 32px;
    }
    
    .title-sec {
        margin-bottom: 15px;
    }
    section.gallery-section {margin-bottom: 37px;}

.latest-news-section h2 {
    margin-bottom: 15px;
}
body .lets-connect-col-2 h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
}
.follow-us li a {
    width: 40px;
    height: 40px;
    padding: 11px !important;
}
.follow-us {
    gap: 12px;
}
.lets-connect-img-wrap {
    margin-right: 0;
    width: 100%;
}
.lets-connect-img-wrap::after {
    width: 120px;
    height: 120px;
    left: -73px;
    top: -17px;
}
.lets-connect-img-wrap::before {
    width: 65px;
    height: 65px;
    right: -15px;
    bottom: -15px;
}
.lets-connect::after {
    width: 110px;
    height: 50px;
}
.lets-connect-row {
    flex-direction: column;
    row-gap: 30px;
}
.lets-connect-col-1 {
    width: 100%;
    padding-right: 0;
}
.lets-connect-col-2 p {
    font-size: 20px;
    margin-bottom: 4px;
}
/* .mobile-frame-section {
    margin-bottom: 50px;
} */
.appointment_sec h2 {
    font-size: 28px;
    line-height: 38px;
}
.appointment_left p {
    font-size: 18px;
    line-height: 28px;
}
.mobile-frame-section {
    padding: 37px 0 32px 0;
}
.latest-content-1 h3, .latest-content-2 h3{
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 32px;
}
.latest-news-row {
    row-gap: 20px;
}
.latest-image-slider.slick-slider{
    height: 400px;
}
button.slick-prev2.slick-arrow {
    width: 30px;
    height: 30px;
    left: -13px;
}

button.slick-next2.slick-arrow i svg , button.slick-prev2.slick-arrow i svg {
    height: 14px;
}

button.slick-next2.slick-arrow {
    width: 30px;
    height: 30px;
   right: -14px;
}
.mobile-frame-section {
    background-attachment: scroll;
    background-position: 79%;
}
.doctor_new_section .our-department-col {
    width: 100%;
}
.doctor_new_section h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2px;
}

.doctor_new_section h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
}
section.logo-section {
    margin-bottom: 45px;
}
.logo-row {
    column-gap: 4px;
}
footer.footer {
    padding: 50px 0 0 0;
}

.footer-content p {
    font-size: 16px;
    line-height: 26px;
    /* margin-bottom: 8px; */
}

ul.footer-ul li a {
    font-size: 16px;
    line-height: 26px;
    /* margin-bottom: 8px; */
}

.footer-useful-links h2, .footer-service h2, .footer-contact h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

p.footer-our-email a {
    font-size: 16px;
    line-height: 26px;
    /* margin-bottom: 8px; */
}

p.footer-our-number a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

p.footer-address-box {
    font-size: 16px;
    line-height: 26px;
    /* margin-bottom: 8px; */
}

p.footer-our-email {
    margin-bottom: 5px;
}

p.footer-our-number {
    margin-bottom: 5px;
}

.footer-down-row {
    /* flex-wrap: wrap; */
    padding: 15px 0;
}

.footer-down-main-row {flex-wrap: wrap;justify-content: center;}

.footer-col {
    width: 100%;
}

.footer-row {
    row-gap: 20px;
    margin-bottom: 30px;
}

.footer-logo {
    height: 80px;
    width: 80px;
}

.footer-down-main-row p {
    text-align: center;
}
button.slick-prev-arrow.slick-arrow i svg,button.slick-next-arrow.slick-arrow i svg {
    height: 25px;
}
}


@media(max-width:567px) {
    .choose-us-image-box img {
        max-width: 250px;
    }
    
    .choose-us-image-box {
        max-height: 134px;
        border-radius: 60px 60px 0 0;
    }
    
    .choose-us-image-box h2 {
        margin-top: 144px;
        font-size: 24px;
        line-height: 34px;
    }
    
    .choose-us-content h2 {
        margin-bottom: 10px;
    }
    
    .our-department-section {
        margin-bottom: 107px;
    }
    .gallery-slide a {
        height: 230px;
    }
    .lets-connect-col-2 p {
        font-size: 16px;
        line-height: 26px;
    }
   
    .lets-connect-col-1 {
        width: 100%;
        flex-direction: column;
    }
  
    .lets-connect::before {
        width: 25px;
        height: 56px;
    }
    .lets-connect::after {
        width: 85px;
        height: 40px;
    }
    .appointment_sec {
        padding: 42px 0px 41px 0px;
    }
    .appointment_wrap {
        gap: 20px;
    }
    .appointment_right {
        display: block;
    }
    .call_icon svg {
        width: 30px;
    }
    .or_text {
        margin: 10px auto 10px auto;
        font-size: 16px;
        width: 100%;
        height: 36px;
        max-width: 36px;
    }
    .or_text::before {
        top: 50%;
        right: -48px;
        bottom: auto;
        left: 61px;
        right: auto;
    }
    .or_text::after, .or_text::before {
        top: 50%;
        left: -27px;
        width: 40px;
        height: 2px;
    }
    .whatsapp_icon svg {
        width: 36px;
    }
    .or_text::before {
        top: 50%;
        right: -48px;
        bottom: auto;
        left: 61px;
        right: auto;
    }
    .logo-col-box {
        width: 53px;
        height: 53px;
    }

}
@media(max-width:420px){
    .tablet-frame{
        height: 500px;
    }
}