
/* reset css */

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}



body {
    overflow-x: hidden;
    overflow-y: auto;
	font-family: "ProximaNova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

body, html {
    height: 100%;
    width: 100%;
    /*position: relative;
    overflow-x: hidden;*/
    margin: 0 !important;
}

body:before,
body:after {
    content: none !important
}

::i-block-chrome,
body {
    -webkit-text-stroke: .1px
}

img {
    max-width: 100%;
    vertical-align: top;
}

ul,
li {
    list-style: none;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

label {
    font-weight: normal;
}

b {
    padding: 0 !important;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

section {
    clear: both;
}

audio,
canvas,
progress,
video {
    vertical-align: middle;
}

.no-padding {
    padding: 0 !important;
}

a[disabled="disabled"] {
    pointer-events: none;
    color: #ccc !important;
}



/***************/


/*header-v1 css*/
.header-v1 a img {
    width: 100px;
}
.header-v1 {
    padding: 10px 0 18px;
}
/*header-v1 css ends*/

/*header-v2 css starts*/
.header-v2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0 20px;
}
/*header-v2 css ends*/
main {
       min-height: 63.5vh;
}
/*section1 css*/
.section1 {
    padding: 60px 0 40px;
}
.section1 h2 {
    color: #1c1c1e;
    font-size: 24px;
    letter-spacing: -0.1px;
    font-weight: 300;
    margin-top: 2.4em;
    font-family: arial,helvetica,sans-serif;
    line-height: 32px;
}
.sec1-heading {
    max-width: 920px;
    margin: 0 auto;
}
/*section1 ends*/

/*section2 starts*/
.section2 {
    padding: 20px 0 0;
}
.sec2-text {
    max-width: 910px;
    margin: 0 auto;
}
.sec2-text p {
    font-size: 16px;
    font-family: arial,helvetica,sans-serif;
    margin-bottom: 30px;
    color: #1c1c1e;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}

/*section2 ends*/



/*section 4*/
.section4{
    padding: 30px 0 10px;
}
.sec4-heading h2 {
   font-size: 48px;
    width: 90%;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: -0.07rem;
    line-height: 48px;
    color: #2e3b4e;
}
/*section 5 css*/
.section5 {
    padding: 10px 0 30px;
}
.preference-form-outer {
    max-width: 600px;
    margin: 0 auto;
}
.form-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px;
    line-height: 26px;
}
/*section6 css*/

.section6 {

    padding: 32px 0;
}
.thank-outer h2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    color: #000000;
    font-family: "Neue Haas Grotesk Display Pro 95 Black",Arial, sans-serif;
}
.thank-outer p {
       font-size: 15px;
    color: #000000;
    line-height: 23px;
    font-weight: 400;
    font-family: "Neue Haas Grotesk Display Pro 55 Roman",Arial, sans-serif;
}



/*footer-v1 css starts*/
.footer-v1 {
    padding: 60px 0;
}
.foot-copyright-v1 p {
    margin-top: 7px;
    font-size: 12px;
    text-align: right;
    line-height: 60px;
    color: #e0e0e0;
    font-weight: 300;
}
.footer-outer-v1 {
    max-width: 920px;
    margin: 0 auto;
}

/*footer-v1 css ends*/

/*footer-v2 starts*/
.footer-v2 {
    padding: 25px 0 26px;
}
.footer-links p, .footer-links a {
   font-size: 12px;
    color: #959595;
    display: inline-block;
    margin-top: 16px;
    line-height: 30px;
    font-family: 'Neue Haas Grotesk Display Pro 55 Roman',Arial, sans-serif;
}

@media(max-width: 767px){
    .sec1-heading h2,.footer-v1-logo,.foot-copyright-v1 p,
    .footer-v2-logo,.footer-links {
    text-align: center;
    }
}
@media(max-width: 480px){
    .sec2-text p {
    font-size: 14px;
    line-height: 20px;
    }
}