

.cookie_warning {
  display: none;
}

.main-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: auto;
}

.bg_doc {
  background: #dfe;
}

.booking-doc-img {
  border: 2px solid #ddd;
}

.doctor-img img {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 4px;
}

.text-muted {
  color: #333;
}

.verified_tick {
  color: #5571A1;
  font-size: 13px !important;
  margin-left: 6px;
}

.shadow_1 {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.shadow_2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shadow_3 {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.radius_1 {
  border-radius: 10px;
}

.radius_2 {
  border-radius: 15px;
}

.radius_3 {
  border-radius: 20px;
}

.no_link {
  color: inherit !important;
}

.no_link:hover {
  color: #333;
  text-decoration: none !important;
}

.no_list {
  list-style: none !important;
  margin-left: 0px;
  padding-left: 0px;
}

.caprght_oplkion {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.round {
  border-radius: 50%;
  overflow: hidden;
}

.round1 {
  border-radius: 10px;
  overflow: hidden;
}

.no_border {
  border: 0px !important;
}

.blur1 {
  backdrop-filter: blur(5px);
}

.blur2 {
  backdrop-filter: blur(15px);
}

.no_radius {
  border-radius: 1px !important;
}

.text_sh {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.big_text {
  font-size: 30px;
}

.text_shadow {
  text-shadow: 0px 1px 3px rgb(48 185 121) !important;
}

.the_mobile_fooeter {
  position: fixed;
  height: 76px;
  z-index: 9999;
  /* background-color: #000; */
  background-color: #ff5e41;
  width: 96% !important;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0 solid #ddd;
  position: fixed;
  bottom: 10px !important;
  left: 0;
  right: 0;
}

.the_mobile_fooeter col {
  padding: 4px;
}

.the_mobile_fooeter a {
  color: #fff !important;
  font-size: 24px !important;
  
}

.the_mobile_fooeter p {
  color: #fff !important;
  font-size: 14px !important;
}

.wa_float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 30px;
}

.wa_float i {
  color: #000 !important;
}

.themain_leoafers {
  background: rgba(0, 0, 0, 0.72);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.bradius_1 {
  border-radius: 4px;
  overflow: hidden;
}

.yn_img {
  width: 80%;
  height: auto !important;
}

.single-blog:hover {
  color: white !important
}

.instructor-images {
  height: 600px;
}

.instructor-images img {
  height: 100%;
}

/*.single-blog{height:460px}*/
/*.single-testimonial p{font-size: 20px !important;}*/
.img-wrap img {
  float: right !important;
}

/*Video Full SCreen*/
.video-container {
  width: 100vw;
  height: 100vh;
}

.iframe_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-container .iframe_video {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container .iframe_video {
    width: 177.78vh;
  }
}

.the_banner_white {
  position: absolute;
  left: 10%;
  top: 35%;
  max-width: 570px;
}

.the_banner_white h2 {
  color: #003;
  font-size: 28px;
}


.btn_2 {
  border: 2px solid #000;
  color: #000;
}

.btn_2:hover {
  border: 2px solid #002B5E;
  color: #002B5E;
}

.ynf {
  color: #06C166;
}

.cookie_warning {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 99;
  min-width: 390px;
  max-height: 190px;
}

.theme_btn {
  background: #000;
  border: 0px;
}

.theme_btn:hover {
  background: #333;
  border: 0px;
  color: #fff;
}

.border_1 {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
  .cookie_warning {
    bottom: 110px !important;
    left: 2%;
    width: 96% !important;
    min-width: auto !important
  }
}



/* @media (max-width: 576px) {
  .qury-pnl {}

  .form-frnt {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .form-frnt {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .form-frnt {
    width: 85% !important;
  }
}

@media (max-width: 1199px) {
  .form-frnt {
    width: 60% !important;
  }
} */


@media only screen and (max-width: 1200px) {

  /*Tablets [601px -> 1200px]*/
  .form-frnt {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {

  

  .main-query-form {
    /* position: absolute; */
    z-index: 4;
    left: 0;
    width: 100%;
    margin-top: 10%;
    /* top: 168px; */
    /* top: 140px; */
  }

  .main-form-container form {
    width: 470px !important;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px 20px 20px 20px;
  }

  .slider-content {
    margin-top: 10%;
    /* position: absolute;
    left: 55%;
    top: 20%; */
  }

  .slider-content h1 {
    z-index: 4;
    text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    font-size: 60px;
  }
}

@media only screen and (max-width: 600px) {

  /*Big smartphones [426px -> 600px]*/
  .form-frnt {
    width: 100% !important;
  }

  .bookcabBTN {
    margin-bottom: 80px !important;
  }

  .main-banner-2 {
    min-height: 500px !important;
  }

  .main-query-form {
    top: 96px !important;
    position: static !important;
  }

  .modal {
    height: 100% !important;
    z-index:9999999999 !important;
  }
}

@media only screen and (max-width: 425px) {

  /*Small smartphones [325px -> 425px]*/
  .form-frnt {
    width: 100% !important;
  }

  .bookcabBTN {
    margin-bottom: 80px !important;
  }
}