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;
    overflow-anchor: none;
}

/* 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;
}

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

.results-form-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    padding: 5px 10px 0px 10px;
}
.results-form-container .form-control, .results-form-container .form-control:focus{
    border: none;
}

.results-form-container label{
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #3841C4;
}

.results-form-container #logo_name, .results-form-container #slogan, .results-form-container #logo_slogan{
    font-size: 22px;
    padding-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}

.results-form-container #logo_name{
    font-weight: 600;
}

.results-form-container #slogan, .results-form-container #logo_slogan{
    font-weight: 400;
}

.results-form #btn-get-logos{
    border-radius: 4px;
    font-size: 22px;
    padding: 12px 35px 8px 35px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: 600;
}

.results-form .logo-pin-counter{
    margin-right: 30px;
    margin-top: 18px;
}

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

#btn-get-logos:hover {
    border-color: #175ed8;
    background-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;
    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 */
.home #box-logos {
    margin-top: -54px;
}
.banner-1 {
    background: url(../images/home-banner-1.jpg) no-repeat top center;
    background-size: 100%;
    height: 608px;
    background-color: #F5F5FC;
}

.banner-1 .banner-container{
    width: 1100px;
}

.banner-1 .logo-card{
    height: 260px;
    width: 480px;
    position: inherit;
    background: none;
    box-shadow: none;
    border: 1px dashed #707171;
}

.banner-1 .brand-name-line, .banner-1 .slogan-line{
    position: absolute;
    display: block;
    height: 535px;
    width: 1200px;
}

.logo-col-loader{
    float: left;
}

.hide-line{
    opacity: 0 !important;
}

.banner-1 .brand-name-line{
    background: url(../images/brand-dotted-line.png) no-repeat top center;
    background-position: 439px 161px;
    opacity: 1;
    transition: all 2s ease-in-out;
}

.banner-1 .slogan-line{
    background: url(../images/slogan-dotted-line.png) no-repeat top center;
    background-position: 395px 267px;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.banner-2 {
    width: 100%;
}

.banner-2 .background-title {
    height: 120px;
    background-color: #0f1d85;
    font-size: 36px;
    color: white;
    font-weight: 600;
    padding: 30px 0px;
}

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

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

.home #logo_name, .home #slogan{
    padding: 23px 10px 5px 15px;
    width: 450px;
    border: none;
    font-size: 40px;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 0px 15px #c5bfbf;
}

.home #logo_name{
    font-weight: 600;
}

.home #slogan{
    font-weight: 400;
}

.home .form-hidden{
    display: none;
}

.home .row{
    transition: all 1s ease 0s;
}

.shortlisted_logos_link a {
    color: #3e3acc;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

#form-get-logos {
    z-index: 1001;
}

.home .state-1 .input-brandname{
    margin-top: 255px;
    transition: all 0.2s ease-in-out;
}

.home .input-brandname{
    margin-top: 135px;
}

.home #form-get-logos label {
    color: #acacab;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 36px;
    transition: all 0.5s ease 0s;
    cursor: auto;
    margin: 0;
    font: 300 40px 'Montserrat', sans-serif;
    padding: 0px;
    opacity: 1;
    font-weight: 400;
    color: #d0d0d0;
}

.home .state-1 #form-get-logos label{
    left: 45px;
    top: 27px;
}

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

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

.home .state-1 #slogan, .home .banner-1 .state-1 #form-get-logos #btn-get-logos, .home .state-1 #label-slogan{
    opacity: 0;
}

.home .state-1 #logo_name{
    width: 980px;
    padding: 25px;
    font-size: 65px;
    transition: all 0.2s ease-in-out;
}

.home #form-get-logos #btn-get-logos{
    font-size: 28px;
    padding: 14px 40px 9px 40px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 700;
}

.home .state-1 #label-logo_name{
    font-size: 76px;
}

.home .state-1 #label-logo_name.quick-hide{
    font-size: 0px;
}

.home #form-get-logos input:focus+label, .home #form-get-logos input.focus+label {
    font-size: 15px;
    transition: all 0.3s ease 0s;
    top: 6px;
    left: 30px;
    font-weight: 400;
    color: #3841C4;
}

.home .banner-1 .state-1 #form-get-logos input:focus+label{
    font-size: 76px;
    top: 27px;
    left: 45px;
    color: #d0d0d0;
    font-weight: 400;
}

.home .banner-1 .state-1 .shortlisted_logos_link{
    display: block;
}

.home .banner-1 .shortlisted_logos_link{
    display: none;
}

.home #form-get-logos .form-control.focus {
    transition: all 0.8s 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;
}

.home .banner-heading{
    margin-bottom: 25px;
}

.banner-2{
    font-family: 'Montserrat', sans-serif;
}

.banner-2 .bn-heading{
    font-size: 36px;
    padding: 60px 0px 70px 0px;
    font-weight: 600;
    font-size: 44px;
    color: #0f1d85;
}

.banner-2 .bn-text{
    font-size: 29px;
    color: #7f7f7f;
    padding-top: 40px;
    font-family: 'Open Sans';
    font-weight: 500;
}

.banner-2 .bn-sep{
    border-top: 3px solid #2332b0;
    width: 140px;
}

.banner-2 .features-list{
    list-style: circle;
    margin-left: 30px;
    font-size: 25px;
    font-weight: 600;
}

.banner-2 .features-list li::before{
      content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #2332b0; /* Change the color */
      font-weight: bold; /* If you want it to be bold */
      display: inline-block; /* Needed to add space between the bullet and the text */
      width: 1em; /* Also needed for space (tweak if needed) */
      margin-left: -1em; /* Also needed for space (tweak if needed) */
      -font-size: 30px;
}

.home .banner-heading{
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
}

.home .state-1 .banner-heading{
    display: block;
    transition: all 0.3s ease 0s;
    position: absolute;
    opacity: 1;
}

.home .top-heading, .home .sub-heading{
    color: #3e3acc;
}

.home .top-heading{
    font-weight: bold;
    font-size: 44px;
    text-transform: uppercase;
    margin-top: 165px;
    font-family: 'Montserrat', sans-serif;
    width: 960px;
    font-weight: 600;
}

.home .sub-heading{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 27px;
    margin-top: -5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.home .demo-logos{
    opacity: 1;
    transition: all 3s ease 0s;
    margin-top: 15px;
}

.home .demo-logos.no-show{
    opacity: 0;
    transition: all 2s ease 0s;
}
/* input form - home page ends */

.slogan_switch_container{
    margin: 10px 0px;
    background: #F4F5F6;
    border: 0px;
    width: 238px;
    border-radius: 5px;
}
.slogan_switch{
    background: #F4F5F6;
    color: #888888;
    padding: 6px 12px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.slogan_switch.active{
    background: #626a7d;
    color: white;
    border-radius: 5px;
}


/* 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 */