body { font-family: 'Inter', sans-serif; font-size: 15px; background-color: #f1f9fa; }
img { max-width: 100% }
h1,h2,h3,h4,h5,h6,p,ul,li { margin: 0px; padding: 0px; list-style: none }
a:link,a:visited,a:hover,a:active,a:focus,button,img {
text-decoration: none;
outline: none !important;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s }
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0 }

.grecaptcha-badge { visibility: hidden !important;opacity: 0 !important }

header { background-color: white; border-bottom: 1px solid #eaecec; box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); padding: 10px 0px; }
header ul { text-align: right; }
header ul li { display: inline-block; margin-left: 10px; }
header ul li i { color: #65beb0; }

.btn-primary { background-color: #65beb0; border-color: #65beb0; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #51a598 !important; border-color: #51a598 !important; }
.btn-outline-primary { border-color: #65beb0; color: #65beb0; }
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus { background-color: #51a598 !important; border-color: #51a598 !important; color: white; }

.main-wrap { padding: 40px 0px; background-image: url(../img/machine.png); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed; }

.form-card { border-color: #eaecec; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
.form-card h1 { font-size: 1.75rem; font-weight: bold; color: #65beb0; margin-bottom: 30px; }
.form-card .form-control:disabled, .form-control[readonly] { background-color: white; }
.form-card .form-bottom { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; }
.form-card .form-bottom a { color: #65beb0; }
.form-card .form-bottom p { display: flex; flex-direction: row; }
.form-card .form-bottom p .btn-primary { margin-left: 10px; }

footer { font-size: 12px; background-color: #f8f9fa; border-top: 1px solid #e4e4e4; padding: 8px 0px; }
footer ul { display: flex; justify-content: space-between; }

.modal-header { background-color: #65beb0; }
.modal-title { color: white; }
.modal-title span { font-size: 16px; font-weight: bold; }
.modal-body h6 { border-bottom: 2px solid #65beb0; color: white; }
.modal-body h6 span { background-color: #65beb0; padding: 6px 20px; display: inline-block; position: relative; min-width: 120px; }
.modal-body h6 strong { font-size: 14px; }
.modal-body h6 span::before { content: ""; position: absolute; width: 0; height: 0; border-bottom: 31px solid #65beb0; border-right: 40px solid transparent; right: -40px; top: 0px; }
.modal-body ul { padding-left: 18px; padding-top: 10px; }
.modal-body ul li { list-style: disc; color: #6c757d; }

.success-close{

    margin: 20px 0px 0px 0px;text-align: left;position: relative
}
.close-icon{

    position: absolute; top: 10px;right: 10px;color:red;cursor: pointer;
}
/*.........................................Responsive style.........................................*/

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 992px) {}

@media screen and (max-width: 992px) and (min-width: 768px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {
    header .logo { text-align: center; margin-bottom: 10px; }
    header .logo img { max-width: 200px; } 
    header ul { text-align: center; }
    header ul li { margin-left: 0; font-size: 14px; }
    .main-wrap { padding: 20px 0px; }
    .form-card h1 { font-size: 1.25rem; margin-bottom: 20px; }
    .form-card .form-bottom { flex-direction: column; align-items: flex-end; }
    .form-card .form-bottom a { margin-bottom: 10px; display: block; width: 100%; }
    footer ul { flex-direction: column; align-items: center; }
}