body{
    background:#f9f9f9 !important;
}

#header_wrapper .titletext h1{
    font-size:55px;
    color:#fff;
    font-weight:600;
    line-height:65px;
    margin:50px 0 20px 10px;
    text-align:left;
    font-family: 'Roboto', sans-serif;
}

.titletext .checks{
    margin-left:30px;
}

.titletext .checks li{
    list-style:none;
    color:#fff;
    padding:5px 0 5px 40px;
    background:transparent url(../images/landing-check.png) no-repeat scroll 0 14px;
    font-size:30px;
    font-weight:300;
}

.stepspace{
    height:125px;
}

.stepspace_small{
    height:50px;
}

@media(max-width:420px){
    #header_wrapper .titletext h1{
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        margin: 50px 0 30px 0;
    }
    
    .titletext .checks li{
        font-size: 25px;  
    }
    
    .stepspace{
        height:0px;
    }

    .stepspace_small{
        height:0px;
    }
}

@media(max-width:812px){
    #header_wrapper .titletext h1{
        font-size:45px;
    }
    
    .titletext .checks li{
        font-size: 25px;  
    }
}

#landing_video{       
    display:block;
    margin:30px 0 0 0;
    padding:6px;
    background:#fff;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
}

#landing_form{        
    background:#f9f9f9;
    padding:40px;
    margin:50px 0 0 0;
    width:100%;
    box-sizing:border-box;
}

#header_wrapper #landing_form h3{
    font-size:26px;
    text-align:center;
    line-height:30px;
    margin:0 0 25px 0;
    color:#000;
}


@media(max-width:420px){ 
    #landing_form{
        padding:20px;
    }
}

#landing_form input[type="text"]{
    padding:15px 10px 10px;
    border:1px solid #dadada;   
    width:100%;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    color:#000;
    margin:0 0 20px 0;
}

#landing_form select{
    padding:10px;
    border:1px solid #dadada;    
    width:100%;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    color:#000;
    margin:0 0 20px 0;
}

#landing_form textarea{       
    padding:15px 10px 10px;
    border:1px solid #dadada;
    width:100%;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    color:#000;
    margin:0 0 0px 0;
    resize:none;
}

#landing_form input.wrong,
#landing_form select.wrong{
    border:1px solid red;
}

#landing_form input.good,
#landing_form select.good{
    border:1px solid green;
}



#landing_form input[type="submit"]{
    border: 1px solid #faaf3b;
    color: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 65px;
    font-size: 16px;
    text-align: center;
    background: #faaf3b;
    margin: 0 auto;
    display: table;
    font-weight: 600;
    text-transform: uppercase;
}

#landing_form div.inputr {
  position: relative;
}

#landing_form div.inputr label {
  position: absolute;
}              

#landing_form label {      
  top: 11px;
  bottom: 0;
  left: 30px;
  width: 100%;
  transition: 0.2s;
  font-size:16px;
  color:#333;
  font-weight:300;
}

#landing_form input:focus + label ,
#landing_form textarea:focus + label {
  bottom: 100%;         
  margin-top: -8px;
  margin-left:-5px; 
  font-size:11px;  
  color:#28a57a; 
}

#landing_form textarea:valid + label ,     
#landing_form input:valid + label {     
  bottom: 100%;         
  margin-top: -8px;
  margin-left:-5px; 
  font-size:11px;  
  color:#28a57a;  
}

.center{
    text-align:center;
}

.lowertext h1{
    color:#000;
    font-size:52px;
    font-weight:300;
    margin:0 0 10px 0;
}

.lowertext h1.landing1{
    margin-top:80px;
}

.lowertext h1 sup{
    font-size:30px;
}

.lowertext h5{
    font-size:22px;
    color:#363636;
    font-weight:300;
    margin:0 0 30px 0;
}



@media(max-width:420px){

    .lowertext h1{
        font-size:30px;
    }

    .lowertext h1 sup{
        font-size:12px;
    }

    .lowertext h5{
        margin:0 0 30px 0;
    }

    .lowertext h1.landing1{
        margin-top:15px;
    }
}

.dashed{
    border-top:1px dashed #e2e2e2;
}

.toppadding{
    padding-top:50px;
}

.lastpadding{
    padding:100px 20px;
}

@media(max-width:500px){
    .lastpadding{
        padding:30px 20px;
    }
}

.green-wrapper{
    background:#28a57a;
    padding:50px 0;
}

.green-wrapper h1{
    color:#fff;
    text-align:center;
    font-size:45px;
    margin:0 0 5px 0;
}

.green-wrapper p{
    color:#fff;
    text-align:center;
    font-size:17px;
    margin:0 0 20px 0;
}

.green-wrapper a{
    background:#faaf3b;
    text-align:center;
    color:#fff;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    margin:0 auto;
    padding:10px 15px;   
    font-weight:500;   
    font-size:17px;                                       
}                  

@media(max-width:420px){  
    .green-wrapper h1{   
        font-size:22px;
    }
}

#testimonial_wrapper{
    padding:40px 0;  
    background:#fff;   
}   

.testi{
    /*background:transparent url(../images/testi-bg.jpg) no-repeat; */
    background-size:101%;
    padding:20px 41px;
    margin:0 0 40px 0;
    border-bottom-left-radius:20%;
    border-bottom-right-radius:20%;
}

.testi.even{
    /*background:transparent url(../images/testi-bg.jpg) no-repeat scroll 0 -21px;*/
    background-size:101%;
}

@media(max-width:567px){
    .testi.even,
    .testi{
        /*background:transparent url(../images/testi-bg.jpg) repeat-y scroll 0 -21px;*/
    }
}

#testimonial_wrapper .carousel{
   min-height:350px;
}  
                            
.carousel-indicators{
    bottom:0;
}

.carousel-indicators li{
    background:#e5e5e5;
}

.carousel-indicators li.active{
    background:#038f66;
    height:10px;
    width:10px;
    margin:1px;
}

#testimonial_wrapper h4{               
    color: #343c47;
    font-size: 30px;
}

#testimonial_wrapper h3{
    font-size:29px;
    line-height:35px;
    color:#575757;
    text-align:center;
    margin:0 0 20px 0;
    font-family:"Times new Roman";
}

#testimonial_wrapper .testi h3{
    font-size:17px;
    font-family: 'Droid Serif', serif;
    line-height:28px;
}

#testimonial_wrapper .testi h3 span{
    background:#faf97d;
    color:#575757;
}

#testimonial_wrapper p{
    font-size:16px;
    color:#343c47;
    font-family:arial;
    text-align:center;
    margin:0 0 30px 0;
}

#testimonial_wrapper .testi p{
    font-family: 'Roboto', sans-serif;
    font-size:17px;
    font-weight:600;
    margin:0;
}

#testimonial_wrapper i{
    font-weight:normal;
    color:#e6e7e9;
    font-size:30px;
    cursor:pointer;
}

#testimonial_wrapper .carouselleft{
    position:absolute;
    top:100px;
    left:0;
}

#testimonial_wrapper .carouselright{
    position:absolute;
    top:100px;
    right:0;
}

#testimonial_wrapper p.vidtext{
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    color:#333;
    margin:15px 0 0 0;
    text-align:center;
}

.testline{
    border-bottom:1px solid #e7e7e7;
    display:block;
    height:1px;
}

.faqtext{
    padding-top:80px;
    padding-bottom:80px;
}

.faqtext h3{
    font-size:36px;
    text-align:center;
    margin:0 0 15px 0;
}

.faqtext h5{
    font-size:22px;
    text-align:center;
    color:#464646;
    font-weight:300;
}

.faqtext h5 a{
    color:#28a57a;
}

@media(max-width:420px){ 

    .faqtext h3{ 
        font-size:25px;
    }

    .faqtext h5{
        font-size:18px;
        line-height:25px;
    }
}
    
.margintop50{
    margin-top:50px;
}
    
.margintop80{
    margin-top:80px;
}

h1.demo{
    font-size:28px;
    font-weight:300;
    line-height:40px;
}

h1.demo span{
    color:#28A579;
}   

.numberpad{
    padding-right:0;
}

@media(min-width:768px){
    .flexy-row {
      display: flex;
      width: 100%;
    }

    .flexy {
      flex: 1;
      padding: 16px;
    }     
}   

@media(min-width:768px) and (max-width:991px){   
    .stepspace{
        height:50px;
    }

    .stepspace_small{
        height:50px;
    }
}

.greenborder{
    border:1px solid #26a377;
    padding:40px;
    height:100%;
}

@media(max-width:768px){
    .greenborder{
        margin-bottom:20px;
    }
}

.schedule{
    margin-top:80px;
} 

.schedule h4{
    font-size:23px;      
}

.margin-bottom-25{     
    margin:0 0 25px 0;
}

.margin-bottom-35{     
    margin:0 0 25px 0;
}

.orange-button{     
    background:#faaf3b;
    text-align:center;
    color:#fff;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    margin:0 auto;
    padding:13px 20px;
    display:table;
    font-weight:500;   
    font-size:16px;    
}

.not-orange-button{     
    background:transparent;
    border:1px solid #faaf3b;
    text-align:center;
    color:#888;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    margin:20px auto;
    padding:13px 20px;
    display:table;
    font-weight:500;   
    font-size:16px;    
}

.schedule input[type="text"]{
    padding:10px;
    width:200px;
    border:none;
    border-bottom:2px solid #26a377;
    background:transparent;
    font-size:18px;
}

@media(max-width:768px){
    
    .stepspace{
        height:0px;
    }

    .stepspace_small{
        height:0px;
    }
    
    .cancelfloat{
        float:none !important;
    }
}

@media(max-width:500px){

    h1.demo{
        font-size:25px;
        font-weight:300;
        line-height:35px;
    }
    
    .m-right-center{
        float:none;
        margin:20px auto;
        text-align:center;
    }
    
    .m-left-center{
        float:none;
        text-align:center;
        margin:20px auto;
    }   
}   

.schedule select{   
    padding:10px;
    width:200px;
    margin-left:20px;
    margin-top:-10px;
    border:none;
    border-bottom:2px solid #26a377;
    background:transparent;
    font-size:18px;
}   

#call_number_2{
    margin-left:40px;
}

@media(max-width:480px){
    .schedule select{
        margin:0;
    }
    
    #call_number_2{
        margin:0;
    }
}

#call_date{
    width:180px;
}

#call_time{
    width:145px;
}

@media(max-width:500px){

    #call_date{
        width:100%;
    }

    #call_time{      
        width:100%;
    }
    
    #do_call_now.orange-button,
    #do_call_later.orange-button{
        margin:20px auto !important;
    }
}

p.scheduleat{
    padding:15px 10px;
    float:left;
}

p#now_error,
p#later_error{
    color:red;
    line-height:30px;
}

.margintop80 .schedule{
    padding:0;
    background:#f9f9f9;
}

#header_wrapper h3.abtdemo{
    font-size:37px;
    margin-bottom:20px;
}

#abt_demo_form{        
    background:#f9f9f9;
    padding:30px;
    margin:0px 0 0 0;
    width:100%;
    box-sizing:border-box;
}

#header_wrapper #abt_demo_form h3{
    font-size:31px;
    text-align:center;
    line-height:38px;
    margin:0 0 25px 0;
    color:#000;
}


@media(max-width:420px){ 
    #abt_demo_form{
        padding:20px 0px;
    }
}

#abt_demo_form input[type="text"]{
    padding:15px 10px 10px;
    border:1px solid #dadada;   
    width:100%;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    color:#000;
    margin:0 0 20px 0;
}

#abt_demo_form select{
    padding:10px;
    border:1px solid #dadada;    
    width:100%;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    color:#000;
    margin:0 0 20px 0;
}

#abt_demo_form textarea{       
    padding:15px 10px 10px;
    border:1px solid #dadada;
    width:100%;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    color:#000;
    margin:0 0 0px 0;
    resize:none;
}

#abt_demo_form input.wrong,
#abt_demo_form select.wrong{
    border:1px solid red;
}

#abt_demo_form input.good,
#abt_demo_form select.good{
    border:1px solid green;
}



#abt_demo_form input[type="submit"]{
    border: 1px solid #faaf3b;
    color: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 65px;
    font-size: 16px;
    text-align: center;
    background: #faaf3b;
    margin: 0 auto;
    display: table;
    font-weight: 600;
    text-transform: uppercase;
}

#abt_demo_form div.inputr {
  position: relative;
}

#abt_demo_form div.inputr label {
  position: absolute;
}              

#abt_demo_form label {      
  top: 11px;
  bottom: 0;
  left: 30px;
  width: 100%;
  transition: 0.2s;
  font-size:16px;
  color:#333;
  font-weight:300;
}

#abt_demo_form input:focus + label ,
#abt_demo_form textarea:focus + label {
  bottom: 100%;         
  margin-top: -8px;
  margin-left:-5px; 
  font-size:11px;  
  color:#28a57a; 
}

#abt_demo_form textarea:valid + label ,     
#abt_demo_form input:valid + label {     
  bottom: 100%;         
  margin-top: -8px;
  margin-left:-5px; 
  font-size:11px;  
  color:#28a57a;  
}


@media(min-width:768px) and (max-width:991px){
    #header_wrapper h3.abtdemo{
        font-size:30px;
    }
    
    #header_wrapper #abt_demo_form h3{
        font-size:28px;
    }
    
    .numberpad{
        padding-right:10px;
    }
    
    .lowertext h5{
        font-size:18px;
    }
}


@media(min-width:400px) and (max-width:500px){
    #header_wrapper h3.abtdemo{
        font-size:25px;
    }
}


@media(max-width:400px){
    #header_wrapper h3.abtdemo{
        font-size:25px;
    }
    
    #header_wrapper #abt_demo_form h3{
        font-size:26px;
    }
}

a.play-video{
    padding:20px 40px;
    margin:0 auto 15px;
    display:table;
    border:1px solid #fff;
    color:#fff;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    font-size:18px;
}

.modal-header{
    padding:0;
    border:none;
}

.modal-header .close{
    position:absolute;
    top:-10px;
    right:-10px;
    padding:1px 6px;
    background:#fff;
    -moz-border-radius:30px;
    border-radius:30px;
    -webkit-border-radius:30px;
    color:#000;
    opacity:1;
}

@media(max-width:768px){
    .modal-body{
        padding:5px;
    }
    
    .modal-dialog{
        width:90%;
        max-height:90%;
        margin-top:20%;
    }
}

@media(min-width:768px){
    .modal-dialog{
        width:800px;
    }
    
    #myModal .modal-body{
        padding:0px;
    }
    
    #myModal .flex-video{
        margin-bottom:0;
    }
}