/*Module 1*/
.SFX_no_padding {
    padding: 0px;
}

.SFX_module {
    padding: 10% 0%;
}

.BTN_3 {
    background-color: #377dff;
    color: white;
    border-radius: 20px;
    padding: 11px 20px;
    display: inline-block;
    font-weight: 600;
    width: 150px;
    text-align: center;
}

    .BTN_3:hover {
        cursor: pointer;
    }

#myModal .modal-header {
    padding: 0;
    border-bottom: none;
}

#myModal .modal-content {
    border-radius: 25px;
    min-height: 1070px;
    height: auto;
}

#modal_svg {
    border-radius: 25px;
}

.modal-dialog {
    max-width: 900px;
    width: 100%;
}

.SFX_modal_title {
    top: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    top: -160px;
}

.SFX_modal_title_block {
    height: 250px;
}

.BTN_modal_close_group {
    position: absolute;
    right: 50px;
    top: 20px;
}

    .BTN_modal_close_group td:first-child {
        color: rgba(0, 0, 0, 0.3);
        padding: 0px 10px;
        font-weight: 600;
    }

.BTN_modal_close_button {
    color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 20px 9px;
}

.BTN_modal_close_group:hover {
    cursor: pointer;
}

.SFX_MessageUs {
    padding-bottom: 5%;
}

.SFX_modal_form label {
    color: #959595;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 15px;
}

#selection_1 {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
    background-position: 96% 20px;
    background-size: 20px; /*Position of the background-image*/
}

#selection:focus {
    border: 2px solid #377dff;
}

.custom-select select:hover {
    cursor: pointer;
}

.BTN_form_submit {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    height: 55px;
}

.messageus_BTN_form_submit {
    height: 55px !important;
    font-size: 14px !important;
}

.BTN_form_submit:hover {
    text-decoration: none;
    color: #ffffff !important;
    border-color: #044acc !important;
}

hr {
    border-top: 2px solid #377dff;
}

.SFX_callmeback hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #377dff;
}

.SFX_messageus_title {
    font-size: 30px;
    font-weight: bold;
    color: #003e73;
}

.SFX_messageus_description {
    font-size: 20px;
    padding-left: unset;
}

.SFX_messageus_message > textarea {
    height: 200px;
    width: 100%;
    border: solid 1px #ebebeb;
    border-radius: 20px;
    padding: 3% 3%;
    font-size: 16px;
    font-weight: 400;
}

    .SFX_messageus_message > textarea:focus {
        outline: none !important;
        height: 200px;
        width: 100%;
        border: solid 2px #377dff;
        border-radius: 20px;
        padding: 3% 3%;
    }

.SFX_messageus_info {
    border: solid 1px #03a550;
    border-radius: 20px;
    padding: 15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #03a550;
    background-color: #f1fbf3;
    /*background-image: url('info.png')*/
}

.SFX_messageus_info_close_btn {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #f1fbf3;
    font-size: 20px;
    border-radius: 15px;
    line-height: 0;
    padding: 0px 9px;
    height: 30px;
    width: 30px;
    top: 25%;
    position: relative;
}

    .SFX_messageus_info_close_btn:hover {
        cursor: pointer;
    }

.SFX_messageus_btn_container {
    height: 65px;
}

.SFX_Error li {
    color: #ff0000;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -30px;
    left: 10px;
    display: none;
}

.g-recaptcha {
    display: inline-block;
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.SFX_Recaptcha {
    text-align: center;
}

.SFX_Recaptcha_Container {
    display: inline-block;
}

.SFX_selection-option {
    font-size: 60px;
}

.custom-select > .fa-angle-down {
    position: absolute;
    left: 90%;
    top: 45%;
    font-size: 20px;
    color: #377dff;
}

/*ThankYou POP UP*/

.SFX_no_padding {
    padding: 0px;
}

.BTN_3 {
    background-color: #377dff;
    color: white;
    border-radius: 20px;
    padding: 11px 20px;
    display: inline-block;
    font-weight: 600;
    width: 150px;
    text-align: center;
}

    .BTN_3:hover {
        cursor: pointer;
    }

#thankyou .modal-header {
    padding: 0;
    border-bottom: none;
}

#thankyou .modal-content {
    border-radius: 25px;
    height: auto;
    min-height: 800px;
}

#modal_svg {
    border-radius: 25px;
}

.modal-dialog {
    max-width: 900px;
    width: 100%;
}

.SFX_modal_title {
    top: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    top: -160px;
}

.SFX_modal_title_block {
    height: 250px;
}

.BTN_modal_close_group {
    position: absolute;
    right: 50px;
    top: 20px;
}

    .BTN_modal_close_group td:first-child {
        color: rgba(0, 0, 0, 0.3);
        padding: 0px 10px;
        font-weight: 600;
    }

.BTN_modal_close_button {
    color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 20px 9px;
}

.BTN_modal_close_group:hover {
    cursor: pointer;
}

#thankyou .modal-body {
    padding: 7% 15%;
}

.form-control {
    border-radius: 30px;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    outline: none;
    color: #464646;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
}

.messageus_form-control {
    height: 55px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.form-control:focus {
    border: 2px solid #377dff;
    box-shadow: none;
}

#selection_1 {
    /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
    background-position: 96% 20px;
    background-size: 20px; /*Position of the background-image*/
    border-color: #ebebeb;
}

#selection:focus {
    border: 2px solid #377dff;
}

.custom-select select:hover {
    cursor: pointer;
}

.BTN_form_submit {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    height: 55px;
    margin-top: 40px;
}

hr {
    border-top: 2px solid #377dff;
}

.SFX_ThankYou hr {
    border-top: 1px solid #ebebeb;
    margin-top: 8%;
}

.BTN_ThankYou_close {
    background-color: #fe5f55;
    color: #ffffff;
    border-radius: 30px;
    height: 55px;
    padding-top: 2.5%;
}

    .BTN_ThankYou_close:hover {
        background-color: #ffffff;
        color: #f35f55;
        border-color: #fe5f55;
        border-radius: 30px;
        height: 55px;
        padding-top: 2.5%;
    }

.SFX_ThankYou_Title {
    font-size: 30px;
    font-weight: 600;
    color: #377dff;
    padding: 5%;
}

.SFX_ThankYou_content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0% 10%;
}

.SFX_ThanYou_content2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 5% 15%;
    padding-bottom: 15%;
}

.SFX_ThankYou_content3 {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    padding: 5% 17%;
}

.SFX_ValidationMessage {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
}

.messageus .SFX_Selection_Block {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
}

.messageus .SFX_Selection_Title {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    padding: 10px 30px;
    border: 0px;
    background-color: transparent;
    height: 55px;
    outline: none;
    cursor: pointer;
}

.messageus .SFX_Selection_Button {
    width: 40px;
    height: 40px;
    background-color: #377dff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 7px;
}

    .messageus .SFX_Selection_Button .fa-angle-up {
        display: none;
    }

/*.messageus .SFX_Selection_Block:hover > .SFX_Selection_Button {
    background-color: #fe5f55;
    transform: rotate(180deg);
    transition: 0.8s;
}*/

.messageus .dropdown {
    position: relative;
    display: inline-block;
}

.messageus .dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    z-index: 1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: left;
}

    .messageus .dropdown-content a {
        color: #464646;
        font-size: 16px;
        font-weight: 400;
        color: #464646;
        height: 55px;
        text-decoration: none;
        display: block;
        background-color: #ffffff;
        border: solid 1px #ebebeb;
        padding: 10px 30px;
    }

        .messageus .dropdown-content a:first-child {
            color: transparent;
            text-decoration: none;
            display: block;
            background-color: transparent;
            border: none;
        }

        .messageus .dropdown-content a:last-child {
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            border-bottom: solid 1px #ebebeb;
        }

        .messageus .dropdown-content a:first-child:hover {
            background-color: transparent;
        }

        .messageus .dropdown-content a:hover {
            background-color: #e5e5e5;
        }

/*.messageus .dropdown:hover .dropdown-content {
    display: block;
    border-top: 0px;
}*/

/*.messageus .SFX_Selection_Block:hover {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}*/

.messageus .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.messageus .SFX_Selection_Button .fa,
.fas {
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    padding-top: 13px;
    position: unset;
}

.messageus .SFX_Error {
    padding-top: 95px;
}

@media (max-width: 1040px) {
    .g-recaptcha {
        display: inline-block;
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .custom-select > .fa-angle-down {
        position: absolute;
        left: 90%;
        top: 60%;
        font-size: 20px;
        color: #377dff;
    }

    .SFX_modal_form label {
        font-size: 11px;
    }

    .SFX_Error li {
        font-size: 12px;
    }

    .SFX_Form_Common_Style_form_group_margin_0 {
        margin-bottom: 0px !important;
    }

    .messageus .SFX_Error {
        padding-top: 30px;
    }

    .SFX_messageus_message > textarea {
        height: 200px;
        width: 100%;
        border: solid 1px #ebebeb !important;
        border-radius: 20px;
        padding: 3% 3%;
        font-size: 13px;
        font-weight: 400;
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }

    .SFX_callmeback hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .messageus_BTN_form_submit {
        height: 40px !important;
        font-size: 12px !important;
        margin-top: 30px;
    }

    .messageus .SFX_Selection_Title {
        font-size: 13px;
        height: 40px;
    }

    .messageus .SFX_Selection_Block {
        font-size: 13px;
        height: 40px;
    }

    .messageus .dropdown-content a {
        font-size: 13px;
        height: 40px;
    }

    .messageus .SFX_Selection_Button {
        background-color: unset !important;
        top: 0px;
    }

    .messageus .SFX_Selection_Block:hover .SFX_Selection_Button {
        background-color: unset;
    }

    .messageus .SFX_Selection_Button .fa {
        color: #377dff;
    }

    .messageus_form-control {
        height: 40px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 799px) {
    .SFX_modal_title {
        top: 0;
        color: #ffffff;
        font-size: 5vw;
        font-weight: 600;
        position: relative;
        top: -140px;
    }
}

@media (max-width: 767px) {
    .SFX_messageus_info div {
        display: -webkit-flex;
        justify-content: center;
    }

    .SFX_ValidationMessage {
        height: auto;
        margin: 0px;
    }

    .SFX_messageus_info_close_btn {
        padding: 0;
        margin-right: 10px;
        width: 35% !important; /* override default width */
    }

    .SFX_messageus_info {
        margin: 0;
    }

    .SFX_XS_padding_messageinfo {
        padding: 0;
        padding-bottom: 30px;
    }

    .SFX_MessageUs {
        padding: 0px;
    }
}

@media (max-width: 699px) {
    .SFX_modal_title {
        top: 0;
        color: #ffffff;
        font-size: 5vw;
        font-weight: 600;
        position: relative;
        top: -110px;
    }

    .SFX_modal_title_block {
        height: 210px;
    }
}

@media (max-width: 599px) {
    .SFX_modal_title_block {
        height: 180px;
    }
}

@media (max-width: 499px) {
    .SFX_modal_title {
        top: 0;
        color: #ffffff;
        font-size: 5vw;
        font-weight: 600;
        position: relative;
        top: -60px;
    }

    .SFX_modal_title_block {
        height: 140px;
    }

    .form-control {
        height: 40px;
        font-size: 13px;
    }
}

@media (max-width: 399px) {
    .SFX_modal_title {
        top: 0;
        color: #ffffff;
        font-size: 5vw;
        font-weight: 600;
        position: relative;
        top: -40px;
    }

    .SFX_modal_title_block {
        height: 110px;
    }
}

.SFX_Form_Common_Style_form_group_margin_0 {
    margin-bottom: 0px !important;
}

.SFX_Form_Common_Style_form_control_dropdown_messageUS {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    border: none !important;
}

    .SFX_Form_Common_Style_form_control_dropdown_messageUS > a {
        height: 55px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        padding: 17px 30px !important;
        border: solid 1px #ebebeb;
        border-top: 0px !important;
        width: 100%;
    }

        .SFX_Form_Common_Style_form_control_dropdown_messageUS > a:first-child {
            border: none !important;
        }

@media screen and (max-width: 1040px) {
    .SFX_Form_Common_Style_form_control_dropdown_messageUS > a {
        height: 40px !important;
        font-size: 13px !important;
        padding: 12px 30px !important;
    }
}

@media (max-width: 370px) {
    #messageUs_recaptcha {
        transform: scale(0.98);
        -webkit-transform: scale(0.98);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 360px) {
    #messageUs_recaptcha {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
}

@media (max-width: 350px) {
    #messageUs_recaptcha {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
    }
}

@media (max-width: 340px) {
    #messageUs_recaptcha {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
    }
}

@media (max-width: 330px) {
    #messageUs_recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }
}

@media (max-width: 320px) {
    #messageUs_recaptcha {
        transform: scale(0.82);
        -webkit-transform: scale(0.82);
    }
}

.SFX_Right_Padding_MD {
    padding-right: 50px;
}

@media (max-width: 1040px) {
    .SFX_Right_Padding_MD {
        padding: 0px !important;
    }
}

.messageus_form-control::-webkit-input-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.messageus_form-control:-ms-input-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.messageus_form-control:-moz-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.messageus_form-control::-moz-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.SFX_messageus_message > textarea::-webkit-input-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.SFX_messageus_message > textarea:-ms-input-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.SFX_messageus_message > textarea:-moz-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.SFX_messageus_message > textarea::-moz-placeholder {
    font-size: 10px !important;
    color: #cccccc !important;
}

.SFX_messageus_info_close_btn {
    width: 12.5%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    border: none;
}

.SFX_messageus_info {
    color: white;
    background-color: #00b88a;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 5%;
    font-size: 16pt;
    font-weight: 900;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        /*    max-height: 40px;*/
    }
}

.SFX_XS_padding_messageinfo {
    padding: 60px 50px 0px 50px !important;
}

.dropdown-messageus {
    width: 100%;
}

.dropdown-toggle-messageus {
    width: 100%;
    margin: 8px;
    padding: 20px 25px;
    font-weight: 900;
    font-size: 16pt;
    border-radius: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 30px 40px #00000014;
    height: 75px;
    &:hover, &:active

{
    box-shadow: 0 30px 40px #00000033;
}

&:focus {
    border: none;
}

@media (max-width: 576px) {
    padding: 5px;
}

}

.dropdown-toggle-messageus:hover i {
    color: #377dff;
}

.dropdown-menu-messageus {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #000000e6 !important;
    z-index: 100;
    height: 200%;
    clip-path: inset(0 round 15px);
}

.dropdown-item:hover {
    color: #377dff;
    background-color: unset;
}

.dropdown-menu-messageus .dropdown-item:first-child {
    display: none;
}

.dropdown-toggle-messageus .button-container {
    @media (max-width: 576px) {
        font-size: 14pt;
    }
}

.dropdown-toggle-messageus {
    @media (max-width: 576px) {
        height: auto;
    }
}

.custom-scroll {
    transition: all 0.3s ease;
    border: 5px solid #000000e6 !important;
    border-right: 10px solid #000000e6 !important;
    scroll-behavior: smooth;
}

    .custom-scroll::-webkit-scrollbar {
        background-color: #000000e6;
        width: 8px;
        height: 90%;
    }

    .custom-scroll::-webkit-scrollbar-track {
        width: 0;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 8px;
    }

        .custom-scroll::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;

    @media (max-width: 576px) {
        font-size: 14pt;
    }
}

    .dropdown-item:hover {
        color: #377dff;
        cursor: pointer;
        background-color: unset;
    }

    .dropdown-item.selected {
        color: #aaaaaa;
    }

.custom-label {
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;
}

.SFX_Form_Common_Style_modal_title_block {
    background-color: #ffffff !important;
}

.ra-error {
    background: #ef0008;
    color: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    margin-top: 15px;
    position: relative;
    font-weight: 500;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 12pt;
        padding: 15px;
        border-radius: 15px;
    }

    &::after

{
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ef0008;
    position: absolute;
    top: -9px;
    left: calc(50% - 5px);
}

}

.ra-wrapper {
    margin-bottom: 30px;

    @media (max-width: 992px) {
        margin-bottom: 13px;
    }

    &.error

{
    .ra-card

{
    input

{
    border: 3px solid #ef0008;
}

}
}
}

.ra-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    font-weight: 900;

    @media (max-width: 576px) {
        padding: 20px 15px;
    }

    h5

{
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        margin-bottom: 13px;
    }

    &.label-white

{
    color: #fff;
}

}

.form-control:disabled,
.form-control[readonly] {
    background-color: #9f9f9f;
    opacity: 1;
    color: #fff !important;
}

}

.form-control {
    width: 100%;
    margin-bottom: 0px;
    height: auto;
}

.SFX_pdf_requirement {
    color: #7f7f7f;
}

.form-control {
    width: 100%;
    margin-bottom: 0px;
    height: auto;
}

.SFX_Form_Common_Style_form_control {
    width: 100% !important;
}

.SFX_Form_Common_Style_modal_body {
    padding: 10px 135px 0px 135px !important;
}

.form-control,
.form-control:focus {
    border: none;
    width: 100%;
    margin-bottom: 0px;
    height: auto;
}

.success-icon {
    width: 10%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 3%;
}

.custom-label {
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;
}

.SFX_Form_Common_Style_modal_title_block {
    background-color: #ffffff !important;
    height: 100% !important;
}

.SFX_MessageUs .modal-header {
    margin-top: 10%;
    border-bottom: none !important;
}

.SFX_MessageUs .modal-body {
    padding: 60px 50px 0px 50px !important;
}

@media (max-width: 576px) {
    .SFX_MessageUs .modal-body {
        padding: 30px 5px 0px 5px !important;
    }
}

.messageusTQModal .modal-body {
    padding: 0% 15%;
}

.button-container span {
    text-align: center;
    flex-grow: 1;
}

.button-container i {
    position: absolute;
    right: 10px;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center; /* Center content */
    position: relative;
    width: 100%;
}

.ra-wrapper {
    margin-bottom: 30px;

    @media (max-width: 992px) {
        margin-bottom: 13px;
    }

    &.error

{
    .ra-card

{
    input

{
    border: 3px solid #ef0008;
}

}
}
}

.ra-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    font-weight: 900;

    @media (max-width: 576px) {
        padding: 20px 15px;
    }

    h5

{
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        margin-bottom: 13px;
    }

    &.label-white

{
    color: #fff;
}

}

input {
    text-align: center;
    border: none;
    box-shadow: 0 30px 40px #00000014;
    font-weight: 900;
    font-size: 16pt;
    padding: 20px 25px !important;
    height: 75px;
    max-height: 80px;
    color: #000 !important;
    border-radius: 50px;
    box-sizing: border-box;
    outline: none;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
        max-height: 40px;
    }

    &:focus, &:hover

{
    box-shadow: 0px 30px 40px #00000033;
    outline: none;
    height: 75px;
}

&::placeholder {
    color: #cacaca;
}

&:hover::placeholder {
    color: #cacaca;
}

&:focus::placeholder {
    opacity: 0;
}

}

textarea {
    text-align: left;
    border: none;
    box-shadow: 0px 30px 40px #00000014;
    font-weight: 900 !important;
    font-size: 16pt !important;
    padding: 20px 25px;
    min-height: 40px;
    max-height: none;
    width: 100%;
    overflow: auto;
    resize: none;

    @media (max-width: 991px) and (min-width: 577px) {
        font-size: 16pt;
    }

    @media (max-width: 576px) {
        font-size: 14pt;
    }

    &:focus, &:hover

{
    box-shadow: 0px 30px 40px #00000033;
    outline: none;
    border: none;
}

&::placeholder {
    color: #cacaca;
}

}
}

.BTN_file_upload {
    display: flex;
    align-items: center;
    background-color: #377dff;
    color: #fff;
    border: none;
    position: unset;
    cursor: pointer;
    padding: 3%;
    width: 30%;
    height: 100%;
    justify-content: center;
}

    .BTN_file_upload i {
        margin-left: 5px;
        line-height: normal;
        display: flex;
        align-items: center;
        padding: 0%;
    }

.BTN_file_upload_complete {
    align-items: center;
    position: unset;
    padding: 3%;
    height: 100%;
}

.form-control-wrapper {
    position: relative;
}

.form-control {
    text-align: center;
    border: none;
    box-shadow: 0 30px 40px #00000014;
    font-weight: 900;
    font-size: 16pt;
    padding: 20px 25px;
    max-height: 80px;
    color: #000;
    border-radius: 50px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}

.default-input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    display: inline-block;
}

.dropdown-icon {
    padding: 0;
}

.SFX_Form_Common_Style_form_control_dropdown > a {
    border: 0px !important;
}

.ra-button {
    font-size: 16pt;
    font-weight: 900;
    border: none;
    padding: 20px 25px;
    border-radius: 50px;
    width: 100%;
    background: #377dff;
    color: #fff;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08);
    height: 75px;
    margin-bottom: 10%;
    &:hover

{
    color: #fff;
    background: #0052ea;
}

&:disabled {
    background-color: #d7e5ff;
    cursor: no-drop;
    color: white;
    &:hover

{
    background-color: #d7e5ff !important;
    cursor: no-drop;
    border: none;
    outline: none;
}

}
}

.MessageUs_Main {
    .dropdown-toggle::after

{
    display: none;
}
}
