@media only screen and (max-width: 1440px){
	header .header-logo .logo,
	.footer-logo{
		max-width: 190px;
	}
	body{
		font-size: 16px;
	}
	h1{
	font-size: 32px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 16px;
	}
	.header-menu-box-inner{
		width: 450px;
	}
	.home-banner > .container .banner-back-layer {
	    max-width: 660px;
	}
	.getQuotes-box button{
		font-size: 24px;
	}
	.banner-left-img {
	    max-width: calc(100% + 100px);
	    margin-top: 50px;
	}
	.checkboxes {
	    font-size: 22px;
	}
	.checkcontainer {
	    padding-left: 30px;
	}
	.checkcontainer .radiobtn {
	    height: 24px;
	    width: 24px;
	    border: 3px solid #a8a8a8;
	}
	.checkcontainer .radiobtn::after {
	    width: 10px;
	    height: 10px;
	}
	.inline-checkboxes .checkcontainer {
	    margin-left: 24px;
	}
	.home-banner .getQuotes-box {
	    max-width: 420px;
	}
	section.why-choose-us .right-col .getQuotes-box > *{
		border-radius: 6px;
	}
	.getQuotes-box input {
		padding: 14px 20px;
	    width: calc(100% - 190px);
	}
	.getQuotes-box button {
	    padding: 10px 20px;
	    min-width: 190px;
	}
	.home-banner .inline-checkboxes {
	    margin-top: 60px;
	}
	.home-banner .step-container {
	    margin-top: 100px;
	}
	.step-container-header .left-col img {
	    max-width: 70px;
	}
	.step-container-header .left-col {
	    font-size: 22px;
	}
	.step-container-header .right-col .img-box {
	    width: 70px;
	    height: 70px;
	}
	.testimonials .section-title {
	    font-size: 36px;
	}
	.single-testimonial .author-image-box {
	    width: 70px;
	    height: 70px;
	}
	section.testimonials {
	    padding: 200px 0 135px;
	}
	.providers-slider .slick-dots li {
	    width: 80px !important;
	}
	.why-choose-us .right-col h2 {
	    margin-top: 32px;
	}
	.question-box .radio-btn-box {
	    max-width: 340px;
	}
	.custom-radio-btn2 label {
	    padding: 4px 16px;
	    min-width: 80px;
	}
}

@media only screen and (max-width: 1199px){
	.home-banner > .container .banner-back-layer {
	    max-width: 600px;
	}
	.banner-left-img {
	    margin-top: 40px;
	}
	.home-banner .step-container {
	    margin-top: 70px;
	}
}

@media only screen and (max-width: 991px){
	.home-banner .extra-info{
		align-items: center;
	}
	.home-banner .extra-info .inner1 {
	    width: 300px;
	}
	.home-banner .extra-info .inner2 {
	    width: calc(100% - 300px);
	}
	section.why-choose-us .left-col .why-choose-desc{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		max-width: 100%;
	}
	.banner-left-img{
		max-width: 100%;
	}
}

@media only screen and (max-width:767px){
	.header-menu-box-inner {
	    width: 320px;
	    padding: 24px 16px 16px 24px;
	}
	.home-banner > .container .banner-back-layer {
	    max-width: 90%;
        position: absolute;
	    right: 50%;
	    top: 0px;
	    transform: translateX(50%);
	}
	.step-container-header .left-col img {
	    max-width: 40px;
	}
	.step-container-header .left-col {
	    font-size: 18px;
	}
	.step-container-header .right-col .img-box {
	    width: 50px;
	    height: 50px;
	}
	section.testimonials {
	    padding: 180px 0 100px;
	}
	.providers-slider .slick-dots li {
	    width: 30px !important;
	}
	header > .container,
	body.scrolled header > .container{
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

@media only screen and (max-width: 575px){
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 22px;
	}
	.testimonials .section-title {
	    text-align: center;
	}
	.header-menu-box-inner {
	    width: calc(100vw + 1px);
	    height: 100vh;
	    top: -43px;
	}
	.menu-box-bottom {
	    margin-top: 24px;
	}
	.home-banner h1 {
	    font-size: 36px;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	.home-banner h1 span {
	    display: inline;
	}
	.home-banner h1 span.weight-700{
		font-weight: normal;
	}
	.home-banner > .container .banner-back-layer{
		display: none;
	}
	.home-banner .inline-checkboxes {
	    display: none;
	}
	.home-banner .getQuotes-box{
		margin-top: 48px;
		margin-left: auto;
		margin-right: auto;
		flex-wrap: wrap;
		max-width: 300px;
		box-shadow: unset;
	}
	.getQuotes-box *{
		width: 100% !important;
		border-radius: 6px !important;
		box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
		text-align: center;
	}
	.getQuotes-box button{
		margin-top: 16px;
	}
	.checkboxes {
	    font-size: 16px;
	}
	.checkcontainer {
	    padding-left: 25px;
	}
	.checkcontainer .radiobtn {
	    height: 20px;
	    width: 20px;
	    border: 2px solid #a8a8a8;
	    top: 4px;
	}
	.inline-checkboxes .title {
	    margin-right: 0px;
	}
	.home-banner .extra-info .inner1,
	.home-banner .extra-info .inner2 {
	    width: 100%;
	}
	.home-banner .extra-info .inner2{
		margin-top: 16px;
		display: flex;
    	flex-wrap: wrap;
    	align-items: center;
	}
	.home-banner .extra-info .inner2 .count{
		line-height: 50px;
	}
	.home-banner .extra-info .inner2 .inner2a{
		width: 160px;
	}
	.home-banner .extra-info .inner2 .inner2b{
		display: block;
		width: calc(100% - 160px);
	}
	.radio-btn-box .custom-radio-btn2 {
	    margin: 0 auto 5px;
	}
	section.testimonials{
		display: none;
	}
	section.testimonials .single-testimonial {
	    max-width: 300px;
	}
	.testimonials .section-title {
	    text-align: center;
	}
	.providers{
		margin-top: unset;
	}
	.container.bg-sky {
	    background-color: #f7f7f7 !important;
	}
	.providers-title-heading{
		text-align: left !important;

	}
	.providers > .container {
	    padding-top: 24px;
	    padding-bottom: 24px;
	}
	.providers-slider .slick-dots{
		bottom: unset;
	}
	.providers > .container::after{
		display: none;
	}
	.providers-slider .slick-dots li {
	    width: 20px !important;
	}
	.banner-left-img{
		display: none;
	}
	.home-banner .step-container{
		display: none;
	}
	section.why-choose-us .left-col .why-choose-desc{
		display: none;
	}
	section.why-choose-us .left-col .coverage{
		display: block;
	}
	.why-choose-us .right-col {
	    background-color: #f7f7f7;
	}
	.why-choose-us .checkboxes{
		display: none;

	}
	section.why-choose-us .right-col .getQuotes-box > input{
		margin-bottom: 0;
	}
	.footer-top.bg-sky {
	    background-color: #fff !important;
	}
	.mobile-steps{
		display: block;
	}
	.getQuotes-box button{
		font-size: 30px;
	}
	.menu-box-body ul {
		min-height: 45vh;
	    max-height: calc(100vh - 220px);
	}
}