.rtwbma_prcoess_stpes_btns, .rtwbma_next{
    text-align: center;
}
.notifyjs-wrapper{
    position: static !important;
    width: auto !important;
    height: auto;
    margin: 0 auto;
    min-width: 200px;
}
.notifyjs-container{
    position: static !important;
}
.rtwbma_input_wrapper.isfocus .rtwbma_input_span {
    background-color: #ffffff;
    top: -11px;
}
.rtwbma_apply_coupon{
    background-color: #ef9434 !important;
    color: #ffffff !important;
}
.rtwbma_error_message{
    color: red !important;
}
.rtwbma_input_wrapper.isfocus {
    border-width: 2px;
    border-color: #ef9434;
}
@media screen and (max-width: 767px){
    .rtwbma_step_by_step-nav{
        display: none;
    }
}

/* //////////////////////////////////////////////////////////////// */
.options_name {

    display: none;
}
div#select-button {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #dddddd;
}
div#rtwbma_chevrons {
    position: absolute;
    right: 15px;
    font-size: 12px;
    margin-top: 11px;

}
.option_label {
    display: block;
    transition: 0.3s ease all;

    padding: 5px 5px 5px 20px;
    cursor: pointer;
}
.rtwbma_rotate{
    transform: rotate(180deg);
    /* transition: all 0.7s linear; */
}
.rtwbma_effect1{
    border: 1px solid #ef9434;
    height: 35px;

}


.rtwbma_radio_class {
    display: inline-flex;
    padding: 0 0 0 20px;
    flex-wrap: wrap;

}
.option:hover .option_label
{
    color: #fff;
}
.options_name:hover
{
    top: 0;
    color: white;
    background: #2a1a5e;
}
.rtwbma_select_slide_box {
    /* box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); */
    border: 1px solid #dddddd;
    /* border-top: 0; */

}
.rtwbma_select_box{
    /* border: 1px solid #dddddd; */
    width: 100%;
    display: block;
    box-shadow: none !important;
    padding: 7px 11px 7px 20px !important;
    line-height: 1.4;
    font-size: 16px;
    color: #959292;
    padding: 0 5px;
    cursor: pointer;
    transition: 0.3s cubic-bezier(1,.01,.24,1.3) all;
}
.focus_effect{
    left: 12px;
    position: absolute;
    background: white;
    top: -11px;
    padding: 0 5px !important;
    font-size: 13px;
}

span.rtwbma_select_field {
    padding: 0 5px 0px 5px;

    position: relative;

}
.rtwbma_select_input {
    width: 1em;
    position: absolute;
    height: 21px;
    z-index: 1001;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;

}

input[type=radio]:checked ~ .radio-icon {
    color:  #2a1a5e;
}
input[type=radio]:checked ~ .radio-icon2 {
    color:  #2a1a5e;
    opacity: 1;
}

i.far.selected.fa-dot-circle.radio-icon {
    margin-right: 10px;
}

input[type="radio"]{
    z-index: 1;
}
.rtwbma_input_spans {
    font-weight: 400;
    padding: 0  0 0 20px;
}
.rtwbma-span {
    padding: 0 20px;
}
.rtwbma_flex{
    display: flex;
    border: 0;
}
.radio-icon2 {
    opacity: 0;
    left: 9px;
    top: 1em;
    vertical-align: baseline;
    font-size: 8px;
    position: absolute;
}
.rtwbma_checkbox {
    position: absolute;
    top: 11px;
    left: 70px;
    width: 17px !important;
    height: 17px;
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
}
.check:after{
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #959292;
    box-shadow: 0 1px 2px rgba(194, 56, 56, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
    border-radius: 2px;
}
input[type="checkbox"]:hover ~ .check:after{
    background:#959292;
}
input[type="checkbox"]:checked + .rtwbma_check1 {
    opacity: 1;
    color: white;
}
input[type="checkbox"]:checked ~ .check:after {
    padding: 8px;

    background: #2a1a5e;
    transition: background 0.3s;
}
.rtwbma_check1 {
    position: absolute;
    top: 14px;
    font-size: 9px;
    left: 4.6rem;
    opacity: 0;
    z-index: 1;
}
