﻿@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.eot');
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.woff2') format('woff2'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light.eot');
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Light.woff2') format('woff2'), url('../fonts/Graphik-Light.woff') format('woff'), url('../fonts/Graphik-Light.ttf') format('truetype'), url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.eot');
    src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Semibold.woff2') format('woff2'), url('../fonts/Graphik-Semibold.woff') format('woff'), url('../fonts/Graphik-Semibold.ttf') format('truetype'), url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*, html {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Graphik';
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a, a:hover, a:focus {
    outline: 0;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease-in;
}

img {
    max-width: 100%;
}

.primary-btn {
    background-color: #38a1e1;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    padding: 14px 43px;
    outline: 0;
    cursor: pointer;
    transition: all 0.4s ease-in;
}

    .primary-btn:hover {
        background-color: #2682b9;
    }

.wrapper {
    overflow: hidden;
}

.survey-site {
    background: #38a1e1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 50px 0;
}

.survey-wrap {
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
    width: 100%;
}

.survey-info h1 {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 40px 0 0;
}

.survey-info p {
    font-size: 18px;
    line-height: 1.4;
    color: #e2edf4;
    font-weight: 300;
    margin: 17px 0 0;
}

.form-wrap {
    background: #ffffff;
    /*padding: 50px 65px;*/
    padding: 28px 65px;
    position: relative;
}

.survey-form {
    width: 63%;
    /*padding-left: 70px;*/
}

.form-wrap label {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 7px;
}

.form-control {
    height: 45px;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    width: 100%;
    outline: 0;
    position: relative;
    transition: all 0.4s ease-in;
}

.form-control:focus,
.form-control:hover,
.form-control:active,
.form-control:focus-within {
    border-color: #38a1e1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-group {
    margin-bottom: 20px;
}

.form-control input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #333333;
    padding-left: 40px;
}

.form-control input:focus {
    outline: 0;
}

.form-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    border-right: 1px solid #99999985;
    line-height: 14px;
    padding-right: 12px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form-col {
    width: 50%;
    padding: 0 15px;
}

.form-info {
    text-align: center;
    margin-top: 20px;
    /*margin-top: 35px;*/
    /*padding-top: 35px;*/
    /*border-top: 1px solid #e3e3e3;*/
}

.form-info p {
    font-size: 16px;
  /*line-height: 1.6;
    color: #858585;*/
    margin: 0px;
}

.form-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*padding: 20px;*/
}

.form-info li {
    padding: 0 25px;
}

.form-info li a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    position: relative;
    padding-left: 21px;
}

.form-info li a i {
    color: #38a1e1;
    position: absolute;
    left: 0;
    top: 1px;
}

.form-button, .form-submit-btn {
    text-align: center;
    padding-top: 10px;
}

.survey-form--wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 65px;
    background: #ffffff;
    display: none;
    z-index: 99;
}

.survey-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.survey-form form {
    width: 100%;
}

.survey-success--alert span {
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    background: #47d764;
    border-radius: 50px;
}

.survey-success--alert span img {
    width: 24px;
}

.survey-success--alert strong {
    font-size: 20px;
    display: block;
    margin: 20px 0 12px;
    font-weight: 600;
}

.survey-success--alert .close {
    position: absolute;
    right: 14px;
    top: 5px;
    font-size: 35px;
    font-weight: 300;
    opacity: 0.2;
    outline: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
}

.survey-success--alert p {
    margin: 0;
    font-size: 16px;
    color: #a7a2a2;
    line-height: 1.4;
}

.survey-alert--wrap {
    position: absolute;
    padding: 30px;
    background: rgb(0 0 0 / 44%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.survey-success--alert {
    position: absolute;
    padding: 30px 50px 30px 50px;
    max-width: 440px;
    box-shadow: 0 0 50px rgb(0 0 0 / 6%);
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border-radius: 5px;
}

.form-intro {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.contact-form-msg {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}
.site-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    color: #ffffff !important;
    background: #38a1e1 !important;
}

.loading {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}

.tickImg {
    vertical-align: initial;
}

#txtComment {
    width: 100%;
    height: 35px;
}

#ContactFieldsDiv {
    margin-top: 23px;
}

.error_page_outer .header {
    background: #1f80c3;
}

.error_description {
    font-size: 30px;
    padding-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.error_inner_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 100px;
}

.error_404 {
    width: 100%;
    max-width: 447px !important;
}

.d-flex {
    display: flex;
    align-items: center;
}
/*INTEL INPUT FOR PHONE NUMBER*/
.intl-tel-input {
    display: block !important;
}

#txtContactNumber {
    padding-right: 0px !important;
}
/*media query start*/
@media (max-width: 1660px) {
    .survey-wrap {
        max-width: 1440px;
    }
}

@media (max-width: 1500px) {
    .survey-wrap {
        max-width: 1360px;
    }
}

@media (max-width: 1367px) {
    .survey-wrap {
        max-width: 1280px;
    }

    .survey-form {
        width: 59%;
    }

    .survey-info p {
        font-size: 16px;
    }

    .survey-info h1 {
        font-size: 22px;
        margin: 30px 0 0;
    }

    .form-wrap {
        padding: 40px 55px;
    }

    .form-wrap label {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .form-info li {
        padding: 0 20px;
    }

    .form-info li a {
        font-size: 15px;
    }

    .form-info p {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .survey-info,
    .survey-form {
        padding: 0;
        width: 100%;
    }

    .survey-form {
        margin-top: 25px;
    }

    .survey-info {
        text-align: center;
    }

    .form-wrap {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .form-info li {
        padding: 5px 10px;
    }
}

@media (max-width:639px) {
    .error_description {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .form-wrap {
        padding: 35px 25px 25px;
    }

    .form-row {
        margin: 0;
    }

    .form-col {
        padding: 0;
        width: 100%;
    }

    .form-info {
        margin-top: 35px;
        /*padding-top: 25px;*/
    }

    .cardNo {
        width: 86% !important;
        margin-right: 10px;
    }

    .routingNo {
        width: 82% !important;
        margin-right: 10px;
    }

    textarea.form-control {
        height: auto !important;
    }
}

@media (max-width: 715px) {
    .btn-ach-verify {
        width: inherit;
    }
}
