html, body {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
    color:#ffffff;
    background-color:#eeeeee;
}
a {
    outline: medium none;
    color: #0276b0;
    text-decoration:underline;
}
a:hover, a:focus {
    outline: medium none;
    transition: all 0.5s ease-in-out 0s;
    color: #0276b0;
    text-decoration:none;
    outline-offset: 0;
}
button{
    color:#ffffff;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding:0;
}
button:hover {
    transition: all 0.5s ease-in-out 0s;
}

strong {
    font-weight: 600;
}
li {
    list-style: outside none none;
}
ul {
    margin-bottom: 0;
    padding: 0;
}
:focus {
    outline: medium none !important;
}

/*************Header*****************/
header{
    background-color: #fff;
    display: inherit;
    width: 100%;
}
.call-num img {
    height: 23px;
    width: 23px;
    float: left;
    vertical-align: middle;
    margin-top: 12px;
    margin-right: 13px;
    max-height:23px;
    max-width:23px;
}
.logo-left {
    float: left;
    position: relative;
    top: 38px;
    z-index: 99;
}
.phone-right {
    float: left;
    margin-top: 60px;
    width: 30%;
    position: relative;
    z-index: 99;
}
.call-num {
    float: right;
    display: inline-flex;
}
.call-num a {
    color: #0276b0;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
	display:inherit; 
	width: 100%;
}
.send-header-button a ,.send-header-button img{
	display:none;
}
/*************Banner section*****************/
.banner-main {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center top;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 526px;
}
.banner-list-content{
    text-align:left;
    display:none;
}
.banner-list-content li img {
    height: 41px;
    width: 41px;
    float: left;
    margin-right: 18px;
}
.banner-right-content {
    float: left;
    width: 85%;
}
.banner-list-content li h3 {
    font-size: 21px;
    color: #fff;
    margin-top: 0;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}
.banner-list-content li p{
    font-size:16px;
    color:#c4c4c4;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:0px;
}
.banner-text {
    margin-top: 92px;
    margin-bottom: 0px;
    height: 125px;
}
.banner-star-price {
    position: relative;
    margin-top: 25%;
}
.banner-star-price h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    color: #98c03d;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
}
.banner-star-price span{
    display:block;
    font-size:26px;
    font-family: 'Open Sans', sans-serif;
    text-transform:lowercase;
}
.round-star-label {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.round-star-label span {
    color: #fff;
    line-height: 80px;
    font-size: 82px;
    font-weight: bold;
    margin: 0 auto;
    text-shadow: -2.5px -3px rgba(1, 1, 1, 0.5), 2.5px 2.5px rgba(2, 118, 176, 0.8);
    font-style: italic;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: table;
    margin-left: -20px;
}
.banner-list-content li{
    margin-bottom:25px;
    display:inline-block;
}
/*************form section*****************/
.form-grp{
    position:relative;
    background-color:#cbd9ab;
    padding:0 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 44px 20px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 44px 20px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 44px 20px rgba(0,0,0,0.22);
}
.form-chevron-top , .form-chevron-bottom {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100px;
    position: relative;
    margin: 0 0 6px;
    padding: 7px 0px;
    border: none;
    color: rgba(0,0,0,1);
    text-align: center;
    background-color: #3f540f;
}
.form-chevron-bottom{
    margin-top:67px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-chevron-top::after {
    width: 0;
    height: 0;
    border-top: 50px solid #3f540f;
    border-left: 270px solid transparent;
    border-right: 270px solid transparent;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-chevron-bottom::before {
    width: 0;
    height: 0;
    border-bottom: 50px solid #3f540f;
    border-left: 270px solid transparent;
    border-right: 270px solid transparent;
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.form-title {
    width: 60%;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}
.form-title img {
    float: left;
    margin-right: 25px;
    width: 55px;
    margin-top: 6px;
}
.form-title h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    line-height: 36px;
    font-size: 30px;
    text-align: left;
}
.form-sec{
    position: absolute;
    top: 0;
    width: 100%;
}
.form-grp p {
    color: #454545;
    font-size: 14px;
    margin-top: 80px;
    padding: 0 41px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
}
.form-half-field {
    width: 47.5%;
    float: left;
    margin-right: 24px;
}
.form-half-field:last-child{
    margin-right: 0px;
}
.quote-form-field {
    width: 100%;
    padding: 0px 30px;
}
.quote-form-field .form-field {
    float: left;
    width: 100%;
    margin-top: 22px;
    position:relative;
}
.quote-form-field .form-field label {
    color: #393939;
    font-weight: 500;
    float: left;
    width: 100%;
}
.quote-form-field .form-field .input-text {
    float: left;
    width: 100%;
    padding: 11px 10px 9px 20px;
    font-size: 14px;
    color: #454545;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.06);
    border: 0.5px solid #FFFFFF;
}
.form-btn {
    display: inline-block;
    width: 100%;
}
.free-quote-btn {
    margin: 25px auto 5px;
    padding: 15px 20px 13px 20px;
    background: #99c03f;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.06);
}
.free-quote-btn:hover {
    background: #0276b0;
    color: #fff;
}
.free-quote-btn i{
	margin-left:10px;
}
.form-bottom span {
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.form-bottom p {
    font-size: 15px;
    color: #bcbcbc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 6px;
}
/*************content section*****************/
.full-content-para h1 {
    color: #98c03d;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 42%;
    text-align: center;
    line-height: 40px;
    margin: 45px 0 40px;
}
.para-desc p {
    color: #454545;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 22px;
}
.contact-sec {
    background-color: #fff;
    padding: 25px 30px;
    text-align: center;
    margin-top: 18px;
    margin-bottom:35px;
}
.desc {
    color: #6d6c6c;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: 70%;
    display: table;
    margin: 0 auto;
}
.desc:after{
    position:absolute;
    content:"";
    height:2px;
    width:60px;
    background-color:#0276b0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
}
.contact-us-btn {
    background-color: #0276b0;
    padding: 13px 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-top: 45px;
    display: inline-block;
}
.contact-us-btn::after {
    background-color: rgba(2,118,176,0.20);
    padding: 26px 85px;
    position: absolute;
    content: "";
    right: 8px;
    top: 8px;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
}
.contact-us-btn:hover{
    color: #fff;
}
.contact-us-btn:hover::after{
    right: -8px;
    top: -8px;
}
/*************content section*****************/
.footer-main{
    width: 100%;
    position: relative;
    border: none;
    color: rgba(0,0,0,1);
    text-align: center;
    background-color: #9ac141;
    padding:10px 20px 20px 20px;
    height: 0;    
    display: inline-table;
}
#bigTriangleColor {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    float: left;
}
.footer-content {
    display: inline-block;
    width: 100%;
    padding: 0px 0 25px 0;
}
.footer-address {
    float: left;
    width: 33.33%;
    text-align: left;
}
.footer-address img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    float: left;
    margin-top: 10px;
}
.footer-address span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}
.footer-logo{
    float: left;
    width: 33.33%;
    text-align: center;
}
.footer-num {
    float: left;
    color: #fff;
    width: 33.33%;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}
.footer-num span {
    color: #fafafa;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}
.footer-num a {
    color: #fafafa;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.footer-copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.footer-num ul li a {
	margin-left: 20px;
}
.footer-num ul li a i {
	font-size: 22px;
}
.footer-num ul li{
	display:inline;
}
.footer-num ul{
	line-height: normal;
}
.footer-num ul li a:hover i {
	color:#0276b0;
}
.gqAddressCol, .gqNameCol, .gqPhoneCol, .gqEmailCol,.gqunitduplexCol,.errorcol{ display:block; width:100%; max-height:44px; min-height:44px;}
#form_val_zip, #form_val_name, #form_val_tel, #form_val_email{height: 0px !important; padding:0px !important; margin:0px !important;}
#displayErrorMessage{font-size:14px; padding: 0; color: #8B0000; font-style: normal; display: block; font-weight:bold; margin-top:20px; font-weight: bold;}
#displaySuccessMessage{font-size:16px; padding: 0; color: #3F540F; font-style: normal; display: block; font-weight:bold;font-weight: bold;}
.gqCol{ display:inline-block; width:100%;min-height:44px;}
.gqAddressCol{text-align:right;}
.lcd_txt_invalid{border-bottom:0.5px solid #8B0000 !important; border-right:0.5px solid #8B0000 !important; border-top:0.5px solid #EE7855 !important; border-left:0.5px solid #EE7855 !important;}
.lcd_load{width:100%;height:100%;position:fixed;z-index:9999;background:url("../images/ajax-loader.gif") no-repeat center center rgba(255,255,255,0.9);}

#back_up{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(1, 118, 176, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	cursor:pointer;
}
#back_up i{
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#back_up:hover {
    background: rgba(1, 118, 176, 0.9);
}
#back_up:hover i{
    color: #fff;
}
.footer-left{text-align:left;}
.socialIcon.fb{margin-left:0px;}

.gq-error-message{display:none;}
.displayErrorMessage .gq-error-message.gq-notification-message{background-image:none!important;padding-left:0px;}
.displayErrorMessage .gq-notification-message{font-size:16px;color:#0276b0}
.displayErrorMessage .gq-notification-message a{color:green}
.gq-secure-lbl{font-size:13px;color:#fff;text-align:center;margin-top:.5rem;font-weight:700}
.gq-secure-lbl i{margin-right:5px}
.errormsg{
    font-size:13px; 
    padding: 0 0 0 10px; 
    color: #FFF; 
    font-style: normal; 
    display:inline-block; 
    margin: 0 0 0 0; 
    font-weight: bold;
    background-image: linear-gradient(to left,rgba(255,255,255,0),#9F3131) !important;
}
.wcggms-form-field-checkbox{
    position: relative;
    padding-left: 28px;
    padding-right: 15px;
    margin-top: 0;
}
.quote-form-field .tp_mar16{
    margin-top:16px;
}
.wcggms-form-field-checkbox.form-check{
    display: inline-flex;
    float: left;
    margin: 12px 0 0;
    cursor: pointer;
}
.wcggms-form-field-checkbox label>span::before{
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #ddd;
    background: #fff;
    width: 18px;
    height: 18px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    line-height: 16px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 0;
    border-radius:2px;
}
.wcggms-form-field-checkbox label>input[type="checkbox"]{
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.quote-form-field .wcggms-form-field-checkbox .cb_gq_duplex_label{
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    color:#ffffff;
}
.wcggms-form-field-checkbox input[type="checkbox"]:checked+span::before{
    font-size: 14px;
    border: 1px solid #93c305;
    color: #fff;
    background: #93c305;
}
.quote-form-field #displayAddressMessage{
    text-align:right;
    display: inline-block;
}
.quote-form-field .free-quote-btn{margin-top:0;}

.gologo-font {
  font-family: 'Rajdhani',sans-serif;
  font-weight: 500;
  color: #0876B1 !important;
}

.mowlogo-font {
  font-family: 'Titillium We',sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #98C13D !important;padding-right: 3px;
}
