body{
	font-family: 'Lato', sans-serif;
}
*{
	box-sizing: border-box;
}
.header-container{
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-container .header{
	width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header-container .header .rightmenu{
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
}
.header-container .header .rightmenu .navmenu{
	display: flex;
	list-style: none;
	margin-bottom: 0px;
}


.header-container .header .rightmenu .navmenu li{
	padding-right:20px;
	margin-right: 20px;
	color: #4e4e4d;
	font-size: 15px;
	border-right:1px solid #4e4e4d;
}
.header-container .header .rightmenu .navmenu li:last-child{
	border-right:0px solid transparent;
}

.header-container .header .rightmenu .navmenu li a{
	color: #4e4e4d;
	font-size: 15px;
	text-decoration: none;
}
.header-container .header .rightmenu .phone-number-container-nav{
	background: #bed50b;
    color: white;
    font-size: 15px;
    border-radius: 100px;
    position: relative;
    padding: 4px;
    padding-left: 30px;
    padding-right: 10px;
}
.header-container .header .rightmenu .phone-number-container-nav span{
    position: absolute;
    left: -24px;
    width: 48px;
    height: 48px;
    background: #bed50b;
    text-align: center;
    line-height: 34px;
    border: solid 4px white;
    top: -8px;
    border-radius: 50%;
}

.sliderheader-container{
	position: relative;
    /*min-height: calc(100vh - 157px);*/
}
.sliderheader-container .slideritems{
	height: 100%;
	position: relative;
}
.sliderheader-container .slideritems .slideritem:not(.active){
	display:none;
}
.sliderheader-container .slideritems .slideritem{
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;

}
.sliderheader-container .slideritems .slideritem > *{
	/*width: 100%;*/
	text-align: center;
}
.sliderheader-container .slideritems .slideritem.active{
	/*min-height: calc(100vh - 157px);*/
    padding-bottom: 70px;
    padding-top: 20px;
	
}
.sliderheader-container .slideritems .slideritem h1{
	color: white;
	font-size: 50px;
	font-weight: bold;
}
.sliderheader-container .slideritems .slideritem h4{
	color: #4e4e4d;
	font-size: 28px;
	font-weight: bold;
	background:white;
	padding: 5px 15px;
	margin-bottom: 30px;
}


.sliderheader-container .slideritems .slideritem h1 span{
	color:#bed50b;
}
.formselection select{
	color: #4e4e4d;
	font-size: 15px;
	font-weight: normal;
	background:white;
	padding: 9px 15px;
	width: 100%;
    max-width: 300px;
    border-radius: 500px;
    box-shadow: inset 0 2px 2px 0 rgb(0,0,0,0.5);
	margin-right: 20px;
	margin-bottom: 20px;
}
.formselection{
	width: 100%;

}
button{
	/*font-size:14px;*/
	font-weight: bold;
	text-transform: uppercase;
	/*background-color: #bed50b;*/
	color: white;
    border-radius: 50px;
    border: none;
    padding: 8px 20px;
    /*box-shadow: 0 0 20px 0 rgb(0,0,0,0.2);*/
	
	text-transform:none !important;
	background-color: #ff5f1b;
	font-size:30px;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.28);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
	margin-bottom:20px;

}
.slidercontrols{
	position: relative;
    /*background: black;*/
    bottom: 100px;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: right;
}
.slidercontrols span{
	color: white;
	background-color: rgba(0,0,0,.30);
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
    font-size: 20px;
    cursor:pointer;
}
.icons-section-container{
	background: #e5ecaf;
    position: relative;
    font-size: 15px;
    color: #4e4e4d;
}

.icons-container{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
    /*position: relative;
    top:-60px;*/
    height: 60px;
    width: 100%;

}
.icons-container > .icons-container-scroll{
	position: relative;
	max-width: 1200px;
    
    margin: 0 auto;
    display: flex;
    /*position: relative;
    top:-60px;*/
    /*margin-top: -60px;
    height: 120px;*/
    top: -60px;
    height: 120px;
    width:100%;
    overflow-x:scroll;
}
.icons-container > .icons-container-scroll > *{
	cursor:pointer;
	text-align: center;	
	flex-grow: 1;
	width: 11.111111%;
	background:white;
	border-right: 1px solid #e5e5e4;
	height: 120px;
	/*margin-top: -60px;*/	


	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 120px;
}


.icons-container > .icons-container-scroll::-webkit-scrollbar {
    /*width: 0;*/  /* Remove scrollbar space */
    height: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}


.icons-container .mobilescrollbars-previus{
	display: none;
}
.icons-container .mobilescrollbars-next{
	display: none;
}
@media (max-width: 1130px){
	.icons-container .mobilescrollbars-previus{
		display: block;
	    position: absolute;
	    left: 20px;
	    top: -60px;
	    background: rgba(0,0,0,.5);
	    height: 120px;
	    line-height: 120px;
	    color: white;
	    width: 15px;
	    text-align: center;
	    cursor: pointer;
	    z-index: 1;
	}
	.icons-container .mobilescrollbars-next{
		display: block;
	    position: absolute;
	    right: 20px;
	    top: -60px;
	    background: rgba(0,0,0,.5);
	    height: 120px;
	    line-height: 120px;
	    color: white;
	    width: 15px;
	    text-align: center;
	    cursor: pointer;
	    z-index: 1;
	}
}

*.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in Internet Explorer 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}





.icons-container > .icons-container-scroll > *:last-child{
	border-right: 0px solid transparent;
}
.icons-container .iconselector.active{
	background-color: #4e4e4d;
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	color:white;
}
.icons-container .iconselector:not(.active) .greeicon{
	display:none;
}
.icons-container .iconselector.active .whiteicon{
	display:none;
}
.icons-container .iconselector .greeicon{
	background:white;
	border-radius: 50%;
	width: 58px;
    height: 58px;
    line-height: 54px;
    margin-bottom: 6px;
}

.icons-container .iconselector .whiteicon{
	background-color: #bed50b;
	border-radius: 50%;
	width: 58px;
    height: 58px;
    line-height: 54px;
    margin-bottom: 6px;
}

.icons-container .iconselector p{
	margin-bottom: 0px;
}

.icons-container:before {
	content: " ";
    display: block;
    position: absolute;
    /*background: black;*/
    position: absolute;
    /*z-index: 99;*/
    width: calc(100% - 40px);
    height: 70%;
    border-radius: 100%;
    box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 50%);

}
.section{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section.gray{
	background-color: #f6f6f6;
}
.section.green{
	background-color: #f6fad4;
}


.section.green{
	background-color: #f8ffc9;
}
.section.green-footer{
	background-color: #f8ffc9;
	padding-top: 20px;
	padding-bottom: 20px;
}
.section .sectioncontent{
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin:0 auto;
	color:#4e4e4d;
	text-align: center;
}


.section .sectioncontent .text h4{
	font-size: 40px;
	font-weight: bold;
}
.section .sectioncontent .text p{
	font-size: 22px;
	font-weight: 500;
}
.greendivider{
	background-color: #bed50b;
	height: 5px;
	width: 100px;
	margin:5px auto;
}
.fourblocks{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}


.fourblocks .text-block .blocktitle{
	font-size: 18px;
	font-weight: 500;
	color:#4e4e4d;
	margin-bottom: 10px
}
.fourblocks .text-block .blocktext{
	font-size: 15px;
	color: #757575;
}
.fourblocks .text-block{
	padding: 30px 20px 10px;
    background: white;
    width: 24%;
    border:1px solid #e5e5e4;
    transition: box-shadow .3s;
}
.fourblocks .text-block img{
	max-width: 64px;
	margin-bottom:20px;
}
.fourblocks .text-block:hover{
	box-shadow: 0 0 50px 0 rgba(0,0,0,.35);
}
.columns-2-container{
	display: flex;
	text-align: left;
	justify-content: space-between;
	align-items: flex-start;
}
.columns-2-container .featureslist{
	width: calc(50% - 15px);
}
.columns-2-container .featureslist .item{
	display: flex;
	padding: 18px;
	background-color: #f6f6f6;
	border:1px solid #e5e5e4;
	border-radius: 8px;
	margin-bottom: 20px;
}
.columns-2-container .featureslist .item .number{
	color: #bed50b;
	font-size: 40px;
	font-weight: bold;
	margin-right:30px;
}


.columns-2-container .featureslist .item p.title{
	font-size: 18px;
	font-weight: 600;
	color:#4e4e4d;
	margin-bottom: 00px
}
.columns-2-container .featureslist .item p{
	font-size: 15px;
	color: #757575;
	margin-bottom: 0px
}


.columns-2-container .img-square-container{
	width: calc(50% - 15px);
	padding-top: calc(44.3% - 15px);
	position: relative;
}
.columns-2-container .img-square-container img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.threeblocks{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}
.threeblocks .text-block{
	width: 30%;
}


.threeblocks .text-block .blocktitle{
	font-size: 18px;
	font-weight: 500;
	color:#4e4e4d;
	margin-bottom: 10px
}
.threeblocks .text-block .blocktext{
	font-size: 20px;
	color: black;
}
.threeblocks .text-block .imageiconcontainer{
	/* background-color: #bed50b; */
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.2);
}
h1.mainheaderform{
	margin-top:30px;
	margin-bottom:10px;
	font-size: 35px !important;
}

.fourcolumnslist ul{
	margin-top: 60px;
	list-style:none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}
.fourcolumnslist ul li{
	width: 25%;
	margin-bottom: 20px;
	font-size: 18px;
}
.iconssectionsinternal{
	display: flex;
	justify-content: center;
	margin-bottom:40px;
}
.iconssectionsinternal .grayicon{
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #878787;
	border-radius: 50%;
}
.footer{
	font-size: 15px;
	color: white;
	background-color: #383838;
}
.footer p,
.footer a{
	font-size: 15px !important;
	color: white;
	text-decoration: none;
}
/*
#bed50b
*/


@media (max-width: 767px){
	.header-container .header .rightmenu{
		display: none;
	}
	.sliderheader-container .slideritems .slideritem h1{
		font-size: 28px;

	}
	.sliderheader-container .slideritems .slideritem h4{
		font-size: 24px;
	}
	.formselection select{
		margin-left: 10px;
   		margin-right: 10px;
	}
	.fourblocks{
		flex-wrap: wrap;
	}
	.fourblocks .text-block{
		width:49%;
		margin-bottom: 20px;
	}
	.section .sectioncontent .text h4{
		font-size: 28px;
	}
	.columns-2-container{
		flex-wrap: wrap;
	}
	.columns-2-container .featureslist,
	.columns-2-container .img-square-container{
		width:100%;
	}
	.columns-2-container .img-square-container{
		padding-top: 100%;
	}
	.threeblocks{
		flex-wrap: wrap;

	}
	.threeblocks .text-block{
		width: 100%;
		margin-bottom: 30px;
	}
	.fourcolumnslist ul li{
		width:49%;
	}
	.iconssectionsinternal{
		flex-wrap: wrap;

	}
	.iconssectionsinternal .grayicon{
		margin-bottom: 20px;
	}
	.section .sectioncontent .text p{
		font-size: 18px;
	}
	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	 .footer a i{
		font-size:18px !important;
	}
}

.icons-container .greenbackground{
	background: #e5ecaf;
    height: 100%;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}

.icons-container .greenbackground2{
	background: #e5ecaf;
    height: 100%;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}
.orange1{
	background:#cfbfb7;
	width:100%;
	height:27px;
}
.orange2{
	background:#f9e8e1;
	width:100%;
	height:75px;
}



.sectioncontent .window-icon-section1{
	display: flex;
    align-items: center;
}
.sectioncontent .window-icon-section1 .window-icon-text h2 span{
	color:#d5870b;
}
.sectioncontent .window-icon-section1 .window-icon-text h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media (max-width: 767px){
	.sectioncontent .window-icon-section1{
		flex-wrap:wrap;
	}
	.sectioncontent .window-icon-section1 > *{
		width: 100%;
	}
	.sectioncontent .window-icon-section1 .icon-left img{
		max-width: 100%;

	}
}

.window-repair-window-replacement-section{
	display: flex;
	justify-content: space-around;
}
.window-repair-window-replacement-section .block{
	width: 60%;
    padding-right: 30px;
    padding-left:30px;
}
.window-repair-window-replacement-section .block p{
	padding: 20px;
	border:1px solid #e5e5e4;
	text-align: left;	
	font-size: 15px;
}
.window-repair-window-replacement-section .block img{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.window-repair-window-replacement-section  .listtext{
	text-align: left;
	font-size: 18px;
}
.window-repair-window-replacement-section  .listtext h4{
	font-size: 25px;
	margin-bottom:20px;
	font-weight: bold;
}
.window-repair-window-replacement-section  .listtext p{
	margin-bottom:10px;
	padding-bottom: 0px;
}
.window-repair-window-replacement-section  .listtext i{
	color:#bed50b;
}
.columns-2-container .articles_list{
	width: calc(50% - 15px);
}
@media (max-width: 767px){
	.window-repair-window-replacement-section{
		flex-wrap: wrap;
	}
	.window-repair-window-replacement-section .block,
	.window-repair-window-replacement-section .listtext{
		width: 100%;

	}
	.window-repair-window-replacement-section .block img{
		float:none;
		display:block;
		margin:0 auto;
		margin-bottom: 10px;
	}
	.window-repair-window-replacement-section .block{
		padding-left: 0px;
		padding-right: 0px;
	}
	.columns-2-container .articles_list{
		width: 100%;
	}
}
.columns-2-container {
	flex-wrap: wrap;
}
.columns-2-container .article{
	width: 49%;
    background: white;
    border: 1px solid #e5e5e4;
    margin-bottom:20px;
}


.columns-2-container .article .title{
	padding: 20px;
    font-size: 22px;
    background-color: #ededed;
    border-bottom: 1px solid #e5e5e4;
}
.columns-2-container .article .content{
	padding: 20px;
    font-size: 15px;
}
.columns-2-container .article .content img{
	width:100%;
}

.columns-2-container .article .title span{
	width: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    /* font-size: 66px; */
    font-weight: bolder;
    color: white;
    background: #bed50b;
    margin-right: 10px;
}
.articles-container{
	align-items: normal;
}

@media (max-width: 767px){
	.columns-2-container .article{
		width: 100%;
	}
}

/*********************************************/
.slideritem h5{
	color:white;
}
.slideritem h5 span{
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.slideritem h5 i{
	color:#b8ce0b;
}
.formcontainer{
	background-color: white;
	max-width: 510px;
	width: 100%;
	margin-top:20px;
}
.formcontainer .div-form-header{
	padding: 20px;
	background-color: #262626;
}
.formcontainer .formcontent{
	padding: 15px;
}
.formcontent button{
	width: 100%;
	border-radius: 10px;
}
.formcontainer .steps .step{
	display: none;
	background:white;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 4px 4px 10px 0 rgb(0,0,0,0.2);
}

.progressbarcontainer{
	background-color:#e8e8e8;
	border-radius:3px;;
	text-align:center;
	padding:0px;
	color:black;
	font-size:13px;
	position:relative;
	margin-bottom:20px;
}
.progressbarcontainer span.progressbar{
	background:#ff5f19;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	border-radius:3px;
}







.formcontainer .steps .step.active{
	display:block;
}  

.formcontainer label.nextstep{
	display: block;

}
.formcontainer label.nextstep input,
.formcontainer label.nextstep2 input{
	width:0px;
	height: 0px;
	position: absolute;
}
.formcontainer label.nextstep span,
.formcontainer label.nextstep2 span{
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #6083a9;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 9px 20px;
    box-shadow: 0 0 20px 0 rgb(0,0,0,0.20);
    margin:0 auto;
    margin-bottom:10px;
    width: 100%;
    display: block;
    transition: background .3s;
    cursor:pointer;
	border:1px solid  #4b6d90;
}
.formcontainer label.nextstep input:checked + span,
.formcontainer label.nextstep2 input:checked + span{
    background-color: #bfd5ec;
	color:#1d5da0;
	border:1px solid #1d5da0;
}


.formcontainer label.nextstep2 span{
	padding-left:50px;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	text-transform: none;
	padding-top: 5px;
    padding-bottom: 5px;
	position:relative;
	border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: none;
}
.formcontainer label.nextstep2 span:after,
.formcontainer label.nextstep2 span:before{
	display:block;
	position:absolute;
	content:" ";
	left:25px;
	top:50%;
	transform:translateY(-50%) translateX(-50%);
	border-radius:50%;
}

.formcontainer label.nextstep2 span:before{
	height:18px;
	width:18px;
	border:1px solid #4b6d90;
	background:white;
}

.formcontainer label.nextstep2 span:after{
	transition:width .3s, height .3s;
	height:0px;
	width:0px;
	background:#215ca0;
}

.formcontainer label.nextstep2 input:checked + span:after{
	height:10px;
	width:10px;
	background:#215ca0;
	
	
}
.sliderheader-container .slideritems .slideritem .formcontent h4{
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
	line-height:1;
	color:black;
	padding:0px;
}

.previousstep{
	width: auto !important;
    padding: 4px;
    background: #d1d1d1;
    margin-top: 30px;
    font-size: 11px;
}

.formcontainer label:not(.nextstep){
	font-weight: 700;
    font-size: 1rem;
    display: block;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.formcontainer .inputtext{
	text-align: left;
}
.formcontainer .inputtext label{
	margin-top: 20px;
	margin-bottom: 10px;
}




.formcontainer .inputtext input,
.formcontainer .inputtext select{

	width:100%;
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.multipleselector {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.multipleselector label input{
	position: absolute;
}
.multipleselector label{
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: calc(50% - 1px);
	/*margin-right: 0.5px;
	margin-left: 0.5px;*/
	font-size: 1rem;
    background-color: #999;
    margin: 0;
    /*padding: 7px;*/
    flex: 1 1 50%;
    border-color: #fff;
    border-radius: 0;
    margin-bottom: 1px !important;
    position: relative;
}
.multipleselector label span{
	color:white;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	cursor:pointer;
	transition:background .3s;
}

.multipleselector  input:checked + span{
	background-color: #bed50b;
}
.multipleselector  input{
	width: 0px;
	height: 0px;
}
.multipleselector._3column label{
	max-width: calc(33.3333% - 1px);
}
@media (max-width:500px){
	h1.mainheaderform{
		font-size:24px !important;
	}
}

._2columns{
	display:flex;
	/*flex-wrap:wrap;*/
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
}
._2columns .inputtext{
	width:100%;
}

@media (max-width:500px){
	._2columns{
		display:block;
	}
}