body {
    font-family: 'Lato', sans-serif;
}
.main__wrapper{
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0 !important;
}
.set__wrapper_overflow{
    flex: 1;
    overflow: auto;
    scrollbar-width: 0;
}
.forms_layout .set__wrapper_overflow{
    flex: 1;
    overflow: initial;
    display: flex;
}
.set__wrapper_overflow::-webkit-scrollbar{
    display: none;
}
.set__wrapper_overflow .mid-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.set__wrapper_overflow .select-option{
    min-width: 550px;
}
.drug_listing{
    max-width: 550px;
    min-width: 550px;
    margin: 0 auto;
}
.title-lg{
    color: #FF8927;
    font: normal normal bold 36px/50px Lato !important; 
}
.title__text{
    color: #000000;
    font-size: 28px;
    font-weight: 900;
}
.custom--row {
    display: flex;
    justify-content: center;
}
.icon_box,.icon_box svg{
    height: 45px;
    text-align: center;
    fill: #2DBDCA;
}
.icon_box {
    display: flex;
    justify-content: center;
}
.help_box-title {
    color: #444444;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 18px;
}
.consultation_help_box {
    padding: 30px 20px;
    border: 1px solid #071A23;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    min-width: 213px;
}
.consultation_help_box:hover{
    border: 1px solid #2DBDCA;
    background-color: #2DBDCA;
    transition: 0.3s;
}
.consultation_help_box:hover .icon_box svg{
    fill: #fff;
    transition: 0.3s;
}
.consultation_help_box:hover .help_box-title{
    color: #fff;
    transition: 0.3s;
}
.custom--row .consultation_help_box:not(:last-child){
    margin-right: 30px;
}
.prescription_details{
    display: flex;
}
.details_desc, .details_heading{
    font-size: 16px;
    font-weight: 700;
}
.details_heading{
    color: #2DBDCA;
    margin-right: 10px;
    display: inline-block;
}
.details_desc{
    color: #6E6E6E;
}
.question__text{
    color: #050606;
    font-size: 20px;
    font-weight: 700;
}
.custom_bottom_line-center{
    position: relative;
    padding-bottom: 14px;
    display: inline-block;
}
.custom_bottom_line-center::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 6px;
    background-color: #2DBDCA;
}
.mid-content {
    padding: 40px;
}
#adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .select-items div:hover, #adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .same-as-selected{
    background-color: transparent;
}
#adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .select-items div{
    border-bottom: 0;
    padding: 6px 16px;
    color: #6E6E6E;
    font-weight: 700;
}
#adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .select-items{
    padding: 6px 0;
    max-height: 245px;
    overflow: auto;
}
#adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .same-as-selected{
    font-weight: 400 !important;
}
.add_comment{
    color: #2DBDCA !important;
    font-weight: 600;
    font-size: 22px;
    text-decoration: underline;
}
.add_comment.active{
    color: #FF8927 !important;
}
.comment__box{
    border: 1px solid #071A23;
    border-radius: 10px;
    padding: 10px;
    display: none;
    min-width: 650px;
    resize: none;
}
.comment__box::placeholder{
    color: #6E6E6E;
    font-weight: 700;
}
.comment__box:focus{
    outline: none;
}
.consultation_cta{
    border: none;
    background-color: #FF8927;
    color: #fff !important;
    border-radius: 50rem;
    padding: 10px 40px;
    font-size: 20px;

}
.consultation_cta:focus, .consultation_cta:active{
    outline: none !important;
    box-shadow: none;
}

.modify_medication_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-left: -8px;
    margin-right: -8px;
}
.modify_medication{
    border: 2px solid #CDCDCD;
    border-radius: 10px;
    padding: 10px;
    /* margin-top: 16px; */
    height: 100%;
}
.drug_type{
    color: #071A23;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.drug_desc{
    font-size: 13px;
    color: #6E6E6E;
}
.drug_name{
    font-weight: 700;
    font-size: 15px;
    color: #2DBDCA;
}
.drug_name.listing_drug_name{
    color: #FF8927;
}
.editable_medication_textarea{
    width: 100%;
    outline: none !important;
    border: 2px solid #CDCDCD;
    border-radius: 5px;
    padding: 8px;
    resize: none;
}
.modify_action_icon{
    height: 14px;
}
.modify_medication_wrapper [class*="col-"]{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
}
.mw-logo{
    max-width: 180px;
}
.drug_pill {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #2DBDCA;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin:10px 10px 0 0;
}
.thanks__text{
    font-size: 16px;
    font-weight: 600;

}
.text-orange-ff{
    color: #FF8927;
}
.text-green-22{
    color: #22CC8E;
}
.color-primary{
    color: #2DBDCA !important; 
}
@media (max-width:991.89px){
    .custom--row {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .custom--row .consultation_help_box{
        margin-right: 0 !important;
        margin-bottom: 15px;
        padding: 22px 20px;
    }
    .title-lg{
        font: normal normal bold 24px/27px Lato !important; 
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .title__text{
        font-size: 23px !important;
        line-height: 30px;
    }
    .mid-content {
        padding: 40px 0;
    }
    .prescription_details{
        flex-direction: column;
        align-items: flex-start;
    }
    .custom_bottom_line-center::after{
        left: 0;
        transform: translateX(0);
    }
    .question__text{
        line-height: 30px;
    }
    .add_comment, .consultation_cta{
        font-size: 18px;
    }
    .comment__box{
        min-width: auto;
        width: 100%;
    }
    #adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .select-selected{
        padding: 12px 16px;
    }
    .set__wrapper_overflow .select-option{
        min-width: auto;
        width: 100%;
    }
    .modify_medication{
        height: auto;
    }
    .modify_medication_wrapper [class*="col-"]{
        padding-left: 0;
        padding-right: 0;
    }
    .modify_medication_wrapper{
        margin-left: 0;
        margin-right: 0;
    }
   
    .bg-img.top {
        height: auto;
        top: 0;
        width: 100%;
    }
    .bg-img.bottom {
        bottom: 0;
        height: auto;
        width: 100%;
    }
    .set_wrapper_mobile{
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mw-logo {
        max-width: 120px;
    }
    #adjustMedi .main-content-mid .container .hightBg.main__wrapper .gray-hrader {
        padding: 15px 20px;
    }
    #adjustMedi{
        width: 100%;
    }
    .drug_pill{
        font-size: 16px;
    }
    .drug_listing{
        width: 100%;
        max-width: auto;
        min-width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1400px){
    .title-lg{
        font: normal normal bold 27px/34px Lato !important; 
    }
}
@media(min-width: 1366px){
    .modify_medication_block{
        padding: 40px 130px;
    }
    .thanks__text{
        line-height: 32px;
        margin-bottom: 0;
    }
}
@media (min-width:1800px){
    .help_box-title {
        font-size: 24px;
        margin-top: 24px;
    }
    .consultation_help_box {
        padding: 40px 30px;
        min-width: 300px;
    }
    .icon_box,.icon_box svg{
        height: 60px;
    }
    .title-lg{
        font-size: 44px !important;
        margin-bottom: 70px !important;
        margin-top: 70px !important;
    }
    .title__text{
        font-size: 34px;
    }
    #adjustMedi .main-content-mid .container .hightBg.main__wrapper .mid-content .select-items{
        padding: 6px 0;
        max-height: 300px;
        overflow: auto;
    }
    .details_desc, .details_heading{
        font-size: 18px;
    }
    .question__text, .add_comment{
        font-size: 24px;
    }
    .consultation_cta{
        padding: 12px 44px;
        font-size: 24px;
        min-width: 220px;
    }
    .drug_type{
        font-size: 16px;
    }
   .drug_name {
        font-size: 18px;
    }
    .drug_desc{
        font-size: 14px;
    }
    .mw-logo{
        max-width: 230px;
    }
    .drug_pill{
        font-size: 16px;
    }
    .thanks__text{
        font-size: 18px;
    }
}



/* PEDIATRIC NEW FLOW css */
.trigger_next{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #FF7400 ;
    text-decoration: none !important;
}
.trigger_next:hover{
    color: #FF7400 ;
}
.arrow-img{
    max-width: 22px;
}
.text-acent-34{
    color: #34394D !important;
}
.consultation_help_box.pediatric_consultation {
    border-radius: 10px;
    padding-top: 45px;
    padding-bottom: 45px;
    border: none;
}
.consultation_help_box.pediatric_consultation.self_consult {
    background-color: #E2FDFF;
}
.consultation_help_box.pediatric_consultation.self_consult .help_box-title{
    color: #2DBDCA;
}
.consultation_help_box.pediatric_consultation.self_consult .icon_box svg{
    fill: #2DBDCA;
}
.consultation_help_box.pediatric_consultation.adult_consult {
    background-color: #FFF3E9;
}
.consultation_help_box.pediatric_consultation.adult_consult .icon_box svg{
    fill: #FF8927;
}
.consultation_help_box.pediatric_consultation.adult_consult .help_box-title{
    color: #FF8927;
}
.consultation_help_box.pediatric_consultation .icon_box,.consultation_help_box.pediatric_consultation .icon_box svg{
    height: 75px;
}
.age_carousel {
    background-color: #2dbdca0d;
    padding: 20px 20px;
    border-radius: 10px;
}
.age_carousel .owl-item {
    text-align: center;
    min-width: 50px;
}
.age_carousel .owl-item .age__wrapper{
    display: inline-block;
    padding: 4px 20px;
    border-radius: 8px;
}
.age_carousel .owl-item.center .age__wrapper{
    background-color: #2DBDCA;
    color: #fff;
}
.age-number{
    font-size: 20px;
}
.main-content-mid .center_content_wrapper{
    height: 100%;
}
.forms_layout .main-content-mid .center_content_wrapper{
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.sub__text{
    font-size: 18px;
    color: #050606;
}
.sub__text-small{
    font-size: 14px;
    line-height: 30px;
}
.selectSelectPediatric, .selectDropdownPediatric{
    border: 2px solid #2DBDCA !important;
}
.selectSelectPediatric{
    border-radius: 10px !important;
    height: 45px !important; 
}
.selectDropdownPediatric .select2-search--dropdown{
    padding: 4px 10px !important;
    position: relative;
}
.selectSelectPediatric .select2-selection__rendered{
    line-height: 40px !important;
    font-size: 16px;
    padding-left: 10px !important;
}

.select_state_with_search + .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #2DBDCA transparent transparent transparent;
    border-width: 8px 8px 0 8px;
        border-radius: 3px;

}
.select_state_with_search + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #2DBDCA transparent;
    border-width: 0 8px 8px 8px;
        border-radius: 3px;

}
.select_state_with_search + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 13px;
}
.select_state_with_search + .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px;
    margin-right: 35px;
}
.selectDropdownPediatric .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #2dbdca;
    color: white;
}
.selectDropdownPediatric .select2-results__option--selectable{
    font-size: 14px;
    padding: 6px 12px;
}
.selectDropdownPediatric .select2-results>.select2-results__options{
    scrollbar-width: 0;
    border-radius: 0 0 10px 10px;
}
.selectDropdownPediatric .select2-results>.select2-results__options::-webkit-scrollbar{
 display: none !important;
}
.selectSelectPediatric.open{
    border-radius: 10px 10px 0 0!important;
    border-bottom: 0 !important;
}
.select_state_with_search + span.select2-container--above span .selectSelectPediatric.open {
    border-bottom-color: #2dbdca !important;
    border-radius: 0px 0px 10px 10px !important;
    border-bottom: 2px solid #2dbdca !important;
    border-top: 2px solid #2dbdca !important;
}
.selectDropdownPediatric.select2-dropdown--above {
    border-bottom:0 !important;
    border-radius: 10px 10px 0px 0px !important;
    border-top: 2px solid #2dbdca !important;
}
.selectDropdownPediatric.select2-dropdown--above .select2-results>.select2-results__options{
    border-radius: 0px !important;
}
.selectDropdownPediatric{
    border-radius: 0 0 10px 10px !important;
    border-top: 0 !important;
}
.selectDropdownPediatric .select2-search__field{
    border: 2px solid #2DBDCA !important;
    border-radius: 6px !important;
    height: 40px;
    padding: 3px 35px;
}
.selectDropdownPediatric .select2-search__field::placeholder{
    color: #B3B3B3;
}
.selectDropdownPediatric .select2-search--dropdown:after, .selectDropdownPediatric .select2-search--dropdown:before {
    position: absolute;
    content: '';
    background: url(../images/pediatric_images/search-icon.svg) no-repeat;
    height: 21px;
    width: 21px;
    background-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
/* .selectDropdownPediatric .select2-search--dropdown:before{
    background: url(../images/pediatric_images/search-icon.svg) no-repeat;
    background-size: 20px;
    left: auto;
    right: 20px;
} */
.lh-36{
    line-height: 36px;
}
.lh-30{
    line-height: 30px;
}
.text-red{
    color: #F93535;
}
.pedia_input{
    padding: 12px;
    border: 2px solid #2DBDCA;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}
.pedia_input:focus{
    outline: none;
}
.pedia_input::placeholder{
    color: #6E6E6E;
}
.forms_layout .patientMust .Rcontainer{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 78px;
    padding-right: 10px;
    margin: 10px auto !important;
    min-height: 70px;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-color: #2DBDCA73;
    color: #071A23;
    background-color: #E2FDFF;
}
.forms_layout .patientMust .Rcontainer.active{
    color: #071A23;
}
.forms_layout .patientMust .Rcontainer.bg-light--orange{
    background-color: #FFF3E9;
}
.forms_layout .patientMust .Rcontainer.bg-light--orange{
    border-color: #FF892759;
}
.forms_layout .patientMust .Rcontainer.bg-light--blue{
    background-color: #E2FDFF;
}
.forms_layout .two_col_grid.patientMust .radioWrap:nth-child(odd) .Rcontainer{
    margin: 10px 0 10px auto !important;
}
.forms_layout .two_col_grid.patientMust .radioWrap:nth-child(even) .Rcontainer{
    margin: 10px auto 10px 0 !important;
}
.radioWrap[class*=col-] {
    padding: 0 10px;
}
.forms_layout .patientMust .checkmark {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    height: 44px;
    width: 44px;
}
.forms_layout .patientMust .Rcontainer .checkmark:after {
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 3px;
    border: 1px solid #2dbdca;
    display: block;
}
.forms_layout .patientMust .Rcontainer input:checked ~ .checkmark:after{
    animation: scaleAnim 0.2s ease-in-out forwards;
}
@keyframes scaleAnim {
    from{
        transform: translate(-50%, -50%) scale(0);
    }
    to{
        transform: translate(-50%, -50%) scale(1);
    }
}
.forms_layout .patientMust .Rcontainer:hover input ~ .checkmark{
    background-color: #fff;
}
.forms_layout .patientMust .Rcontainer.bg-light--orange.active{
    background-color: #FFF3E9;
    color: #071A23;
}
.forms_layout .patientMust .Rcontainer.bg-light--blue.active{
    background-color: #E2FDFF;
    color: #071A23;
}
/* pediatric modal */
.pediatric_modal_content{
    box-shadow: none;
    border: none;
    border-radius: 10px;
}
.pediatric_modal_content .text-acent {
    color: #071A23 !important;
}
.pediatric_modal_content .text-lg {
    font-size: 18px;
}
.pediatric_modal_content .modal-body {
    padding: 40px 25px;
}

.pediatric_modal_content .text-md {
    font-size: 15px;
}
.pediatric_modal_content .text-primary {
    color: #2DBDCA !important;
}
 .pediatric_modal_content .cta-secondary {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 20px;
    color: #FFFFFF;
}
.pediatric_modal_content .cta-secondary {
    background-color: #FF7909;
}
.pediatric_modal_content .text-light-blue {
    color: #6172B6 !important;
}

.modal-dialog-pedia{
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-backdrop{
    background-color: #34394D;
}
.label--small{
    font-size: 13px;
}
.agree_secondary{
    background-color: #FF8927;
    color: #fff !important; 
    font-size: 18px;
    padding: 12px 40px;
    font-weight: 600;
}
@media (max-width: 1199.98px){
 
    .select_state_with_search + span{
        min-width: 500px;
    }
    /* .pedia_input{
        min-width: 300px;
    } */
 
    .forms_layout .patientMust{
        margin-left: 0;
        margin-right: 0;
    }
  
}
@media (max-width: 991.89px){
    .return-bg-blue:after{
        content: none;
    }
    .main-content-mid{
        background-color: #dceef0;
    }
    .mid-content img.msg {
        max-width: 4rem;
    }
    .mid-content img.msg.icon-lg{
        max-width: 100px;
    }
    .trigger_next{
        font-size: 18px;
    }
    .pediatric-custom-row .consultation_help_box.pediatric_consultation .icon_box, .consultation_help_box.pediatric_consultation .icon_box svg{
        height: 56px;
    }
   .pediatric-custom-row .consultation_help_box.pediatric_consultation{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pediatric-custom-row .consultation_help_box{
        min-width: 195px;
    }
    .forms_layout .custom_bottom_line-center::after{
        left: 50%;
        transform: translateX(-50%);
    }
    /* .forms_layout .custom_bottom_line-center{
        padding-bottom: 0;
    } */
    .patientMust .Rcontainer {
        margin: 8px auto !important;
    }
    #adjustMedi .main-content-mid .container .hightBg .gray-hrader{
        border-radius: 10px;
    }
    .modal-dialog-pedia.modal-dialog-small{
        max-width: 400px;
    }
    .agree_secondary{
        padding: 12px 20px;
    }
    .sub__text-small{
        line-height: 18px;
        font-size: 13px;
    }
    .forms_layout .patientMust .Rcontainer{
        max-width: initial;
    }
}
@media (max-width: 767.98px){
    #adjustMedi{
        height: calc(var(--vh, 1vh) * 100);
    }
    #adjustMedi .main-content-mid {
        margin: auto 0;
        height: 100%;
    }
    #adjustMedi .main-content-mid .container{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .main__wrapper{
        height: calc(100% - 100px);
        min-height: auto !important;
        width: 100%;
    }
    .bg-img{
        height: 50px !important;
    }
}
@media (max-width: 576px){
    .select_state_with_search + span{
        min-width: auto;
        width: 100% !important;
    }
    .pedia_input{
        width: 100%;
    }
    .modal-dialog-pedia{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px){
    .select_state_with_search{
        width: 40%;
        margin: auto;
    }
    .w-lg-50{
        width: 50% !important;
    }
    .w-lg-75{
        width: 75% !important;
    }
    /* .pedia_input{
        min-width: 400px;
    } */
    .pediaRadioContainer{
        width: 100%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    .mid-content img.msg {
        max-width: 67px;
    }
    .mid-content img.msg.icon-lg{
        max-width: 100px;
    }
    .modal-dialog-pedia.modal-dialog-small{
        max-width: 400px;
    }
    #adjustMedi.forms_layout .main-content-mid .container .hightBg .gray-hrader{
        padding: 20px 30px;
    }
}
@media (min-width:1800px){
    .trigger_next{
        font-size: 28px;
    }
    .arrow-img{
        max-width: 28px;
    }
    .consultation_help_box.pediatric_consultation {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mid-content{
        justify-content: center;
    }
    .sub__text {
        font-size: 23px;
    }
    .sub__text-small{
        font-size: 18px;
        line-height: 36px;
    }
    .selectDropdownPediatric .select2-results__option--selectable, .selectSelectPediatric .select2-selection__rendered{
        font-size: 18px;
    }
    .age-number {
        font-size: 24px;
    }
    .pedia_input{
        font-size: 20px;
        min-width: 500px;
    }
    .forms_layout .patientMust .Rcontainer{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 85px;
        /* margin: 15px auto !important; */
        min-height: 86px;
        font-size: 20px;
        display: flex;
        align-items: center;
    }
   .forms_layout .title-lg{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .forms_layout .patientMust .Rcontainer{
        min-height: 86px;
    }
    .forms_layout .patientMust .checkmark {
        left: 20px;
    }
    .mid-content img.msg {
        max-width: 84px;
    }
    .mid-content img.msg.icon-lg{
        max-width: 120px;
    }
    .lh-xl-36{
        line-height: 36px;
    }
    .modal-dialog-dashboard.modal-dialog-small{
        max-width: 480px;
    }
    .pediatric_modal_content .text-md {
        font-size: 18px;
    }
    .label--small{
        font-size: 15px;
    }
    #adjustMedi.forms_layout .main-content-mid .container .hightBg .gray-hrader {
        padding: 30px 30px;
    }
}



/* signup login css */
body{
    background-color: #dceef0;
}
.forms_layout{
    height: 100vh;
    display: flex;
    flex-direction: column;
}
#adjustMedi.forms_layout .main-content-mid{
    height: auto;
}
/* .forms_layout .signup_row{
    display: flex;
    height: 100%;
} */
.forms_layout .main__wrapper{
    height: auto;
    position: relative;
    /* padding: 25px 0 !important; */
}

.input_wrapper{
    background-color: #fff;
}

/* .left_side_wrap::after{
    position: absolute;
    content: '';
    right: 0;
    height: 100%;
    background-color: #fff;
    width: 28%;
    top: 0;
    z-index: -1;
} */
.logo_img {
    max-width: 150px;
}
.patient_graphics img{
    max-width: 230px;
}
.login_signup_wrapper .center-content-title{
    font-size: 24px;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 800;
}
.login_signup_wrapper .bottom-line:after{
    height: 1.5px;
    width: 65px;
}
.login_signup_wrapper input::placeholder,.login_signup_wrapper select::placeholder  {
    color: #AFAFAF;
}
.login_signup_wrapper input, .login_signup_wrapper select{
    border-color: #C7C7C7;
    border-width: 2px;
    height: 50px;
}
.login_signup_wrapper select{
    font-size: 16px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.login_signup_wrapper .has-placeholder {
    color: #AFAFAF;
}
.login_signup_wrapper .input-icon,.login_signup_wrapper .password-icon{
    bottom: 18px;
}
.login_signup_wrapper .form-group {
    margin-bottom: 20px;
}

.cta--login {
    font-size: 16px;
    padding: 12px 50px;
}
.cta--secondary{
    background-color: #FF7500 !important;
    border-color: #FF7500 !important;
}
.cta--secondary:hover, .cta--secondary:focus,.cta--secondary:active{
    border-color: #ff7500e8  !important;
    background-color: #ff7500e8  !important;
}
.login_action{
    font-size: 18px;
    color: #707070;
}
.text--secondary{
    color: #FF7500;
}
.text--secondary:hover, .text--secondary:focus, .text--secondary:active{
    color: #ff7500e8;
}
.login_agreement{
    color: #444;
    font-size: 12px;
    text-align: left;
}
.done_icon{
    line-height: 25px;
}
.login_signup_bg_img .bg-img{
    height: 90vh;
    top: 50%;
    transform: translateY(-50%);
}
.doctor_login_img.patient_graphics{
    padding-left: 0;
}
.doctor_login_img.patient_graphics img{
    max-width: 170px;
}
/* pedia flow changes */
.custom__progressbar .progress {
    height: 14px;
    overflow: hidden;
    background-color: #FFE7D3;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;

}
.custom__progressbar .progress::after {
    content: none;
}
.custom__progressbar .progress .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FF8927;
    border-style: initial;
    border-color: #FF8927;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 20px;
}
.bg-light--orange{
    background-color: #FFF3E9;
}
.bg-light--blue{
    background-color: #E2FDFF;
}
.recommend_label {
    top: 0;
    right: 15px;
    background-color: #071A23;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 0 0 12px 12px;
}

.caregiver_block .age_carousel{
    padding: 10px 10px;
}
.caregiver_block .age_carousel .owl-item .age__wrapper{
    padding: 2px 15px;
}
.caregiver_block .age-number{
    font-size: 15px;
}
.male_icon{
    position: absolute;
    bottom: 0;
    right: 25px;
}
.male_icon img{
    max-height: 55px;
}
/* .hide-arrow{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
} */
.hide-arrow::after{
    content: none;
}
@media (max-width: 1199.98px){
    #adjustMedi .main-content-mid .container .hightBg{
        min-height: auto;
    }
    .return-bg-blue:after{
        content: none;
    }
    .forms_layout .container{
        width: 100%;
        margin: 0;
        padding: 0;
        align-items: flex-start !important;
    }
    #adjustMedi.forms_layout .main-content-mid{
        background-color: #fff;
        width: 100%;
    }
    #adjustMedi.forms_layout .main-content-mid .container, .forms_layout .main__wrapper{
        height: 100%;
    }
    .forms_layout .main__wrapper{
        padding: 15px 0 !important;
   }
    .forms_layout .main__wrapper.login_signup_wrapper {
         padding: 25px 0 !important;
    }
    #adjustMedi.forms_layout .left_side_wrap{
        background-color: #dceef0;
    }
    .custom__progressbar .progress{
        height: 10px;
    }
    .lh-30 {
        line-height: 25px;
    }
    .doctor_login_img.patient_graphics{
        text-align: center;
    }
    .done_icon{
        line-height: normal;
    }
    .login_agreement{font-size:14px}
}
@media (min-width: 576px) {
    .w-sm-65{width: 65% !important;}
}
@media (min-width: 768px){
    .patient_graphics img {
        max-width: 280px;
    }
    .logo_img {
        max-width: 320px;
    }
    .doctor_login_img.patient_graphics img{
        max-width: 250px;
    }
    .done_icon{
        line-height: 25px;
    }
    .login_agreement{font-size:12px}
}
@media (min-width: 992px){
    .patient_graphics img {
        max-width: 340px;
    }
    .logo_img {
        max-width: 320px;
    }
}
@media (min-width: 1200px){
    .forms_layout .main-content-mid, .forms_layout .container{
        height: 100%;
    }
    .signup_wrapper .container{
        width: 80% !important;
    }
    .left_logo_wrap {
        padding: 18% 40% 0 0;
    }
    .left_side_wrap{
        height: 100vh;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #adjustMedi .main-content-mid .login_signup_wrapper{
        padding: 16% 50px !important;
        justify-content: center;
    }
    .login_signup_wrapper::after {
        display: block;
        position: absolute;
        content: '';
        right: 100%;
        background-color: #fff;
        width: 32%;
        z-index: -1;
        height: 100%;
        top: 0;
    }
    .patient_graphics {
        padding-left: 5%;
    }
    .logo_img, .patient_graphics img {
        max-width: 100%;
    }
    .cta--login{
        font-size: 18px;
    }
    .login_agreement{
        font-size: 15px;
        line-height: 24px;
    }
    .login_signup_wrapper .center-content-title{
        font-size: 28px;
        padding-bottom: 8px;
        width: 100%;
    }
    .login_signup_wrapper .bottom-line:after{
        width: 84px;
    }
    .login_signup_wrapper .input-icon,.login_signup_wrapper .password-icon{
        bottom: 20px;
    }
    .w-xl-35{
        width: 35% !important;
    }
    .w-xl-50{
        width: 50% !important;
    }
    .doctor_login_img.patient_graphics img{
        max-width: 330px;
    }
    .doctor_login_img.patient_graphics.doctor_signup_img img{
        max-width: 430px;
    }
}
@media (min-width: 1920px){
    .login_signup_wrapper .callon-input-wrapper input{
        font-size: 21px;
        padding-bottom: 30px;
        padding-left: 40px;
        border-width: 2.5px;
    }
    .login_signup_wrapper select {
        border-width: 2.5px;
        height: auto;
        padding-bottom: 20px;
        font-size: 21px;
        padding-left: 40px;
    }
    .login_signup_wrapper .center-content-title {
        font-size: 31px;
    }
    .login_signup_wrapper .input-icon img{
        max-width: initial;
        max-height: initial;
        width: 25px;
    }
    .login_signup_wrapper .form-group {
        margin-bottom: 40px;
    }
    .login_signup_wrapper .input-icon, .login_signup_wrapper .password-icon{
        bottom: 25px;
    }
    .login_signup_wrapper .center-content-title{
        margin-bottom: 45px;
    }
    .cta--login {
        font-size: 22px;
        padding: 14px 55px;
    }
    .login_action {
        font-size: 23px;
    }
    .login_agreement{
        font-size: 18px;
        text-align: left;
        margin-left: 6px;
    }
   .forms_layout .toggle-password{
        font-size: 25px;
    }
    .male_icon img{
        max-height: 70px;
    }
    .doctor_login_img.patient_graphics.doctor_signup_img img, .doctor_login_img.patient_graphics img {
        max-width: 100%;
    }
}


/* General medical question css */
.conset_text{
    color: #071A23;
    font-size: 18px;
}
.check-container.common_checkbox .checkmark {
    top: 20px;
    height: 32px;
    border: 2px solid #2DBDCA;
    width: 32px;
    background-color: transparent;
}
.check-container.common_checkbox input:checked~.checkmark{
    background-color: #2DBDCA;
}
.check-container.common_checkbox .checkmark:after {
    top: 43%;
    width: 10px;
    height: 18px;
    border-width: 0 4px 4px 0;
    border-radius: 1px;
}
.check-container.common_checkbox{
    padding-left: 48px;
    line-height: 28px;
}

.general_que_condition .allergy_search_wrapper .add-condition-input, .general_que_condition .allergy_search_wrapper.active .add-condition-input{
    border-color: #2DBDCA !important;
    border-width: 2px;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 40px;
}
.general_que_condition .allergy_search_wrapper{
    box-shadow: none;
}
.general_que_condition .allergy_search_wrapper.active .add-condition-input{
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.general_que_condition .allergy_search_wrapper.active{
    border-radius: 10px;
}
.general_que_condition .medical-condition-result{
    border: 2px solid #2DBDCA !important;
    border-radius: 0 0 10px 10px;
    border-top: 0 !important;
    box-shadow: none;
    padding-left: 40px;
}
.general_que_condition .result__list{
    font-size: 14px;
    color: #6E6E6E;
}
.general_que_condition .result__list:hover{
    background-color: transparent;
}
.general_que_condition .search-small{
    height: 20px;
}
.forms_layout .pill-item {
    background-color: #FFF3E9;
    border: 1px solid #FF8927;
    padding: 6px 8px 6px 12px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.patientMust.radio_xl .Rcontainer{
    max-width: 365px;
}
.textarea_wrap_sm{
    max-width: 708px;
    margin: auto;
}
.other__textarea {
    border-radius: 10px;
    border-color: #2DBDCA;
    color: #071A23;
    font-size: 16px;
}
.other__textarea::placeholder{
    color: #071A23;
}
.other_text_wrap{
    display: none;
}
.forms_layout .patientMust .Rcontainer.opacity_down{
    opacity: 0.4;
}
.general_que_check.check-container.common_checkbox{
    padding-left: 52px;
    line-height: 28px;
    min-height: 52px;
    background-color: #FFF3E9;
    display: flex;
    align-items: center;
    border: 1px solid #FF892759;
    border-radius: 10px;
    font-size: 16px;
    /* margin: 10px auto !important; */
}
.general_que_check.check-container.common_checkbox .checkmark{
    top: 50%;
    height: 28px;
    width: 28px;
    background-color: #fff;
}
.general_que_check.check-container.common_checkbox .checkmark::after{
    width: 9px;
    height: 16px;
}
.dropdown_wrap.active .general_que_check.check-container.common_checkbox{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}
.dropdown_wrap {
    /* border: 1px solid #FF892759; */
    border-radius: 10px;
    margin: 10px auto !important;
    background-color: #FFF3E9;
    position: relative;
}
.dropdown_wrap.active{
    border-radius: 10px 10px 0 0;
}
.dropdown_menu_conditions{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #FF892759;
    border-top: 0;
    background-color: #FFF3E9;
    border-radius:0 0 10px 10px;
    z-index: 1;
    display: none;
    max-height: 120px;
    overflow-y: auto;
}
.down__arrow{
    display: none;
}
.dropdown_wrap.active .dropdown_menu_conditions, .dropdown_wrap.active .down__arrow{
    display: block;
    transform: rotate(360deg);
}
.text-danger-f9{
    color: #F92121;
}
.dropdown_menu_conditions .general_que_check.check-container.common_checkbox{
    min-height: auto;
    background-color: transparent !important;
    border: none;
    margin: 10px 0;
}
.dropdown_menu_conditions .general_que_check.check-container.common_checkbox .checkmark{
    border-color: #FF8927;
}
.dropdown_menu_conditions .check-container.common_checkbox input:checked~.checkmark{
    background-color: #FF8927;
}
.inner-options-textarea{
    display: none;
}
.inner-options-textarea .other__textarea{
    border-radius: 5px;
}
@media (min-width: 1920px){
    .conset_text{
        font-size: 24px;
    }
    .check-container.common_checkbox{
        line-height: 36px;
    }
    .check-container.common_checkbox .checkmark {
        top: 22px;
    }
    .w-xxl-35{
        width: 35% !important;
    }
    .general_que_condition .allergy_search_wrapper .add-condition-input, .general_que_condition .allergy_search_wrapper.active .add-condition-input{
        font-size: 16px;
    }
    .general_que_condition .medical-condition-result ul{
        max-height: 150px;
    }
    .general_que_condition .input_with--icon{
        left: 13px;
    }
    .patientMust.radio_xl .Rcontainer{
        max-width: 440px;
    }
    .other__textarea {
        font-size: 18px;
    }
    .textarea_wrap_sm{
        max-width: 790px;
    }
    .general_que_check.check-container.common_checkbox{
        min-height: 60px;
        font-size: 20px;
        padding-left: 60px;
    }
    
}
