
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  top: 0px !important;
  /* background: linear-gradient(180deg, #E2F6FC 14.25%, rgba(255, 255, 255, 0.00) 100%); */
}

.part_one{
  background: linear-gradient(180deg, #E2F6FC 14.25%, rgba(255, 255, 255, 0.00) 100%) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_container {
  background: linear-gradient(180deg, #E2F6FC 14.25%, rgba(255, 255, 255, 0.00) 100%) !important;

}

.more {
  color: #22A184;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.5%;
  /* 47.31px */
}

.two2k {
  color: #0BB7D3;

  font-size: 89px;
  font-style: normal;
  font-weight: bold;
  line-height: 124.5%;
}

.happy {
  color: #333;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* form data code */


.title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #04b6ae;
}

.title::before {
  width: 18px;
  height: 18px;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  left: 0px;
  background-color: #02778a;
}

.message,
.signin {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
}

.signin {
  text-align: center;
}

.signin a:hover {
  text-decoration: underline #04b6ae;
}

.signin a {
  color: #04b6ae;
  ;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  width: 100%;
  padding: 9px 05px 05px 10px;
  outline: 0;
  color: pink;
}

.form label .input+span {
  color: #737373;
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
  top: 12.5px;
  font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
  color: #04b6ae;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
}

.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
  background-color: #04b6ae;
}

.submit:hover {
  background-color: #04b6ae;
  ;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* end of the form */
.obg_img {
  width: -webkit-fill-available;
}

.why_data {
  color: #0C4DA2;
  font-size: 32px;
  /* font-size: clamp(36px,20px,40px); */
  font-weight: 700;
  /* line-height: 140%; */
  /* letter-spacing: -1px; */

}

.type {
  color: #0BB7D3;
  text-align: center;

  /* Display md/Bold */
  /* font-family: Lato; */
  /* font-size: 36px; */

  font-weight: bold;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.combin_data {
  color: #333;
  text-align: center;
  line-height: 160%;
}

.card_data_two {
  /* box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05); */
  box-shadow: 3px 5px 4px 3px rgba(0, 0, 0, 0.25);
  border: 0px;
  /* background: #b0e5d9; */
}

.SurgeriesN {

  /* background: #22a184; */
  padding: 3px;
}

.cards_data3 {
  font-size: 12px;
  text-align: center;
}

.butn_data5 {
  border-radius: 4px;
  background: #22A184;
  border: 0px;
  padding: 10px;
  font-size: 21px;
  color: white;
  font-weight: 600;
}

.look_data {
  background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
}

.card_dataLook {
  border-radius: 18px;
  border: 0.2px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  border: 0px;
}

.consult_btn {
  border-radius: 10px;
  background: #02B9AD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  padding: 13px;
  width: 100%;
  font-size: 20px;
  color: white;
}

.online_btn {
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  color: #22A184;
}

.round {
  border-radius: 61px;
  background: #22A184;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  padding: 20px;
}

.corner_con {
  display: grid;
  justify-content: center;
  text-align: center;
}

.all_data_center {
  display: flex;
  justify-content: center;
}

.collapsed {
  /* border-radius: 9px; */
  background: #F6F6F6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #0A8FA5;
}

.demo_data {
  font-size: 19px;
  font-family: sans-serif;
}

/* weight form data */
.all_input {
  background: rgba(255, 255, 255, 0.20);
  width: fit-content;
  padding: 40px;
  border-radius: 7px;

}

.inpu_data {
  padding: 15px 0px 15px 10px;
  border: 0px;
  border-radius: 8px;
  outline: 0px;
  color: #898989;
}

.inp_data2 {
  width: 49%;
  padding: 15px;
  border-radius: 8px;
  border: 0px;
  color: #898989;
  outline: 0px;
}



/* end  */


.opd_data {
  font-size: 18px;
  font-family: sans-serif;
}

/* animation code here */
.round {

  animation: fadeInFromTop 1s linear forwards, floatingUpDown 6s ease infinite;
}

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-1px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatingUpDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(5%);
  }

  50% {
    transform: translateY(2%);
  }

  75% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0);
  }
}

/* end of anime */

@keyframes beat {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.animated-beat {
  animation: beat 1s infinite;
  font-size: 27px;
}


.content {
  flex-grow: 1;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 220px;
  /* Adjust the margin to accommodate the width of the fixed sidebar */
}

.Book_op {
  font-size: 13px;
}



@media (max-width: 1020px) {
  /* .desk_view {
    display: none;
  } */

  .mob_view {
    display: block;
  }

  .tab_view {
    display: none;
  }

  .fixed_side_mob {
    background: #02778a;
    /* padding: 8spx; */
    color: white;
    position: fixed;
    bottom: 0px;
    width: -webkit-fill-available;
    max-height: 20vh;
  }

  .appoinment_two {
    font-size: 25px;
  }


}

@media (min-width: 1020px) and (max-width: 1560px) {
  /* .desk_view {
    display: none;
  } */

  .tab_view {
    display: block;
  }

  .fixed_side_tab {
    background: #02778a;
    /* padding: 8spx; */
    color: white;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 8px;
    border-radius: 8px;
    z-index: 999;
    /* max-height: 20vh; */
  }

  .appoinment_two {
    font-size: 40px;
  }

  /* .carousel-control-prev-icon {
    margin-left:0px !important ; 
   } */
}

.laparoscopic_imgs {
  background: #22a184;
  border-radius: 10px;
}

.contant {
  font-size: 17px;
  font-family: sans-serif;
}

.part5 {
  background: #0BB7D3;
}

.why_img_data {
  width: 80px;
}

/* caurual code here */
.carousel-control-prev-icon {
  background-color: #0a8fa5;
  border-radius: 15px;
}

.carousel-control-next-icon {
  background-color: #0a8fa5;
  border-radius: 15px;
}

.wait_loss {
  margin-left: 100px !important;
}

/* end of caurosal */
.all_fonts {
  font-size: 18px;
  font-family: sans-serif;
}

.accordion-button {
  font-size: 18px;
  font-family: sans-serif;
}

.accordion-body {
  font-size: 18px;
  font-family: sans-serif;
}

@media (max-width:1550px) {
  .all_fonts {
    font-size: 15px !important;
  }

  .why_data {
    font-size: 30px;
  }

  th,
  td {
    padding: 25px;
    text-align: left;
    font-size: 16px !important;
    font-weight: 600;
  }

  .footercontent {
    font-size: 17px !important;
  }

}

/* new form code start here */
.form_card {
  padding: 20px;
  border-radius: 10px;
  background: var(--light-background-color, #FFF);
  /* box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.25); */
}

.input_forms {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  padding: 13px;
  outline: 0px;
}

.labels {
  color:#02778a;
  font-weight: 600;
  font-size: 16px;
}

.appointment {
  color: #02778a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.experience_data {
  padding: 7px;
  color: white;
  border: 0px;
  border-radius: 10px;
  background: #04b6ae;
  box-shadow: 3px 5px 4px 3px rgba(0, 0, 0, 0.25);
}

.exp {
  font-size: 26px;
}

.years {
  font-size: 15px;
}

.contact_us {
  padding: 10px; 
  padding: 7px 13px 7px 13px;
  border: 0px;
  /* border-radius: 8px; */
  color: white;
  border-radius: 4px;
  background: #b0e5d9;
  color: #02778a;
  border: 1px solid #02778a;
  font-weight: 600;
}
.our_hospitals_img{
  width: -webkit-fill-available;
  transition: transform 0.3s ease-in-out;
}
.animate_img_doc{
  transition: transform 0.3s ease-in-out;
}
.animate_img_doc:hover{
  transform: translateY(-50px);
}
.carousel-indicators{
  display: none;
}
.why_choose_font{
  font-size: 18px;
}
.patient_expe{
  border-radius: 100%;
}
.patient_expe:hover{
  width: 75%;
}
.specialst_img{
  width: -webkit-fill-available;
}
.manipla_hos{
  font-size: 16px;
}
.locations{
  color: #02778a;
  font-size: 16px;
}
.mob_view_doctors{
  display: none;
}

@media (max-width:530px) {
  .desk_view_doctors{
    display: none;
  }
  .mob_view_doctors{
    display: block;
  }
  .our_hospitals_img{
    width: fit-content;
  }
  .need_doctor{
    font-size: 19px;
  }

}
@media (max-width:800px) {
  .specialst_img{
    width: -webkit-fill-available;
  }
  .part_one_mob{
    margin-top: 20px;
  }
  .SurgeriesN{
     background: white;
     display: flex;
     justify-content: center;
     align-items: center;
  } 
  .Patient_Experiences{
    display: grid;
    justify-content: center;
  }
  .card_data_two{
    height: 165px;
  }
  .part8{
    margin-top: 20px;
  }
  .dropdown-toggle{
    width: -webkit-fill-available !important;
  } 

  
}
/* end of the code here */


.form .btn:hover {
  box-shadow: 6px 6px 0px #969696,
             -3px -3px 10px #ffffff;
  transform: translateX(-0.5em) translateY(-0.5em);
}

.form .btn:active {
  transition: .2s;
  transform: translateX(0em) translateY(0em);
  box-shadow: none;
}
.extraa {
  background-image: linear-gradient(to right, #224f8f, #19aba7);
}
ul.locality {
  list-style-type: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
}
p.para {
  color: #FFFFFF;
  margin-left: 0px;
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
}
i.fa.fa-check-circle.check_pill {
  color: #1aa2a5;
}
.pill_p {
  /* font-family: 'Roboto'; */
  font-size: 15px;
  /* color: #4c4c4c; */
}
.part9{
  background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
 padding-bottom: 20px;
}
.card1 {
  /* background: #02778a; */
  box-shadow: 2px 3px 4px 1px silver;
  border-radius: 5px;
  margin-top: 30px;
  /* padding: 30px 20px 30px 20px; */
  padding: 5px;
  width: 100%;
  
}
.dr_head {
  color: #0C4DA2;
  font-weight: bold;
}
.dr_desk{
  color:#0C4DA2;
  font-weight: 500;
  font-size: 16px;
}
.book_now{
  background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
  color:white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.dr_image {
  display: flex;
  margin: auto;

}

.medddes{
  display: flex;
  justify-content: center;
}
.carousel-control-next{
  display: flex !important;
  justify-content: flex-end !important;
}
.carousel-control-prev{
  display: flex !important;
  justify-content: flex-start !important;
}
/* new css code */
.all_cards_datasec{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.test-head11 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 31px;
  text-align: center;
  color: white;
  margin-top: 25px;
}
.accordion-item{
  margin-bottom: 20px !important;
}
.test-head{
  text-align: center;
  color: white;
}
.video-container {
  position: relative;
  width: 100%;
  height: 220px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);  /* Semi-transparent background */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-button:before {
  content: '\f04b';  /* FontAwesome play icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  color: white;
}

/* Optional: Add hover effect to the play button */
.play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content{
margin-top: 130px !important;

}

.cont-arrows {
  position: relative;
  /* margin-top: 90px; */
}



.cont-arrows .owl-theme .custom-nav .owl-prev,
.cont-arrows .owl-theme .custom-nav .owl-next {
  position: absolute;
  /* margin-top: 50%; */
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}



.cont-arrows .owl-theme .custom-nav .owl-prev i,
.cont-arrows .owl-theme .custom-nav .owl-next i {
  font-size: 20px !important;
  color: #cecece;
}


.owl-dots {
  display: none;
}


.cont-arrows .owl-theme .custom-nav .owl-prev {
  left: 70px;
  background: #3c91e6;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 24px !important;
  margin-top: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
 
}

.cont-arrows .owl-theme .custom-nav .owl-next {
  right: 70px;
  background: #3c91e6;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 24px !important;
  margin-top: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
 
}
.cont-arrows .owl-theme .custom-nav {
  position: absolute;
  top: 183px;
  left: 0;
  right: 0;
}
@media (max-width:768px) {
  .testimonial-section{
    height: 422px;
  }
  .cont-arrows .owl-theme .custom-nav {
    position: absolute;
    top: 183px !important;
    left: 0;
    right: 0;
  }
  .cont-arrows .owl-theme .custom-nav .owl-prev {
    left: 0px !important;
    background: #3c91e6;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 24px !important;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
   
  }
  
  .cont-arrows .owl-theme .custom-nav .owl-next {
    right: 0px !important;
    background: #3c91e6;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 24px !important;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
   
  }
}
.testimonial-section {
  /* background-color: #034ea1; */
  height: 480px;
  padding-top: 55px;
  background-image: linear-gradient(to right, #224f8f, #19aba7);
}