.form_outer_wrapper {
    background-color: #01263E;
}

.form_outer_wrapper .form_inner_wrapper {
    background-color: #013450;
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 15px;
}

.form_outer_wrapper .form_inner_wrapper .input_wrapper {
    padding: 0 8px;
    margin-bottom: 20px;
    position: relative;
}

.form_outer_wrapper .form_inner_wrapper .w-50 {
    max-width: 50%;
    flex-basis: 50%;
}

.form_outer_wrapper .form_inner_wrapper .w-100 {
    max-width: 100%;
    flex-basis: 100%;
}

.form_outer_wrapper .form_inner_wrapper h2.form_section_title {
    color: #fff;
    font-family: inherit;
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
html[dir="rtl"] .form_outer_wrapper .form_inner_wrapper h2.form_section_title{
     font-size: 24px;
}

.form_outer_wrapper .form_inner_wrapper label {
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: block;
    margin-bottom: 10px;
}

html[dir="rtl"] .form_outer_wrapper .form_inner_wrapper label{
    font-size: 18px;
}

.form_outer_wrapper .form_inner_wrapper .frm-control {
    height: 56px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    width: 100%;
    background-color: #013450;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.form_outer_wrapper .form_inner_wrapper textarea.frm-control {
    min-height: 168px;
}

.form_outer_wrapper .check_box_label {
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.form_outer_wrapper .btn_submit {
    background: #C97D49;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    height: 72px;
    padding: 0 32px;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    margin-top: 24px;
    position: relative;
}

.form_outer_wrapper .form_inner_wrapper .phone_wrapper {
    position: relative;
}

.form_outer_wrapper .form_inner_wrapper .phone_wrapper select {
    position: absolute;
    width: 147px;
    border-right: none;
    font-size: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

html[dir="rtl"] .form_outer_wrapper .form_inner_wrapper .phone_wrapper select {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.form_outer_wrapper .form_inner_wrapper .phone_wrapper input {
    padding-left: 150px;
}

html[dir="rtl"] .form_outer_wrapper .form_inner_wrapper .phone_wrapper input {
    padding-left: 0;
    padding-right: 150px;
}

.form_outer_wrapper .form_check_box_wrapper,
.form_outer_wrapper .form_check_button_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 600px) {
    .form_outer_wrapper .form_inner_wrapper .w-50 {
        max-width: 100%;
        flex-basis: 100%;
    }
}

/*Toastify*/
.toastify {
    border-radius: 4px;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.toastify .toast-close {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.238%2018.004l9.883-9.883c1.172-1.171%201.172-3.071%200-4.243-1.172-1.171-3.07-1.171-4.242%200l-9.883%209.883-9.883-9.882c-1.171-1.172-3.071-1.172-4.243%200-1.171%201.171-1.171%203.071%200%204.243l9.883%209.882-9.907%209.907c-1.171%201.171-1.171%203.071%200%204.242.585.586%201.354.879%202.121.879s1.536-.293%202.122-.879l9.906-9.906%209.882%209.882c.586.586%201.354.879%202.121.879s1.535-.293%202.121-.879c1.172-1.171%201.172-3.071%200-4.242l-9.881-9.883z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-left: 19px;
    margin-right: 19px;
}

.toastify .toast-close img {
    display: none !important;
}

.toastify.warning {
    background: #C97D49 !important;
}

.toastify.success {
    background: #3DC28F !important;
}

/* Loader */
.loader {
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #c97d49c9;
    z-index: 900;
    display: none;
}

/* The spinning circle */
.spinner {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 4px solid #01263E;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}