.form-popup p.des {
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
}
.form-popup .form-text {
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    border-radius: 2px;
    padding: 9px 12px;
}
.form-popup .form-text h2 {
    font-size: 24px;
    margin-bottom: 18px;
}
.form-popup .form-text h3 {
    font-size: 22px;
    margin-bottom: 18px;
}
#popup1 {
    padding-top: 80px;
}
.form-popup {
    border-radius: 2px;
    box-shadow: 0 0 15px;
    font-size: 14px;
    font-weight: 700;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1020px;
    height: 534px;
    margin: 0;
    background-color: #fff;
    position: relative;
    margin: 70px auto;
}
#contactdiv {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.popup1 {
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 999999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.popup1.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
    background: rgba(40, 43, 49, 0.9);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-effect .form-popup {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.md-show.md-effect .form-popup {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.form-popup .form-alert {
    max-width: 480px;
    margin: 0 auto;
}
.form-popup .close {
    float: right;
    margin-top: -20px;
    margin-right: -12px;
}
.form-popup-content {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 9px 10px 10px;
    margin: 0;
    width: calc(100% - 600px);
    background: linear-gradient(
        180deg,
        rgba(224, 242, 239, 0.6),
        rgba(220, 238, 221, 0.306) 44.27%,
        rgba(224, 242, 239, 0.3) 81.77%,
        hsla(0, 0%, 76.9%, 0)
        );
}
.form-popup .form-inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 15px;
}
.form-popup input {
    width: 100%;
    height: 38px;
    margin-top: 5px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px;
}
.form-popup textarea {
    height: 54px;
    margin-top: 5px;
    border-radius: 3px;
    padding: 5px;
    resize: none;
    margin-bottom: 0;
}
.form-popup input,
.form-popup textarea {
    margin-top: 8px;
}
.form-popup input,
.form-popup textarea {
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 2px;
    margin-bottom: 4px;
    color: #212121;
}
.form-popup textarea {
    min-height: 56px;
    border: 1px solid #999;
}
.form-popup button {
    background-color: #f94b00;
    border: 0 !important;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    outline: none !important;
    text-shadow: 0 1px 1px #f34a00;
    text-transform: uppercase;
    height: 50px;
    background-image: linear-gradient(#ebd428, #e4b70f);
    margin-bottom: 4px;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 4px;
}
.form-popup .close {
    cursor: pointer;
}
.form-popup input[type="submit"]:hover,
.form-popup .close:hover {
    opacity: 0.9;
}
.form-popup #loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    text-align: center;
    border-radius: 2px;
}
.form-popup #loading span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 22px;
    width: 90px;
    color: #333;
}
.form-popup .send-success,
.form-popup .send-error {
    padding: 0 10px;
    color: #fff;
    text-align: center;
    border: none;
    background: none;
}
.form-popup .send-success img,
.form-popup .send-error img {
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-top: 30px;
}
.form-popup .send-success p {
    color: #07970c;
    font-size: 14px;
    background: #fff;
    padding: 4px;
    border-radius: 24px;
}
.form-popup .send-error p {
    color: #ec1e21;
    font-size: 14px;
    background: #fff;
    padding: 4px;
    border-radius: 24px;
}
.popup1 .left-image {
    width: 600px;
    float: left;
}
.popup1 .left-image img {
    width: 100%;
    height: auto;
}
.popup1 .pop-up-input {
    font-weight: 400;
    color: #1d55a4 !important;
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 2px #1d55a4 solid;
    margin-bottom: 5px;
    background-color: transparent !important;
    box-shadow: unset;
    height: 40px !important;
    padding-left: 0;
}
@media only screen and (max-width: 1120px) {
    .popup1 .left-image {
        display: none;
    }
    .form-popup {
        width: 470px;
        height: 610px;
    }
    .form-popup-content {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .form-popup {
        width: 97%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin: 80px auto 0;
    }
    .form-popup .close {
        margin-top: -12px;
        margin-right: -12px;
    }
}
@media only screen and (max-width: 680px) {
    .form-popup-content {
        max-width: 100%;
        padding: 30px 15px 10px;
    }
    .form-popup .form-inner {
        padding: 0;
    }
}
@media only screen and (max-width: 580px) {
    .form-popup-right {
        width: calc(100% - 240px);
        padding: 16px 12px;
    }
    .form-popup-right .form-inner {
        padding: 2px 6px;
    }
    .form-popup h3 {
        font-size: 20px;
    }
    .form-popup {
        height: 572px;
    }
}
@media only screen and (max-width: 520px) {
    .form-popup-right {
        width: calc(100% - 210px);
    }
    .form-popup-right .form-inner {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 480px) {
    .form-popup p.des {
        display: block;
    }
    .form-popup-right {
        width: 100%;
    }
    .form-popup-right .form-inner {
        margin-top: 10px;
    }
    .form-popup h3 {
        font-size: 20px;
    }
}
.btn-circle {
    border-radius: 30px;
}
.btn-success {
    box-shadow: 0 3px 10px #1e7e348f;
}
.btn-primary {
    box-shadow: 0 3px 10px #007bff8a;
}
.btn-secondary {
    box-shadow: 0 3px 10px #6c757d9c;
}
.btn-info {
    box-shadow: 0 3px 10px #17a2b89e;
}
.btn-warning {
    box-shadow: 0 3px 10px #e7b92e6b;
}
.btn-danger {
    box-shadow: 0 3px 10px #dc35456b;
}
.btn-light {
    box-shadow: 0 3px 10px #dfdfdfa8;
}
.btn-dark {
    box-shadow: 0 3px 10px #343a4061;
}
.btn1 {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.97em;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
        opacity 0.3s, color 0.3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    border-color: rgba(0, 0, 0, 0.05);
    background-color: #b20000;
    margin-bottom: 1em;
    color: #fff;
}
.btn1:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn2 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    line-height: 50px;
    padding: 0 33px;
    background-color: #e05b32;
    color: #fff;
}
.btn2:hover {
    outline: none;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.notebox-sm {
    padding: 7px 12px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: justify;
    overflow-wrap: break-word;
}
.notebox {
    background: #eee;
    border-radius: 5px;
    color: #333;
    padding: 20px;
    margin: 18px 0;
    position: relative;
}
.notebox:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-top-left-radius: 5px;
    border-color: #d8d8d8 #fff transparent transparent;
}
.notebox-red {
    padding: 7px 12px;
    border: 2px dashed #da0802;
    text-align: justify;
    overflow-wrap: break-word;
}
.notebox-red2 {
    padding: 7px 12px;
    border: 2px dashed #da0802;
    text-align: justify;
    overflow-wrap: break-word;
    background: #ffff9a;
    border-radius: 3px;
}
.notebox,
.notebox-sm,
.notebox-red,
.notebox-red2 {
    line-height: 30px !important;
}
span.marker {
    background-color: Yellow;
}
span.mark {
    display: inline-block;
    line-height: 0em;
    padding: 0 0 0.4em;
    background-color: yellow;
}
._btn {
    line-height: 1.5;
    display: table;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #323840 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    padding: 14px 25px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin: auto;
    border-collapse: initial;
}
._btn a {
    color: unset !important;
    text-decoration: none;
}
.btn-01 {
    background-image: linear-gradient(180deg, #f8d12f 0%, #f0b90b 100%);
}
.btn-01:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg, #ffe251 0%, #edc423 100%);
}
.btn-02 {
    background-image: linear-gradient(180deg, #ef5252 0%, #ca2d2d 100%);
    color: #f3f3f3 !important;
}
.btn-02:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg, #ef4848 0%, #b92121 100%);
    color: #f3f3f3 !important;
}
.btn-03 {
    background-image: linear-gradient(180deg, #ff9740 0%, #f3691b 100%);
    color: #f3f3f3 !important;
}
.btn-03:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg, #f3862a 0%, #d2670b 100%);
    color: #f3f3f3 !important;
}
.btn-04 {
    background-image: linear-gradient(180deg, #488bef 0%, #2c6ac5 100%);
    color: #f3f3f3 !important;
}
.btn-04:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg, #3a82ef 0%, #2162c1 100%);
    color: #f3f3f3 !important;
}