@charset "ISO-8859-1";

.main_head {
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 3px;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
    background-image: -webkit-linear-gradient(left, #194b93 0%, #215bb0 100%);
    background-image: -moz-linear-gradient(left, #194b93 0%, #215bb0 100%);
    background-image: -o-linear-gradient(left, #194b93 0%, #215bb0 100%);
    background-image: linear-gradient(to right, #194b93 0%, #215bb0 100%);
    color: #fff;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.main_head_leads {
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 3px;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
     background-image: -webkit-linear-gradient(left, #FFF 0%, #FFF 100%);
    background-image: -moz-linear-gradient(left, #FFF 0%, #FFF 100%);
    background-image: -o-linear-gradient(left, #FFF 0%, #FFF 100%);
    background-image: linear-gradient(to right, #FFF 0%, #FFF 100%);
    color: #fff;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}


.hdr_logo_img {
    /* width: 268px; */
    margin: 0 auto;
    display: block;
    max-width: 45%;
    max-height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.qsti_input_div1 {
    display: inline-flex;
    font-weight: normal;
}
.errorTxt{
    font-size: 1.2rem;
    color:red;
    font-style: italic;
}

.error{
    font-size: 1.2rem;
    color:red;
    font-style: italic;
}
body {
    background-color: #FFF;
    color: #000000;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
}

* {
    font-family: 'Lato',Arial,Helvetica,sans-serif !important;
    margin: 0;
    outline: 0 none;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
     box-sizing: border-box;

}

.qsti-pt1-qr-cr {
    padding: 10px 10px 10px 10px;
    color: #333333;
    text-align: left;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.Layer4-cr {
    height: auto;
    width: 100%;
    padding-bottom: 0.8rem;
    
}

.qsti_wrapper_cr {
    padding-top: 35px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    white-space: nowrap;
    margin: 0 auto;
    width: 100%;
}

.qsti-pt1-wrap-cr {
    /* width: 96rem; */
    min-width: 400px;
    max-width: 850px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.qsti-q-container-cr {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-content: center;
    width:fit-content;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0 auto;
}

.qsti-pt1-group-left {
    float: left;
}
.qsti-pt1-text {
    float: left;
    vertical-align: middle;
    height: auto;
    margin-right: 1rem;
    white-space: normal;
    font-size: 1.5rem;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] {
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .2rem;
    -moz-background-clip: padding;
    border-radius: 0.2rem;
    background-clip: padding-box;
    border: 0.1rem;
    background-color: #fff;
    border-style: solid;
    border-color: #222;
    display: inline-block;
    padding-left: 1.6rem;
    /* margin-bottom: 2rem; */
    padding-right: 1.6rem;
    font-size: 1.2rem;
    height: 3.4rem;
    color: #222;
    box-shadow: none;
    -webkit-transition: border-color .1s ease-in;
    -moz-transition: border-color .1s ease-in;
    -o-transition: border-color .1s ease-in;
    transition: border-color .1s ease-in;
}

.field-divided {
    width: inherit !important;
    min-width: 4rem;
}

input {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: normal;
    vertical-align: middle;
    -khtml-border-radius: .2rem;
    margin: 0;
    outline: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

.col-1 {}
.col-2 {width: 100%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.Layer4_sub_button {
    width: auto;
    padding: 0rem 2rem;
    border-radius: 0.2rem;
    background-color: #ff6b00;
    height: 4.4rem;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: -0.12rem 0.2rem 0.2rem 0.05rem #d6d6d6;
    -moz-box-shadow: -0.12rem 0.2rem 0.2rem 0.05rem #d6d6d6;
    box-shadow: -0.12rem 0.2rem 0.2rem 0.05rem #d6d6d6;
    display: inline-block;
}


.qi-content-container-cr {
    width: 960px;
    top: 1.5rem;
    z-index: 0;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    left: 0;
    margin: 0 auto;
}


.Layer6-cr {
    height: auto;
    background-color: inherit;
    width: 100%; 
    vertical-align: top;
    text-align: center;
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    white-space: normal;
}

.main_head_content_cr {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.toggle_btns_wrap-cr label {
    background: #CDCDCD;
    background-image: -webkit-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: -moz-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: -ms-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: -o-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: linear-gradient(to bottom, #CDCDCD, #CDCDCD);
    border: solid #CDCDCD 0.1rem;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0rem 0.08rem 0.18rem #b3b3b3;
    -moz-box-shadow: 0rem 0.08rem 0.18rem #b3b3b3;
    box-shadow: 0rem 0.1rem 0.23rem #d6d6d6;
    font-family: 'Lato', Arial;
    color: #222222;
    padding: 0rem 1.2rem;
    text-decoration: none;
    display: inline-block;
    flex: 1 0;
    -webkit-flex: 1 0;
    position: relative;
    height: 3.4rem;
    cursor: pointer;
    font-size: 1.6rem;
    text-align: center;
    width: 8rem;
    max-width: 8rem;
    font-weight: 500;
}



#primary-footer {
    padding: 3rem;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 1.2rem;
    width: 100%;
    display: inline-block;
    position: static;
}

.bg-color--foggy {
    background-color: #ededed;
}

.g_parenth_cr {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    color: #ff8933;
    vertical-align: bottom;
    white-space: nowrap;
}

footer {
    display: block;
    width: 100%;
}
.footer-container
{
       width: 100%;
}
.Layer9 {
    width: 100%;
}

.MidLayer9, .MidLayer9 a {
    padding: 10px 30px;
    color: #222222;
    text-align: justify;
    vertical-align: middle;
    font-weight: normal;
    margin: 0 auto;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 1.1rem;
    width: 99%;
    white-space: normal;
    display: inline-block;
}

input[type='text'], input[type='textarea'] {
    width: fit-content;
    max-width: inherit;
}

span.tooltip-trigger:active, .tooltip-trigger:active {
    color: #fff;
}

span.tooltip-trigger, .tooltip-trigger {
    display: inline-block;
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .2rem;
    -moz-background-clip: padding;
    border-radius: 0.2rem;
    background-clip: padding-box;
    width: 2.2rem;
    text-align: center;
    margin-left: 0.6rem;
    line-height: 2rem;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #757374;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

select {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    vertical-align: middle;
    border: 0.1rem solid #222;
    color: #222;
    -moz-border-radius: .2rem;
    -moz-background-clip: padding;
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -khtml-border-radius: .2rem;
    border-radius: 0.2rem;
    background-clip: padding-box;
    height: 3.2rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    box-sizing: border-box;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    margin-right: 0.6rem;
    overflow: hidden !important;
    white-space: pre;
    text-overflow: ellipsis;
}
.field-divided {
    width: inherit !important;
    min-width: 4rem;
}
.slogan_home {
    display: block;
    width: auto;
    padding: 0rem 0 0rem 0;
    white-space: nowrap;
}

.slogan_home h1 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #222222;
    font-size: 2.6rem;
    text-align: center;
    line-height: 2.6rem;
    margin: 0rem;
    font-stretch: extra-condensed;
    font-weight: 600;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] {
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .2rem;
    -moz-background-clip: padding;
    border-radius: 0.2rem;
    background-clip: padding-box;
    border: 0.1rem;
    background-color: #fff;
    border-style: solid;
    border-color: #222;
    display: inline-block;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: 1.2rem;
    height: 3.2rem;
    color: #222;
    box-shadow: none;
    -webkit-transition: border-color .1s ease-in;
    -moz-transition: border-color .1s ease-in;
    -o-transition: border-color .1s ease-in;
    transition: border-color .1s ease-in;
}

.Layer4_ButtonSection {
    width: 99%;
    padding: 2rem 0rem;
    vertical-align: middle;
    display: inline-block;
}
.Layer4_sub_button_lbl {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 4.3rem;
    display: inline-block;
    margin: 0 auto;
}

.toggle_btns_wrap input[type="radio"]:checked + label {
    background: #757374;
    text-decoration: none;
    font-size: 1.6rem;
    text-align: center;
    width: 8rem;
    max-width: 8rem;
    font-weight: 500;
    border: solid #757374 0.1rem;
    color: #ffffff;
}

.toggle_btns_wrap label {
    background: #CDCDCD;
    background-image: -webkit-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: -moz-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: -ms-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: -o-linear-gradient(top, #CDCDCD, #CDCDCD);
    background-image: linear-gradient(to bottom, #CDCDCD, #CDCDCD);
    border: solid #CDCDCD 0.1rem;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0rem 0.08rem 0.18rem #b3b3b3;
    -moz-box-shadow: 0rem 0.08rem 0.18rem #b3b3b3;
    box-shadow: 0rem 0.1rem 0.23rem #d6d6d6;
    font-family: 'Lato', Arial;
    color: #222222;
    padding: 0rem 1.2rem;
    text-decoration: none;
    display: inline-block;
    flex: 1 0;
    -webkit-flex: 1 0;
    position: relative;
    height: 3.4rem;
    cursor: pointer;
    font-size: 1.6rem;
    text-align: center;
    width: 8rem;
    max-width: 8rem;
    font-weight: 500;
}
.toggle_btns_wrap input[type="radio"]:active+label {
    background: #9a9899;
    text-decoration: none;
    font-size: 1.605rem;
    text-align: center;
    width: 8rem;
    max-width: 8rem;
    font-weight: normal;
    border: solid #9a9899 0.1rem;
    color: #1c1a1a;
    transform: translateY(0.1rem);
    -webkit-box-shadow: 0rem 0.02rem 0.1rem #d6d6d6;
    -moz-box-shadow: 0rem 0.02rem 0.1rem #d6d6d6;
    box-shadow: 0rem 0.04rem 0.13rem #d6d6d6;
}

input[type='radio'] {
    border-radius: 1.5rem;
}

input[type='radio'], input[type='checkbox'] {
    margin: 0.2rem;
    padding: 0.1rem;
    width: 2.7rem;
    height: 2.7rem;
    vertical-align: middle;
    border: 0.1rem solid #A0A0A0;
    cursor: pointer;
}

.qs2_customer_contact_ld {
    padding: 0px 30px;
    text-align: justify;
}

.qs2_customer_contact_ld p {
    margin-top: 15px;
    font-size: 13px;
}

.toggle_btns_wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    vertical-align: middle;
    height: 100%;
}

.toggle_btns_first {
    margin-right: 2.5rem;
}

.toggle_btns_layer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 8rem;
    max-width: 8rem;
    line-height: 3.4rem;
    height: 3.4rem;
    float: left;
}
.toggle_btns_wrap input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0rem;
    opacity: 0;
    margin: 0rem;
    padding: 0rem;
    width: 0rem;
    height: 0rem;
}

.bg-color--foggy {
 background-color:#ededed
}

.container1 {
	padding-left:0 !important;
	padding-right:0 !important;
}




@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

}

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 768px) 
                   and (orientation: landscape) {

body{
      position: absolute;
      width:100%;
  }
}

@media only screen and (max-width: 768px) {
    
  /* For mobile phones: */
  
  
  .qsti_wrapper_cr {
    padding-top: 2px;
    }

  .col-1 {width:100%}

  body{
      position: absolute;
      width:100%;
  }
  [class*="col-"] {
    width: 95%;
  }

.g_parenth_cr {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.0rem;
    color: #ff8933;
    vertical-align: top;
    line-height: 1.0rem;
    white-space: nowrap;
}

.qsti-pt1-text {
    float: left;
    vertical-align: middle;
    height: auto;
    margin-right: 1rem;
    white-space: normal;
    font-size: 1.5rem;
    padding-bottom:5px;
    
}


.Layer4-cr {
    height: auto;
    padding-bottom: 0.8rem;
    }

.hdr_logo_img {
    /* width: 268px; */
    margin: 0 auto;
    display: block;
    max-width: 60%;
    max-height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main_head {
    position: fixed;
    z-index: 50;
    }
    .main_head_leads {
    position: fixed;
    z-index: 50;
    }
.qs2_customer_contact_ld {
    padding: 0px 10px;
    text-align: justify;
    width: fit-content;
    max-width: 100%;
    font-size: 1.0rem;
    line-height: 1.2rem;
}
.qs2_customer_contact_ld p {
    margin-top: 15px;
    font-size: 1.0rem;
    margin-right: 15px;
}


.MidLayer9, .MidLayer9 a
{
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.3rem;
}
.qi-content-container-cr {
    width: 100%;
    margin-top: 85px;
    }


select {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: middle;
    border: 0.1rem solid #222;
    color: #222;
    -moz-border-radius: .4rem;
    -moz-background-clip: padding;
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -khtml-border-radius: .4rem;
    border-radius: 0.2rem;
    background-clip: padding-box;
    height: 3.2rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    box-sizing: border-box;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    margin-right: 0.6rem;
    overflow: hidden !important;
    white-space: pre;
    text-overflow: ellipsis;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] {
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .4rem;
    -moz-background-clip: padding;
    border-radius: 0.2rem;
    background-clip: padding-box;
    border: 0.1rem;
    background-color: #fff;
    border-style: solid;
    border-color: #222;
    display: inline-block;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-size: 1.2rem;
    height: 3.4rem;
    color: #222;
    box-shadow: none;
    -webkit-transition: border-color .1s ease-in;
    -moz-transition: border-color .1s ease-in;
    -o-transition: border-color .1s ease-in;
    transition: border-color .1s ease-in;
}
.qsti-pt1-qr-cr {
    padding: 0.5rem 0.5rem 0.5rem 1.0rem;
    color: #333333;
    text-align: left;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    display: block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 100%;
}

.qsti-pt1-wrap-cr
{
    display: block;
}
.lbl_text_input
{
    font-size: 1.4rem;
}
.slogan_home h1 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #222222;
    font-size: 1.2rem;
    text-align: center !important;
    line-height: 1.4rem;
    margin: 0rem;
    font-stretch: extra-condensed;
    font-weight: 600;
     margin-left: 13px;
}

.slogan_home {
    display: block;
    width: auto;
    padding: 0rem 0 0rem 0;
    white-space: nowrap;
}


} /***End Mobile***/


#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
