/* form style */
.form-style{
    max-width: 450px;
    padding: 0px 15px 0px 15px;
    margin: 0px auto;
    background: #FFFFFF;
    font-family: 'new-atten', 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: 'new-atten', 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: 'new-atten', 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: 'new-atten', sans-serif;
    margin-bottom: 0px;
}

input.form-control {
    border: none;
    border-bottom: 1px solid #70707060; 
    border-radius: 0px;
    width: 100%;
    padding: 0px;
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top:10px; 
    font-family: 'new-atten', sans-serif;
    background: transparent;
}

label.form-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.form-wrap.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 8px;
}
.custom-legend{
     font-size: 16px;
    color: #8a8a8a;
}
span.err-txt-style {
    font-size: 12px;
}

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


form.custom-form {
    border-width: 1px;
    border-color: #707070;
    border-style: solid;
    padding: 0px 0px 50px 0px;
    border-radius: 30px;
    overflow: hidden;
}

.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: 'new-atten', sans-serif;
}
label.sub-btn {
   width: 100%;
    margin-top: 5px;
    display: block;
    margin-bottom: 0px;
    text-align: center;
}
button.submt-btn {
    background: transparent linear-gradient(90deg, #4BD8FA, #F7DD90);;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 600;
    border: 1px solid #bcbcbc;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    font-size: 16px;
}
button.close {
     padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 10px !important;
    top: 10px !important;
    z-index: 9999;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
button.close span {
    font-size: 26px;
    font-weight: 400;
}
span#loading-icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

select.input-box {
      border: none;
    border-bottom: 1px solid #70707060;
    width: 100%;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'new-atten', sans-serif;
    background: transparent;
}
textarea.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'new-atten', sans-serif;
    color: #0d3151;
    font-weight: 500;
}
.padding-wrap {
    padding: 25px 25px 25px 25px;
}
span#loading-icon {
    display: none;
}
.show-loading {
    display:block !important;
}
.form-control:focus {
    color: #000000;
    background-color: transparent;
    border-bottom: 1px solid #000000!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: 'new-atten', 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;
}
span.dot-big {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #37a432;
    padding-right: 14px;
    position: absolute;
    left: 0;
}

.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;
}
