/* 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: 'Poppins', 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: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

input.form-control {
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding: 10px 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
      font-family: 'Poppins', sans-serif;
	background: transparent;
}

label.form-wrap {
    width: 100%;
}

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: 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 #000000;
    width: 100%;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 120px;
    padding: 10px 0px;
}
textarea.form-control::placeholder {
    color: #000000;
}
textarea.input-txtarea::-webkit-input-placeholder {
    color: #0d3151;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
label.sub-btn {
   width: 100%;
    margin-top: 5px;
    display: block;
    margin-bottom: 0px;
    text-align: center;
}
button.submt-btn {
       background-color: #f57e20;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    padding: 8px 30px;
    border-radius: 30px;
}
button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 10px !important;
    top: 10px !important;
    z-index: 9999;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
p.popup-title {
    font-family: 'Poppins', sans-serif;
    color: #f57e20;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}
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 #000000;
    width: 100%;
    padding: 10px 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
     font-family: 'Montserrat', sans-serif;
	background: transparent;
}
textarea.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #0d3151;
    font-weight: 500;
}
.padding-wrap {
    padding: 20px 15px 0px 15px;
}
span#loading-icon {
    display: none;
}
.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: '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;
}
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;
}

 input[type=email]:focus {
    border-bottom: 1px solid #000000 !important;
 }
 
 
/* icons */
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #000000;
}

.animated-icon2 span {
    background: #e3f2fd;
}

.animated-icon3 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.navbar-light .navbar-toggler {
    border: none !important;
}
