.start_box {
    position: relative;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
}
.start_box abbr {
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding-top: 23px;
    color: #fff;
}
.tophead {
    border-radius: 10px 10px 0 0;
    /* background: rgba(41, 108, 157, 1); */
    background: #000;
    font-size: 22px;
}
.monthdiv {
    /* background: rgba(221, 235, 245, 1); */
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.monthdiv h3 {
    text-transform: none;
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: rgb(23, 60, 97);
    font-family: "Open Sans", sans-serif;
}
.monthdiv h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    color: rgb(23, 60, 97);
}
.circle_box {
    background: rgba(254, 96, 96, 1);
    border-style: none;
    border-radius: 56px;
    right: -37px;
    top: -31px;
    z-index: 1;
    width: 112px;
    height: 111px;
    position: absolute;
}
.monthlist {
    border-bottom: 0;
}
.monthlist ul {
    padding: 0;
}
.monthlist li {
    font-size: 16px;
    color: rgb(93, 93, 93);
}
.bt_above_text p {
    font-size: 15px;
    color: rgb(0, 40, 80);
    margin-bottom: 0;
    font-style: italic;
}
.start_box .cta_btn_red {
    font-family: "Open Sans", sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    background: rgba(254, 96, 96, 1);
    margin-top: 10px;
}
.start_box .cta_btn_red:hover {
    background: rgba(241, 73, 73, 1);
}
.bt_above_text {
    position: relative;
}
.bt_above_text::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -11px;
    height: 1px;
    background: #ccc;
    width: 60%;
    margin-left: -30%;
}
.cta_btn_red_n {
    font-family: "Open Sans", sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    background: #d42f2f;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.cta_btn_red_n:hover {
    background: rgba(241, 73, 73, 1);
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .monthlist ul {
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 991px) {
    .start_box {
        width: 80%;
        margin: 30px auto;
    }
    .monthdiv h4 {
        font-size: 13px;
    }
    .monthdiv h3 {
        margin-bottom: 5px;
    }
    .circle_box {
        width: 90px;
        height: 90px;
        right: -27px;
        top: -15px;
    }
    .start_box abbr {
        font-size: 13px;
        line-height: 17px;
        display: block;
        padding-top: 18px;
        color: #fff;
    }
    .tophead {
        font-size: 20px;
    }
    .monthlist li {
        font-size: 15px;
    }
}
.header_top {
    padding: 10px 0;
    position: relative;
}
.back_step {
    color: #000;
    width: 56px;
    display: block;
    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;
}
.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;
}
.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;
}
.btn_select .btn:hover {
    background: #d0dae8;
    border: 1px solid #0F3060;
    box-shadow: 0 0 0px 2px #0F3060;
}
.activebody {
    padding: 0 !important;
}
@media screen and (max-width: 767px) {
    .btn_select .btn {
        margin: 6px 0;
        padding: 9px;
        font-size: 14px;
        line-height: 18px;
    }
}