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;
}
.set__wrapper_overflow::-webkit-scrollbar{
    display: none;
}
.set__wrapper_overflow .mid-content{
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; */
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
    display: initial;
}
.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: 700;
}
.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){
    #adjustMedi .set__wrapper_overflow {
        padding-top: 0;
    }
    .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: 280px;
    }
    .drug_pill{
        font-size: 16px;
    }
    .thanks__text{
        font-size: 18px;
    }
}



/* PEDIATRIC NEW FLOW css */
.trigger_next, .trigger_back{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #FF7400 ;
    text-decoration: none !important;
}
.trigger_next:hover, .trigger_back:hover, .trigger_next:focus, .trigger_back:focus{
    color: #FF7400 ;
}
.arrow-img{
    max-width: 22px;
}
.text-acent-34{
    color: #34394D !important;
}
.consultation_help_box.pediatric_consultation {
    border-radius: 10px;
    border-color: #2DBDCA;
    border-width: 2px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.consultation_help_box.pediatric_consultation .icon_box,.consultation_help_box.pediatric_consultation .icon_box svg{
    height: 80px;
}
.age_carousel {
    background-color: #2dbdca0d;
    padding: 20px 20px;
    border-radius: 10px;
}
.age_carousel .owl-item {
    text-align: center;
}
.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%; */
    display: flex;
    flex-direction: column;
}
.sub__text{
    font-size: 18px;
    color: #050606;
}
.selectSelectPediatric, .selectDropdownPediatric{
    border: 2px solid #2DBDCA !important;
}
.selectSelectPediatric{
    border-radius: 10px !important;
    height: 45px !important; 
}

.selectSelectPediatric:focus {
    outline: none;
}
.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;
    background-color: #fff;
}
.selectDropdownPediatric .select2-search__field::placeholder{
    color: #B3B3B3;
}
.selectDropdownPediatric .select2-search--dropdown:after, .selectDropdownPediatric .select2-search--dropdown:before, .search-close-manual {
    position: absolute;
    content: '';
    background: url(../images/search-icon.svg) no-repeat;
    height: 21px;
    width: 21px;
    background-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.search-close-manual{
    background: none;
    background-size: 20px;
    left: auto;
    right: 20px;
    cursor: pointer;
}
.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;
}
.pediatric_wrapper .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;
}
.pediatric_wrapper .two_col_grid.patientMust .radioWrap:nth-child(odd) .Rcontainer{
    margin: 10px 0 10px auto !important;
}
.pediatric_wrapper .two_col_grid.patientMust .radioWrap:nth-child(even) .Rcontainer{
    margin: 10px auto 10px 0 !important;
}
.pediatric_wrapper .patientMust .checkmark {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    height: 44px;
    width: 44px;
}
.pediatric_wrapper .patientMust .Rcontainer .checkmark:after {
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    border: 1px solid #2dbdca;
}
.pediatric_wrapper .patientMust .Rcontainer:hover input ~ .checkmark{
    background-color: #fff;
}
/* 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;
}
@media (max-width: 1199.98px){
 
    .select_state_with_search + span{
        min-width: 500px;
    }
    /* .pedia_input{
        min-width: 300px;
    } */
    .pediatric_wrapper .patientMust .Rcontainer{
        max-width: initial;
    }
    .pediatric_wrapper .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, .trigger_back{
        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;
    }
    .pediatric_wrapper .custom_bottom_line-center::after{
        left: 50%;
        transform: translateX(-50%);
    }
    /* .pediatric_wrapper .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;
    }
}
@media (max-width: 767.98px){
    .zipError {
        font-size: 16px !important;
    }
    #adjustMedi{
        height: calc(var(--vh, 1vh) * 100);
    }
    #adjustMedi .main-content-mid {
        margin: auto;
        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;
    }
}
@media (min-width:1800px){
    .trigger_wrapper {
        padding-bottom: 6rem !important;
    }
    .trigger_next, .trigger_back{
        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;
    }
    .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;
    }
    .pediatric_wrapper .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;
    }
   .pediatric_wrapper .title-lg{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .pediatric_wrapper .patientMust .Rcontainer{
        min-height: 86px;
    }
    .pediatric_wrapper .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;
    }
}
.myselfClick, .someoneelseClick {
    border: 1 px solid #2DBDCA;
    background-color: #2DBDCA;
    transition: 0.3s;
}

.myselfClick .icon_box svg, .someoneelseClick .icon_box svg {
    fill: #fff;
    transition: 0.3s;
}

.myselfClick .help_box-title, .someoneelseClick .help_box-title {
    color: #fff;
    transition: 0.3s;
}

.age_carousel_minor:not(.owl-loaded){ 
    opacity: 0; 
}

.select2-container--default .select2-selection--single.selectSelectPediatric .select2-selection__placeholder {
    color: #6E6E6E;
    font-weight: 600;
}
.age_carousel .owl-stage{
    display: flex;
}
.outline-none {
    outline: none;
}
/* new signin */
.inputBox {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
}

.inputBox:focus {
    box-shadow: none;
}

.link-clr {
    color: #2CA6B2;
}

.pediaRadioContainer.patientMust .Rcontainer.Rcontainer-gender {
    min-width: initial;
}