#main>section.ready-free-quotes {
    padding: 0;
}

section.ready-free-quotes {
    background-image: url(../images/frames-background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
}

section.ready-free-quotes .bg-tint {
    background: rgba(33,32,33,.5);
    padding: 4rem 0;
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-4, .col-6, .col-md-12, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

section.ready-free-quotes h3 {
    color: #fff;
    text-align: center;
}
h2, h3 {
    font-weight: 300;
}
h2, h3, h5 {
    color: #000;
}
h2 {
    font-size: 2rem;
}
h2, h3, h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h2, h3, h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

section.ready-free-quotes .btn {
    margin: 2rem auto 0 auto;
}
section.best-window-brands .btn, section.ready-free-quotes .btn {
    margin: 2rem auto;
    display: block;
    border-radius: 4px;
    font-weight: 700;
    padding: 14px;
    font-size: 20px;
    max-width: 260px;
}
.btn-primary, .btn-primary:active, .btn-primary:link, .btn-primary:visited {
    color: #fff;
}

.btn {
    background: #f6931d;
    border: none;
    color: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding: 8px 22px;
    box-shadow: 0 0 0 rgba(52,160,164,.3);
    transition: all .5s;
}
.btn-primary {
    color: #212529;
    background-color: #f6931d;
    border-color: #f6931d;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a {
    font-weight: 600;
    color: #f6931d;
    text-decoration: none;
    background-color: transparent;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.section-spacing {
    padding-top: 40px;
    position: relative;
}
.section-spacing.box {
    padding: 40px 80px;
    border: #ececec 1px solid;
}

@media (max-width: 768px) {
    .section-spacing.box {
        border:none;
        padding: 0;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

@media (min-width: 992px){
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

ul.lf-icon-bullets {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.lf-icon-bullets li {
    margin-bottom: 40px;
}

li {
    display: block;
}

ul.lf-icon-bullets li .bullet {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background-color: #fecb89;
    border-radius: 50%;
    clear: both;
    text-align: center;
}

ul.lf-icon-bullets li .content-wrap, ul.lf-icon-bullets li h4 {
    overflow: hidden;
}

.request-form {
    border: 2px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #333;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 55px!important;
}

.title-form1 {
    display: none;
    margin-top: -3px;
    margin-right: -1px;
    margin-left: -2px;
    border-radius: 6px 6px 0 0;
    background: #e57d24 none repeat scroll 0 0 !important;
}

.title-form1.type2 h1 {
    font-size: 28px;
    font-family: "Open sans";
    font-weight: 700;
    padding: 7px 12px;
}
.title-form1 h1 {
    margin: 0;
    padding: 9px 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
}

.steps, .modal-body2 {
    padding: 30px 40px 40px;
}

@media screen and (min-width: 1000px) {
    .title-h1 {
        padding: 0 40px;
    }
}

.title-h1 {
    margin-top: 0;
    text-align: center;
    font-size: 2.2em;
    font-family: "Roboto Slab", serif;
    margin: 0 0 21px;
}
.title-h1, .step-title {
    padding: 0!important;
}

sup {
    font-size: 60%;
}
sup {
    top: -.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.steps h3 {
    margin-top: -12px;
    color: #4e4e4e;
    text-align: center;
    letter-spacing: -0.1px;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    font-family: 'open sans';
}


.lp3-form-style .left-side {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.left-side {
    margin-right: 3%;
    padding-right: 4%;
    border-right: 1px solid #dedede;
}
.left-side, .right-side {
    display: inline-block;
    box-sizing: content-box;
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 2%;
    width: 46%;
    vertical-align: middle;
}

.center-side {
    display: block;
    margin: 0 auto 12px;
    max-width: 30em;
    text-align: center;
}

#step-1 .button1 {
    max-width: 360px;
    text-transform: uppercase;
}
.entry-content a {
    text-decoration: underline;
}
.submit-btn {
    position: relative;
}
.button1 {
    display: block;
    margin: 10px auto 25px;
    max-width: 340px;
    border-bottom: 0 none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 0 #a26e00, 0 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 0 #a26e00, 0 5px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 0 #a26e00, 0 5px 10px rgba(0, 0, 0, .25);
    color: #351c00!important;
    font-size: 23px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    outline: none;
    text-decoration: none!important;
}

.safe-secure {
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.lp3-form-style .right-side {
    margin-left: 3%;
    padding-left: 4%;
    border-left: 1px solid #dedede;
}
.left-side, .right-side {
    display: inline-block;
    box-sizing: content-box;
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 2%;
    width: 46%;
    vertical-align: middle;
}

.banner {
    position: relative;
}

.video-conteiner {
    position: relative;
}

.banner .video-conteiner video {
    display: block;
    width: 100%;
    height: auto;
}

.video-button {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-button button {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0 none;
    background: transparent none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}

.video-button button i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    font-size: 32px;
    display: inline-block;
}

.animate-zoom {
    opacity: 0;
    -webkit-animation: animatezoom ease-in 1;
    -moz-animation: animatezoom ease-in 1;
    animation: animatezoom ease-in 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#step-1 .video-conteiner .subtitle {
    color: #bdae9f;
    font-size: 13px!important;
    font-weight: 400!important;
    margin: 0 auto 18px!important;
    padding: 3px 5px 5px;
    background-color: #725940;
}
.subtitle {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: -5px auto 18px;
    letter-spacing: -0.2px;
    max-width: 680px;
}

.leafFilterFooter {
    background: #282828;
    height: auto;
}

.leafFilterFooter__wrap {
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
    padding: 13px 10px 18px;
}

.leafFilterFooter__item {
    display: inline-block;
    margin: 0 7px;
    font-size: 15px;
}

.leafFilterFooter__link {
    text-decoration: none;
    border-bottom: 1px solid rgba(226, 227, 228, 0.3);
    color: #e2e3e4;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.big-button {
    font-size: 2rem;
    border-radius: 10px;
    margin: 10px;
}

@media (max-width: 768px) {
    .big-button {
        font-size: 1.5rem;
    }
}

/*! CSS Used from: Embedded */

*,
::after,
::before {
	box-sizing: border-box;
}

figure,
section {
	display: block;
}

h2,
h3 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

figure {
	margin: 0 0 1rem;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

h2,
h3 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12,
.col-md-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width:768px) {
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

.mt-5 {
	margin-top: 3rem!important;
}

@media (min-width:768px) {
	.mt-md-0 {
		margin-top: 0!important;
	}
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.container {
		min-width: 992px!important;
	}
}

h2,
h3 {
	color: #000;
}

h2,
h3 {
	font-weight: 300;
}

#main>section {
	padding: 4rem 0;
}

section.sales-points {
    background: #fafafa;
    padding: 4rem 0;
}

section.sales-points h2 {
	font-weight: 600;
	font-size: 36px;
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}

section.sales-points .iconbox {
	text-align: center;
}

section.sales-points .iconbox figure {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
}

section.sales-points .iconbox figure svg {
	width: auto;
	height: 60px;
	fill: #f6931d;
	margin: 0 auto;
}

section.sales-points .iconbox h3 {
	font-weight: 700;
	font-size: 22px;
	width: 100%;
	margin: 15px 0;
}

section.sales-points .iconbox p {
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width:767px) {
	#main>section {
		padding: 2rem 0;
	}
}

