@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    box-sizing: border-box;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
textarea:focus, input:focus{
    outline: none;
}
.wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper header,
.wrapper .m-footer{
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}
.wrapper {
    height: 450px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.wrapper_progressbar div {
    width: 500px;
}
.progressbar {
    width: 100%;
    height: 6px;
    background: #d9d9d9;
    display: flex;
    flex-direction: row;

}
.progressbar > div {
    background: #a9142d;
    height: 6px;
    width: 0;
    transition-duration: 1s;
    box-shadow: inset 0 2px 9px #ffffff4d, inset 0 -2px 6px rgba(0, 0, 0, 0.4), 0.6px 1.9px 7px 0 rgba(214, 25, 55,  0.5);
}

.m-footer h5{
    margin-top: 0;
}
.slider_track {
    display: flex;
    flex-direction: row;
    transition-duration: 1s;

}
.card_wrapper {
    overflow: hidden;
    position: relative;
    margin-left: -10px;
}
.card {
    width: 219px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 0 10px;
    transition-duration: .3s;
}
.card input{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.card:hover {
    border-color: #d61937;
    transition-duration: .3s;
}
.card h5{
    margin: 20px 5px 10px 5px;
    font-size: 15px;
    font-weight: 300;
}

.card_wrapper .nextBtn, .card_wrapper .prevBtn  {
    width: 45px;
    height: 45px;
    border: 1px solid ghostwhite;
    position: absolute;
    border-radius: 50%;
    top: 45%;
    z-index: 5;
    background-color: #108cf7;
    cursor: pointer;

}
.card_wrapper .nextBtn:before,
.card_wrapper .prevBtn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border: solid 2px #fff;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
    z-index: 2;
}
.card_wrapper .nextBtn:before{
    transform: rotate(225deg);
}
.card_wrapper  .prevBtn {
    left: 0;
}
.card_wrapper  .nextBtn {
    right: 0;
}

input{
    height: 62px;
    padding: 10px 15px;
    font-size: 20px;
    border:1px solid #b6b6b6;
    border-radius: 4px;
}
.m-content h4 {
    font-size: 28px;
    font-family: 'proxim-nova-bold';
    text-align: center;
}
.wrapper .m-footer{
    display: flex;
    flex-direction: row;
}
.m-footer .wrapper_progressbar{
    width: 500px;
}

.m-footer{
    display: flex;
}

.m-footer .nextBtn {
    color:white;
    background: #999;
    box-shadow: 0 3px 10px 0 #999;
    font-size: 16px!important;
    height: 43px;
    z-index: 100;
    padding: 0 16px 0 22px;
    font-weight: 500;
    overflow: hidden;
    line-height: 43px;
    margin-left: 20px;
    border-radius: 30px;
}
.m-footer .nextBtn.active{
    cursor: pointer;
    background: #d61937;
    box-shadow: 0 3px 10px 0 #d61937;
}
.m-footer .nextBtn.disable{
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.button-form-modal-submit{
    width: 100%;
    margin: auto;
    display: none;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    font-family: 'proxim-nova-regular';
    font-size: 15px;
    background-color: #d61937;
    padding: 15px 30px;
    cursor: pointer;
    transition: 0.5s;
}

.formbigmodal .button-form-modal-submit{
    display: block;
}
.m-footer .nextBtn svg{
    width: 15px;
    transform: translateY(3px);

}
.m-footer .nextBtn svg path{
    fill: white;
}

.m-footer .nextBtn.active {
    cursor: pointer;
    box-shadow: 0 3px 20px 0 #d61937;
}
.m-footer .prevBtn svg {
    margin-top: 11px;
    margin-left: 10px;
    width: 20px;
}
.m-footer .prevBtn svg path{
    stroke: darkgrey;
}
.m-footer .prevBtn {
    border-radius: 50%;
    border:1px solid darkgrey;
    width: 43px;
    height: 43px;
    transition: 0.2s;
    cursor: pointer;
}
.m-footer .prevBtn:hover{
    background-color: #a9142d;
    border:1px solid #a9142d;
}
.m-footer .prevBtn:hover path{
    stroke: #fff;
}
.wrapper_buttons {
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-shrink: 0;
}

.m-inner-content{
    overflow: auto;
}

.select_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.select_wrapper .select{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    height: 52px;
    line-height: 50px;
    border: 1px solid darkgrey;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    cursor: pointer;
    transition-duration: .3s;
    position: relative;
}
.select_wrapper .select input{
   height: auto;
   position: absolute;
   left: 14px;
   top: 16px;
   border: 2px solid #999;
}


.select_wrapper .select:hover {
    box-shadow: 0 1px 3px 0 #e6e6e6;
    transition-duration: .3s;
}
.select .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e7e7e7;
    margin: 15px 10px 0 15px;
}
.select h5 {
    margin-top: 18px;
}

@media only screen and (max-width: 767px) {
    .wrapper_buttons{
        width: 180px;
    }
    .m-footer .wrapper_progressbar{
        width: calc(100% - 200px);
    }
    .m-footer{
        padding: 5px 5px;
    }
    .wrapper_progressbar div{
        width: 100%;
    }
    .wrapper{
        height: auto;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .card h5 {
        font-size: 12px;

    }
    .card {
        width: 30%;
        margin: 0 5px;
        height: auto;
        justify-content: space-between;
    }
    .select h5{
        font-size: 12px;
        margin: 0;
    }
    .select_wrapper .select{
        height: auto;
        padding: 10px 10px 10px 30px;
        width: 100%;
    }
    .select_wrapper{
        flex-wrap: wrap;
    }
    .select .checkbox{
        position: absolute;
        top: 0;
        left: 5px;
        bottom: 0;
        margin: auto;
    }
    .select_wrapper .select input{
        left: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 400px) {
    
    .card h5{
        word-break: break-all;
    }
}