@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Mobile
	2. Large Mobile
	3. iPad
	4. large desktop
	5. Other
*/

/* 1. Mobile responsive css 640px
------------------------------------------------------------------------------*/
@media (max-width:640px) {
/*--------- home page ------------*/
h1, .h1{ font-size: 24px; line-height: 32px; }
h2, .h2{ font-size: 20px; line-height: 30px; }
h3, .h3{ font-size: 19px; line-height: 26px; }
h4, .h4{ font-size: 18px; line-height: 25px; }
h5, .h5{ font-size: 16px; line-height: 22px; }
h6, .h6{ font-size: 14px; line-height: 20px; }

p{ font-size: 16px; line-height: 26px; margin-bottom: 20px; }

#content-area ul li{ font-size: 16px; margin-bottom: 10px; }
ol li{ font-size: 16px; margin-bottom: 10px; }

.benefits-grp h2{ margin-bottom: 25px; }

nav ul li{ font-size: 13px; line-height: 14px; margin: 0 8px; }
footer{ padding: 35px 0; }
.header-right-push nav{ display: none; }
.content-sec h1{ margin-bottom: 20px; }
.container{ margin-top: 0px; padding: 0 20px; box-sizing: border-box; }
header .container{ margin-top: 15px; padding: 0 20px; box-sizing: border-box; }
.logo-text{ font-size: 24px; line-height: 28px; }
.logo-btm-text{ font-size: 14px; line-height: 20px; letter-spacing: 0; }
.header-grp{ padding-bottom: 15px; }
.header-grp:after{ height: 3px; width: 100%; }
#content-area{ padding-top: 74px; }
.welcome-sec{ padding: 40px 0 30px 0; }
.welcome-sec .three-layer .left-col{ margin: 0 auto; margin-bottom: 10px; }
footer .two-col{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
footer .two-col .col-left{ width: 100%; text-align: center; margin-bottom: 20px; }
footer .two-col .col-right{ width: 100%; text-align: center; }
footer .two-col .col-right ul{ width: auto; display: inline-block; text-align: center; }
.welcome-sec .three-layer .right-col{ width: 130px; margin-left: 15px; margin: 0 auto; }
.welcome-sec .three-layer .mid-col{ display: inline-block; width: 100%; margin-bottom: 30px; }
.big-title{ font-size: 18px; line-height: 24px; margin-bottom: 10px; margin-top: 20px; }
.content-sec{ padding-top: 30px; }
.welcome-info-sec .two-col{ padding: 30px 20px 25px 20px; display: block; }
.welcome-info-sec .two-col .col-left{ width: 100%; padding-right: 0px; }
.welcome-info-sec .two-col .col-right{ width: 100%; }
.benefits-grp{ padding:30px 20px 25px 20px; }
.content-sec h4{ max-width: 640px; margin-bottom: 20px; margin-top: 35px; }
#content-area .benefits-grp ul li{ margin-bottom: 10px; font-size: 16px; line-height: 22px; }
#content-area .benefits-grp ul li:last-child{ margin-bottom: 0; padding-bottom: 0; }
.welcome-info-sec{ padding: 10px 0 0px 0; }
.welcome-info-sec .two-col p{ font-size: 16px; }
.align-right{ margin-bottom: 25px; margin-left: 0; max-width: 100%; width: 100%; float: none; }
.align-left{ margin-bottom: 15px; margin-right: 0px; float: none; max-width: 100%; }
blockquote{ margin-top: 25px; }
blockquote p{ font-size: 16px; line-height: 26px; margin-bottom: 15px; }
.form-area{ display: block; width: 100%; margin-left: 0; max-width: 100%; }
.contact-sec .two-col{ display: block; }
.contact-sec .two-col .col-left{ width: 100%; padding-right: 0px; box-sizing: border-box; }
.contact-sec .two-col .col-right{ width: 100%; padding-top: 10px; }
.contact-sec{ padding: 40px 0 10px 0; }
.quote-grp .quote-cell:last-child{ margin-bottom: 0; }
.form-area.mt-05{ margin-top: 30px; }
.benifits-sec .container{ padding: 30px 20px 30px 20px; }
.benifits-sec h3{ margin-bottom: 20px; }
.full-img{ padding: 20px 0 40px 0; }
.benifits-sec .two-col{ display: block; }
.benifits-sec .two-col .col-left{ width: 100%; padding-right: 0px; }
.benifits-sec .two-col .col-right{ width: 100%; padding-right: 0px; }
.mb-toggled.mb-closed{ display: block; top: 25px; right: 15px; }

}

/* 2. Large Mobile responsive css 640px
------------------------------------------------------------------------------*/
@media (min-width:641px) and (max-width:767px) {

h1, .h1{ font-size: 24px; line-height: 32px; }
h2, .h2{ font-size: 24px; line-height: 34px; }
h3, .h3{ font-size: 22px; line-height: 30px; }
h4, .h4{ font-size: 18px; line-height: 25px; }
h5, .h5{ font-size: 16px; line-height: 22px; }
h6, .h6{ font-size: 14px; line-height: 20px; }

.benefits-grp h2{ margin-bottom: 25px; }

nav ul li{ font-size: 13px; line-height: 14px; margin: 0 8px; }
footer{ padding: 35px 0; }
.header-right-push nav{ display: none; }
.content-sec h1{ margin-bottom: 20px; }
.container{ margin-top: 0px; padding: 0 2%; box-sizing: border-box; }
header .container{ margin-top: 20px; padding: 0 2%; box-sizing: border-box; }
.logo-text{ font-size: 24px; line-height: 28px; }
.logo-btm-text{ font-size: 14px; line-height: 20px; letter-spacing: 0; }
.header-grp{ padding-bottom: 20px; }
.header-grp:after{ height: 5px; width: 100%; }
#content-area{ padding-top: 82px; }
.welcome-sec{ padding: 40px 0 30px 0; }
.welcome-sec .three-layer .left-col{ margin: 0 auto; margin-bottom: 20px; }
footer .two-col{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
footer .two-col .col-left{ width: 100%; text-align: center; margin-bottom: 20px; }
footer .two-col .col-right{ width: 100%; text-align: center; }
footer .two-col .col-right ul{ width: auto; display: inline-block; }
.welcome-sec .three-layer .right-col{ width: 130px; margin-left: 15px; margin: 0 auto; }
.welcome-sec .three-layer .mid-col{ display: inline-block; width: 100%; margin-bottom: 30px; }
.big-title{ font-size: 20px; margin-bottom: 20px; margin-top: 20px; }
.content-sec{ padding-top: 40px; }
.welcome-info-sec .two-col{ padding: 40px 30px 30px 30px; }
.welcome-info-sec .two-col .col-left{ width: 60%; padding-right: 20px; }
.welcome-info-sec .two-col .col-right{ width: 40%; }
.benefits-grp{ padding:35px 20px 25px 20px; }
.content-sec h4{ max-width: 640px; margin-bottom: 20px; margin-top: 35px; }
#content-area .benefits-grp ul li{ margin-bottom: 15px; font-size: 18px; line-height: 24px; }
#content-area .benefits-grp ul li:last-child{ margin-bottom: 0; }
.welcome-info-sec .two-col p{ font-size: 17px; }
.align-right{ margin-bottom: 25px; margin-left: 40px; max-width: 200px; }
.form-area{ display: block; width: 100%; margin-left: 0; max-width: 100%; }
.contact-sec .two-col .col-left{ padding-right: 30px; box-sizing: border-box; }
.contact-sec{ padding: 40px 0; }
.benifits-sec .container{ padding: 40px 20px 20px 20px; }
.full-img{ padding: 20px 0 40px 0; }
.benifits-sec .two-col{ display: block; }
.benifits-sec .two-col .col-left{ width: 100%; padding-right: 0px; }
.benifits-sec .two-col .col-right{ width: 100%; padding-right: 0px; }
.mb-toggled.mb-closed{ display: block; top: 30px; right: 2%; }

}

/* 3. iPad responsive css 768px to 1023px
------------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:1023px) {

h1, .h1{ font-size: 24px; line-height: 32px; }
h2, .h2{ line-height: 44px; }
h3, .h3{ font-size: 26px; line-height: 34px; }
h4, .h4{ font-size: 20px; line-height: 30px; }
h5, .h5{ font-size: 18px; line-height: 24px; }
h6, .h6{ font-size: 14px; line-height: 20px; }

.benefits-grp h2{ margin-bottom: 35px; }
nav ul li{ font-size: 13px; line-height: 14px; margin: 0 8px; }
footer{ padding: 35px 0; }
.content-sec h1{ margin-bottom: 20px; }
.container{ margin-top: 0px; padding: 0 2%; box-sizing: border-box; }
header .container{ margin-top: 40px; padding: 0 2%; box-sizing: border-box; }
.logo-text{ font-size: 24px; line-height: 28px; }
.logo-btm-text{ font-size: 14px; line-height: 20px; letter-spacing: 0; }
.header-grp{ padding-bottom: 30px; }
.header-grp:after{ height: 5px; }
#content-area{ padding-top: 110px; }
.welcome-sec{ padding: 40px 0 30px 0; }
.welcome-sec .three-layer .left-col{ margin-right: 30px; }
footer .two-col{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
footer .two-col .col-left{ width: 100%; text-align: center; margin-bottom: 20px; }
footer .two-col .col-right{ width: 100%; text-align: center; }
footer .two-col .col-right ul{ width: auto; display: inline-block; }
.welcome-sec .three-layer .right-col{ width: 130px; margin-left: 15px; }
.welcome-sec .three-layer .mid-col{ display: inline-block; width: calc(100% - 300px); }
.big-title{ font-size: 20px; margin-bottom: 20px; margin-top: 20px; }
.content-sec{ padding-top: 40px; padding-bottom: 15px; }
.welcome-info-sec .two-col{ padding: 40px 30px 30px 30px; }
.welcome-info-sec .two-col .col-left{ width: 65%; padding-right: 40px; }
.welcome-info-sec .two-col .col-right{ width: 35%; }
.benefits-grp{ padding: 50px 20px 25px 20px; }
.content-sec h4{ max-width: 640px; margin-bottom: 20px; margin-top: 35px; }
#content-area .benefits-grp ul li{ margin-bottom: 15px; font-size: 18px; line-height: 24px; }
#content-area .benefits-grp ul li:last-child{ margin-bottom: 0; }
.form-area{ display: block; width: 100%; margin-left: 0; max-width: 100%; }
.contact-sec .two-col .col-left{ padding-right: 30px; box-sizing: border-box; }
.benifits-sec h3{ margin-bottom: 30px; }
.benifits-sec .container{ padding: 40px 2% 20px 2%; }
.full-img{ padding: 20px 0 40px 0; }

}

/* 4. large desktop responsive css 1024px to 1199px
------------------------------------------------------------------------------*/
@media (min-width:1024px) and (max-width:1199px) {	

h1, .h1{ font-size: 28px; line-height: 34px; }

.container{ margin-top: 0px; padding: 0 2%; box-sizing: border-box; }
header .container{ margin-top: 40px; padding: 0 2%; box-sizing: border-box; }
.logo-text{ font-size: 40px; line-height: 42px; }
.logo-btm-text{ font-size: 20px; line-height: 28px; }
.header-grp{ padding-bottom: 30px; }
.header-grp:after{ height: 5px; }
#content-area{ padding-top: 135px; }
.welcome-sec{ padding: 60px 0 30px 0; }
.welcome-sec .three-layer .left-col{ margin-right: 30px; }
footer .two-col{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
footer .two-col .col-left{ width: 100%; text-align: center; margin-bottom: 20px; }
footer .two-col .col-right{ width: 100%; text-align: center; }
footer .two-col .col-right ul{ width: auto; display: inline-block; }
.full-img{ padding: 20px 0 40px 0; }
.benifits-sec .container{ padding: 50px 2% 20px 2%; }

}

/* 5. Other media-query
------------------------------------------------------------------------------*/
@media (min-width:1200px) and (max-width:1300px) {	

h1, .h1{ font-size: 28px; line-height: 34px; }

.container{ margin-top: 0px; padding: 0 2%; box-sizing: border-box; }
header .container{ margin-top: 40px; padding: 0 2%; box-sizing: border-box; }
.logo-text{ font-size: 40px; line-height: 42px; }
.logo-btm-text{ font-size: 20px; line-height: 28px; }
.header-grp{ padding-bottom: 30px; }
.header-grp:after{ height: 5px; }
#content-area{ padding-top: 135px; }
.welcome-sec{ padding: 60px 0 30px 0; }

}


