
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00263e;
    padding: 10px 78px 13px 78px;
    position: fixed;
    z-index: 999999;
    width: 100%;
}
.tech-img img {
    width: 100%;
}
.header-logo {
    width: 220px;
    height: auto;
}
i.fa.fa-whatsapp {
    color: #4CAF50; 
    padding-right: 15px;
    position: relative;
    top: 5px;   
}
.piles-sub-section-wrapper {
    padding-top: 33px;
}
.header-middle a {
    color: white;
    font-size: 18px;
}
.wrap-people {
    text-align: center;
}
section#beforeresult h3 {
    color: #ffffff;
}
.header-buttons {
    display: flex;
    gap: 10px; /* Add some spacing between buttons */
} 

.header-buttons a {
    background-color: #37b9b9;
    color: white;
    background-color: #eda260 !important;
    color: #05425f !important;
    padding: 13px 37px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.header-buttons a i {
    padding-right: 14px;
    font-size: 20px;
    /* color: #00263e; */
}

.header-buttons a:hover {
    background-color: #3e8e41;
}

.header-middle {
    display: flex;
    gap: 44px;
    align-items: center;
} 

.header-middle i {
    font-size: 29px;
    /* padding-right: 14px; */
}
i.fa.fa-phone {
    padding-right: 15px;
    position: relative;
    top: 5px;
} 
section#fixedmobile-button {  
    display:none;
}
.sliderdesktop{ 
    display:block;
} 
.slidermobile{ 
    display:none;
}
.btn-orange {
    background-color: #eda260 !important;
    color: #000000;
}
div#srno {
    color: #05425f;
}
a#ble {
    background: #05425f;
    font-size: 20px;
}
.bokk a.bookappointment { 
    font-size: 20px;}
    
   section#herosection1 .wrap-people h2 {
    color: #05425f;
    font-weight: 600;  
    text-transform: uppercase;
    padding-bottom: 8px;
}
.get-now-btn {
    background-color: #eda260!important;
    color: #05425f!important;}   
  a.btn.btn-orange.rounded-pill.btn-block.btn-big.remove-call-now-btn.text-bold.mobile-view {
        display: block;
        color: white;
        font-size: 20px;
    } 
    a.btn.btn-green.rounded-pill.btn-block.btn-big.remove-call-now-btn.text-bold.mobile-view {
        color: white;
        font-size: 20px;
}
a#ble {
    background: #05425f;
    background-color: #eda260 !important;
    color: #00263e!important;
}
@media screen and (max-width: 971px) {  
     .wrap-sec1 {
    text-align: center;
    padding-bottom: 26px;
    padding-top: 27px;
}
    .mobile-view {
        display: block;
        color: white;
        font-size: 20px;
    }    
.tab {
    width: 27%;
}
.wrap-people { 
    text-align: center;
}
section#real-people {
    padding: 9px !important;
    background: #f7f7f7;
} 
    .technew > h2 {   
        font-size: 30px !important;
        font-weight: 700;
        color:#05425f;
        padding: 1rem 1em 0.1em;
    }
    section#beforeresult h3 { 
    padding: 0px; 
    font-size: 30px;
    margin-bottom: 41px;
}
section#contactus {
    padding: 14px 0px 23px 0px !important;
    position:relative;
}
section#ourservices {
    padding: 0px !important;
}
.wrap-sec img {
    width: 100%;
    border: 6px solid #00263e;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: inline-grid !important;}
.wrap-sec {
    width: 25%;
}
    .header {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    background-color: #00263e;
    padding: 9px 4px 13px 4px;
    position: fixed;
    z-index: 999999;
    width: 100%;
} 
.sliderdesktop{
    display:none;
}
.header-middle {
    gap: 16px;
    padding-left: 42px;
}
.slidermobile {
    display: block;
}
span.mobilenum {
    display: none;
}
.footabout {
    background: #00263e;
    padding: 34px;
}
.header-buttons { 
    display: none;
    gap: 10px;
}
section#fixedmobile-button {
    position: fixed;  
    bottom: 0;
    display:block; 
    z-index: 999999; 
    width: 100%;}
    a.sep-one {
        color: white;
        font-size: 17px;
    }
a.sep-two i {
    padding-right: 12px;
}
.but1{
        background: #00263e;
    padding: 17px; 
    text-align: center;
}
    .but2 {
        background:#eda260;
        padding: 17px 0px 17px 0px;
        text-align: center;
    }
     a.sep-two {
        color: #00263e;  
        font-size: 15px;
    } 
        a.sep-one {
        color: white;
        font-size: 15px;
    }
}
section#patient-testimonials .swiper-button-prev {
    color: white;
}
.video-container {
  position: relative;
  width: 300px;
  height: 530px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

/* Overlay Effect */
.video-container::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 8%); /* Light overlay */
  z-index: 1;
}

/* Video Thumbnail */
.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #37b9b9;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #37b9b9; /* Border around play icon */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  z-index: 2;
}

/* FontAwesome icon inside the play button */
.play-button i {
  font-size: 32px;
}
    iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 12px;
    }
    section#patient-testimonials {
    background: #00263e;
    padding-bottom: 40px;
        padding-top: 22px;
}
 section#patient-testimonials h3.youtube-heading {
    color: white;
    padding-bottom: 40px;
} 
 section#patient-testimonials .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 102* 45);  
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #edf5fd;  
}
i.fa.fa-check-circle {
    color: #37b9b9;
    font-size: 24px;
}
.bokk {
    text-align: center;
    margin-top: 51px;
}
.bokk a.bookappointment {
    background-color: #eda260;
    color: #00263e;
    padding: 15px 44px;
    text-align: center;
    margin: auto;
    font-weight: 500;
    border-radius: 10px;
}
#aboutthedoctor ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    text-align: center;
}
.wrap-doctor-img img {
    width: 100%;
}
.wrap-doctor-conteleft h3 {
    color: #00263e;
    font-size: 33px;
    font-weight: 700;
} 
.wrap-doctor-conteleft h4 {
    color: black; 
    line-height: 32px;
}
.wrap-doctor-conteleft p {
    font-size: 15px;
    line-height: 26px;
}
#aboutthedoctor ul li {
    background: #00263e;
    padding: 13px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: white;
    text-align: left;
    align-items: center;
}
    .get-now-btn {
        font-size: 18px;
        margin-top: 31px;
    }
    section#contactus {
    padding: 59px;
}
.wrap-map { 
    height: 469px;
}
h3.form-title {
    color: #05425f; 
}
.wrap-title {
    text-align: center;
    padding-bottom: 38px;
}
section#aboutthedoctor {
    background: white;
    padding-top: 30px;
}
.wrap-sec1 img {
    width: 64%;
}
.wrap-sec1 {
    text-align: center;
    padding-bottom: 26px;
}
.wrap-title p {
    font-size: 20px;
}
.wrp-irfame-video iframe {
    height: 226px;
}
.wrap-people h2 {
    color: #05425f;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}
section#real-people {
    padding: 48px;
}
.wrap-sec1 h3 {
    color: #05425f;
    text-align: center;
    font-weight: 600;
}
.wrap-title h2 {
    color: #05425f;
    font-weight: 600;
    text-transform: uppercase;
}
section#aboutthedoctor {
    background: white;
}
section#herosection1 {
    position: relative;
    padding-top: 102px;
}
/* Adjusting the second row */
#aboutthedoctor ul li:nth-child(5), 
ul li:nth-child(6) {
    grid-column: span 2; /* Each takes 2 columns */
}

#faq .accordion {  
    background-color: #ffffff;
    color: #040404;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;  
    text-align: left;
    outline: none;
    border-bottom: 1px solid #05425f;
    font-size: 20px;
    transition: 0.4s;
}
h2.faqstitle {   
    color: #05425f;
    font-weight: 700;
}

#faq .active, .accordion:hover {
  background-color: #ccc;
}
 
#faq .accordion:after {
    content: '\002B';
    color: #05425f;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#faq .active:after {
  content: "\2212";
}

#faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
section#beforeresult {
    padding: 3px 37px 80px 37px;
    background: #05425f;
}
section#beforeresult h3 {
    font-size: 34px;
}
.form-container {
    width: 100%;
    padding: 0px;
}
section#strip-contas {
    background: #00263e; 
    text-align: center;
    padding: 22px;
    color: white;
    font-size: 28px;
    font-weight: 600;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background: #f1f1f1;
    float: left;
    border: none; 
    outline: none;
    cursor: pointer;
    color: #0E2E4F;
    padding: 27px 16px;
    transition: 0.3s;
    font-size: 19px;
}
.wrap-sec a {
    background-color: #eda260;
    color: #0E2E4F;
    padding: 14px 37px;
    font-size: 20px;
    border-radius: 6px;
}
.contact-doctor {
    background-color: #eda260 !important;
    color: #0E2E4F !important;
}
.btn-green {
    background-color: #eda260 !important;
    color: #0E2E4F !important;
}
.wrap-sec h3 {
    color: #0E2E4F;
    font-size: 29px;
    font-weight: 500;
}
.wrap-sec p {
    color: #292828;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 35px; 
}
.hero-container h3 {
    color: #05425f;
    text-align: center;
    font-weight: 600;
}
/* Change background color of buttons on hover */ 
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #0E2E4F;
    color: white;
    padding: 28px;
}
.wrap-sec img {
    width: 100%;  
    border: 6px solid #00263e;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 39px 27px;
    border: 1px solid #ccc;
    border-top: none;
}
section#ourservices .container {
    width: 1300px;
}
.wrap-service h2 {
    color: #05425f;
    font-weight: 600;
    text-transform: uppercase;
}
section#ourservices { 
    padding: 38px;
}
.wrap-service {
    padding-bottom: 32px;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

section#beforeresult .carousel-control.right {
    background-image: none !important;
} 
section#footabout {
    background: #00263e;
    padding: 29px;
}
section#beforeresult .carousel-control.left {
    background-image: none!important; 
}
.wrap-people {
    text-align: center;
}
#choosetechn{
    padding-top: 30px;
}
section#contactus .form-container .form-card {
    position: relative;
}
.wrap-video-d iframe{ 
    height:270px;
}