@media only screen and (max-width: 1440px){
	header .header-logo .logo{
		max-width: 300px;
	}
	.footer-logo{
		max-width: 300px;
	}
	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;
	}
	.getQuotes-box button{
		font-size: 24px;
	}
	.banner-left-img {
	    width: 100%;
	    height: auto;
	    top: 60px;
	    margin-left: -48px;
	}
	.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: 5px;
	}
	.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;
	}
	.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;
	    width: 230px;
	    line-height: 45px;
	}
	section.testimonials {
	    padding: 200px 0 135px;
	}
	.providers-slider .slick-dots li {
	    width: 80px !important;
	}
	.why-choose-us .right-col h2 {
	    margin-top: 32px;
	    font-size: 45px;
	}
}
@media only screen and (max-width: 1024px){
	.home-banner h1 {
    	font-size: 60px;
	}
}
@media only screen and (max-width: 1199px){
	
	.banner-left-img {
    	margin-left: -40px;
    	top: 78px;
	}
}

@media only screen and (max-width: 991px){
	.home-banner h1 {
    	font-size: 60px;
	}
	.home-banner .inline-checkboxes {
    	margin-top: 40px;
	}
	.home-banner .extra-info .inner1 {
	    width: 300px;
	}
	.home-banner .extra-info .inner2 {
	    width: calc(100% - 300px);
	}
	.banner-left-img{
		position: relative;
		margin-left: unset;
		top: 40px;
		width: 60%;
	    margin: 0 auto;
	    display: table;
	}
	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;
	}
	.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;
	}
	.testimonials .section-title{
		width: 100%;
	}
	.foote-manu {
    	margin-top: 20px;
	}

}

@media only screen and (max-width: 575px){
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 22px;
	}
	header .header-logo .logo{
		max-width: 300px;
	}
	.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: 45px;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: flex-start;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: space-around;
	}
	.home-banner h1 span {
	    /*display: inline;*/
	}
	.home-banner h1 span.weight-700{
		/*font-weight: normal;*/
	}
	.home-banner .inline-checkboxes {
	    margin-top: 20px;
    	justify-content: center;
	}
	.home-banner .getQuotes-box{
		margin-top: 30px;
		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 exta info*/
	.home-banner .extra-info {
	    max-width: 355px;
	    justify-content: center;
	    margin: 0 auto;
	}
	.home-banner .extra-info .inner1 {
    	width: calc(100% - 135px);
	}
	.home-banner .extra-info .inner2{
		margin-top: 16px;
		display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	width: 135px;
	}
	.home-banner .extra-info .inner2 .inner2a {
    	width: 120px;
	}
	.home-banner .extra-info .inner2 .count{
		line-height: 45px;
		font-size: 45px;
	}
	.sheild-with-text {

		justify-content: center;
	}
	.testimonials .section-title {
	    text-align: center;
	}
	section.testimonials::after {
	    bottom: -40px;
	    width: calc(100% + 1%);
	    background-color: #eeeeee;
	    transform: translateX(-50%) rotate(-2deg);
	}
	section.testimonials::before{
		width: calc(100% + 2%);
		transform: translateX(-51%) rotate(-2deg);
	}
	.providers{
		margin-top: -40px;
	}
	.container.bg-sky {
	    background-color: #f7f7f7 !important;
	}
	.providers-title-heading{
		text-align: center; !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;

	}
	.step-container .step-container-body .getQuotes-box > input {
    	margin-bottom: 0px;
	}
	.why-choose-us .right-col {
	    background-color: #f7f7f7;
	}
	
	section.why-choose-us .right-col .getQuotes-box > input{
		margin-bottom: 0;
	}
	section.why-choose-us .center-col-img .why-choose-section-img{
		padding: 20px 0 10px 0;
	}
	.why-choose-us .right-col h2{
		margin-top: 20px;
		font-size: 36px;
	}
	.footer-top.bg-sky {
	    background-color: #fff !important;
	}
	.getQuotes-box button{
		font-size: 25px;
	}
	.menu-box-body ul {
		min-height: 45vh;
	    max-height: calc(100vh - 220px);
	}
}

@media only screen and (max-width: 375px){
	header .header-logo .logo{
		max-width: 220px;
	}
	.home-banner h1 {
    	font-size: 38px;
	}
	.home-banner .getQuotes-box{
		width: 280px;
	}
	.step-container .step-container-body .inline-checkboxes .checkcontainer {
    	margin-left: 7px;
	}
}