/* form style */

.form-style {
    max-width: 450px;
    padding: 0px 15px 0px 15px;
    margin: 0px auto;
    background: #FFFFFF;
    font-family: 'Heebo', sans-serif;
}

.form-style-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}

.form-style label {
    display: block;
    width: 100%;
}

.form-style label>span {
    width: 100%;
    display: block;
    font-family: 'Heebo', sans-serif;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
}

.form-style span.required {
    color: red;
}

.form-style input[name=phone1] {
    width: 40px!important;
    text-align: center;
}

.form-style input[name=phone2] {
    width: 120px!important;
}

.form-style input[type=text],
input[type=email] {
    width: 48%;
}

.form-style input[type=text],
.form-style input[type=email],
.form-style input[type=file],
.form-style input[type=number],
.form-style textarea,
.form-style select {
    outline: none;
    width: 100%;
    padding: 2px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
}

.form-style input[type=number]:focus,
.form-style input[type=text]:focus,
input[type=email]:focus,
.form-style input[type=file]:focus,
.form-style textarea:focus,
.form-style select:focus {
    border: none;
    border-bottom: 1px solid #e1e1e1 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-style textarea {
    height: 100px;
    width: 100%;
}

.form-style button[type="submit"] {
    border: 1px solid #17445E;
    text-decoration: none;
    background-color: #14436d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 7px;
    display: block;
}

.form-style button[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}

.form-style .success {
    background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}

.form-style .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}

.form-style input[type=text],
input[type=email],
.form-style select {
    width: 100%;
    padding: 3px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
}

.form-style input[type=file] {
    width: 54%;
}

@media only screen and (max-width: 375px) {
    .form-style label>span {
        padding-right: 5px;
        margin-bottom: 0px !important;
    }
    .form-style input[type=text],
    input[type=email],
    .form-style select {
        width: 100% !important;
    }
    .form-style textarea {
        height: 100px;
        width: 100% !Important;
    }
}

.modal-header .main-title {
    color: #0d3151;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 0px;
}

input.form-control {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px 0px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Maven Pro', sans-serif;
}

label.form-wrap {
    width: 100%;
}

span.err-txt-style {
    font-size: 12px;
}

input.form-control::-webkit-input-placeholder {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px 0;
    color: #0d3151;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}

form.custom-form {
    border-width: 2px;
    border-color: #9dcdeb;
    border-style: solid;
}

.err-txt-active {
    font-size: 12px;
    color: red;
    letter-spacing: 0px;
    text-align: left;
    display: block !important;
    margin-top: 2px;
    margin-bottom: 5px;
}

span.err-txt-style {
    display: none;
}

textarea.form-control {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 120px;
}

textarea.input-txtarea::-webkit-input-placeholder {
    color: #0d3151;
    font-size: 14px;
    /* Approximation due to font substitution */
    font-weight: 500;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
}

label.sub-btn {
    width: 100%;
    margin-top: 5px;
    float: none;
    display: block;
    margin-bottom: 0px;
}

button.submt-btn {
    background-color: #0a90b3;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px;
}

select.input-box:focus {
    outline: none;
}

span#loading-icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

select.input-box {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px 0px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Maven Pro', sans-serif;
}

textarea.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-weight: 500;
}

.padding-wrap {
    padding: 20px 15px 0px 15px;
}

span#loading-icon {
    display: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1 !important;
}

.modal-body .form.custom-form {
    border: none;
}

.modal-body .padding-wrap {
    padding: 10px;
}

.modal-body form.custom-form {
    border: none;
}

.err-txt-active {
    font-size: 12px;
    color: red;
    letter-spacing: 0px;
    text-align: left;
    display: block !important;
    margin-top: 2px;
    margin-bottom: 5px;
}

span.err-txt-style {
    display: none;
}

h1.slider-title8 {
    color: #0678ad;
    font-size: 25px;
    /* Approximation due to font substitution */
    font-weight: 500;
    line-height: 32px;
    /* Approximation due to font substitution */
    text-align: left;
}

h1.slider-title7 {
    color: #0678ad;
    font-size: 25px;
    /* Approximation due to font substitution */
    font-weight: 500;
    line-height: 32px;
    /* Approximation due to font substitution */
    text-align: left;
}

h1.slider-title6 {
    color: #0678ad;
    font-size: 25px;
    /* Approximation due to font substitution */
    font-weight: 500;
    line-height: 32px;
    /* Approximation due to font substitution */
    text-align: left;
}

h1.slider-title5 {
    background-image: linear-gradient(to bottom right, #dff16b, #26b3fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.custom-table td {
    padding: 6px 20px;
    border: none;
}

img.exp-info {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
}

th.custom-table-heading {
    color: #185c94;
    border: none;
}

span.dot-big {
    /* display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #37a432;
    padding-right: 14px;
    position: absolute;
    left: 0;*/
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #37a432;
    /* padding-right: 14px; */
    position: absolute;
    left: 10px;
    /* top: 0; */
    margin-top: 7px;
}

.color1 {
    background: #a6cde2 !important;
}

.color2 {
    background: #1379bb !important;
}

.color3 {
    background: #add485 !important;
}

.color4 {
    background: #3aa231 !important;
}

.color5 {
    background: #f7998f !important;
}

.color6 {
    background: #e50e0b !important;
}

.color7 {
    background: #ffbe64 !important;
}

.color8 {
    background: #ef7c05 !important;
}

.color9 {
    background: #caaede !important;
}

.color10 {
    background: #62358a !important;
}

.color11 {
    background: #f3f2a2 !important;
}

.color12 {
    background: #b05411 !important;
}

.color13 {
    background: #9f0f0e !important;
}

.color14 {
    background: #6c0810 !important;
}

.color15 {
    background: #837050 !important;
}