/* FORM */
.include-form {
    padding: 0 10px 10px;
    margin-top: 0;
    border: none;
    position: relative;
    z-index: 1;
}

/* 
.form-sec-content::after {
    content: "";
    position: absolute;
    background: linear-gradient(360deg, #4f5e4a -20%, transparent 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.form-section .btn-close:focus {
    box-shadow: none;
}

.form-section strong {
    color: #494f5d;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
}

.form-section strong::after {
    content: "";
    position: absolute;
    background: #ff6612;
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-40%);
}

.form-section strong span {
    color: #4f5e4a;
}

.modal-header {
    z-index: 1;
}

.include-form .form-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
}

.include-form .form-content .form-detail {
    width: 49%;
}

.modal-dialog .modal-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.include-form .form-content .form-detail input,
.include-form .form-content .form-detail .query-select,
.include-form .form-field input,
.form-field textarea {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #cbcaca;
    border-radius: 5px;
    font-size: 12px;
    color: #989595;
}

.include-form .form-content label,
.form-field label {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
    padding-bottom: 6px;
}

.include-form .form-content .form-detail input:focus,
.include-form .form-content .form-detail .query-select:focus,
.include-form .form-field input:focus,
.form-field textarea:focus {
    outline: none;
}

.include-form .form-field input [type='email'] {
    font-size: 12px;
    color: #989595;
}

.include-form .form-field {
    padding-top: 0px;
}

.include-form .form-content .form-detail input::placeholder,
.include-form .form-content .form-detail input,
.include-form .form-content .form-detail .query-select,
.include-form .form-field input::placeholder,
.form-field textarea::placeholder {
    font-size: 12px;
    color: #989595;
}

.include-form .form-field.submit-btn {
    margin-top: 10px;
}

.include-form .form-field.submit-btn input {
    padding: 10px 0;
    background: #4f5e4a;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    border: none;
    font-weight: 600;
}

.include-form .form-detail label span,
.form-field label span {
    color: #ff6612;
}

.myquery .modal-header {
    border-bottom: none;
    padding: 25px 15px 0 80px;
}

.myquery .modal-header .btn-close:focus {
    box-shadow: none;
}

label.error {
    color: #ff0000 !important;
    font-size: 11px !important;
}

.thank-you {
    margin-bottom: 50px !important;
}

.thank-you ul {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.thank-you ul li {
    margin: 20px 10px;
}

.thank-you ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #303636;
    text-decoration: none;
}

.thank-you ul li i {
    color: #4f5e4a;
}

.thank-you .comm-btn a {
    color: #4f5e4a;
    border: 1px solid #4f5e4a;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 31px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease-out;
}

.thank-you .comm-btn a:hover {
    color: #FFFFFF;
    background-color: #4f5e4a;
}

.thank-you p {
    font-size: 16px;
    line-height: 25px;
    color: #303636;
}

@media screen and (max-width:767px) {
    .thank-you {
        margin-bottom: 20px !important;
    }

    .thank-you h1 {
        font-size: 25px;
    }

    .thank-you p {
        font-size: 15px;
    }

    .thank-you ul li {
        margin: 5px 7px;
    }
}