
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #121212;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #757575;
  margin: 0px; 
}

  header.header-area {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    line-height: 85px;
    height: 85px;
}
.logo_img img {max-width: 65px;}

/*span.title_logo {
    font-size: 28px;

}*/
.head_text {
    text-align: right;
}
.head_text span {
    display: block !important;
}
span.head_des {
    font-size: 16px;
    line-height: 16px;
}
span.title_logo {
    font-size: 32px;
    /* float: right; */
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
}
section.welcome_section {
    padding: 40px 0 60px 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.wel_text h2 {
  color: #383838;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 15px;
}
.app_click {
    padding: 30px 0 0px 0px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
 .app_click img {height: 55px;}

.wel_text h5 {
    color: #212121;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

section.form_section {
    background: #fbfbfb;
    padding: 60px 0 60px 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 0px;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 30px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0%;
    position: relative !important;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}
#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #383838;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #383838;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #383838 !important;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #383838 !important;
    border: none;
}

#msform .action-button-previous {
    width: 100px;
    background: #ffff00;
    color: #383838;
    font-weight: 600;
    border: 0;
    border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ffff00 !important;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ffff00 !important;
    border: none;

}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #bfb9b9;
    text-transform: uppercase;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: #bfb9b9;
    margin: 0 auto 10px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {content: none;}

#progressbar li.active:before, #progressbar li.active:after {
    background: #008000;
    color: white;
}

/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #383838;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.title_heading h2 {
    color: #383838;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.question_bar #progressbar li {
    list-style-type: none;
    color: #bfb9b9;
    text-transform: uppercase;
    font-size: 15px;
    width: 11.1%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
.question_bar .fs-title {
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #2C3E50;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}
.question_bar .thank_titil {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
}
#msform.question_bar input {
    width: auto;
}
#msform.question_bar fieldset {
    text-align: left;
}
#msform.question_bar .action-button, #msform.question_bar .action-button-previous {
    width: 100px !important;
}

section.faq_section {
    padding: 60px 0 60px 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}

section.faq_section tbody td {
    color: #008000;
}

section.faq_section tbody td:first-child {
    color: #212529;
}
 
.btn_section {
    margin: 0 auto;
    padding-top: 50px;
}
button.btn_app_now {
    text-align: center;
    padding: 15px 30px;
    background: #ffff00;
    color: #383838;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
button.btn_app_now:focus, button.btn_app_now:hover  {
     box-shadow: 0 0 0 4px #fff, 0 0 0 5px #ffff00 !important;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #ffff00 !important;

}
section.features_section {
    padding: 60px 0 30px 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
section.video_section {
    padding: 40px 0 60px 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}

.modal-body.thank_popup h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2C3E50;
}

.modal-body.thank_popup p {
    font-size: 14px;
    margin-bottom: 20px;
}
.modal-body.thank_popup .thank_name p {
    margin-bottom: 0;
}
.modal-body.thank_popup {
    text-align: center;
    padding: 2rem 10px;
}

#contact-form label.error {
    color: red;
    margin-top: 5px;
    font-size: 15px;
}
span#remainingC {
    float: right;
}

.modal-body .thank_name {
    margin-bottom: 20px;
}
.modal-body .popop_btn {
    max-width: 100px;
    width: 100%;
}
 
section.footer {
    padding: 50px 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    background: #383838;
    /* color: #fff; */
}
.footer_text h4 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
.footer_text img {
    height: 55px;
}
.footer-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.footer-info li {
    padding: 0 0 15px 30px;
    position: relative;
}
.footer-info li.faddress:before {
    content: "\f041";
}
.footer-info li.femail:before {
    content: "\f0e0";
}
.footer-info li.fcall:before {
    content: "\f095";
}

.footer-info li:before {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
}

section.footer a:hover {
    color: #ffff00;
}
section.footer a, section.footer p {
    color: #fff;
    font-size: 14px;
}
.footer_text >ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}
.footer_text >ul li {
    padding: 0 0 7px 0px;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
    
.bottom_footer {
    padding: 50px 0 0 0;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
video::-webkit-media-controls {display: none;}

.policy_description p {margin-bottom: 30px;}

.body_mail table{border-collapse:collapse;}
.body_mail table[id=bodyTable] {width:100%!important;margin:auto;max-width:500px!important;color:#7A7A7A;font-weight:normal;}
.flexibleImage{height:auto;}    
.footer_copy {
    padding-top: 10px;
    padding-bottom: 19px;
    height: 20px;
}
p.footer_copy_right {
    margin-top: 20px;
    text-align: center;
    /* width: 400; */
    padding-left: 23px;
    padding-right: 23px;
    color: #797979;
}

@media only screen and (max-width : 992px) {
    .header-area .col-lg-6 {
       -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .header-area .col-lg-6:last-child {
       -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 0px;
    }
    .btn_section {padding-top: 25px;}
    .wel_img img {text-align: center;margin: 0 auto; display: block;}
    .wel_text.mt-100 {margin: 0;text-align: center;}
    .features_text.mt-100 { margin: 0px 0 25px 0; text-align: center;}
    .img_right_feature {text-align: center;}
    .footer_text h4 {margin-bottom: 15px;}
    .footer_text {margin: 0 0 30px 0;}
    .bottom_footer {padding: 0; }
    .app_click {padding: 10px 0 0px 0px;}

}

@media only screen and (max-width : 767px) {

    .title_heading h2, .wel_text h2 { font-size: 30px; line-height: 40px; margin-bottom: 15px;}
    section.faq_section {padding: 30px 0 30px 0;}
    .wel_text h5 {font-size: 20px;}
    section.video_section {padding: 30px 0 40px 0;}

    span.title_logo {font-size: 21px; line-height: 32px;
    margin-top: 15px;}

    #progressbar { margin-bottom: 15px;}
    section.form_section {padding: 40px 0 40px 0;}
    .question_bar .thank_titil {margin-bottom: 0; text-align: center; font-size: 18px; line-height: 25px;}
    section.footer {padding: 50px 0 20px 0;}
    .policy_description p {margin-bottom: 20px;}
    .logo_img img {max-width: 60px;}


}

@media only screen and (max-width: 480px){
    body.body_mail{width:100% !important; min-width:100% !important;} /* Force iOS Mail to render the email at full width. */
     .body_mail table[class="flexibleContainerBoxNext"]{padding-top: 10px !important;}
     .body_mail table[class="emailButton"]{width:100% !important;}
     .body_mail td[class="buttonContent"]{padding:0 !important;}
     .body_mail td[class="buttonContent"] a{padding:15px !important;}

     span#remainingC {font-size: 13px;}
}














