@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	outline: none;
	word-wrap: break-word;
}
a:hover {
	color: #1C7CED;
}
a.link{
	color: #1C7CED;
	font-weight: 600;
	position: relative;
	word-wrap: break-word;
}
a.link:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	background: #333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a.link:hover:before{
	width: 100%;
}
a.link:hover{
	color: #333;
}
/*a.link:hover{
	text-decoration: underline;
}*/

/* Typography Start */
.title {
	margin-bottom: 50px;
}
h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
h3 {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 10px;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
}
h6 {
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 10px;
}
p{	
	margin-bottom: 20px;
}
.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
/* Typography End */

/* .site-wrapper{
	padding-top: 74px;
} */
.container{
	margin: 0 auto;
	max-width: 1350px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.s-pt,
.s-py {
    padding-top: 80px !important;
}
.s-pb,
.s-py {
    padding-bottom: 80px !important;
}
.w-full {
	width: 100%;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.space-between{
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.align-center{
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start{
    align-items: flex-start;
    -webkit-align-items:flex-start;
    -ms-align-items:flex-start;
}

/* Form css start */
.form-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	margin: 0 -8px;
}
.form-list li {
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}
.form-list li:last-child {
	margin-bottom: 0;
}
.form-list li.col-2 {
	width: 50%;
}
.form-list li.col-3 {
	width: 33.33%;
}
/* .select {
	position: relative;
}
.select .custom-select,
.select .select-options{
	display: none;
} */
.text-field {
	display: block;
	background: #fff;
	width: 100%;
	height: 64px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	text-align: left;
	border: #D0D9D6 solid 1px;
	padding: 20px 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus,
a:focus,
button:focus {
    outline: none;
}
.text-field:focus {
	border-color: #1C7CED;
}
select.text-field {
	background: #fff url(../images/arrow-down.svg) right 30px center no-repeat;
	padding: 16px 30px;
}
/* .select-styled::after{
	content: "";
	position: absolute;
	width: 13px;
	height: 8px;
	top: 50%;
	right: 30px;
	pointer-events: none;
	background: url(../images/arrow-down.svg) 0 0 no-repeat;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
} */
.btn {
	display: inline-block;
	background-color: #1C7CED;
	border: 0;
	padding: 20px 30px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	background-color: #333;
}
.secondary-btn {
	background-color: #333;
}
.btn.secondary-btn:hover,
.btn.secondary-btn:focus,
.btn.secondary-btn:active {
	color: #fff;
	background-color: #1C7CED;
}
/* Form css end */

/* Header Start */
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 50px;
	z-index: 2;
	background-color: #fff;
	border-bottom: 1px solid #DBE2E0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header.fixed{
	background: #fff;
}
.logo {
	max-width: 232px;
}
.mobile-menu{
	display: none;
	width: 30px;
	height: 30px;	
}
.mobile-menu span,
.mobile-menu span:before,
.mobile-menu span:after{
	background: #333;
	width: 30px;
	height: 2px;
	border-radius: 2px;
	display: inline-block;
	transition: all 0.15s linear
}
.mobile-menu span:before,
.mobile-menu span:after{
	content: '';
	position: absolute;
}
.mobile-menu span:before{
	transform: translateY(-7px);
}
.mobile-menu span:after{
	transform: translateY(7px);
}
.mobile-menu.open span{
	background: transparent;
}
.mobile-menu.open span:before{
	transform: rotate(45deg);
}
.mobile-menu.open span:after{
	transform: rotate(-45deg);
}
.navbar ul {
	font-size: 0;
}
.navbar ul li{
	display: inline-block;
	margin-left: 35px;
	position: relative;
}
.navbar ul li:first-child {
	margin-left: 0;
}
.navbar ul li a{
	font-size: 16px;
	list-style: normal;
	font-weight: 500;
	padding: 30px 0;
	display: block;
	color: #333;
	position: relative;
}
.navbar ul li a.active{
	font-weight: 600;
}
.navbar ul li.has-sub a {
	padding-right: 20px;
}
.navbar ul li.has-sub::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 10px;
	height: 8px;
	top: 38px;
	right: 0;
	cursor: pointer;
	background: url(../images/arrow-down.svg) center no-repeat;
	background-size: 10px auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.navbar ul li.has-sub:hover::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navbar ul li a:hover,
.navbar ul li.has-sub:hover > a,
.navbar ul li.active > a{
	color: #1C7CED;
}
.navbar .sub-menu {
	padding: 16px;
	position: absolute;
	top: 120%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	/* display: none; */
	max-height: 250px;
	overflow: auto;
	width: 360px;
	background: #fff;
	-webkit-box-shadow: 0 4px 13px rgba(0,0,0,.1);
	box-shadow: 0 4px 13px rgba(0,0,0,.1);
	border-radius: 0 0 10px 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.navbar ul li:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: unset;
}
.navbar .sub-menu .back {
	display: none;
	cursor: pointer;
}
.navbar .sub-menu ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.navbar .sub-menu li {
	margin: 0;
	width: 48%;
}
.navbar .sub-menu li a {
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.navbar .sub-menu li a .icon {
	min-width: 22px;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
/* Header End */

/* Banner Css Start */
.main-banner {
	/* background-color: #F8F8F8; */
	background: url(../images/hero-banner.jpg) center top no-repeat;
	background-size: cover;
	padding: 146px 0 46px 0;
	text-align: center;
}
.main-banner h2 {
	color: #1C7CED;
}
.banner-form {
	max-width: 1050px;
	margin: 0 auto;
}
.banner-icon {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
}
.banner-icon .swiper-slide {
	/* width: 14.28%; */
	font-size: 20px;
	font-weight: 600;
}
.banner-icon .item {
	width: 25%;
	padding: 0 15px;
}
.banner-icon .icon {
	display: block;
	padding: 20px;
	margin-bottom: 15px;;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #DBE2E0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.banner-icon a {
	color: #fff;
}
.banner-icon a:hover .icon {
	border-color: #1C7CED;
	-webkit-box-shadow: rgba(28,124,237,.1) 0 10px 30px;
	box-shadow: rgba(28,124,237,.1) 0 10px 30px;
}

.steps {
	margin:0 -40px;
}
.steps li {
	width: 33.33%;
	padding: 0 40px;
	text-align: center;
}
.steps li h4 {
	font-weight: 700;
	margin-bottom: 20px;
}
.steps li .box {
	padding: 40px;
	border: 1px solid #DBE2E0;
	text-align: left;
	position: relative;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
.steps li .box::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: -60px;
	right: -30px;
	width: 150px;
	height: 42px;
	background: url(../images/arrow.svg) center no-repeat;
}
.steps li:last-child .box::after {
	display: none;
}
.steps li .box h5 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
	font-style: italic;
	color: #1C7CED;
	margin-bottom: 20px;
}
.steps li .box .icon {
	width: 70px;
	height: 70px;
	margin: -75px 0 0 -75px;
	background-color: #1C7CED;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.zip-section {
	min-height: 420px;
	background-color: #F8F8F8;
	position: relative;
	text-align: center;
}
.zip-section h4 {
	font-weight: 700;
	margin-bottom: 40px;
}
.zip-section .img1 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.zip-section .img2 {
	position: absolute;
	bottom: 0;
	right: -30px;
}
.zip-section .container {
	position: relative;
	z-index: 1;
}
.zip-section .zip-form {
	max-width: 700px;
	margin: 0 auto;
}

.tm-box{
    background: #fff;
    border: #E8F3FF solid 1px;
    padding: 30px 45px 0 45px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}
.tm-box .row {
    margin-bottom: 16px;
}
.tm-box .row:last-child {
	margin-bottom: 0;
}
.tm-box .row > img{
    max-width: 93px;
    width: 100%;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: #DBE2E0 solid 3px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.testimonial-swiper .swiper-slide.swiper-slide-active .tm-box .row > img {
	border-color: #1C7CED;
}
.tm-box .row h3{
    margin-bottom: 4px;
    font-size: 20px;
}
.cate-label {
	background-color: #5DF4CB;
	display: inline-block;
	padding: 5px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	line-height: normal;
	color: #303A46;
}
.cate-label.roofing-label {
	background-color: #FFC708;
}
.cate-label.bathroom-lebal {
	background-color: #BDFF08;
}
.author-name-rating{
    padding-left: 24px;
    font-size: 0;
	line-height: normal;
}
.author-name-rating .rating > span {
    display: inline-block;
	width: 12px;
    margin-right: 5px;
}
.tm-box .price{
    background: #1C7CED;
    padding: 10px;
	margin: 0 -45px 0 0;
	font-size: 12px;
    font-weight: 600;
    color: #fff;
	line-height: normal;
	text-transform: uppercase;
    -webkit-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
}
.tm-box .price span {
	font-size: 18px;
	display: inline-block;
	vertical-align: baseline;
}
.testimonial-swiper{
    padding: 44px 0 80px 0;
}
.testimonial-swiper .swiper-wrapper{
    -webkit-align-items: center;
    align-items: center;
}
.testimonial-swiper .swiper-slide {
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.testimonial-swiper .swiper-slide.swiper-slide-active{
    z-index: 1;
    transform: scale(1.3);
}
/* .testimonial-swiper .swiper-slide-active h3{
    font-size: 26px;
}
.testimonial-swiper .swiper-slide-active .rating span{
    width: 16px;
} */
.testimonial-swiper .swiper-slide-active .tm-box{
    border: #E8F3FF solid 3px;
}
.testimonial-swiper .swiper-pagination{
    bottom: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial-swiper .swiper-pagination:before{
    content: '';
    position: absolute;
    top: 9px;
    left: -36px;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #DAEBFD;
}
.testimonial-swiper .swiper-pagination:after{
    content: '';
    position: absolute;
    top: 9px;
    right: -36px;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #DAEBFD;
}
.testimonial-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border: #E8F3FF solid 1px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background: #fff;
    opacity: 1;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    transform: scale(1.4);
    transform-origin: center;
    position: relative;
}
.testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #1C7CED;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}
.state-section {
	background: #F8F8F8 url(../images/shape-bg.jpg) center no-repeat;
	background-size: cover;
	border-top: 8px solid #1C7CED;
}
.states {
	margin-bottom: 50px;
}
.state-col-5 {
	margin-left: -15px;
	margin-right: -15px;
}
.state-col-5 .state-list {
	width: 20%;
	padding: 0 15px;
}
.state-list li {
	font-weight: 500;
	margin-bottom: 8px;
}
.state-list li:last-child {
	margin-bottom: 0;
}
.state-section .btn {
	width: 340px;
	max-width: 100%;
}

footer {
	padding: 80px 0;
	position: relative;
}
.footer-bg {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
}
footer .block-row {
	margin-left: -15px;
	margin-right: -15px;
}
.footer-block:first-child {
	width: 30%;
}
.footer-block {
	width: 23.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-logo {
	display: block;
	max-width: 270px;
}
.social-media{
    margin-top: 30px;
}
.social-media a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: #E8F3FF solid 2px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    margin-right: 18px;
}
.social-media a:last-child{
    margin-right: 0;
}
.social-media a:hover{
    background: #1c7ced;
    border: #1c7ced solid 2px;
}
.social-media a svg path {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.social-media a:hover svg path{
    fill: #fff;
}
.footer-menu li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-menu li a {
	font-size: 18px;
	font-weight: 500;
}

/* Responsive css start */

@media(max-width: 1439px){
	.navbar ul li {
		margin-left: 25px;
	}
	.steps li .box h5 {
		font-size: 20px;
	}
	.tm-box {
		padding: 30px 30px 0 30px;
	}
	.tm-box .price {
		margin-right: -30px;
	}
}

@media(max-width: 1199px){
	header {
		padding: 0 30px;
	}
	.logo {
		max-width: 200px;
	}
	.navbar ul li {
		margin-left: 20px;
	}
	.navbar ul li a {
		font-size: 14px;
	}
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 30px;
	}
	/*.banner-icon {
		padding-bottom: 40px;
	}*/
	.banner-icon .swiper-pagination {
		bottom: 0;
	}
	.banner-icon .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		background-color: #fff;
	}
	.banner-icon .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #1C7CED;
	}
	/*.banner-icon .icon {
		padding: 30px;
		height: 130px;
	}*/
	.steps {
		margin: 0 -25px;
	}
	.steps li {
		padding: 0 25px;
	}
	.steps li .box {
		padding: 20px;
	}
	.steps li .box::after {
		right: -80px;
	}
	.steps li .box .icon {
		margin: 0 0 20px 0;
	}
	.testimonial-section .title br,
	.state-section .title br {
		display: none;
	}
	.tm-box .row > img {
		max-width: 73px;
	}
	.author-name-rating {
		padding-right: 14px;
	}
	.tm-box {
		padding: 20px 20px 0 20px;
	}
	.tm-box p {
		font-size: 14px;
		line-height: 20px;
	}
	.tm-box .price {
		font-size: 8px;
		padding: 6px 10px;
		margin-right: -20px;
	}
	.tm-box .price span {
		font-size: 14px;
	}
	.cate-label {
		font-size: 10px;
		padding: 5px 10px;
	}
}
@media(max-width: 1023px){
	h2 {
		font-size: 40px;
	}
	.title br {
		display: none;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	header {
		padding: 20px 30px;
	}
	.mobile-menu{
		display: block;
	}
	body.menu-open {
		overflow: hidden;
	}
	.navbar {
		display: none;
		position: absolute;
		z-index: 2;
        top: 76px;
        left: 0;
		width: 100%;
		height: calc(100vh - 76px);
		overflow: auto;
        background: #fff;
		/* border-top: #DBE2E0 solid 1px; */
	}
	.navbar ul li {
		width: 100%;
		margin: 0;
		border-bottom: #DBE2E0 solid 1px;
	}
	.navbar ul li a {
		padding: 10px 22px;
		font-size: 16px;
		display: inline-block;
	}
	.navbar ul li.has-sub {
		cursor: pointer;
	}
	.navbar ul li.has-sub::before,
	.navbar ul li.has-sub:hover::before {
		top: 16px;
		right: 22px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.navbar ul li.has-sub.open::before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.navbar .sub-menu,
	.navbar ul li:hover .sub-menu {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		z-index: 1;
		top: 76px;
		left: -100%;
		width: 100%;
		height: calc(100vh - 76px);
		max-height: inherit;
		overflow: auto;
        background: #fff;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		border-radius: 0;
	}
	.navbar ul li.has-sub.open .sub-menu {
		left: 0;
		top: 76px;
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		cursor: auto;
	}
	.navbar .sub-menu .back {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 15px;
		position: relative;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
	.navbar .sub-menu .back:hover {
		color: #1C7CED;
	}
	.navbar .sub-menu .back::after {
		content: "";
		position: absolute;
		z-index: 1;
		width: 10px;
		height: 8px;
		top: 8px;
		left: 0;
		cursor: pointer;
		background: url(../images/arrow-down.svg) center no-repeat;
		background-size: 10px auto;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.navbar .sub-menu li {
		width: 100%;
	}
	.main-banner {
		padding: 120px 0 46px 0;
	}
	.banner-form {
		max-width: 500px;
	}
	.banner-form .form-list li.col-3 {
		width: 100%;
	}
	.steps {
		margin: 0 -15px;
	}
	.steps li {
		width: 50%;
		padding:0 15px;
		margin-bottom: 30px;
	}
	.steps li h4 {
		font-size: 28px;
	}
	.steps li:last-child {
		margin-bottom: 0;
	}
	.steps li .box::after {
		display: none;
	}
	.zip-section h4 {
		margin-bottom: 20px;
	}
	.testimonial-swiper {
		padding: 0 0 50px 0;
	}
	.testimonial-swiper .swiper-slide.swiper-slide-active {
		transform: unset;
	}
	.cate-label {
		font-size: 12px;
		padding: 5px 20px;
	}
	.tm-box .price {
		padding: 10px;
	}
	footer {
		padding: 50px 0;
	}
	.footer-bg {
		opacity: .5;
	}
	.footer-block:first-child {
		width: 100%;
		margin-top: 0;
	}
	.footer-block {
		width: 33.33%;
		margin-top: 30px;
	}
	.footer-logo {
		margin: 0 auto;
	}
	.footer-block .social-media {
		justify-content: center;
	}
}
@media(max-width: 767px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 18px;
	}
	.s-pt,
    .s-py {
        padding-top: 50px !important;
    }
    .s-pb,
    .s-py {
        padding-bottom: 50px !important;
    }
    .banner-icon .item {
		width: 33.33%;
		padding: 0 6px;
	}
	.steps li .box .icon {
		width: 50px;
		height: 50px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.steps li .box .icon img {
		max-height: 20px;
	}
	.zip-form .form-list li.col-2 {
		width: 100%;
	}
	.state-col-5 .state-list {
		width: 33.33%;
	}
	.footer-block {
		width: 50%;
	}
}
@media(max-width: 575px) {
	.title {
		margin-bottom: 30px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	.form-list li {
		margin-bottom: 8px;
	}
	.form-list li.form-btn {
		padding-top: 8px;
	}
	.text-field {
		font-size: 16px;
		padding: 16px 30px;
		height: 54px;
	}
	.btn {
		font-size: 16px;
		padding: 16px 30px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	header {
		padding: 15px 20px;
	}
	.logo {
		max-width: 150px;
	}
	.navbar,
	.navbar ul li.has-sub.open .sub-menu {
		top: 61px;
		height: calc(100vh - 61px);
	}
	.navbar ul li a {
		padding: 10px 20px;
	}
	.main-banner {
		padding: 100px 0 46px 0;
	}
	.banner-icon .swiper-slide {
		font-size: 18px;
	}
	.banner-icon .icon {
		padding: 30px 10px;
		margin-bottom: 10px;
	}
	.steps li {
		width: 100%;
	}
	.steps li .box {
		text-align: center;
		padding: 15px;
	}
	.steps li .box .icon {
		margin: 0 auto 20px auto;
	}
	.steps li .box h5 {
		font-size: 18px;
	}
	.zip-section {
		min-height: auto;
	}
	.zip-section .img1,
	.zip-section .img2 {
		width: 150px;
	}
	.state-col-5 .state-list {
		width: 50%;;
	}
	.footer-logo {
		max-width: 200px;
	}
	.footer-menu li a {
		font-size: 14px;
	}
}
@media(max-width: 411px) {
	.banner-icon .icon {
		padding: 16px 10px;
		height: 100px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.banner-icon .swiper-slide {
		font-size: 16px;
	}
	.tm-box .row > img {
		margin: 0 auto 15px auto;
	}
	.author-name-rating {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}
/* Responsive css end */
