:root{
    --bg-primary:#5FA2D6;
    --bg-primary-dark:#297bba;
    --bg-secondary:#293450;
    --bg-primary-light:#e0e5f1;
    --bg-secondary-light:#dcf0ff;
}

html{
    scroll-behavior: smooth;
}
/* appointment flow css */
.bg-orange,.btn-topradius-orange,.bg-secondary,.bg-secondary{
    background-color: var(--bg-primary) !important;
    border-color: var(--bg-primary) !important;
}
.btn-topradius-orange:hover,.bg-secondary:hover{
background-color: var(--bg-secondary) !important;
border-color: var(--bg-secondary) !important;
}
.bg-secondary-order{
    border-color: var(--bg-primary) !important;
}
.popup-bg{
    background-image:url('../images/app_contact/c_1.svg') ;
}
.br-10r{
    border-radius: 10rem;
}
.new_condition .banner__wrapper h1 {
    font-size: max(34px, 3.125vw);
    font-weight: 900;
    line-height: max(3.5rem,3.958vw);
}
.banner__wrapper{
    transition: all 0s linear .2s;
}
.banner__wrapper button .banner-btn{
    display: block;
    margin-inline:5px ;
transition: all .2s linear 0s;

}
.banner__wrapper button:hover .banner-btn{
margin-inline: 10px;
}
.contact-path-popup .sub-title{
color: var(--bg-primary);
}
.newHeader__top--listItem .bg-dark-blue{
    background-color: var(--bg-primary-dark) !important;
}
@media (min-width:1920px) {
    .container{
        /* max-width: 70%; */
    }
}
@media (min-width:576px) {
  .section_padding{
      padding: 2rem;
  }
}

@media (min-width:992px) {
    .section_padding{
        padding:3rem 2rem;
    }
}

/* banner-slider */
.feature__slider2.psych-features{
    box-shadow: none;
}

/* condition */
.medical_consultation .catagarie-box.active,.accordion-medical .owl-carousel .button[aria-expanded='true'],.accordion-medical .card-head h2[aria-expanded='true']{
    color: #fff !important; 
    background-color: #5fa2d6;
  }
  .medical_consultation .catagarie-box,.accordion-medical .owl-carousel .button,.accordion-medical .card-head h2{
    border-radius: 10px;
    text-align: center;
    background-color: #f0f0f0;
  }
  .medical_consultation .medical-deseases .medical-fees{
    background-color: #e2f2ff;
  }

  .accordion-medical .owl-theme .owl-nav.disabled + .owl-dots{
    margin: 20px 0 10px;
  }


  /* review */
  .new_highestSection {
    background-color: #edf3f8;
}
.owl_carousel_review .owl-nav{
    top: 115%;
    margin: 0 auto;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
  @media (min-width:768px) {
    
      .new_highestSection .owl-carousel .owl-stage-outer{
          padding: 1rem;
        }
    }
    @media (max-width: 575.2px) {
        .review-section-mob {
            padding-top: unset;
        }
    }

    /* ad */
    .banner-advertisement{
        background: #ddd;
    }
    @media (max-width: 767.5px) {
        
        .banner-advertisement h2, .banner-advertisement h2 a.advertisement-link{
            font-size: 20px;
            line-height: 1.5;
        }
    }


    .credit-subtotal p{
        color:var(--bg-primary-light)
    }
    .credit-subtotal{
        color:var(--bg-primary-dark)
    }
    .new-consulting-box .single_condition_pill .form-check-input {
        width: 25px;
        height: 25px;
        margin-right: 1rem;
    }
    .consultant_modal .header_banner{
        /* margin-bottom: 0; */
        border: 1px solid #DFE1E5;
        box-shadow: 0px 10px 20px 0px #0000001A;
        margin-bottom: 20px;

    }
    .consultant_modal .btn-close-popup{
        top: 30px;
    }
    .imgList .item{
        height: auto !important;
    }
    .newHeader .logo {
        width: 120px;
    }
    .modal_accordian-card .card-head h2[aria-expanded='true']:after{
        filter: brightness(22);
        background-image: url(../images/arrow-down.svg);
    }
    .modal_accordian-card .card-head h2{
        background-color: #F3F4F7;
    }
    @media (max-width:478px) {
        .newHeader .logo {
            width: 90px;
        }
    }
    .medical_consultation .medical-deseases{
        cursor: pointer;
    }


    /* cart design 16-11-23 */
    .cart{
        border: 0;
        background-color: #F2F2F2;
        position: relative;
        z-index:10;
        padding: 5px ;
        border-radius: 50%;
        min-width: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      /* .cart svg{
        width: 25px;
        height: 25px;
      } */
      .cart-count{
        border-radius: 8px;
      background: var(--bg-primary);
      min-width: 16px;
      min-height: 16px;
      color: #FFF;
      font-size: min(max(10px,0.8vw),14px);
      position: absolute;
      top: -5%;
          right: -5%;
      }
    
.cart-overlay{
    position: fixed;
    inset: 0;
   
    display: flex;
    justify-content: end;
    z-index: 999;
    margin-top: 106px;
  background:rgba(34, 34, 34 , 0.4)
  }
  .cart-wrapper{
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    width: 400px;
  }
  .cart-header{
  display: flex;
  border-bottom: 1px solid  #E9E9E9;
  background-color:  rgb(240, 240, 240);
  padding: 10px 15px;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
  }
  .cart-header h5{
    color: #212121;
  /* Text Regular/Bold */
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  }
  .close-cart{
    border: 0 ;
    background-color: transparent;
    padding: 0;
  }
  .cart-body .product-box{
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  padding: 15px;
  border-bottom: 1px solid  #e9e9e9;
  gap: 10px;
  }
  .product-image{
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 8px;
  border: 1px solid #E5E5E5;
  
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .product-name p{
    color:  #212121;
  
  /* Text Caption/Regular */
  /* font-family: Montreux Grotesk Soft; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 5px;
  }
  .product-quantity{
    display: flex;
    align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid var(--black-light, #E9E9E9);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  }
  .product-quantity.disabled{
    
    opacity: 0.5;
  }
  .product-quantity .number{
    font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #212121;
  border-inline: 1px solid var(--black-light, #E9E9E9);
  padding: 5px 10px;
  }
  .product-delete-wraap{
    display: flex;
    align-items: start;
  justify-content: space-between;
  margin-left: auto;
  }
  .product-delete-wraap .producr-price{
    color: var(--black-darker, #212121);
  
    /* Text Caption/Bold */
    /* font-family: Montreux Grotesk Soft; */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    margin: 0 5px;
  }
  .product-delete-wraap .delete{
    border: 0 ;
    background-color: transparent;
    padding: 0;
    line-height: normal;
  }
  .product-delete-wraap .delete:hover svg path{
    fill: red;
  }
  .minus , .plus{
    background-color: transparent;
    padding: 0;
    border: 0;
  }
  .subtotal-wrapper{
    border-radius: 10px;
  background-color:  #212121;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px;
  padding: 10px 15px;
  }
  .subtotal{
    margin: 0;
    font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  }
  .subtotal-ammount{
    margin: 0;
    font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  }
  .feature-wrap{
    border-top: 1px solid  #E9E9E9;
  background:  rgb(240, 240, 240);
  padding: 15px;
  
  }
  .feature-item{
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    gap: 10px;border-radius: 10px;
    margin-top: 12px  ;
    background: #FFF;
    box-shadow: 0px 3px 15px 0px rgba(34, 34, 34, 0.06);
  }
  .btn-add{
    border-radius: 19px;
  background: var(--orange-1-normal, var(--bg-primary));
  color: #FFF;
  
  text-align: center;
  /* font-family: Montreux Grotesk Soft; */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal ;
  text-transform: uppercase;
  }
  .bottom-wrap{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
  .product-scroll{
    max-height: calc(100vh - 340px);
    overflow: auto;
  }
  @media(max-width:768px){
    .cart-overlay{
      margin-top: 85px;
  
    }
    .cart-wrapper{
      width: 100%;
    }
    .subtotal-wrapper{
      background-color: #646464;
    }
  }
  .feature-head{
    color: var(--black-darker, #212121);
  /* font-family: Montreux Grotesk Soft; */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  margin: 0;
  }
  .feature-owl .owl-nav{
  position: absolute;
  top: -18px;
  right: 0;
  display: block;
  transform: unset;
  width: auto;
  }
  .feature-owl .owl-nav button.owl-prev, .feature-owl .owl-nav button.owl-next, .feature-owl button.owl-dot{
    width: auto;
    height: auto;
  }
  .feature-owl .owl-nav button span{
    font-size: unset;
  }
  .new--header .ad-div{
    margin-top: 100px;
  }
  .faqline{
    display: none;
  }
  .medical_consultation .catagarie-box{
    padding: 15px;
  }
  .owl-medical-header .owl-nav{
    top: 40%;
  }
  .btn-primary:hover{
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
  }
  .banner__wrapper-mobile , .faqs-section{
    background-color: #f9f9f9 !important;
  }
  .w-fit-content{
    width: fit-content !important;
  }
  .orange_details-list {
    list-style: square;
    margin-top: 1rem;
    padding-left: 22px;
  }
  .orange_details-list li.list_item{
    padding-left:0 !important ;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .orange_details-list li::marker{
    color: var(--bg-primary);
  }
  .orange_details-list li::before{
    display: none;
  }
  .simple_review .card{
    box-shadow: none;
    border: 1px solid #e8e8ee;
  }
  .faqs-section .card{
    background-color: transparent;
  }
  .modal-header.contact_container {
    color: #212121;
    padding-top: min(max(14px, 1.041vw), 20px);
    box-shadow: 0px 0px 37px #41414124;
    background-color: rgb(40 9 255 / 8%);
  }
  .contact-popup-headar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }
  .contact-popup-headar button.btn-close-icon {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    width: auto !important;
    margin: 0;
    position: unset;
  }
  .contact_flow_modal .contact_container .contact_header a.back-btn {
    position: unset;
    top: unset;
  }
  .contact-title-font {
    font-size: max(18px, 1.25vw);
    margin-top: 0;
  }
  .form-level-contact-us-popup .modal-content {
    border-radius: 26px;
  }
  .contact_container .contact_btn {
    border-radius: 30px;
    color: #212121;
    background-color: #dff5f7;
    outline: none;
    border: 0px;
    font-size: 16px;
    padding: min(max(6px, 0.938vw), 6px) 20px;
    min-width: 230px;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .modal-body.contact_container {
    padding-top: 20px;
    padding-bottom: 10px !important;
  }
  .need_help_popup_w-690 {
    width: 100%;
    max-width: 690px;
  }
  .contact_container .contact_box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(max(10px, 1.042vw), 20px) 20px;
    max-width: 300px;
    margin: 0.5rem;
    box-shadow: 0px 8px 20px #0000000a;
    border: 1px solid #efefef;
  }
  .contact_flow_modal .contact_container .contact_header {
    text-align: left;
    position: relative;
    box-shadow: 0px 0px 37px #41414124;
    background-color: rgb(40 9 255 / 8%);
    padding: 20px 10px;
  }
  .need_help_pre_login_new_existing_user_popup h3,
  .need_help_send_message h3 {
    font-size: max(18px, 1.25vw);
    /* margin-left: 30px; */
    /* padding-top: 10px; */
    margin-top: 0;
  }
  .contact_flow_modal .contact_container .contact_option {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .need-help-br-50 {
    border-radius: 50px !important;
  }
  .contact_option h5 {
    font-size: max(16px, 1.146vw);
  }
  .nee_help_login_form .bg-light--primary,
  .need_help_forgot_password_popup .bg-light--primary,
  .signuptab .bg-light--primary {
    max-width: 368px;
    margin: auto;
  }
  .help-login-form h3,
  .need_help_email_verify_poup h3,
  .need_help_forgot_password_popup h3 {
    font-size: max(18px, 1.25vw);
    margin-left: 0px;
    padding-top: 0px;
    margin-top: 0;
  }
  .modal-fullscreen {
    width: 100%;
    max-width: 1048px !important;
    height: 100%;
    margin: 0 auto;
  }
  .form-level-messaging-board-popup .modal-content {
    max-height: 100%;
    height: 95vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form-level-messaging-board-popup .modal-body {
    height: 100dvh;
  }
  .need-help-messaging-board-responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 85vh;
    border: none;
  }
  .modal.fade .modal-dialog {
    transform: none;
  }
  .modal-header.contact_header {
    color: #212121;
    padding-top: min(max(14px, 1.041vw), 20px);
    box-shadow: 0px 0px 37px #41414124;
    background-color: rgb(40 9 255 / 8%);
  }
  .contact-popup-headar .logo-box {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .leaving_modal .single_condition_pill .form-check {
    display: flex;
    gap: 10px;
  }
  .leaving_modal .single_condition_pill .form-check > * {
    margin: 0;
  }
  .agree-back {
    background-color: #e7e7e7;
    color: #071a23;
    border-radius: 50rem;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
  }
  .agreement_button_design {
    color: #fff !important;
    background-color: var(--bg-primary) !important;
    border-radius: 50rem !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .modal.success-modal .modal-header {
    padding: min(max(22px, 2.083vw), 40px) min(max(20px, 2.083vw), 38px);
  }
  .modal.success-modal .modal-body {
    padding: min(max(24px, 1.82vw), 35px);
  }
  .modal.success-modal .modal-body .btn-grp .button-arrow {
      padding-inline: 10px !important;
      min-width: 200px;
  }
  .modal.success-modal .modal-body .btn-grp {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
  }
  .modal.success-modal .button-arrow {
      border-radius: 50px;
      background-color: var(--bg-primary);
      border-color: var(--bg-primary);
      color: #fff;
      border-radius: 50px;
      border: none;
      text-align: center;
      font-size: min(max(15px, 1.042vw), 20px);
      padding: min(max(12px, 1.042vw), 20px);
      display: inline-block;
      transition: all 0.5s;
      cursor: pointer;
      
  }
  .contact_container .contact_option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hide {
  display: none !important;
}
.bg-light--primary {
  background-color: #EFF5F7;
}
.br-20 {
  border-radius: max(10px, 1.042vw);
  overflow: hidden;
}
.btn-outline-secondary {
  border-color: var(--bg-primary) !important;
  color: var(--bg-primary) !important;
}
.need-help-br-50 {
  border-radius: 50px !important;
}
.need-help-br-50.btn {
  font-size: 16px;
}
.contact_flow_modal .contact_container .form-control {
  border: 1px solid #DEE7E9;
  border-radius: 12px;
  font-size: 14px;
  color: #293450;
  width: 100%;
  box-shadow: none;
  padding: 20px 1rem;
}
.callon-input {
  height: 45px;
}
.contact_flow_modal .contact_container .field-icon {
  float: right;
  margin-left: 0;
  margin-top: -2.1rem;
  position: relative;
  z-index: 2;
  margin-right: 1rem;
  color: #CBCCD0;
}
.contact_flow_modal .contact_container {
    background-color: #ffffff;
    max-height: 767px;
    padding: unset;
    color: #212121;
    border-radius: 20px;
}
.contact_container .contact_box label {
  color: #293450;
  font-size: 18px;
  font-weight: 600;
  padding-left: min(max(10px, 0.781vw), 15px);
}
.contact_container .contact_box p {
  color: #5D6174;
  font-size: 16px;
  font-weight: 500;
  opacity: .8;
  margin-top: min(max(10px, 0.781vw), 15px);
}
@media (min-width: 992px) {
  .w-lg-50-need-help {
      width: 50% !important;
  }
}