@import url('https://fonts.googleapis.com/css2?family=Questrial&amp;display=swap');
.header_top {
    padding: 10px 0;
    position: relative;
}

.back_step {
    color: #ffffff;
    width: 70px;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none !important;
    cursor: pointer;
}
/* 
.back_step img {
    float: left;
    filter: invert(1);
    margin-right: 5px;
    width: 25px;
    height: auto;
} */

.progress_top {
    border-radius: 0;
    height: 7px;
}


.progress_top .progress-bar {
    background-color: #0F3060;
}

.btn_select .btn {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #949494;
    position: relative;
}

.btn_select .btn.active {
    background: #d0dae8;
    border: 1px solid #0F3060;
    box-shadow: 0 0 0px 2px #0F3060;
}

.btn_select .btn input[type="radio"],
.btn_select .btn input[type="checkbox"] {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.btn_text_editor textarea {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #949494;
    position: relative;
    text-align: center;
    resize: none;
    border-radius: 5px;
}

p.para_chl {
    margin-top: 14px !important;
}

p.question-label.question_desc {
    font-size: 14px;
    color: #787777;
}

.questionnaire-form .question-label {
    margin-bottom: 0.8rem;
    color: #696565;
    font-size: 17px;
}

p.para_chl a {
    color: #002850;
    font-weight: 700;
}

.textareaheight textarea {
    padding: 100px 0 80px 0;
}

.next_btn a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    background: rgb(15, 48, 96);
    /* background: linear-gradient(180deg, rgba(15, 48, 96, 1) 0%, rgba(70, 95, 132, 1) 69%, rgba(120, 139, 166, 1) 100%); */
    color: #fff !important;
    display: inline-block;
    padding: 8px 80px;
    border-radius: 50px;
}

.next_btn a:hover {
    background: #0056b3;
    text-decoration: none;
}

.next_btn button {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    background: rgb(15, 48, 96);
    /* background: linear-gradient(180deg, rgba(15, 48, 96, 1) 0%, rgba(70, 95, 132, 1) 69%, rgba(120, 139, 166, 1) 100%); */
    color: #fff !important;
    display: inline-block;
    padding: 8px 80px;
    border-radius: 50px;
    border: 0;
}

.next_btn button:hover {
    background: #0056b3;
    text-decoration: none;
}

.f_h3 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
}
/* h1.f_h3.banner{    background-color: #002850;
    padding: 20px;
    margin-bottom: -30px;
    top: 61px;
    left: 0;
    font-size: 40px;
    line-height: 48px;
    right: 0;
    text-transform: uppercase;
    color: white;} */
.med_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    left: 100px;
    top: 0;
    z-index: -99999;
    opacity: 0;
    background: #fff;
}

.med_pop.active {
    position: relative;
    opacity: 1;
    z-index: 99999;
    left: 0;
}

.med_pop_in {
    position: relative;
    width: 100%;
    height: 100%;
}

.v7_header2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #0F3060;
    margin-top: -50px;
}
/* .header_top_fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header_top_fixed2 {
    overflow: hidden;
    width: 100%;
    background: #002850;
    padding: 20px 0;
    padding-top: 90px;
    margin-bottom: 20px;
}

div#step1, div#step2 {
    padding: 50px 50px !important;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 20px;
} */

.header_top {
    padding: 10px 0;
    position: relative;
}

.back_step {
    color: #000;
    width: 56px;
    display: inline-flex;
    font-family: "Inter", sans-serif;
;
    position: absolute;
    left: 30px;
    top: 20px;
    text-decoration: none !important;
    cursor: pointer;}

.back_step img {
    float: left;
}

.progress_top {
    border-radius: 0;
    height: 7px;
}

.progress_top .progress-bar {
    background-color: #0F3060;
}

.btn_select .btn {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #949494;
    position: relative;
}

.btn_select .btn.active {
    background: #d0dae8;
    border: 1px solid #0F3060;
    box-shadow: 0 0 0px 2px #0F3060;
}

.btn_select .btn input[type="radio"],
.btn_select .btn input[type="checkbox"] {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.btn_text_editor textarea {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #949494;
    position: relative;
    text-align: center;
    resize: none;
    border-radius: 5px;
}

.textareaheight textarea {
    padding: 100px 0 80px 0;
}

.next_btn a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    background: rgb(15, 48, 96);
    /* background: linear-gradient(180deg, rgba(15, 48, 96, 1) 0%, rgba(70, 95, 132, 1) 69%, rgba(120, 139, 166, 1) 100%); */
    color: #fff !important;
    display: inline-block;
    padding: 8px 80px;
    border-radius: 50px;
}

.next_btn a:hover {
    background: #0056b3;
    text-decoration: none;
}
.inpt_dat .input-group-append {
    margin-left: -1px;
    height: 100%;
}
.header_top_fixed2 h1, h1.banner{      font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;color: #fff;    font-family: "Open Sans", sans-serif;}
/* .user_mdh_step {
    padding-top: 100px;
} */
.btn_select .btn:hover {
    background: #d0dae8;
    border: 1px solid #0F3060;
    box-shadow: 0 0 0px 2px #0F3060;
}

.activebody {
    padding: 0 !important;
}

.start_nad_acc {
    margin-top: 30px;
}

.start_nad_acc {
    padding: 16px 23px;
    border: 0;
    margin-bottom: 15px;
}
.user_mdh_step .cta_btn_red_n {
    font-size: 19px;
    width: 220px !important;
}

@media screen and (max-width: 767px) {
    .btn_select .btn {
        margin: 6px 0;
        padding: 9px;
        font-size: 14px;
        line-height: 18px;
    }
}

.med_popstep3 .row_full {
    height: 100vh;
}

.med_popstep3 .header_top_fixed {
    background: #fff;
    display: none;
}

.main_body_bg_div3 .f_h3 {
    color: #fff;
    margin-top: 20%;
}

.med_popstep3 .main_body_bg_div3 p {
    color: #fff;
    margin-top: 20px;
}

.row_h {
    height: 100%;
}

.main_body_bg_div3 .f_h3 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-top: 3vh;
    margin-bottom: 0;
}

.main_body_bg_div3 .f_h3 br {
    display: none;
}

.med_popstep3 .main_body_bg_div3 p.pcontent {
    padding: 0 50px;
    font-size: 30px;
    text-shadow: 1px 3px 4px #000;
    line-height: 36px;
    position: absolute;
    width: 100%;
    bottom: 15vh;
    left: 0;
}

.med_popstep3 {
    background: url(../../images/sermorelin/desktop1.jpg) #111;
    background-size: cover;
    position: fixed !important;
    background-position: top center;
}


.ps-ul {
    font-size: 13px;
    color: #d6a104;
    font-style: italic;
}

input#agree_terms {
    margin: 5px 5px 0 0;
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.inpt_dat {
    display: flex;
}

.inpt_dat .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.inpt_dat .input-group-append .input-group-append-border {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0;
}

@media screen and (max-width: 1199px) {
    .med_popstep3 {
        background: url(../../images/sermorelin/desktop1.jpg) #111431;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main_body_bg_div3 .f_h3 {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .main_body_bg_div3 .f_h3 {
        font-size: 43px;
    }

    .med_popstep3 .main_body_bg_div3 p.pcontent {
        font-size: 24px;
        line-height: 31px;
    }
}

@media screen and (max-width: 767px) {
    .header_top_fixed2 h1 {
        font-size: 1.5rem;
    }
    /* div#step1, div#step2 {
        padding: 40px 30px !important;
        margin: 15px !important;
    } */
    .header_top_fixed2 {
        padding-top: 86px;
        margin-bottom: 8px;
    }
    /* .back_step {
        right: unset;
        left: 14px;
    } */
     
    .med_popstep3 {
        background: url(../../images/sermorelin/mobile1.jpg) #111431;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .main_body_bg_div3 .f_h3 {
        font-size: 38px;
        line-height: 41px;
        margin-top: 10vh;
    }

    .med_popstep3 .main_body_bg_div3 p.pcontent {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        position: absolute;
        width: 100%;
        bottom: 5vh;
    }

    .card-bg-grey {
        text-align: left !important;
        padding-top: 10px !important;
    }
    .under-bar {
        height: 45px !important;
        line-height: 45px !important;
    }
    .gs-container p,
    .gs-container h2 {
        text-align: center;
    }

    .ps-ul {
        font-size: 11px;
    }

    input#agree_terms {
        margin: 2px 5px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .main_body_bg_div3 .f_h3 br {
        display: block;
    }

    .med_popstep3 .main_body_bg_div3 p.pcontent {
        bottom: 28vh;
        padding: 0 20px;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .med_popstep3 {
        background: url(../../images/sermorelin/desktop1.jpg) #111431;
        background-size: cover;
        position: fixed !important;
        background-position: top center;
    }

    .main_body_bg_div3 .f_h3 {
        margin-top: 5vh;
    }
}

@media screen and (min-width: 391px) and (max-width: 391px) {
    .med_popstep3 {
        background: url(../../images/sermorelin/desktop1.jpg) #111431 !important;
        background-size: cover;
        position: fixed !important;
        background-position: top center;
    }

    .main_body_bg_div3 .f_h3 {
        margin-top: 5vh;
    }
}

@media screen and (min-width: 600px) and (max-width: 664px) {
    .med_popstep3 {
        background: url(../../images/sermorelin/desktop1.jpg) #111431 !important;
        background-size: cover;
        position: fixed !important;
        background-position: top center;
    }

    .main_body_bg_div3 .f_h3 {
        margin-top: 5vh;
    }
}
