html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
li {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

html {
    font-size: 10px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8acb4;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8acb4;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8acb4;
}

body {
    font-family: "Hind", sans-serif;
    font-size: 1.3rem;
    color: #1e1c31;
}

/* Partner logo starts */
.header {
    padding: 20px 0;
    box-shadow: 0 2px 3px 0 #e4e7eb;
    margin-bottom: 3px;
}

.header .logo,
.logo-header .logo {
    text-indent: -999rem;
    background: url(../images/logo.svg) no-repeat;
    width: 175px;
    height: 28px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-header {
    padding: 15px 0;
}

.top-header .logo {
    background: #fff url(../images/logo.jpg) no-repeat;
    width: 155px;
    height: 22px;
    text-indent: -999em;
}

.header {
    box-shadow: 0 1px 0 0 #f4f4f4;
}

.header .logo-client {
    background: url(../images/logo.jpg) no-repeat;
    text-indent: -999em;
    width: 155px;
    height: 22px;
    margin-top: 7px;
}
/* Partner logo ends */

/* Search form starts */
.content-wrp .form-custom {
    padding: 11px 0;
    box-shadow: 0 1px 3px 0 #e4e7eb;
    margin-bottom: 3px;
}

.btn-radius {
    border-radius: 100px;
}

.form-custom label {
    color: #8a929e;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.form-custom .form-control {
    border: none;
    height: inherit;
    font-size: 1.4rem;
    border-bottom: 1px solid #e0e4eb;
    transition: all 0.3s ease-in-out 0.2s;
}

.ltfh .form-control {
    padding: 0.25rem 0px;
    border-radius: 0px;
}

.form-custom .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
    height: inherit;
    font-size: 1.4rem;
    border-bottom: 1px solid #3f7de9;
    transition: all 0.2s ease-in-out 0.1s;
}

.form-custom .form-control.error {
    border-bottom: 1px solid #e76060;
}

.form-custom .btn {
    padding: 9px 50px;
}

.form-custom .form-control::placeholder {
    color: lightgrey;
    opacity: 0.7;
}

#btn-get-logos {
    margin-top: 20px;
    background-color: #3f7ee9;
    border-color: #3f7ee9;
    color: white;
}

#btn-get-logos:hover {
    background-color: #175ed8;
    border-color: #175ed8;
    color: white;
}

.error-msg {
    background: #fff url(../images/ic-error.png) no-repeat 10px 10px;
    border: 1px solid #e4e7eb;
    font-size: 1.2rem;
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    position: absolute;
    width: 90%;
    color: #ea7373;
    z-index: 1;
}

.home .error-msg {
    margin: -25px 0px;
}

.error-msg::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e4e7eb;
}

.error-msg::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.pin-count {
    background: #fdd069;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #1e1c31;
    border-radius: 25px;
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    top: -6px;
    right: -13px;
}
/* Search form ends */

/* Button style start */
.btn-blue {
    height: 40px;
    width: 130px;
    border-radius: 20px;
    background-color: #3F7EE9 !important;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
}

.btn-blue:hover {
    background-color: #1467F5;
}

.space-wrp {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ltfh .btn-rounded {
    padding: 8px 20px;
    border-radius: 50px;
}

.btn {
    text-align: center;
    padding: 9px 0;
    font-size: 1.4rem;
    margin: 0;
    border-radius: 100px;
    border: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Button style ends */

/* Pre Loader starts */
.loader-bg {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.loader-bg #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;
    min-height: 100vh;
}

@media (min-width: 200px) and (max-width: 980px) {

    .loader-bg #loader {
        min-height: 80vh;
    }

}

.loader-bg .loader {
    max-width: 30rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

.loader-bg circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}

.loader-bg circle:nth-of-type(1) {
    stroke-dasharray: 550;
}

.loader-bg circle:nth-of-type(2) {
    stroke-dasharray: 500;
}

.loader-bg circle:nth-of-type(3) {
    stroke-dasharray: 450;
}

.loader-bg circle:nth-of-type(4) {
    stroke-dasharray: 300;
}

.loader-bg circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.loader-bg circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loader-bg circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.loader-bg circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Pre Loader ends  */

/* home banner starts */
.banner-1 {
    background: url(../images/home-banner-1.jpg) no-repeat top center;
    background-size: 1500px;
    height: 538Ppx;
    background-color: #F5F5FC;
}

.banner-2 {
    width: 100%;
}

.banner-2 .background-title {
    height: 197px;
    background-color: #3e3acc;
}

.banner-2 .background-image{
    background: url(../images/home-banner-2.jpg) no-repeat top center;
    background-size: 1250px;
    height: 2000px;
    margin-top: -196px;
}

.banner-2 .home-page-title {
    background-color: #3e3acc;  
}

.banner-2 .home-page-title img, .banner-2 .home-page-features img{
    width: 100%;
    max-width: 1260px;
}

.banner-2 .home-page-comparison img {
    width: 100%;
    max-width: 860px;
}

.banner-1 .container {
    background-color: white;
    padding: 50px 70px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 48px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 48px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 48px -21px rgba(0,0,0,0.75);
    margin-top: 100px;
    width: 420px;
}
/* home banner ends */

/* input form - home page starts */
.home .form-custom {
    padding: 15px 0 35px 0;
}

.home #form-get-logos label {
    color: #acacab;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 15px;
    transition: all 0.3s ease 0s;
    cursor: auto;
    margin: 0;
    font: 300 12px 'Open Sans', sans-serif;
    padding: 0px;
}

.home #form-get-logos label.active {
    color: #fff;
}

.home #form-get-logos .form-control:focus {
    background: transparent;
}

.home #form-get-logos input:focus+label {
    font-size: 10px;
    transition: all 0.3s ease 0s;
    top: 30px;
    color: #1a73e8;
}

.home #form-get-logos input.focus+label {
    font-size: 10px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    top: 30px;
    color: #acacab;
}

.home #form-get-logos .form-control:focus {
    box-shadow: none;
    border-bottom: solid 1px #1a73e8;
    transition: all 0.3s ease 0s;
}

.home #form-get-logos .form-control.focus {
    transition: all 0.3s ease 0s;
}

.home #form-get-logos .autofocus:focus+label {
    top: 0;
    color: #acacab;
    font: 300 21px 'Open Sans', sans-serif;
}

.home #form-get-logos .form-control {
    margin-bottom: 30px;
}
/* input form - home page ends */

/* faqs start */
.text-xxl {
    font-size: 50px;
}

.faqs {
    color: #3e3acc;
}

.faqs .q{
    font-size: 22px;
    margin: 0 0 30px 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.faqs .active .fa-plus{ display: none;}
.faqs .fa-minus{ display: none;}
.faqs .active .fa-minus{ display: block;}

.faqs .q i{
    position: absolute;
    right: 0;
    top: 14%;
}

.faqs .a{
    font-size: 17px;
    margin: 0 0 0 30px;
    padding-right: 30px;
    display: none;
    font-weight: 400;
    color: gray;
}

.faqs .list:first-child{ padding-top: 0;}
.faqs .list:last-child{ border: 0; padding-bottom: 0;}
.faqs .list{
    border-bottom: solid 2px #959595;
    padding: 30px 0;
}

.section-spacer2 {
    padding: 65px 0;
    color: #058;
}

.section-spacer2 ul, .section-spacer2 ol {
    margin-left: 20px;
}

.section-spacer2 li {
    list-style: inherit;
}
.section-spacer2 ol>li {
    margin-bottom: 5px;
}
/* faqs end  */



/* Footer starts */
.footer .text-muted {
    padding: 25px 0;
}
/* Footer ends */