
@font-face {
    font-family: 'HelveticaNeue-Thin';
    /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeue-Thin.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
body {
    background: #ffffff;
    color: #888;
    font-family: "HelveticaNeue-Thin" !important;
    font-weight: 500 !important;
    font-size: 1.7rem;
    letter-spacing: .5px;
    overflow-x: hidden;
}

h1,
h3 {
    font-family: "HelveticaNeue-Thin" !important;
    color: #000;
    line-height: 1.4;
    font-size: 36px;
}

h4 {
    font-family: "HelveticaNeue-Thin" !important;
}

label {
    text-align: left !important;
    font-size: 17px;
    color: #000 !important;
    font-weight: 100 !important;
}

span {
    font-size: 16px;
    color: #777 !important;
}

.btn-info {
    font-weight: 300;
    color: #fff;
    border-color: #1F4E79;
    background: #1F4E79;
}

span {
    font-size: 16px;
    color: #000 !important;
    font-weight: 500 !important;
}

.navbar {
    padding: 5px 0 0 0;
    background: rgba(255, 255, 255, 1);
    border: none;
    -moz-box-shadow: 1px 1px 3px 4px #ccc;
    -webkit-box-shadow: 1px .5px 6px 1px #ccc;
}
body{
    background: #ffffff;	
    color: #888;	
    font-family: "HelveticaNeue-Thin" !important;	
    font-size: 1.7rem;	
    letter-spacing: 1.3px;	
    overflow-x: hidden;
}
.form-control {
    color: #000 !important;
    font-size: 1.6rem !important;
}

#chartdiv {
    width: 600px;
    float: left;
    position: absolute;
    margin: 2%;
    height: 400px;
    display: none;
}

#chartdiv > div > div > a {
    display: none !important;
}

#score {
    position: relative;
    padding: 8px;
    top: 10px;
    left: 60%;
    z-index: 2;
    margin-top: 20px;
    float: left;
    background-color: red;
    color: white;
    border: 2px solid black;
    font-weight: bold;
    visibility: hidden;
}

g,
path {
    visibility: hidden;
}

.footer-txt {
    color: #000;
    text-decoration: none;
}

.footer-txt:hover {
    font-size: 1.9rem;
    text-decoration: none;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}

.loader {
    position: fixed;
    top: 40%;
    left: 45%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    z-index: 3;
}

.g-recaptcha {
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar {
    padding-bottom: 5px;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 5px;
    letter-spacing: 1px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid rgba(0,0,0,.55);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 1.6rem !important;
}
.form-control:focus{
    border: 2px solid rgba(0,0,0,.55);
    padding-left: 5px;
}
.contact-section {
    background: none !important;
    padding-top: 80px !important;
}

.btn {
    margin-top: -9px;
    font-weight: 200;
    font-size: 1.7rem;
}

.btn-red {
    font-weight: 600 !important;
    border-radius: 0;
    background: #FF3C2B;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
.btn-red:hover {
    font-weight: 600 !important;
    border-radius: 0;
    background: rgb(255, 255, 255);
    border-color: #FF3C2B;
    color: #FF3C2B;
}
.btn-success:hover {
   font-weight: 600 !important;
   border-radius: 0;
   background: rgb(255, 255, 255);
   border-color: rgb(227, 0, 46);
   color: rgb(227, 0, 46);
}

.btn-success {
   font-weight: 600 !important;
   border-radius: 0;
   background: rgb(227, 0, 46);
   border-color: rgb(227, 0, 46);	
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 2px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none
}

.ui-autocomplete li {
    padding: 8px 16px;
}

.ui-autocomplete li:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #42A5F5;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.dtp .p10 > a {
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid red;
    -webkit-text-fill-color: #999 !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: red !important;
}

@media (min-width: 360px) and (max-width: 640px) {
    body {
        overflow-x: hidden;
    }
    #chartdiv {
        width: 600px;
        height: 400px;
        overflow-x: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    #chartdiv {
        width: 600px;
        height: 400px;
        overflow-x: hidden;
    }
}
div.card {

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin-top:50px;padding:20px;
}
/* Media query for real logo */
@media (min-width: 768px) and (max-width: 1024px) {
    .logo {
        width: 35% !important;
    }
}
@media (min-width: 375px) and (max-width: 667px) {
    .logo {
        width: 45% !important;
    }
}
@media (min-width: 320px) and (max-width: 568px) {
    .logo {
        width: 60% !important;
    }
}
/* Media query for partner logo */        
@media (min-width: 1024px) and (max-width: 1366px) {
    .partner_logo {
        width: 17% !important;
        margin-bottom: 3px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .partner_logo {
        width: 17% !important;
        margin-bottom: 3px;
    }
}
@media (min-width: 375px) and (max-width: 667px) {
    .partner_logo {
        width: 20% !important;
        margin-bottom: 3px;
    }
}
@media (min-width: 320px) and (max-width: 568px) {
    .partner_logo {
        width: 30% !important;
        margin-bottom: 3px;
    }
}
@media (min-width: 1200px) and (max-width: 1360px){
    .col-lg-6 {
       width: 100% !important;
    }
}