html{
    scroll-behavior: smooth;
}
body.psych__page{
    background-color: #fff;
}
#plansSection{
  background-color: #F2F5FF;
}
.banner__wrapper{
    /* background: transparent linear-gradient(180deg, #FF740014 0%, #FFBD8512 60%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; */
    background: #293450;
}
.banner__wrapper_product{
  background-color: #293450;
  color: #ffffff;
  padding: 75px;
}
.banner__wrapper .shadowbox{
    box-shadow: none;
    background-color: transparent;
}
.top-section.with-shadow{
    box-shadow: 0px 3px 35px #0000000D;
}
.psych__page .top-section{
    background-color: #fff;
}
.psych-banner-text h2{
    color: #ffffff;
}
.psych-banner-text .animated_text{
    color: #FF7400;
}
.banner-text-small{
    font-size: 24px;
    color: #ffffff;
}
.psych_get_started{
    min-width: 180px !important;
}
.psych_get_started.plan_start_now{
    min-width: 210px !important;
}
.psych_get_started span::after{
    position: absolute;
    content: "";
    background-size: 100% !important;
    /* opacity: 0; */
    margin-top: 0px;
    height: 20px;
    width: 18px;
   
    background-position: center;
    transform: translateY(-50%);
}
.psych-features{
  background: transparent;
  padding: min(max(18px, 0.938vw), 18px) 0;
  box-shadow: 0px 0px 24px #0000001A;
  margin-bottom: 30px;
  /* margin-bottom: min(max(25px, 3.931vw), 75.48px) */
}
/* .psych-features_icon img {
  height: min(max(25px, 2.083vw), 40px);
  width: min(max(25px, 2.083vw), 40px);
  width: auto !important;
  margin: auto;
} */
.psych-features_icon img{
  width: 100% !important;
  height: max(25px,3.125vw);
}
.psych-features_icon {
  height: min(max(50px, 3.802vw), 73px);
  width: min(max(50px, 3.802vw), 73px);
  /* min-width: 60px; */
  /* box-shadow: 0px 12px 15px #00000014; */
  border-radius: 15px;
  /* background-color: #fff; */
  display: inline-flex;
  align-items: center; 
  justify-content: center; 
  /* margin-left: 10px; */
}
.lab-features .feature-box .item > div {
  justify-content: center;
}
.lab-features .owl-carousel-features .owl-stage-outer .owl-item{
  border-right: 1px solid #4848488a;
}
.psych-feature_title, .psych-feature_content{
  font-size: min(max(13px, 1.042vw), 20px);
  /* font-weight: 700; */
  margin-bottom: 0;
}
.owl-carousel.owl-carousel-features .owl-stage{
  display: flex;
}
.owl-carousel.owl-carousel-features .owl-stage{
    display: flex;
}
.psych-feature_title{
  color: #2DBDCA;
}
.psych-feature_content{
  color: #293450;
}
.view-plan-link{
  font-size: 16px;
}
.section_padding{
  padding-bottom: 30px;
}
.section_margin{
  margin: 30px 0;
}
.mental-health-subheading{
  font-size: 16px;
  color: #41435A;
}
span.line-xl{
  width: 200px;
}
.mental-health-block{
    box-shadow: 0px 20px 45px #0000000D;
    border: 1px solid #CEDBDB;
    border-radius: 20px;
    padding: 70px 50px 30px 50px;
    background-color: #fff;
    position: relative;
}
.mental-health-block:after {
  position: absolute;
  content: '';
  left: 0;
  height: 200px;
  width: 200px;
  background-color: #FF7400;
  border-radius: 50%;
  z-index: -1;
  bottom: 100px;
  transform: translateX(-93px);
}
.medication--pills .nav-item .nav-link {padding: 12px 85px;border: none;border-radius: 50rem;background-color: transparent;font-size: 18px;font-weight: 700;}

.medication--pills {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 6px;
  border: 1px solid #CEDBDB;
  border-radius: 50rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}
.medication--pills .nav-item .nav-link.active {
  background-color: #FF7400;
}
.single_condition_pill {
  padding: 10px;
  background-color: #F3F4F7;
  border-radius: 10px;
  border: 1px solid #CEDBDB;
  display: flex;
  align-items: center;
  position: relative;
}
.single_condition_pill .form-check-input {
  width: 1.45em;
  height: 1.45em;
  border-radius: 6px;
  cursor: pointer;
}
.single_condition_pill .form-check-input:checked {
  background-color: #293450;
  border-color: #293450;
}
.single_condition_pill .form-check-label {
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
  margin-top: 1px;
  cursor: pointer;
}
.condition_pill-info {
  padding: 4px;
  display: flex;
  cursor: pointer;
}
.condition_pill-info img{
  height: 22px;
}

element.style {
  display: block;
}
.condition_pill_info_block {
  padding: 10px;
  background-color: #F9F9F9;
  border-radius: 0 0 10px 10px;
  border: 1px solid #CEDBDB;
  border-top: 0;
  position: absolute;
  z-index: 1;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  display: none;
}
.single_condition_pill.active{
  border-radius: 10px 10px 0 0;
}
.pill_info-content{
  font-size: 14px;
}
.info-light{
  color: #29345066;
}
.close-icn{
  display: none;
}
.separator_row{
  height: 1px;
  border-top: 1px solid #CEDBDB;
  margin: 2.2rem 0;
}
.pill-item img {
  height: 22px;
  filter: drop-shadow(0px 3px 6px #00000029);
}

.pill-item {
  background-color: #CEDBDB;
  padding: 6px 8px 6px 12px;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.learn-more-text{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}
.payment_plan_box{
  border: 1px solid #CEDBDB;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}
.blue_payment_plan{
  background-color: #DAE3FF;
  border: 1px solid #2DBDCA;
}
.plan--title{
  font-weight: 900;
}
.plan--subtitle{
  font-size: 16px;
  font-weight: 600;
}
.text__secondary{
  color: #FF7400;
}
.border-bottom-secondary{
  border-bottom: 1px solid #FF7400;
}
.plan_features {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.plan_features li{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.plan_features .check-icon{
  height: 12px;
  margin-right: 12px;
}
.plan_features .que-icon{
  height: 18px;
  cursor: pointer;
  margin-left: 10px;
}
.custom_tooltip {
  position: absolute;
  border: 1px solid #CFDCEE;
  padding: 6px 12px;
  display: inline-block;
  min-width: 225px;
  top: 100%;
  left: 50%;
  border-radius: 10px;
  background-color: #F4F5FD;
  font-size: 12px;
  color: #293450;
  font-weight: 600;
  margin-top: 15px;
  box-shadow: 0px 0px 11px #8dbcce47;
  z-index: 1;
  transform: translateX(-50%);
  display: none;
}
.custom_tooltip:after {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 4px);
  height: 10px;
  width: 10px;
  content: '';
  background: #F4F5FD;
  transform: rotate( 
45deg
);
  border-top: 1px solid #CFDCEE;
  border-left: 1px solid #CFDCEE;
}
.plan__info-tolltip:hover .custom_tooltip{
  display: block;
}
.input_with--icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: 10px;
}
.allergy_search_wrapper .add-condition-input{
  padding-left: 32px;
  padding-right: 10px;
  border-color: #C6CCD4 !important;  
  border-radius: 8px;
}
.allergy_search_wrapper.active{
  border: 1px solid #F2F4F9;
  border-radius: 4px;
}
.allergy_search_wrapper.active .add-condition-input{
  border-radius: 4px 4px 0 0;
  border-color: #2DBDCA !important;
}

.medical-condition-result ul {
  border-top: 1px solid #F2F4F9;
  padding-top: 8px;
}
.allergy_search_wrapper.active .medical-condition-result, .allergy_search_wrapper .medical-condition-result{
  background-color: #fff;
}

.medical-condition-result{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.input-options .callon-input{
  font-size: 13px !important;
  font-weight: 600;
}

/* add medical condition dropdown  css*/
.medical-condition-result {
  background: #fff;
  border: 1px solid #C6CCD4;
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 0 10px;
  border-top: 0;
  font-size: 12px;
}
.medical-condition-result ul{
  max-height: 140px;
  overflow-y: auto;
}
.medical-condition-result ul::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.medical-condition-result ul::-webkit-scrollbar-track {
  background-color: #eee;
}
.medical-condition-result ul::-webkit-scrollbar {
  width: 4px;
  border-radius:30px;
}
.search-small{
  height: 16px;
}
.callon-input.active-search{
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.result__list{
  padding: 5px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.result__list:hover {
  background-color: #F2F4F9;
  border-radius: 6px;
}
.result__list span{
  display: flex;
}
.result_fetching_error{
  border-top:1px solid #F2F4F9 ;
}
.result_fetching_error li{
  margin-top: 10px;
  font-size: 11px;
  color: #2c314ae6;
}
.medical-condition-add input{
  padding-left:10px;
}
/* add medical condition dropdown  css end*/
.no-result-error{
  font-size: 13px;
  color: #F12245;
  font-weight: 500;
}
.img--small{
  height: 11px;
}
.step_list {
  list-style: none;
  margin-top: 20px;
}

.step_list img {
  min-width: auto;
  height: 14px;
  margin-right: 6px;
}
.step_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

  /* 15 nov 2021 */
  
  .featured-in h2 {
    font-size: 2rem;
  }

  .featured-in .item {
    margin: 0 auto;
    padding-top: 30px;
    height: 100px;
    display: flex;
    align-items: center;
  }
  .featured-in .logo1 {
    width: min(max(110px, 8.125vw), 156px);
  }
  .featured-in .logo2 {
    width: min(max(82px, 6.250vw), 120px);
  }
  .featured-in .logo3 {
    width: min(max(115px, 9.375vw), 180px);
  }
  .featured-in .logo4 {
    width: min(max(135px, 10.365vw), 199px);
  }
  .featured-in .logo5 {
    width: min(max(52px, 8.969vw), 77px);
  }
  .featured-in .logo6 {
    width: min(max(125px, 10.417vw), 200px);
  }
  .cart-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

.psych-advertisement{
  border-radius: 18px;
}
.bg-light-blueb2{
  background: #B2C2C2;
}
.bg-light-bluef2{
  background-color: #F2F5FF;
}
.heading-1 .priceing.psych-pricing h3{
  color: #FF7400;
}
.heading-1 .priceing.psych-pricing h3 span{
  color: #293450;
}
.how-it-works-with-bg .howtowork-bg{
  background-color: #F2F5FF;
  border-radius: 0;

}
.how-it-works-with-bg .carousel-control-prev-icon .arrows::before, .how-it-works-with-bg .carousel-control-next-icon .arrows::before{
  border-top-color: #F2F5FF;
}
.how-it-works-with-bg .carousel-control-prev-icon:hover .arrows::before, .how-it-works-with-bg .carousel-control-next-icon:hover .arrows::before{
  border-top-color: #fff;
}
.how-it-works-with-bg  .carousel-control-prev-icon, .how-it-works-with-bg  .carousel-control-next-icon{
  background-color: transparent !important;
}
.how-it-works-with-bg  .carousel-control-prev-icon:hover, .how-it-works-with-bg  .carousel-control-next-icon:hover{
  background-color: #fff !important;
}
.psych__page .switch input[type=checkbox] + label, .choose-full-list .switch input[type=checkbox] + label{
  min-width: calc(calc(2.5rem * .8) * 2);
  border-radius: calc(3rem * .8);
  height: calc(2.5rem * .8);
  line-height: calc(2.5rem * .8);
}
.psych__page .switch input[type=checkbox] + label::before, .choose-full-list .switch input[type=checkbox] + label::before{
  width: calc(calc(2.5rem * .8) * 2);
  background-color: #293450;
  opacity: 1;
}
.psych__page .switch input[type=checkbox]:checked + label::before, .choose-full-list .switch input[type=checkbox]:checked + label::before{
  background-color: #293450;
  opacity: 1;
}
.psych__page .switch input[type=checkbox] + label::after, .choose-full-list .switch input[type=checkbox] + label::after{
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}
.psych__page .switch input[type=checkbox]:checked + label::after, .choose-full-list .switch input[type=checkbox]:checked + label::after{
  margin-left: calc(2.4rem * .8);
}
@media (min-width: 576px){
  .psych-banner-section.std-banner {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px){
  #plansSection{
    padding: 100px 0;
    background: url(../images/payment-plan.svg) no-repeat;
    background-size: 100%;
  }
  .psych-banner-section.std-banner {
    padding-bottom: 0 !important;
  }
  .psych-banner-img{
    padding: 0 5rem;
  }
}
@media (min-width:1400px){
  #plansSection{
    background: url(../images/payment-plan.svg) no-repeat;
    background-size: 95%;
  }
}
@media (min-width:1920px){
    .psych-banner-text h2 ,.cd-words-wrapper{
     font-size: 55px;
    }
    .banner-text-small{
        font-size: 34px;
        color: #ffffff;
    }
    .psych_get_started {
        min-width: 220px !important;
    }
    .psych_get_started.plan_start_now{
      min-width: 250px !important;
  }
    /* .psych-feature_title, .psych-feature_content{
      font-size: 22px;
    } */
    .view-plan-link, .single_condition_pill .form-check-label, .pill-item {
      font-size: 20px;
    }
    .mental-health-subheading{
      font-size: 19px;
    }
    .medication--pills .nav-item .nav-link {
     font-size: 22px;
    }
     .single_condition_pill .form-check-input {
      width: 1.85em;
      height: 1.85em;
    }
    .single_condition_pill, .condition_pill_info_block{
      padding: 14px;
    }
    .pill_info-content {
      font-size: 17px;
  }
  .condition_pill-info img, .pill-item img {
    height: 26px;
  }
  .plan--title{
    font-size: 34px;
  }
  .plan--subtitle{
    font-size: 20px;
  }
  .plan_features li{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .plan_features .check-icon{
    height: 16px;
  }
  .psych-banner-img{
    padding: 0;
  }
  .psych-banner-section.std-banner {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
  }
  #plansSection{
    background: url(../images/payment-plan.svg) no-repeat;
    background-size: 92%;
  }
  .section_padding{
    padding: 40px 0;
  }
  .section_margin{
    margin: 40px 0;
  }
}
@media (max-width: 767.5px) {
  .new_get-Consiltant-section .banner-advertisement img {
    max-width: 100%;
  }
  .medication--pills .nav-item .nav-link {
    padding: 8px 32px;
    border-radius: 50rem !important;
    font-size: 15px;
  }
  .mental-health-block{
    padding: 50px 25px 30px 25px;
    border-radius: 15px;
  }
  .psych_get_started span::after{
    margin-top: 0 !important;
  }
  .payment_plan_box{
    padding: 22px;
  }
  .payment_plan_box .psych_get_started.plan_start_now{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
  }
  /* .psych_get_started.button-arrow span{
    padding-right: 0 !important;
  } */
  .button-arrow span::after{
    content: none;
  }
  .howitwork-mobile .button-arrow span::after{
    content: '';
  }
  .howitwork-mobile .button-arrow:hover span {
    padding-right: 33px;
  }
  .howitwork-mobile .button-arrow span {
    padding-right: 0;
  }
  .howitwork-mobile .button-arrow span:after {
    opacity: 0 !important;
    right: 0px !important;
  }
  .howitwork-mobile .button-arrow:hover span:after {
    opacity: 1 !important;
    right: 0px !important;
  }
  span.line-xl {
    width: 100px;
  }
  .mental-health-row{
    max-height: 480px;
    overflow: hidden;
  }
  .mental-health-row::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px;
  }
  .mental-health-row::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #DEDEE1; 
  }
  .mental-health-row::-webkit-scrollbar-thumb {
    background: #5D6174; 
  }

  .section_padding{
    padding-bottom: 0;
  }
  #plansSection.section_padding, .mental_health_sec.section_padding{
    padding-bottom: 40px;
  }
  .featured-in.section_padding{
    /* padding-top: 0; */
    padding: 30px 0;
  }
  .banner__wrapper{
    background: transparent;
  }
  .banner__wrapper .shadowbox{
    box-shadow: 0px 3px 6px #C4C4E833;
  }
  .banner__wrapper-mobile{
    /* background: transparent linear-gradient(180deg, #FF740014 0%, #FFBD8512 60%, #FFFFFF00 100%) 0% 0% no-repeat padding-box !important; */
    background-color: #293450 !important;
  }
  .banner__wrapper-mobile .std-banner{
    /* background-color: transparent !important; */
    background-color: #293450 !important;
  }
  /* .banner__wrapper-mobile .std-banner-block{
    padding: 30px 0 !important;
  } */
  .banner__wrapper-mobile .consultation-banner-custom-text h2, .cd-headline{
    font-size: 22px;
  }
  .banner-text-small {
    font-size: 14px;
    font-weight: 600;
  }
  /* .psych-feature_title, .psych-feature_content{
    font-size: 17px;
  } */
  .feature-box .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}
  /* .psych-features{
    padding: 22px 0;
  } */
  .psych-features_icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
    border-radius: 10px;
  }
  .psych-features_icon img {
    height: 25px;
  }
  .cart__value {
    text-align: center;
    display: inline-block;
    background-color: #F2F5FF;
    padding: 8px 8px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50rem;
    margin-bottom: 22px;
    min-width: 140px;
  }
  .payment_plan_box{
    border-radius: 15px;
  }
  .view_more-condition, .view_less-condition{
    color: #FF7400;
    font-weight: 600;
    text-transform: capitalize;
  }
  .view_less-condition{
    display: none;
  }
  .separator_row{
    margin-top: 0;
  }
  .featured-in .logo5 {
    width: min(max(67px, 3.969vw), 57px);
  }
  .how-it-works-with-bg{
    background-color: #F2F5FF;
  }
  .how-it-works-with-bg .howtowork-bg{
    padding: 50px 0 !important;
  }
  .how-it-works-with-bg .nav-tabs .nav-link.active{
    background-color: transparent;
  }
  .how-it-works-with-bg.section_padding{
    padding-top: 20px;
  }
  .accordion .card-header h2 .btn-block{
    padding: 9px 35px 9px 22px;
  }
 .updated-faqs .accordion .card-header .btn-link.collapsed::after{
    top: 50%;
    transform: translateY(-50%);
  }
 .updated-faqs .accordion .card-header .btn-link::after{
    top: 50%;
    transform: translateY(-50%) rotate(178deg);
  }
  .step_text{
    min-height: 100px;
  }
  .map-bg.bg-light-bluef2{
    background-position: 50% 48%;
    background-size: 80%;
  }
}
@media(max-width:360px){
  .banner__wrapper-mobile .consultation-banner-custom-text h2,  .cd-headline{
    font-size: 18px;
  }
  .banner__wrapper-mobile .std-banner-block{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .psych-banner-text{
    margin-top: 0 !important;
  }
}
@media (min-width: 1920px) {
  .featured-in h2 {
  font-size: 40px;
}
}
@media (max-width: 575px) {
.featured-in h2 {
  font-size: 26px;
}
.banner__wrapper-mobile .consultation-banner-custom-text h2,  .cd-headline{
  font-size: 18px;
}
.consultation-banner-custom-text h2, .consultation-banner-custom-text h1{
  font-size: 20px;
}
}
/* banner words animation */
.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
  }

  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    /* white-space: nowrap; commented becoz of horizontal scroll in condition pages */
    white-space: normal;
    left: 0;
    top: 0;
  }
  .cd-words-wrapper b.is-visible {
    position: relative;
  }
  .no-js .cd-words-wrapper b {
    opacity: 0;
  }
  .no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
  }
  
  
  /* xslide  */
  
  .cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
  }
  .cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
  }
  .cd-headline.slide b {
    opacity: 0;
    top: .2em;
  }
  .cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
  }
  .cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
  }
  
  @-webkit-keyframes slide-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes slide-in {
    0% {
      opacity: 0;
      -moz-transform: translateY(-100%);
    }
    60% {
      opacity: 1;
      -moz-transform: translateY(20%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0);
    }
  }
  @keyframes slide-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(20%);
      -moz-transform: translateY(20%);
      -ms-transform: translateY(20%);
      -o-transform: translateY(20%);
      transform: translateY(20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes slide-out {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
    60% {
      opacity: 0;
      -webkit-transform: translateY(120%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(100%);
    }
  }
  @-moz-keyframes slide-out {
    0% {
      opacity: 1;
      -moz-transform: translateY(0);
    }
    60% {
      opacity: 0;
      -moz-transform: translateY(120%);
    }
    100% {
      opacity: 0;
      -moz-transform: translateY(100%);
    }
  }
  @keyframes slide-out {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    60% {
      opacity: 0;
      -webkit-transform: translateY(120%);
      -moz-transform: translateY(120%);
      -ms-transform: translateY(120%);
      -o-transform: translateY(120%);
      transform: translateY(120%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }


  /*  bottom bar css */
  .bottom_bar {
    background-color: #E4FDFF;
    box-shadow: 0px 3px 6px #0000001a;
    overflow: inherit;
}
  .bottom_bar-menu {
    display: flex;
    list-style: none;
    overflow-x: auto;
}
  .bottom_bar-menu li a{
    display: inline-block;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 700;
    color: #293450;
    white-space: nowrap;
  }
  .header_dropdown-menu  .footer-card .black-color{
    font-size: min(max(16px, 1.042vw), 20px);
  }
  .bottom_bar-menu li {
    display: inline-block;
  }
  .header-item{
    display: inline-block;
    padding: 8px 20px;
    min-width: 100px;
    text-align: center;
  }
  /* .header-item.active{
    background-color: #C8EFF2;
  } */
  .remove_shadow{
    box-shadow: none;
  }
  .title_md{
    letter-spacing: 2.6px;
  }
  .how_works_img{
    max-width: 250px;
    margin: auto;
  }
  .how_works_steps h5{
    color: #293450;
    font-weight: 700;
    font-size: 18px;
  }
  .how_works_steps p{
    color: #293450;
    font-size: 18px;
  }
  .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled{
    opacity: 0;
  }
  /* .bottom_bar li:not(:first-child):not(:last-child) .header_dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  .bottom_bar li:last-child .header_dropdown-menu {
    right: 0;
  }
  .bottom_bar li:first-child .header_dropdown-menu {
    right: 0;
  } */
  .header_dropdown-menu{
    background-color: #E4FDFF; 
    border-radius: 0 0 20px 20px;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
    /* min-width: 170px;
    max-width: 270px; */
    
    z-index: 8;
  }
  /* .bottom_bar li:not(:first-child):not(:last-child) .header_dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  .bottom_bar li:last-child .header_dropdown-menu {
    right: 0;
  }
  .bottom_bar li:first-child .header_dropdown-menu {
    right: 0;
  } */
  .header_dropdown-menu.review-dropdoown-width {
    width: 100%;
  }
  .header_inner-dropdown li{
    display: block;
    color:#293450;
    font-size: min(max(14px, 1.354vw), 26px);
    /* margin: 0 0 !important; */
  }
  .review__text{
    font-size: min(max(12px, 0.938vw), 18px);
    color: #5d6174cc;
  }
  .view-more-review{
    color: #FF7603 !important;
  }
  .faq-que{
    margin-bottom: 6px;
    color: #293450;
    font-weight: 600;
  }
  .b-0{
    bottom: 0;
  }
  .quater_plan{
    color: #0098A6;
    font-size: 16px;
  }
  @media (max-width: 768px){
  .header_dropdown-menu{
    right: 0;
  }
}
@media (min-width: 576px){
  .header_dropdown-menu{
    width: min(max(320px, 480VW), 400px);
  }
  .header_dropdown-menu.review-dropdoown-width {
    width: min(max(575px, 26.042vw), 500px);
  }
}
  @media (min-width: 768px) and (max-width: 1023px){
   .psych__page .consultation-banner-custom-text {
        padding: 7px 40px 7px 20px !important;
    }}
  @media (min-width: 1200px){
    .bottom_bar-menu li {
      margin:0 15px;
    }
    .header_dropdown-menu {
      width: min(max(320px, 320VW), 600px);
    }
  }
  @media (min-width: 1920px){
    .bottom_bar-menu li a{
      font-size: 18px;
      padding: 16px 0;
    }
    .how_works_steps h5, .how_works_steps p{
      font-size: 22px;
    }
    .title_md{
      font-size: 34px;
    }
    /* .header_dropdown-menu  .footer-card .black-color{
      font-size: 16px;
    } */
    /* .review__text{
      font-size: 14px;
    } */
    .header_inner-dropdown li a{
      padding: 8px 0;
    }
    .quater_plan{
      font-size: 20px;
    }
    .header_dropdown-menu{
      width: min(max(320px, 245.52vw), 782px);
     }
  }

  @media(max-width:1920px){
    .single_condition_pill.outline-btn button{
      height: 26px !important;
    }
  }
  .outline-none{
    outline: 0;
    border: 0;
    border-radius: 1rem;
    background-color: transparent;
    text-align: left;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .outline-btn{
    border: 1px solid #ff7400;
    background: transparent;
  }
  #pills-home,.tab-content .condition_pill_info_block{
    display: block;
    position: relative;
    padding: 0;
    /* background-color: #F9F9F9; */
    border-radius: 0 0 10px 10px;
    border: 0px solid #CEDBDB;
  }
  #pills-home,.tab-content .single_condition_pill{
    flex-direction: column;
  }
  .single_condition_pill .form-check-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 225px;
  }
  @media (max-width:1200px){
    .single_condition_pill .form-check-label {
      max-width: 120px;
      display: block;
    }
  }
  @media (max-width:991px){
    .single_condition_pill .form-check-label {
      max-width: 120px;
      display: block;
    }
  }
  @media (max-width:768px){
    .single_condition_pill .form-check-label {
      max-width: 310px;
      display: block;
    }
  }
  @media (max-width:575px){
    .single_condition_pill .form-check-label {
      max-width: calc(100vw - 230px);
      display: block;
    }
  }
  .single_condition_pill .form-check{
    display: flex;
  }
  .price{
    color: #ff7400;
    font-weight: 600;
    /* margin-right: 1rem; */
  }
  .common-hide{
    display: none;
  }

  .mental-health-block .fees {
    font-size: min(max(18px, 1.354vw), 26px);
    font-weight: 600;
  }
  
  .mental-health-block .fees span,
  .mental_health_sec h2 p {
    color: #FF7909;
  }

.single_condition_pill.outline-btn.clickcLass button{color: rgb(0, 0, 0);}
.outline-btn.clickcLass {
       background: #ea721342;
}
.new_get-Consiltant-section h2{
  font-size:max(20px,2.604vw);
  font-weight: 900;
  line-height: max(30px,3.958vw);
}
.new_get-Consiltant-section .banner-advertisement{
  height:auto;
  border-radius: max(10px,1.563vw);
}
.new_get-Consiltant-section .banner-advertisement img{
  width: 90%;
  max-width: 334px;
  margin: auto;
  display: block;
}
.device-specific-height{
  height: auto !important;
}
.callondoc-vs-section{
  padding: 80px 0px;
}
@media (max-width: 768px){
  .callondoc-vs-section{
    padding: 50px 0px;
  }
  .psych-features{
    margin-bottom: 20px;
  }
  .highesttext h3{
    font-size: 20px;
  }
}