body{
    font-family: 'Poppins', sans-serif;
}
.page-wrap{
    min-height: 100vh;
    height: 100%;
    background: #E63C2D;
}
/*.red-bg{
    background: #E63C2D;
}*/
.content-wrap{
    border-top-left-radius: 35px;
    background: #ffffff;
    padding: 55px 8% 55px 15%;
    height: 100%;
}
.robot-wrap{
    position: relative;
}
.robot-wrap img{
    position: absolute;
    bottom: 0;
    right: -78%;
    width: 160%;
}
.logo-wrap img{
    width: 55px;
    margin-bottom: 25px;
}
.heading{
    font-size: 32px;
    font-weight: 700;
    color: #242731;
    margin-bottom: 16px !important;
}
.text-para{
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #575F6E;
}
.form-wrap{
    margin-top: 30px;
}
.form-label{
    font-size: 14px;
    font-weight: 400;
    color: #242426;
    margin-bottom: 6px !important;
}
.form-control, .form-select{
    font-size: 17px;
    border: 1px solid #E2E4E5;
    border-radius: 100px;
    padding: 7px 18px;
    color: #242426;
}
.input-group-text{
    border: 1px solid #E2E4E5;
    border-radius: 100px;
    padding: 7px 15px 7px 18px;
    border-right: none;
    background: transparent;
}
.input-group-text img{
    width: 18px;
}
.form-control.with-icon{
    border-left: none;
    padding: 7px 18px 7px 0;
}
.form-control:focus, .form-select:focus {
    color: #242426;
    border-color: #E63C2D;
    outline: 0;
    box-shadow: none;
}
.form-control.with-icon:focus {
    border-color: #E2E4E5;
}
.form-control::-webkit-input-placeholder {
    color: #242426;
}
.form-control:-ms-input-placeholder {
    color: #242426;
}
.form-control::placeholder {
    color: #242426;
}
.form-group{
    margin-bottom: 30px;
}
.form-mar{
    margin: 0 -14px;
}
.form-pad{
    padding: 0 14px;
}
.btn-wrap{
    text-align: right;
    padding-top: 20px;
}
.btn-danger{
    font-size: 14px;
    font-weight: 500;
    padding: 7px;
    min-width: 100px;
    border-radius: 50px;
}
.btn-danger.red-bg{
    border: 1px solid #E63C2D;
    background: #E63C2D;
    color: #ffffff;
    transition: .4s;
}
.btn-danger.red-bg:hover, :focus{
    box-shadow: none;
    background: #ffffff;
    color: #E63C2D;
}
.btn-danger.gray-bg{
    border: 1px solid #D5D5D5;
    background: transparent;
    color: #D5D5D5;
    transition: .4s;
    position: relative;
}
.btn-danger.gray-bg.active{
    border: 1px solid #E63C2D;
    color: #E63C2D;
}
.btn-danger.gray-bg input{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}
/*.btn-danger.gray-bg:hover, :focus{
    border: 1px solid #D5D5D5;
    background: transparent;
    color: #D5D5D5;
    transition: .4s;
}*/
.modal-heading{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.modal-text{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.done-btn{
    margin-top: 24px;
    text-align: center;
}
.modal-body{
    padding: 0;
}
.modal-body .text-wrap{
    padding: 0 30px 40px;
}
.modal-img{
    width: 100%;
}
.opacity-1{
    opacity: 1 !important;
    background-color: #00000075;
}
.opacity-0{
    opacity: 0 !important;
}
.error{
    font-size: 12px;
    color: #E63C2D;
    display: block;
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 767.98px) {
    .content-wrap{
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 55px 10%;
        margin-top: 10%;
    }
    .heading{
        font-size: 28px;
    }
    .text-para{
        font-size: 15px;
    }
    .form-control, .form-select{
        font-size: 16px;
    }
    .btn-danger{
        font-size: 13px;
        min-width: 100px;
        border-radius: 50px;
    }
    .modal-heading{
        font-size: 25px;
    }
    .modal-text{
        font-size: 14px;
    }
}