

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
    font-family: 'Lato', sans-serif;
     font-weight: 300;
}
 body {
  margin: 0;
  overflow-x: hidden;
    font-family: 'Lato', sans-serif;
     font-weight: 300;
     letter-spacing: 0.6px;
     min-width: 320px;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
a:hover {
    color: #7fc00e;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  display: block;
}
img {
  border: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
    color: #000;
    font-family: 'Kanit', sans-serif;
}
h1 {
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}
p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 2rem 0;
}
form {
  margin: 0;
  padding: 0;
}
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
    padding: 0 1rem;
  position: relative;
}
header {
    background: #FFF;
    border-bottom: solid 1px #d0d0d0;
    text-align: right;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    display: block;
    z-index: 100;
    min-width: 320px;
}
.ins-phone-w{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ins-phone{
    display: flex;
    justify-content: space-between;
}
    .ins-phone .button-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-decoration: unset;
	margin-right: 80px;
}
.top-phone-btn{
    width: 32px;
    height: 32px;
    background-image: url('../imgs/phone-icon.svg');
    margin-right: 5px;
    -webkit-transition: all .2s ease .15s;
    -o-transition: all .2s ease .15s;transition: all .2s ease .15s;
}
    
@media screen and (max-width: 500px) {
      .ins-phone-w {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-wrap: wrap;
    }
    .ins-phone {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    } 
    .logo img {
    	top: -5px;
    	left: 52% !important;
    }
    .ins-phone .button-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	/* color: #FFFFFF; */
	text-decoration: unset;
	margin-right: 80px;
}
}
.logo {
    text-align: left;
    float: left;
    display: inline-block;
    height: 71px;
}
.logo p {
    text-align: left;
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
    padding-left: 0.6rem;
    position: relative;
    bottom: 1rem;
    margin: 0;
}
.logo p span {
    text-transform: uppercase;
    font-weight: 700;
}
.black_btn {
    background: RGBA(0,0,0,0);
    border: solid 2px #7fc00e;
    border-radius: 6px;
    color: #7fc00e;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    letter-spacing: 1.8px;
}
.black_btn:hover {
    background: #7fc00e;
    color: #FFF;
}
.hide-mobile-li {
    display: none;
}
#footer_links {
  padding: 46px 0;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
}
#footer_links a {
  margin: 0 8px;
  white-space: nowrap;
    margin-bottom: 1rem;
    display: inline-block;
}
.copy {
  padding: 12px 0 0 0;
    margin-top: 1rem;
}
.disclosure {
  color: #949494;
    background: #efefef;
  padding: 4rem 0;
  font-size: 12px;
  text-align: justify;
}
.disclosure h3 {
  font-size: 20px;
    color: #949494;
  font-weight: 700;
}
.disclosure p {
  font-size: 12px;
    line-height: 16px;
    color: #949494;
    margin: 10px 0;
}
.form-section {
    padding: 14rem 0rem 10rem 0rem;
    background: url(../imgs/back.jpg) no-repeat center;
}
.form-section p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.form-section h1 {
    font-size: 58px;
    line-height: 64px;
}
.green_btn {
    background: #7fc00e;
    border-radius: 6px;
    color: #FFF;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding: 10px 40px;
    vertical-align: text-top;
    margin-top: 2rem;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
}
.green_btn.sign-up {
    font-size: 24px;
}
.green_btn:hover {
    background: #33a008;
    color: #FFF;
}
.steps-section {
    background: rgba(74,126,177,1);
background: -moz-linear-gradient(top, rgba(74,126,177,1) 0%, rgba(51,94,137,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,126,177,1)), color-stop(100%, rgba(51,94,137,1)));
background: -webkit-linear-gradient(top, rgba(74,126,177,1) 0%, rgba(51,94,137,1) 100%);
background: -o-linear-gradient(top, rgba(74,126,177,1) 0%, rgba(51,94,137,1) 100%);
background: -ms-linear-gradient(top, rgba(74,126,177,1) 0%, rgba(51,94,137,1) 100%);
background: linear-gradient(to bottom, rgba(74,126,177,1) 0%, rgba(51,94,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7eb1', endColorstr='#335e89', GradientType=0 );
    padding: 3rem 0rem;
    color: #FFF;
}
.steps-section h2 {
    color: #FFF;
}
.steps-section p {
    color: #FFF;
    margin: 0.6rem 0;
}
.step {
    width: 33%;
    display: table-cell;
}
.step img {
    display: inline-block;
    padding-right: 1rem;
}
.step-text {
    display: inline-block;
    width: 58%;
    vertical-align: top;
}
.faq-section {
    background: #FFF;
    padding: 6rem 0rem;
    color: #FFF;
}
.step-faq {
    display: table-cell;
    width: 50%;
    padding: 0 3rem;
    text-align: center;
}
.step-faq p {
    margin: 1rem 0;
}
.step-faq p.low-merged {
    max-width: 440px;
    display: inline-block;
}
.step-faq img {
    padding-bottom: 2.5rem;
}
.step.green {
    padding: 0 3rem;
    text-align: center;
}
.steps-section.green {
    background: #7fc00e;
}
.benefits-section {
    padding: 8rem 0;
    background: url(../imgs/back_benefits.jpg) no-repeat center;
    text-align: center;
}
.benefits-section p {
    margin: 1rem 0;
}
    .benefits-icons-section {
        padding: 1.5rem 0;
        background: #335e89;
        text-align: center;
    }
 .benefits-icons-section p {
     color: #FFF;
     display: table-cell;
     padding: 0 2rem;
}
 .benefits-icons-section img {
     padding-right: 0.6rem;
     position: relative;
     top: 5px;
}
.benefits-icons-section-center {
    display: table;
    width: 100%;
}







@media screen and (max-width: 1000px) {
.form-section {
    padding: 16rem 0rem 6rem 0rem;
    background: url(../imgs/back_mobile.jpg) no-repeat center top;
}
    .green_btn {
    margin-top: 1rem;
}
    h1 {
        font-size: 38px;
        line-height: 42px;
    }
    h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .steps-section {
    padding: 1rem 0rem;
}
.step {
    width: 100%;
    display: block;
    margin: 2rem 0;
}
    .step-faq p.low-merged {
    max-width: 100%;
    display: block;
}
    .steps-section br {
        display: none;
    }
.step-text {
    width: 67%;
}
    .form-section br {
        display: none;
    }
    .faq-section {
    padding: 3rem 0rem 0rem 0;
}
.step-faq {
    display: block;
    width: 100%;
    padding: 0 1rem;
}
.step-faq p {
    margin: 1rem 0 3rem 0;
}
.step-faq img {
    padding-bottom: 2.5rem;
}
.step.green {
    padding: 0;
}
    .benefits-section {
    padding: 3rem 0;
}
     .benefits-icons-section p {
     display: inline-block;
     padding: 0rem;
         width: 32%;
         margin: 0.6rem 0;
}
        .benefits-icons-section {
        width: 100%;
        padding: 1.5rem 0;
        /*background: #000;*/
        text-align: left;
    }
    .disclosure {
  padding: 2rem 0;
}
    #footer_links {
  padding: 34px 0;
}
    .form-section h1 {
    font-size: 36px;
    line-height: 42px;
}
    .form-section p {
    font-size: 18px;
    line-height: 24px;
}
    
    
    
}


@media screen and (max-width: 680px) {
         .benefits-icons-section{
               text-align: center;
         }
         .benefits-icons-section p {
                display: block;
                width: 100%;
         }
}

@media screen and (max-width: 600px) {
.black_btn {
    display: none;
}
.hide-mobile-li {
    display: block;
    }
    .green_btn {
    font-size: 28px;
}
            .benefits-section br {
    display: none;
}
    
}

/*Internal pages*/
.internal_content  .container h1{
     margin-bottom: 42px;
}
.internal_content  .container h2{
     margin-bottom: 34px;
}
.internal_content  .container h3{
     margin-bottom: 24px;
}
.internal_content  .container h4{
     margin-bottom: 20px;
}
.internal_content  .container strong,
.internal_content  .container b{
     font-weight: bold;
}
.internal_content  .container em,
.internal_content  .container i{
     font-style: italic;
}
.internal_content  .container a{
     color: #7fc00e;
     text-decoration: underline;
}
.internal_content  .container a:hover{
     text-decoration: none;
}
@media screen and (max-width: 750px){
    .internal_content  .container h1 {
          margin-bottom: 20px;
          font-size: 28px;
     }
     .internal_content  .container h2 {
          margin-bottom: 18px;
          font-size: 24px;
     }
     .internal_content  .container h3{
          margin-bottom: 16px;
         font-size: 22px;
     }
     .internal_content  .container h4 {
          margin-bottom: 14px;
          font-size: 20px;
     }
}
.internal_content  .container{
     margin: 0 auto;
     padding: 120px 20px 70px;
     max-width: 1240px
}
.internal_content  .container p{
     margin: 0 0 2rem;
}
.internal_content  .container ul{
     margin: 0 0 2rem;
     font-size: 18px;
     padding-left: 34px;
     list-style: disc;
}
.internal_content  .container ul li{
     margin-bottom: 0.5rem;
     display: list-item;
}

.accordion .accordion-toolbar{
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: bold;
    display: table;
}
/*Form*/
input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
input[type=number]:not(.omInputText),
textarea:not(.omInputText),
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    border: solid 1px #000;
    outline: none;
    background: #fff;
    cursor: default;
    font-family: 'Lato', sans-serif;
    padding: 10px 14px;
    margin: 0;
    border-radius: 10px;
    font-size: 12px;
}

input[type='number']:not(.omInputText) {
    -moz-appearance:textfield;
}

input[type=number]:not(.omInputText)::-webkit-inner-spin-button,
input[type=number]:not(.omInputText)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 30px;
    color: #000;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23234b5f%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, linear-gradient(to bottom, #fbfbfb 0%, #dfdfdf 100%);
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part)::-ms-expand {
    display: none;
}


::-webkit-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

::-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

button,
input[type=submit],
.button {
    background: #fff;
    border: solid 2px #7fc00e;
    border-radius: 6px;
    color: #7fc00e;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    letter-spacing: 1.8px;
    cursor: pointer;
}

button:hover,
input[type=submit]:hover,
.button:hover {
    background: #7fc00e;
    color: #fff;
}


#contact_frame{
     display: none;
}
.form{
     max-width: 400px;
}
.form .form-group{
     margin-bottom: 10px;
}
.form label{
     display: block;
     margin-bottom: 6px;
}


/*OMForm*/
@media screen and (max-width: 750px){
     #omForm input[type=text], #omForm input[type=password], #omForm input[type=email], #omForm input[type=tel], #omForm input[type=number], #omForm textarea, #omForm select, #omForm .ui-selectmenu-button{
          font-size: 14px !important;
     }
}
