.consultation_page .banner__wrapper {
  background: url(../images/consultation/banner.png) no-repeat top center;

}
body.consultation_page {
  background: white;
}
.consultation_page .psych-banner-text .animated_text {
  color: #2DBDCA;
}
.consultation_page .consultation-banner-custom-text p {
  font-size: min(max(16px, 1.771vw), 34px);
}
.consultation_page .consultation-banner-custom-text .button-arrow {
  min-width: min(max(180px, 10.417vw), 200px) !important;
}
.consultation_page .banner-points-arrow-img{
    margin-top: 5px;
}
.consultation_page .banner-select .custom-select, .consultation_page .search-medication-input {
  border-radius: 25px;
  font-size: min(max(12px, 0.938vw), 18px);
  color: #3b3b3b;
}
.consultation_page .search-medication-input::placeholder {
  color: #B8B8B8;
  font-size: min(max(12px, 0.938vw), 18px);
}
.consultation_page .set-height {
  max-height: min(max(45px, 2.604vw), 50px);
  min-height: min(max(45px, 2.604vw), 50px);
}
.consultation_page .banner-select .custom-select.open {
  border: 1px solid #ced4da;
}
.consultation_page .banner-select .custom-options {
  border: 1px solid #ced4da;
  border-radius: 25px;
  top: 115%;
  height: min(max(125px, 9.115vw), 175px);
  overflow: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.consultation_page .custom-options::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.consultation_page .banner-select .custom-option {
  font-size: min(max(12px, 0.938vw), 18px);
  line-height: min(max(30px, 2.292vw), 44px);
}
.consultation_page .banner-select .custom-option:hover {
  background: none;
}
.consultation_page .pill-item {
  background-color: #FFEDDF;
  padding: 10px 10px 10px 20px;
  border-radius: 25px;
  margin-bottom: 0;
  font-weight: normal;
}
.consultation_page .consultation-banner-custom-text .info {
  font-size: min(max(12px, 0.938vw), 18px);
}
.consultation_page .consultation-banner-custom-text .info a {
  color: #2DBDCA;
}
.consultation_page .no-result {
  color: #FF0303;
}
.consultation_page .medication--pills .nav-item .nav-link.active {
  background-color: #2DBDCA;
}
.consultation_page .medication--pills {
  position: initial;
  left: auto;
  transform: none;
}
.consultation_page .tab-content .pill-item {
  border-radius: 8px;
  margin-bottom: 8px;
}
.consultation_page .category-box {
  color: #29345080;
  background-color: #F0F0F0;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  padding: min(max(10px, 1.042vw), 20px) 10px;
  font-weight: bold;
  cursor: pointer;
  /* min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center; */
}
.consultation_page .category-box.active {
  background-color: #293450;
  color: white;
}
.consultation_page .category-box p:first-child {
  font-size: min(max(12px, 1.146vw), 22px);
}
.consultation_page .category-box span {
  font-size: min(max(6px, 0.833vw), 16px);
}
.consultation_page .category-box p:last-child {
  font-size: min(max(10px, 1.042vw), 20px);
}
.consultation_page .single_condition_pill {
  border: none;
  background-color: transparent;
}
.consultation_page .mental-health-row .col-12:nth-child(even) {
  background-color: #F0F0F0;
}
.consultation_page .mental-health-row {
  margin: 0 -16px;
}
.consultation_page .mental-health-block {
  border-radius: 0 0 20px 20px;
}
.consultation_page .mental-health-block:after {
  content: none;
}
.consultation_page .button-light {
  border: 1px solid #FF7603;
  background-color: white;
  color: #FF7603;
}
.consultation_page .button-light span:after {
  background: url(../images/arrow-right-yellow.svg) no-repeat;
  height: 18px;
}
.btn--arrow span:after {
  margin-top: 0 !important;
}
.consultation_page .medication--pills .nav-item .nav-link {
  padding: min(max(6.5px, 0.885vw), 17px) min(max(13px, 4.167vw), 80px);
  font-size: min(max(13px, 1.458vw), 28px);
}
.consultation_page .view-plan-link, .single_condition_pill .form-check-label, .pill-item {
  font-size: min(max(15px, 1.146vw), 22px);
}
.consultation_page .treatment-header {
  background-color: #F3F4F7;
  color: #293450;
  font-weight: bold;
  padding: 15.5px;
  border-radius: 10px 10px 0 0;
}
.consultation_page .mobile-treatment-box {
  border-radius: 10px;
  box-shadow: 0px 20px 45px #0000000D;
  background-color: white;
  margin: 10px 0 40px 0;
}
.consultation_page .treatments {
  height: 400px;
  overflow: hidden;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.consultation_page .banner__wrapper-mobile {
  background: none !important;
}
.consultation_page .cart__value {
  background-color: white;
  border: 2px solid #2DBDCA;
}
.consultation_page .cart__value img {
  width: 32px;
  height: 17px;
}
.consultation_page .play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
}
.consultation_page .testimonial-video-box:hover .play-pause-btn {
  display: block;
}
.consultation_page .video-hover-bg:hover .testimonial-video-box::before {
  content: "";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-color: #29345096;
}
.consultation_page .dr-name {
  font-size: min(max(24px, 2.083vw), 40px);
  color: #293450;
}
.consultation_page .dr-info {
  font-size: min(max(14px, 1.458vw), 28px);
  color: #29345096;
}
.consultation_page .treatments::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.consultation_page .banner-video {
  height: min(max(300px, 30vw), 650px);
}
.consultation_page .testimonial-video-box {
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 24px;
  overflow: hidden;
}
.owl-carousel.owl-carousel-treatment button.owl-dot {
  width: auto;
  height: auto;
}
.owl-theme.owl-carousel-treatment .owl-dots .owl-dot span {
  background-color: #CEDBDB;
}
.owl-theme.owl-carousel-treatment .owl-dots .owl-dot.active span, .owl-theme.owl-carousel-treatment .owl-dots .owl-dot:hover span {
  background-color: #2DBDCA;
}
@media (min-width: 768px) {
  .consultation_page .banner-select.select-box-reason {
    width: min(max(343px, 25vw), 480px);
  }
}
@media (max-width: 768px) {
  .consultation_page .banner__wrapper-mobile .std-banner-block {
    padding-bottom: 0 !important;
  }
  .consultation_page .banner-points-arrow-img{
    margin-top:0px;
}
}
.br-10{
  border-radius: 10rem;
}
.subscription-text p{
  font-size: 18px;
}
#subscriptionPop h5.plan--title{
  font-size: min(max(18px,1.042vw),22px);
}
#subscriptionPop .font-size-20{
  font-size: min(max(24px,1.354vw),28px) !important;

}
.text-primary{
  color: #2dbdca !important;
}
/* .plan-box{
  opacity: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}
.plan-box.show{
  opacity: 1;
  height: auto;
  overflow: visible;
  padding: 1.5rem !important;
  margin-bottom: 1rem !important;
} */
#subscriptionPop .modal-dialog {
  max-width: 550px;
}
#subscriptionPop .active-plan{
  font-size: 14px;
    min-width: auto;
    padding: 4px 10px;
    border-radius: 15px;
    background-color: #2DBDCA;

}


/* new consultation 10-06-2022 */
.consultation_page.consultation_page_new .banner__wrapper {
  /* background: url(../images/consultation/new_bg_consultation.svg) no-repeat bottom center; */
  background: #293450;
  background-size: cover;
}
.outlined_secondary{
  border: 1px solid #293450 !important;
  color: #293450 !important;
  background-color: transparent !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.outlined_secondary:hover{
  background-color: #293450 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: #fff !important;
}
.outlined_secondary:focus{
  border: 1px solid #293450;
}
.banner__title-text{
  font-size: 30px !important;
}
.banner__title-text-bold{
  font-size: 38px !important;
  font-weight: 900;
}
.banner__title-text-sm{
  font-size: min(max(16px, 1.771vw), 34px);
  color: #ffffff;
}

.dash-left:before {
  position: absolute;
  left: -22px;
  content: '';
  width: 13px;
  height: 3px;
  top: 50%;
  background: #2DBDCA;
  transform: translateY(-50%);
}
.consultation_page_new .consultation-banner-custom-text .button-arrow{
  min-width: auto !important;
  font-weight: 700;
}
.button-arrow.btn--arrow span:after {
  margin-top: 0;
}
.notification__bar{
  background-color: #F3F4F7;
  padding: 8px 16px;
}
.notification__bar p{
  text-align: center;
  line-height: normal;
  color: #293450;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
}
.mobile_top_menu ul{
  background-color: #E1EBEC;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.mobile_top_menu ul li a{
  color: #293450;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 1199.2px){
  .consultation_page_new .consultation-banner-custom-text{
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767.98px){
  .banner__title-text{
    font-size: 24px !important;
  }
  .banner__title-text-bold{
    font-size: 28px !important;
    font-weight: 900;
  }
  .consultation_page_new .consultation-banner-custom-text{
    padding-right: 0 !important;
  }
  .notification__bar p{
    font-size: 10px;
  }
  .order-0.col-12.col-md-5.padding-0.mt-auto{
    order: 1 !important;
  }
  .consultation_page .banner-points-arrow-img img{
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 360px){
  .consultation_page_new .consultation-banner-custom-text .button-arrow{
   font-size: 12px !important;
  }
  .banner__title-text{
    font-size: 20px !important;
  }
  .banner__title-text-bold{
    font-size: 7vw !important;
    font-weight: 900;
  }
}
@media (min-width: 1200px){
  .banner__title-text{
    font-size: 38px !important;
  }
  .banner__title-text-bold{
    font-size: 50px !important;
  }
  .banner__title-text-sm{
    font-size: min(max(16px, 1.667vw), 32px);
    color: #ffffff;
  }
}
@media (min-width: 1920px){
  .banner__title-text{
    font-size: 2.0833vw !important;
  }
  .banner__title-text-bold{
    font-size: 3.125vw !important;
    font-weight: 900;
  }
  .banner__title-text-sm{
    font-size: 1.77vw;
    /* white-space: nowrap; */
    color: #ffffff;
  }
  .notification__bar p{
    font-size: 0.833vw;
  }
  .consultation_page .banner-points-arrow-img{
    margin-top: 15px;
  }
}
.navy-color{
  color: #293450 !important;
}


/* new button design */
.btn__banner--primary {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #FF8927;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.btn__banner--primary:hover {
  background-color: #E67B23 !important;
  color: #fff;
}
.btn__banner--primary:focus {
  outline: 3px solid #FFDABC; 
  box-shadow: none;
}
.btn__banner--primary:disabled {
  background-color: #FFF3E9 !important;
  color: #A6A6A6;
}
.btn__banner--primary.border {
  border-color: #FF8927;

}
@media (max-width: 991px){
  .consultation_page .banner-points-arrow-img{
    margin-top: 0;
  }
  .consultation_page .banner-points-arrow-img img{
    width: 20px;
    height: 20px;
  }
}
.owl-stage-outer {
  margin: 10px 0 10px;
}