/* *{
  font-family: 'Roboto'!important;

} */

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;

}

.header_part{
 
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0 5px 15px 0 rgb(0, 0, 0, 0.25);
    width: 100%;
    height: 95px;
    padding-top: 7px;
    /* border-radius: 10px; */
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
 
}

.btn_data {
  border-radius: 8px;
  background: #02778a;
  border: 0px;
  color: white;
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  font-weight: 700;
}

/* .btn_data:hover{
  background:#b0e5d9;
  color:#02778A;
  border: 1px solid #02778a;

} */
.cal_data {
  padding: 13px 0px 13px 20px;
  border-radius: 8px;
  background: #b0e5d9;
  color: #02778a;
  border: 1px solid #02778a;
}
/* .cal_data::before{
  content: "";
  position: absolute;
 
  top: 40px;
  width: 0;
  height: 0;
  border-top: 2px solid #02778a;
  animation: border-top 3s infinite alternate;
}
@keyframes border-top{
  0%{
    width: 0px;
    height: 0px;
  }
  100%{
    width: 200px;
    height: 0px;
  }
} */
/* .cal_data:hover{

  padding: 11px 0px 11px 20px;
 border-radius: 8px;
 background: #b0e5d9;
 color: #02778a;
} */
.mob_view {
  display: none;
}

.mob_view_head {
  display: none;
}

.tab_view {
  display: none;
}

@media (max-width: 800px) {
  .desk_view_head {
    display: none;
  }

  .mob_view_head {
    display: block;
  }

  .desk_view {
    display: none;
  }

  .mob_view {
    display: block;
  }

  .fat_check {
    width: -webkit-fill-available;
  }

  .inpu_data {
    width: -webkit-fill-available;
  }

  .inp_data2 {
    width: -webkit-fill-available !important;
    outline: 0px;
  }

  .btn_data {
    width:fit-content !important;
    margin-left: 15px;
  }
  .all_center_mob{
    display: flex !important;
    justify-content: center;
}
.carousel-control-next{
  display: flex !important;
  justify-content: flex-end !important;
}

  .cal_data {
    width: fit-content !important;
    padding: 15px 25px 15px 25px;
  }

  .header_part {
   
    height: 110px !important;
      border-radius: 10px;
  }
  .phone_valume{
    background:#b0e5d9;
    width: 35px;
    height: 35px;
    color: #02778a;
    /* padding: 2px; */
    text-align: center;
    padding: 6px;
    border-radius: 23px;
  }
  .form-select_new {
    /* padding: 5px !important; */
    border-radius: 5px;
    color: #02778a;
    font-weight: bold;
    font-size: 20px;
    border: 0px !important;
}

  .wait_loss {
    margin-left: 0px !important;
  }

  th,
  td {
    padding: 25px;
    text-align: left;
    font-size: 18px !important;
    font-weight: 600;
  }
  .all_fonts_treatment{
    font-size: 12px !important;
  }
  .card1{
    width: fit-content !important;
  }
  .dr_image {
    width: 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: 17px;
}

.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;
  }
  
  /* .header_part{
 
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0 5px 15px 0 rgb(0, 0, 0, 0.25);
    width: 100%;

    height: 150px;
    padding-top: 7px;
    border-radius: 10px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
 
} */
  
}
@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 */
/* input:hover{
  box-shadow: 2px 3px 2px #02778a;

}
input {
  transition: .4s ease-in-out;

}

input:hover {
  transform: translateX(-0.5em) translateY(-0.5em);
 
} */



.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;

}
/* .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
} */

.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;
}
