.bg-clr-grey {
    background-color: #e3e3e3;
}

.sec-cust-title h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
}

.form-container {
    margin: auto;
    max-width: 800px;
}

.form-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 4px solid #ffc83d;
    padding: 0px 0px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.form-banner {

}

.form-banner img {
    margin: auto;
    width: 100%;
}

.form-title {

}

.form-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 30px;
    background-color: #ffffff;
}

.disp-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.disp-flex.alignTop {
    align-items: flex-start;
}

.disp-flex-item {
    flex: 1;
}

.disp-flex-item.lbl {
    flex: 0 0 360px;
    max-width: 360px;
}

.disp-flex.alignTop .lbl {
    padding-top: 10px;
}

.disp-flex-item.lbl label {
    margin-bottom: 0px;
}

.msg-err {
    display: none;
    padding: 0px 8px;
    color: #ff0000;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

.msg-err.active {
    display: block;
}

.ahref-form {
    color: #1d5feb;
}

.btn {
    font-weight: bold;
    padding: 0 1.5em;
    font-size: 1rem;
    line-height: 3.65rem;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-cta {
    display: inline-block;
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #FFC83D;
    background-color: #FFC83D;
    color:#171717;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.btn-check:focus+.btn, 
.btn:focus {
    box-shadow: 0px 0px 0px 0px #000000;
}

.btn-cta-green {
    margin-top: 0px;
    padding: 10px 30px;
    border-color: #389A6E;
    background-color: #389A6E;
    color: #ffffff;
}

.btn-cta-green:hover {
    border-color: #389A6E;
    background-color: #389A6E;
    color: #ffffff;
}

.btn-cta-yellow {
    margin-top: 0px;
    padding: 10px 30px;
    border-color: #FFC83D;
    background-color: #FFC83D;
    color: #ffffff;
}

.btn-cta-yellow:hover {
    border-color: #FFC83D;
    background-color: #FFC83D;
    color: #ffffff;
}

.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    vertical-align: middle;
}

.btn:hover:before {
    animation: circle .75s;
    -webkit-animation: circle .75s;
}

.form-group {
    margin-bottom: 30px;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.wrap-txtarea {
    position: relative;
}

.wrap-txtarea:before {
    content: '';
    border-bottom: 1px solid #9d9d9d;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.wrap-txtarea:after {
    content: '';
    border-bottom: 1px solid #9d9d9d;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
}

.custom-input {
    border-bottom: 1px solid #9d9d9d;
    width: 100%;
    height: 25px;
    vertical-align: top;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #373737;
}

.wrap-txtarea .custom-input {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #9d9d9d;
    resize: none;
}

.wrap-txtarea .custom-input {
    height: 130px;
    line-height: 43px;
}

.radio-list {
}

.radio-item {
    margin: 10px 0px;
}

.radio-item input {
    margin-right: 8px;
}

.txt-note {
    font-size: 14px;
    line-height: 18px;
}

.form-check.cust {
    display: block;
    position: relative;
    margin: 10px 0px;
    padding-left: 0px;
}

input[type="radio"],
input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    position: relative;
    padding-left: 26px;
    color: #707070;
}

input[type="radio"] + label::before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #9d9d9d;
}


input[type="radio"] + label::after {
    content:"";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffc702;
    opacity: 0;
    transform: scale(0.1);
}

input[type="checkbox"] + label::before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #9d9d9d;
}

input[type="checkbox"] + label::after {
    content:"";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffc702;
    opacity: 0;
    transform: scale(0.1);
}

input[type="radio"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.captcha-container {
    margin-bottom: 20px;
}

.form-control.captcha {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #9d9d9d;
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 120%;
        height: 200%;
    }
}

@media (max-width: 640px) {
    .form-body {
        padding: 15px 20px;
    }
    
    .disp-flex {
        display: block;
    }

    .disp-flex label {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn-cta-green {
        width: 100%;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .disp-flex {
        display: block;
    }

    .disp-flex label {
        flex: 0 0 100%;
        max-width: 100%;
    }
}