html,
body{
    min-height:100%;
    height:100%;
    margin:0;
    padding:0;
    font-size:16px;
    font-family:"brandon-grotesque";
    color:#000;
    font-weight:300;
    background:#fff;
    overflow:hidden;
}
.innerboxheight {
    position: relative; 
    display: block; 
    overflow: auto;    
    height:100%;
}
.innerboxheight .carousel-btn{margin-top:30px;text-align:center;} 
.innerboxheight .carousel-btn a{background:#167ac6;color:rgb(255, 255, 255);border-radius:15px;height:34px;padding: 5px 30px !important;}

#contact_information .innerboxheight .carousel-btn { margin-top: 5px;}

#save_order_info,#save_door_info,
#save_contact_info,
.saveimages{min-width: 200px;padding: 10px;color: #fff;font-size: 18px;text-transform: uppercase;border: 1px #000   solid;border-radius: 20px;text-align: center;background: #008CBA;outline:none;}

.headingdiv,.pagetitle{display: block; width: 100%;position: relative; text-align: center; margin:0px 0 20px;height:auto;}
.headingdiv h3,.pagetitle h3{margin:0px;padding:0px;font-weight:bold; font-size:32px;}
.headingdiv p,.pagetitle p{font-size: 24px;margin: 10px 0;}
.headingdiv{margin-top:0px;}
.headingdiv h3,.pagetitle h3{font-size:24px;}

@media (max-width:1440px){

    .headingdiv{margin:0px 0 10px;}
    .instantbonus .headingdiv{margin:0px;}
    .headingdiv p {font-size: 20px;}
    .tellus{padding:0 10px;}
    .tellus{margin-top:15px;}
    .tellus .form-group{margin-bottom:10px;height:46px;}
    .tellus input {height: 44px;}
    .tellusnote.mtop25{margin-top:5px;}
}
.instantpricing .headingdiv h3{text-transform: uppercase;padding: 15px 0;}
.instantpricing .headingdiv p{font-size: 30px;font-style: italic;}
.headingdiv h3, .pagetitle h3 {position:relative;}

@media only screen and (max-width:360px){
    
    .headingdiv h3{font-size: 20px;}
}

.esreporttitle {padding-top:10px;}

.tellus{display: table;max-width:450px; width: 100%;margin: 25px auto 0; position: relative;  padding:10px;}
.tellus .form-group {width:100%; margin:0 0 20px;float:left; position: relative; }
.tellus .form-input {height: 50px;   padding: 0px;  background: #fff;border-radius: 10px;border: 1px #000 solid;}
.tellus .form-label {position: absolute; transition: 0.25s ease; -moz-transition: 0.25s ease; -webkit-transition: 0.25s ease; -o-transition: 0.25s ease; -ms-transition: 0.25s ease; color: #a2a2a2; left: 10px;top: 8px;font-size:22px; }
.tellus input {height:50px;transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;-ms-transition: 0.3s ease;padding-top: 10px;-webkit-appearance: none; }
.tellus input:focus + .form-label, .tellus input:valid + .form-label {top: -12px;font-size: 14px;color: #848484;background: #fff;}
/*.tellus input:hover + .form-label, .tellus input:valid + .form-label{top: 12px;font-size: 16px;color: #848484;right: 25px;left: inherit;}*/
.tellus input, .tellus select {border:none; border-radius: 10px;background:#fff;font-size:18px; box-sizing: border-box; width: 100%; display: block;color: #000;padding: 5px 10px; }
.tellus input:focus, .tellus select:focus {outline:none; }
.tellus input::-webkit-input-placeholder {color: #bebebe; }
.tellus input::-moz-placeholder {color: #bebebe; }
.tellus input:-ms-input-placeholder {color: #bebebe; }
.tellus input:-moz-placeholder {color: #bebebe; }
.tellus req{color: #fff;font-size: 12px;text-align: left; width: 100%;height: 15px;display: block;padding: 0px;margin-bottom: 10px;}

/* On mouse-over, add a grey background color */
.agrretxt:hover input ~ .checkmark { background-color: #ccc;}
/* When the checkbox is checked, add a blue background */
.agrretxt input:checked ~ .checkmark { background-color: #000;}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after { content: ""; position: absolute; display: none;}
/* Show the checkmark when checked */
.agrretxt input:checked ~ .checkmark:after { display: block;}

/* Style the checkmark/indicator */
.agrretxt .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

