body .gfrm>p:first-child {
    font-size: 30px !important;
    line-height: 1.1 !important;
}

body #formSubmit {
    background: #47acad;
    background-image: -moz-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
    background-image: -webkit-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
    background-image: linear-gradient(to bottom, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
    border-radius: 12px;
    text-align: center;
}

.lhg__img:before {
    background-image: url(/wp-content/uploads/2021/03/logo.png) !important;
}

.validation_message {
    overflow-wrap: break-word;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px 15px !important;
    width: 90% !important;
    border-radius: 2px !important;
    border: 1px solid #e5e5e5 !important;
    margin: 3%;
}

.gfrm {
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #dedede;
    /*overflow: hidden; */
}

textarea#input_1_7 {
    background-color: #fff;
    color: #000;
    height: 100px;
}

input#gform_submit_button_1 {
    background: #1e3c5d;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 2px;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
}

.flag-container {
    margin-left: 8px;
}

input#input_1_5 {
    padding-left: 45px !important;
}

ul.country-list {
    font-size: 16px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    /* padding-top: 56.25%;*/ 
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .video-container {
        max-width: 310px;
    }
}

@media screen and (max-width: 768px) {

    #formSubmit,
    #formSubmitLoader {
        font-size: 18px;
        padding: 13px 20px 16px !important;
        margin-top: -20px;
    }
}

/* #gform_browse_button_1_6 {
        display: none;
    } */
body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 40px;
}

#gform_preview_1_6 strong {
    word-break: break-all;
}

div#gform_preview_1_6 {
    word-break: break-word;
}

/*new VIEW SELECT*/
.gfrm .gform_wrapper .ginput_container .chosen-container .chosen-drop {
    width: 220px;
    border-top: 1px solid #AAA;
}

#conatinerfirstselect {
    width: 50%;
    display: inline-block;
    padding: 0 10px 0 8px;
    position: relative;
}

#conatinerfirstselect:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAAB3RSTlMAAQd0kZfTFU6fUgAAALdJREFUSMeV07ENAkEQQ1ETgFNKoBgk4mvhWkDg9gl254KTZr9w/PUyS//u9oDAOwVfIJydAiAcIBwgHCAcIBwgHCAcIEawIEawIGbQEzPoiQpaooKDSLci2qCIEBEiQkSICBEhIkSEiBARIiB4U7BB8LmLABEgAkSACBABIkAEiAA9T3udgP5ZG1yvA46gAypogQpaYAY9MIMeGMECGMECkAGQAZABkAGQAZABkAGQAdAVAF30537n6JqNXDrd5AAAAABJRU5ErkJggg==);
    position: absolute;
    right: -6px;
    width: 12px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#conatinersecondselect {
    width: 50%;
    display: inline-block;
    padding: 0 18px 0 10px;
}

#conatinersecondselect .chosen-container .chosen-drop {
    right: 0;
    left: unset;
}

.gfrm .gform_wrapper .chosen-container-single .chosen-single {
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
}

.gfrm .gform_wrapper .chosen-container-single .chosen-single div {
    width: 17px;
    height: 17px;
    top: 10px;
}

.gfrm .gform_wrapper .chosen-container-single .chosen-single span {
    color: #000000;
    font-size: 18px;
}

.gfrm .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
}

.gfrm .gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
    padding: 4px 20px 4px 5px !important;
}

@media screen and (max-width: 768px) {
    .gfrm .gform_wrapper select.chosen-select {
        visibility: visible;
        padding: 10px 15px !important;
        border: 1px solid #e5e5e5 !important;
        width: 100% !important;
        height: 46px !important;
    }

    #conatinerfirstselect {
        margin-bottom: 40px;
    }

    #conatinerfirstselect,
    #conatinersecondselect {
        width: 100%;
        padding: 0 18px 0 10px;
    }

    #conatinerfirstselect:before {
        content: "A";
        background: none;
        left: 0;
        top: 50px;
        font-weight: 900;
    }

    #field_1_2 label,
    #field_1_3 label,
    #field_1_4 label,
    #field_1_5 label {
        display: none !important;
    }

    .gfrm>p:nth-child(2) {
        display: none;
    }

    #translateFrom-field .tfl__container,
    #translateTo-field .tfl__container {
        display: block;
    }

    #translateFrom-field .gfield_label,
    #translateTo-field .gfield_label {
        width: 50px;
    }

    #translateFrom-field .ginput_container .tfl__title,
    #translateTo-field .ginput_container .tfl__title {
        width: calc(100% - 5px);
        margin-left: 5px;
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

    #field_1_10 .gfield_label {
        display: none !important;
    }

    #formSubmit {
        display: block;
        font-size: 18px !important;
    }

    #input_1_2,
    #input_1_3,
    #input_1_4,
    #input_1_5 {
        width: 97% !important;
    }

    #input_1_10 {
        width: 100% !important;
        margin: 3% 0 0;
    }

    #gform_1 .gfield input[type="text"],
    #gform_1 .gfield input[type="email"],
    #gform_1 .gfield input[type="tel"],
    #gform_1 .gfield textarea {
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

    .gform_wrapper .gform_footer {
        padding-top: 0;
    }

    #conatinerfirstselect,
    #conatinersecondselect {
        padding: 0 0px 5px 8px;
    }
}

#modal-container-147937 {
    margin-top: 3vh;
}

.modal-backdrop {
    background: #f7f7f7 !important;
    opacity: 0.7 !important;
}

#formSubmit {
    background: #1e3c5d;
    font-size: 30px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

#formSubmitLoader {
    cursor: not-allowed;
    background: #999;
    font-size: 30px;
    padding: 13px 28px 16px !important;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: not-allowed;
    display: flex ;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sectionb {}

#input_1_16 {
    padding: 10px 15px !important;
    width: 90% !important;
    border-radius: 2px !important;
    border: 1px solid #e5e5e5 !important;
    margin: 3%;
}

#gform_wrapper_1 {
    display: block !important;
}

#field_1_10 .ginput_container {
    float: none !important;
}

textarea#input_1_10 {
    height: 100px;
}

#field_1_7 {
    display: none;
}

/*.col-md-4 .lhg__right,.lhg__middle span{ font-style: italic;  }*/
.col-md-4 .lhg__title,
.col-md-4 .lhg__right,
.col-md-4 .lhg__middle {
    font-style: italic;
}

input[type="tel"] {
    padding: 10px 15px !important;
    padding-left: 15px;
    width: 90% !important;
    border-radius: 2px !important;
    border: 1px solid #e5e5e5 !important;
    margin: 3% !important;
}