* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Poppins';
    /* font-size: 22px; */
}



/* ========== main section code css start  ===============*/
/* .banner_section {
    background-image: url(img/banner-image-spine-desk1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
   height: 100%;
} */
/* .banner_section1 {
    background-image: url(img/banner-spine-slide-deskview.webp);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
   height: 100%;
} */
.banner_section {
    
    width: 100%;
   height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
    
}


    /* Style for the dot buttons */
    .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
    }

    .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }

    .dot:hover {
        background-color: white;
    }

    /* Differentiate previous and next dot styles */
    .prev-dot {
        background-color: rgba(255, 255, 255, 0.7);
        border: 2px solid rgb(31, 96, 165);
    }

    .next-dot {
        background-color: rgba(255, 255, 255, 0.7);
        border: 2px solid rgb(31, 96, 165);
    }

/* @keyframes bannerAnimation {
    0% {
        background-image: url('img/bannert-spine-testtttt.webp');
        
    }
    25% {
        background-image: url('img/bannert-spine-testtttt.webp');
       
    }
    
    50% {
        background-image: url('img/banner-spine-slide-deskview.webp');
        
    }
    
    75% {
        background-image: url('img/banner-spine-slide-deskview.webp');
        
    }
    100% {
        background-image: url('img/bannert-spine-testtttt.webp');

    }
} */


.advanced_surgery {
    color: #074F98;
    font-weight: bold;
    line-height: 50px;
}

.location {
    color: #00B3AA;
    font-weight: bold;
}

.text_content {
    color: #666666;
    line-height: 30px;
    font-size: 22px;
}
.chart_sec{
  display: flex;
  align-items: center;
  border: 1px solid silver;
  border-radius: 50px;
  border-left: 0px;

}
.sub_img img{
    width: 40px;
    height: 40px;
}
.sub_img {

    background: #00B3AA;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.number_data{
    font-size: 25px;
    color: #074F98;
    font-weight: 600;

}
.text_data{
    color: #074F98;
    font-size: 15px;
}
.number_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rodd-bot{
    display: flex;
    justify-content: end;
}
.call_now_btn{
   color: #074F98;
   font-weight: 600;
   border: 1px solid silver;
   background-color: transparent;
   padding: 5px 10px 5px 10px;
}
.main_headings{
    color: #074F98;
    font-weight: 600;
    text-align: center;
}
.sub_contents{
    color: #666666;
    font-size: 17px;
    /* animation-duration: 3s;
  animation-name: slidein; */
}

/* @keyframes slidein {
    from {
      translate: 150vw 0;
      scale: 200% 1;
    }
  
    to {
      translate: 0 0;
      scale: 100% 1;
    }
  } */
.all_row_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_row_section1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.all_row_section1123 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons_section_three {
    background: #1f7699;
    color: white;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reddtt{
    border-radius: 50% !important;
    height: 100px !important;
    width: 100px !important;

}
.boxxdr{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title_for_advance {
    /* color: #1f7699; */
    color: #222222;
}
.text_formating {
    /* text-align: justify; */
    color: #666666;
}
.img-boxs11{
    width: 100%;
}
.accordion-button{
    background: #074F98 !important;
    color: #fff !important;
    
}
.gett-btnned{
    text-align: center !important;
    display: block !important;

}
.part_four{
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    background-repeat: no-repeat;
    background-size: cover;

}
.heading_two{
    color: #fff;

}
.dr-head{
    font-size: 15px;
}
.dr-headmain{
    font-size: 18px;

}
.dr-head1{
    font-size: 12px;
}
.deffere{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.chart_sec_two{
    display: flex;
    align-items: center;
    border: 1px solid silver;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
  
  }
  .chart_sec_two1{
    display: flex;
    align-items: center;
    border: 1px solid silver;
    /* border-radius: 10px; */
    padding: 10px;
    background-color: #fff;
    justify-content: center;
  
  }
  .stars {
    color: orange;
}
  .number_data_two{
    font-size: 25px;
    color:#074F98;
    font-weight: 600;

}
.number_data_two1{
    font-size: 18px;
    color:#074F98;
    font-weight: 600;

}
.text_data_two{
    color: #074F98;
    font-size: 15px;
}
.text_data_two1{
    color: white;
    font-size: 15px;
    font-weight: 700 !important;
}
section.parta {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    background-size: cover;
    background-repeat: no-repeat;
}
.activated {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: white ;
    border: 1px solid blueviolet;
    border-radius: 10px;
    font-weight: 600;
    padding: 11px;
}
.cont-but {
    border: 1px solid blueviolet;
    border-radius: 10px;
    padding: 11px;
    background: white;
    color: black;
    font-weight: 600;
}
.headsup {
    color: white;
    font-weight: 600;
}
.matter-pag {
    color: white;
    font-weight: 500;
    line-height: 25px;
}
a{
    text-decoration: none !important;
}
/* ========== main section code css end  ===============*/

/* ========== media quires start here =================== */
@media  (max-width:500px){
    .cedd-medd{
        display: flex;
        flex-direction: column;

    }
    .geddfer{
        width: 100%;
    }

    
    .dots-container {
        position: absolute;
        bottom: -12px !important;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
    }


}
@media only screen and (min-width: 0px) and (max-width: 400px)  {
    .banner_section {
    
        width: 100%;
       height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 535px !important;
        position: relative;
        
    }
    
   

    }
    @media only screen and (min-width: 401px) and (max-width: 500px)  {
        .banner_section {
        
            width: 100%;
           height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            height: 580px !important;
            position: relative;
            
        }
        
       
        }

/* @media  (max-width:500px){
    .banner_section {
    
        width: 100%;
       height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 430px !important;
        position: relative;
        
    }
} */
   @media  (max-width:768px) {
        .img-boxs{
           width: 100%;
       }
       .img-boxs11{
        width: 100%;
    }
       .logo_section {
        width: 100% !important;
    }
       .desk_view{
        display: none;
       }
       .mob_view{
        display:block !important;
       }
       .befored-image{
        width: 100%;
       }
       .form_card{
        opacity: 0.95 !important;
       }
       .banner_form {
        margin: 4px 20px !important;
        
    }
   }

   .mob_view{
    display: none;
   }
/* ========== media quires end here =================== */

/* testimomials */
iframe{
    border-radius: 15px !important;
}
.desp-dis{
    display: flex;
    justify-content: center;
}
/* faq */
.acoording-btn{
    background: white !important;
    color: #074F98 !important;
    font-weight: 700 !important;
}
.accordy-bocy{
    background: rgb(241, 248, 255) !important;
    color: #074F98 !important;
}
/* .headd-bodd{
    border-radius: 12px !important;
    margin-top: 10px !important;
} */



.headersfed{
    color: #074F98;
    text-align: center;
    font-weight: 700;
}
.parag-hea{
    color: #727272;
    text-align: center;
    font-size: 20px;
    font-weight: 700;

}

.facilites-sec{
    background: #F1F8FF;;
}
.facilites-sec-blog{
    background: #F4F4F4;
}
.facilities-box{
    opacity: 1;
      transform: translateY(0px);
      transition: opacity 1s ease, transform 1s ease;
}

.show {
    opacity: 1;
    transform: translateY(0);
  }

  /* Delay animation for each card */
  .facilities-box:nth-child(1) {
    transition-delay: 0s;
  }
  .facilities-box:nth-child(2) {
    transition-delay: 0.25s;
  }
  .facilities-box:nth-child(3) {
    transition-delay: 0.5s;
  }
  .facilities-box:nth-child(4) {
    transition-delay: 0.75s;
  }
  .facilities-box:nth-child(5) {
    transition-delay: 1s;
  }
.facilities-box h6{
    color: #17181A;
    font-size: 17px;
    font-weight:bold;
}
.facilities-box p{
    color: #5F5F64;
    font-size: 15px;
}
.facilities-mainbox{
    display: flex;
    justify-content: center
    
    ;
}

#more1, #more2, #more3, #more4, #more5, #more6, #more7, #more8, #more9,#more39 {display: none;}

.card-details{
    background: white;
    border-radius: 13px;
}

.blogs-head{
    font-size: 17px;
    color: #074F98;
    font-weight: 700;
}
.readbutton{
    border: none;
    background: none;
    color: #00B3AA;
    font-weight: 700;
    text-align: start;
}

.downloadbutton{
    border: none;
    background: none;
    color: #074F98;;
    font-weight: 700;
    text-align: end;

}
.downloadbutton:hover{
    text-decoration: underline;
}


.img-fessed{
    width: 100%;
}
.parag-read{
    color: #7B7C7E;
    font-size: 15px;
}
.mar-zer{
    margin-bottom: 0px !important;
}

.headersfed1{
    color: #00B3AA;
    text-align: center;
    font-weight: 900;

}
.parag-manipal{
    color: #161C2D;
    font-size: 15px;
    margin-top: 13px;
}

.parag-manipal1{
    color: #161C2D;
    font-size: 17px;
    font-weight: 600;
}

.fixithegt{
    max-height: 300px;
    overflow-y: auto;
}
.comt-head{
    color: #161C2D;
    font-size: 16px;
    font-weight:bold;
    display: flex;
    align-items: center;
}
.disp-fed{
    display: flex;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
}
.img-mainapl-box{
    background:rgb(220, 233, 245);
    border-radius: 20px;
   
}

.fa-square-caret-right,.fa-square-caret-left{
    color: #02B9AD;
    font-size: 30px;
    font-weight: bold;
}

/* scroll bar  */
::-webkit-scrollbar{
    width: 3px;
    height: 6px;
    background-color: #ddd;
    }
    ::-webkit-scrollbar-thumb{
       background-color: #034ea1 !important;
    }
/* form */


.form_card {
    border: 2px solid rgb(7, 79, 155); 
    padding:20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    transition: opacity 0.3s ease;  
    /* background-color: #f9f9f9; */
    /* background-color: rgb(0, 179, 170); */
    background-color: rgb(7, 79, 155);
}


.form_card:hover {
    opacity: 1;
}


.input_forms {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid rgb(0, 179, 170);  
    background-color: #eafaf7;  
    /* background: fixed; */
    color: #333;
    
    transition: all 0.3s ease;
}


.input_forms:focus {
    border-color: rgb(0, 128, 121);  
    box-shadow: 0 0 5px rgba(0, 179, 170, 0.5);  
    outline: none;
}

.labels {
    font-weight: 500;
    /* color: #00756b; */
    font-size: 14px;
    color: white;
}


.submit {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: rgb(0, 179, 170);  
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit:hover {
    background-color: rgb(0, 128, 121); 
    transform: scale(1.05);
}


.checkboxContainer input[type="checkbox"] {
    margin-right: 10px;
}

.labelsed {
    font-size: 13px;
    color: #333;
}


.input_forms:hover {
    box-shadow: 0px 4px 6px rgba(0, 179, 170, 0.3);
}
.card-details {
    opacity: 0; /* Initially hidden */
    transform: translateY(50px); /* Position out of view */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.card-details.show {
    opacity: 1;
    transform: translateY(0); /* Move into view */
}


.card-details:nth-child(1) {
    transition-delay: 0.2s;
}

.card-details:nth-child(2) {
    transition-delay: 0.8s;
}

.card-details:nth-child(3) {
    transition-delay: 1.6s;
}

.downloadbutton {
    margin-top: 10px;
}

.otp_filed_btn button {
    border: none;
    border-radius: 0px;
    background-color: #1f7699;
    color: #fff;
    padding: 11px 5px 11px 5px;
    /* padding-top:11px ;
    padding-bottom:11px ; */
    cursor: pointer;
    font-size: 12px;
}

.des-fed{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn22{
    background: #074F98;
    font-size: 20px;
}

.btn223{
    background: #074F98;
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 10px;
    text-align: center;
    
}
.btn33{
    background: #00B3AA;
    font-size: 20px;
    border: none;
}
.otp_filed_btn {
    display: flex;
}
.listed-deo{
    color: #5F5F64;
    font-size: 15px;

}
ul {
    padding-left: 1rem !important;
}

/* .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
  } */
/* animation buttons */
.btn22, .btn33 {
    opacity: 1;
    position: relative;
    
}

.animate1 .btn22 {
    animation: slideInLeft 1s forwards;
}

.animate1 .btn33 {
    animation: slideInRight 1s forwards;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        right: -100px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}


.mob-view{
    display: none;

}

@media  (max-width:768px) {

    .desk-view{
        display: none;
    }

    .mob-view{
        display:block;
    
    }
}
.dot.active, .prev-dot.active {
    background-color: #00B3AA !important; /* Active background color */
}

.navbar {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color: white;
    z-index: 1;
}

.navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.btn2_nav {
    background-color: #11B4A5;
    width: 17%;
    /* height: 51px; */
    flex-shrink: 0;
    border-radius: 5px;
    color: white;
    border: 0px;
    font-weight: 600;
    padding: 8px;
}

.btn2_nav:hover {
    background: white;
    color: #0966a4;
}

.mob_view_bottom {
    display: none !important;
}

@media (max-width:700px) {
    .desk_view_bottom {
        display: none !important;
    }

    .mob_view_bottom {
        display: block !important;
    }

    .btn2_nav {
        width: 60% !important;
    }

    .btn2_nav {
        font-size: 11px;
    }

    .btn2_nav:hover {
        background: white;
        color: #0966a4;
    }
}

.appointment_form {
    padding: 5px;
    background-color: rgb(7, 79, 155);
    float: right;
    margin-top: 26px;
    /* margin-right: -550px; */
    border-radius: 8px;
    box-shadow: 0px 20px 60px #3e3e3e29;
}

.banner_form {
    margin: 4px 61px;
    padding: 10px;
    padding-top: 0px !important;
}
.modal-content{
    background: fixed !important;
    border: none;
}
.btnedd11{
    color: white !important;
    border: none;
    background: none;
}

.sidebar_menu {
    position: fixed;
   
    right: 10px;
    z-index: 9999;
    bottom:80px
}

.whatsapp_btn {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color:white;
    font-size: 28px;
    padding: 8px;
    border-radius: 4px;
  
}

.consultation-block {
    position: fixed;
    bottom: 165px;
    right: 10px;
    /* background-color: white; */
    color: black;
    text-align: center;
    padding-top: 40px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
    font-family: Arial, sans-serif;
    width: fit-content;
    /* border-radius: 10px; */
    transition: right 0.75s ease;
  }

  /* When the block is visible */
  .visible {
    right: -100%;
  }

  .consultation-text {
    font-size: 14px;
    color: #074F98;
    font-weight: 600;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }

  .close-btn {
    position: absolute;
    top: 2px;
    right: 8px;
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: black;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #074F98;
    background: white;
  }

  .close-btn:hover {
    color: red;
  }
  #fileInput{
    color:white;
    margin-top: 10px;


}
.disabled-btn {
    pointer-events: none; /* Prevents clicks */
    opacity: 0.5; /* Makes it look disabled */
    cursor: not-allowed; /* Changes cursor */
}




