@media (min-width: 576px){
	.container {
		max-width: 1232px;
	}
	
}
@media (min-width: 768px){
	.container {
		max-width: 1232px;
	}
	.pb-md-250 {
		padding-bottom: 250px;
	}
	.pt-md-230 {
		padding-top: 230px;
	}
	.pt-md-180 {
		padding-top: 180px;
	}
	.pt-md-175 {
		padding-top: 175px;
	}
	.pb-md-175 {
		padding-bottom: 175px;
	}
	.pt-md-165 {
		padding-top: 165px;
	}
	.pb-md-165 {
		padding-bottom: 165px;
	}
	.pt-md-150 {
		padding-top: 150px;
	}
	.pb-md-150 {
		padding-bottom: 150px;
	}
	.pt-md-130 {
		padding-top: 130px;
	}
	.pb-md-130 {
		padding-bottom: 130px;
	}
	.pt-md-135 {
		padding-top: 135px;
	}
	.pb-md-145 {
		padding-bottom: 145px;
	}
	.pt-md-140 {
		padding-top: 140px;
	}	
	.pb-md-140 {
		padding-bottom: 140px;
	}
	.pt-md-120 {
		padding-top: 120px;
	}	
	.pb-md-120 {
		padding-bottom: 120px;
	}
	.pt-md-110 {
		padding-top: 110px;
	}	
	.pb-md-110 {
		padding-bottom: 110px;
	}
	.pt-md-115 {
		padding-top: 115px;
	}
	.mb-md-115 {
		margin-bottom: 115px;
	}
	.mb-md-100 {
		margin-bottom: 100px;
	}
	.pt-md-100 {
		padding-top: 100px;
	}	
	.pb-md-100 {
		padding-bottom: 100px;
	}
	.mt-md-100 {
		margin-top: 100px;
	}
	.pt-md-90 {
		padding-top: 90px;
	}
	.pb-md-90 {
		padding-bottom: 90px;
	}
	.pt-md-85 {
		padding-top: 85px;
	}
	.pb-md-85 {
		padding-bottom: 85px;
	}
	.pt-md-80 {
		padding-top: 80px;
	}
	.pb-md-80 {
		padding-bottom: 80px;
	}
	.mb-md-80 {
		margin-bottom: 80px;
	}
	.gy-md-80 {
		--bs-gutter-y: 80px;
	}
	.pt-md-75 {
		padding-top: 75px;
	}
	.pb-md-75 {
		padding-bottom: 75px;
	}
	.mb-md-70 {
		margin-bottom: 70px;
	}
	.mt-md-70 {
		margin-top: 70px;
	}
	.pt-md-70 {
		padding-top: 70px;
	}
	.pb-md-70 {
		padding-bottom: 70px;
	}
	.pt-md-65 {
		padding-top: 65px;
	}
	.pb-md-65 {
		padding-bottom: 65px;
	}
	.mb-md-65 {
		margin-bottom: 65px;
	}
	.mb-md-60 {
		margin-bottom: 60px;
	}
	.pt-md-60 {
		padding-top: 60px;
	}
	.pb-md-60 {
		padding-bottom: 60px;
	}
	.gy-md-40 {
		--bs-gutter-y: 40px;
	}
	.mb-md-50 {
		margin-bottom: 50px;
	}
	.mt-md-50 {
		margin-top: 50px;
	}
	.pt-md-50 {
		padding-top: 50px;
	}
	.pb-md-50 {
		padding-bottom: 50px;
	}
	.mt-md-45 {
		margin-top: 45px;
	}
	.mt-md-40 {
		margin-top: 40px;
	}
	.mb-md-40 {
		margin-bottom: 40px;
	}
	.pt-md-40 {
		padding-top: 40px;
	}
	.pb-md-40 {
		padding-bottom: 40px;
	}
	.mt-md-35 {
		margin-top: 35px;
	}
	.mb-md-35 {
		margin-bottom: 35px;
	}
	.mt-md-30 {
		margin-top: 30px;
	}
	.mb-md-30 {
		margin-bottom: 30px;
	}
	.mb-md-25 {
		margin-bottom: 25px;
	}
	.pt-md-30 {
		padding-top: 30px;
	}
	.pb-md-30 {
		padding-bottom: 30px;
	}

	.space-top-very-large {
		padding-top: 180px;
	}
	.space-top-medium {
		padding-top: 45px;
	}
	.space-top-small {
		padding-top: 30px;
	}
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 65px;
	}
	.space-bottom-medium {
	    padding-bottom: 45px;
	}
	.space-bottom-small {
	    padding-bottom: 30px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
	.installer-search-result .details .column:first-child, .installer-search-result .meta .column:first-child {
        width: 50%;
    }
    .installer-search-result .details .column:last-child, .installer-search-result .meta .column:last-child {
        width: 50%;
    }
	

}

@media (min-width: 992px){
	.container {
		max-width: 1232px;
	}
	.space-top-large {
		padding-top: 80px;
	}
    .space-top-medium {
    	padding-top: 60px;
    }
    .space-top-small {
    	padding-top: 40px;
    }
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 80px;
	}
	.space-bottom-medium {
	    padding-bottom: 60px;
	}
	.space-bottom-small {
	    padding-bottom: 40px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
	.text-lg-end  {
		text-align: right;
	}
	.text-lg-end .btn-outer {
		justify-content: flex-end;
	}
	.main-menu {
	    display: flex;
	    align-items: center;
	    padding: 0;
	    margin: 0;
	    justify-content: space-between;
	}
	.main-menu > li {
	    position: relative;
	    display: flex;
	    align-items: center;
	    padding: 0 0;
	    margin: 0 20px 0 0;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.main-menu > li:last-child {
	    margin-right: 0;
	}
	.main-menu > li > a {
	    display: inline-block;
	    position: relative;
	    color: var(--sk-primary);
	    font-size: 14px;
	    line-height: 1.5;
	    font-weight: 700;
	    padding: 30px 0 23px;
	    text-transform: uppercase;
	    text-decoration: none;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	    -webkit-hyphens: auto;
	    hyphens: auto;
	    text-decoration-color: var(--sk-secondary);
	    text-decoration-line: none;
	    text-decoration-style: solid;
	    text-decoration-thickness: 0;
	    text-transform: uppercase;
	    text-underline-offset: 6px;
	    transition: text-decoration-thickness 0.4s ease-out;
	    will-change: text-decoration-thickness;
	} 
	.main-menu > li > ul {
	    opacity: 0;
	    filter: alpha(opacity=0);
	    visibility: hidden;
	    position: absolute;
	    top: 100%;
	    left: -30px;
	    z-index: 99;
	    margin: 0px;
	    min-width: 240px;
	    background-color: var(--sk-white);
	    padding: 0px;
	    border-radius: 0;
	    box-shadow: 0 12px 12px rgba(66,78,93,.514);
	    list-style-type: none;
	    -webkit-transform: translateY(10px);
	    -moz-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	    transform: translateY(10px);
	    transition: all 0.4s ease-out;
	}
	.main-menu > li:hover > ul{
	    top: 100%;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    visibility: visible;
	    height: auto;
	    display: block;
	    -webkit-transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	}
	.main-menu > li > ul > li {
	    padding: 0 30px;
	    margin: 0;
	    position: relative;
	    border-top: 1px solid #dfe4eb;
	}
	.main-menu > li > ul > li > a {
	    position: relative;
	    display: block;
	    color: var(--sk-primary);
	    font-size: 14px;
	    line-height: 1.733;
	    font-weight: 400;
	    text-decoration: none;
	    padding: 16px 0px;
	    white-space: nowrap;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	    -webkit-hyphens: auto;
	    hyphens: auto;
	    text-decoration-color: var(--sk-secondary);
	    text-decoration-line: none;
	    text-decoration-style: solid;
	    text-decoration-thickness: 0;
	    text-underline-offset: 6px;
	    transition: text-decoration-thickness 0.4s ease-out;
	    will-change: text-decoration-thickness;
	}
	.main-menu > li.current-menu-item > a,
	.main-menu > li:hover > a,
	.main-menu > li > ul > li.current-menu-item > a,
	.main-menu > li > ul > li:hover > a {
	    text-decoration-line: underline;
	    text-decoration-thickness: 4px;
	}
}

@media (min-width: 1200px){
	.container {
		max-width: 1232px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.pt-xl-230 {
		padding-top: 230px;
	}
	.pt-xl-200 {
		padding-top: 200px;
	}
	.pb-xl-200 {
		padding-bottom: 200px;
	}
	.pb-xl-206 {
		padding-top: 206px;
	}
	.pt-xl-180 {
		padding-top: 180px;
	}		
	.pb-xl-180 {
		padding-bottom: 180px;
	}	
	.pt-xl-175 {
		padding-top: 175px;
	}
	.pb-xl-175 {
		padding-bottom: 175px;
	}
	.pb-xl-170 {
		padding-bottom: 170px;
	}
	.pt-xl-155 {
		padding-top: 155px;
	}
	.pb-xl-155 {
		padding-bottom: 155px;
	} 
	.pt-xl-150 {
		padding-top: 150px;
	}		
	.pb-xl-150 {
		padding-bottom: 150px;
	}
	.pt-xl-120 {
		padding-top: 120px;
	}
	.pb-xl-120 {
		padding-bottom: 120px;
	}
	.mb-xl-130 {
		margin-bottom: 130px;
	}
	.pb-xl-115 {
		padding-bottom: 115px;
	}
	.pt-xl-110 {
		padding-top: 110px;
	}		
	.pb-xl-110 {
		padding-bottom: 110px;
	}
	.pt-xl-100 {
		padding-top: 100px;
	}		
	.pb-xl-100 {
		padding-bottom: 100px;
	}
	.mb-xl-95 {
		margin-bottom: 95px;
	}
	.mb-xl-90 {
		margin-bottom: 90px;
	}
	.mt-xl-80 {
		margin-top: 80px;
	}		
	.mb-xl-80 {
		margin-bottom: 80px;
	}
	.pt-xl-80 {
		padding-top: 80px;
	}		
	.pb-xl-80 {
		padding-bottom: 80px;
	}
	.pt-xl-70 {
		padding-top: 70px;
	}		
	.pb-xl-70 {
		padding-bottom: 70px;
	}
	.mb-xl-70 {
		margin-bottom: 70px;
	}
	.pb-xl-25 {
		padding-bottom: 25px;
	}
	.mb-xl-110 {
		margin-bottom: 110px;
	}
	.mb-xl-100 {
		margin-bottom: 100px;
	}
	.mb-xl-140 {
		margin-bottom: 140px;
	}
	.mb-xl-80 {
		margin-bottom: 80px;
	}
	.mt-xl-40 {
		margin-top: 40px;
	}
	.pb-xl-90 {
		padding-bottom: 90px;
	}
	.pt-xl-90 {
		padding-top: 90px;
	}
	.space-top-very-large {
		padding-top: 280px;
	}
	.space-top-large {
		padding-top: 100px;
	}
    .space-top-medium {
    	padding-top: 75px;
    }
    .space-top-small {
    	padding-top: 50px;
    }
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 100px;
	}
	.space-bottom-medium {
	    padding-bottom: 75px;
	}
	.space-bottom-small {
	    padding-bottom: 50px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
	.main-menu > li > a {
	    font-size: 15px;
	}
	.main-menu > li {
	    margin: 0 60px 0 0;
	}
	.main-menu > li > ul > li > a {
	    font-size: 15px;
	}
}

@media (max-width: 1199px) {
	.grid-50 > .row {
	    --bs-gutter-x: 40px;
	}
	.sk-grid.sk-gap-44 { margin-left: -20px; margin-right: -20px; }
	.sk-grid.sk-gap-44 > .wpb_column > .vc_column-inner { padding-left: 20px; padding-right: 20px; }
	.sk-grid.sk-gap-60 { margin-left: -30px; margin-right: -30px; }
	.sk-grid.sk-gap-60 > .wpb_column > .vc_column-inner { padding-left: 20px; padding-right: 20px; }

}

@media (max-width: 991px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.desktop-header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.mm-wrapper_opening .header-part {
		filter: none;
	}
	.mm-wrapper_opening .header-part:before {
		position: absolute;
		content: '';
		display: flex;
		left: 0;
		bottom: -50px;
		width: 100%;
		height: 51px;
		background-color: #fff;
		box-shadow: inset 0 3px 39px rgba(66, 78, 93, .5137254902);
	}
	.find-installer-link span {
		display: none;
	}
	.find-installer-link {
		margin-bottom: -23px;
	}
	.header-logo {
	    margin-bottom: -38px;
	}
	.mm-navbars_top .find-installer-link {
		max-width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 0;
		padding: 10px 20px;
		color: var(--sk-white) !important;
	}
	.mm-navbars_top .find-installer-link span {
        display: inline-flex;
    }
    .mm-navbars_top .find-installer-link img {
	    height: 50px;
	    margin: 0 0 0 auto;
	    width: 50px;
	    object-fit: contain;
	}
	.heading-font-large .maxtitle-1,
	.heading-font-large .maxtitle-2,
	.heading-font-large .maxtitle-3,
	.heading-font-large .maxtitle-4,
	.heading-font-large .maxtitle-5,
	.heading-font-large .maxtitle-6,
	.heading-font-large h1,
	.heading-font-large h2,
	.heading-font-large h3 {
	    font-size: 46.5px;
	}
	.heading-font-large-x .maxtitle-1,
	.heading-font-large-x .maxtitle-2,
	.heading-font-large-x .maxtitle-3,
	.heading-font-large-x .maxtitle-4,
	.heading-font-large-x .maxtitle-5,
	.heading-font-large-x .maxtitle-6,
	.heading-font-large-x h1,
	.heading-font-large-x h2,
	.heading-font-large-x h3 {
	    font-size: 66px;
	}

}
@media (max-width: 782px) {
    body.logged-in.admin-bar .header-part {
        top:46px;
    }
	.logged-in.admin-bar .mm-menu_fullscreen.mm-menu_position-top {
		top: 158px;
		height: calc(100vh - 158px);
	}
	.logged-in.admin-bar .mm-wrapper__blocker {
		top: 46px;
	}
}

@media (max-width: 767px) {
	body {
	}
	h1, h2, h3, h4, h5, h6,.font-40,div.maxtitle-1,p.maxtitle-1,div.maxtitle-2,p.maxtitle-2,div.maxtitle-3,p.maxtitle-3,div.maxtitle-4,p.maxtitle-4,div.maxtitle-5,p.maxtitle-5,div.maxtitle-6,p.maxtitle-6 {
	    margin: 0 0 15px 0;
	}
	h1,h1.maxtitle-1,h2.maxtitle-1,h3.maxtitle-1,h4.maxtitle-1,h5.maxtitle-1,h6.maxtitle-1,div.maxtitle-1,p.maxtitle-1 {
	    font-size: 30px;
	}
	h2,h1.maxtitle-2,h2.maxtitle-2,h3.maxtitle-2,h4.maxtitle-2,h5.maxtitle-2,h6.maxtitle-2,div.maxtitle-2,p.maxtitle-2  {
	    font-size: 25px;
	}
	h3,h1.maxtitle-3,h2.maxtitle-3,h3.maxtitle-3,h4.maxtitle-3,h5.maxtitle-3,h6.maxtitle-3,div.maxtitle-3,p.maxtitle-3  {
	    font-size: 22px;
	}
	h4,h1.maxtitle-4,h2.maxtitle-4,h3.maxtitle-4,h4.maxtitle-4,h5.maxtitle-4,h6.maxtitle-4,div.maxtitle-4,p.maxtitle-4 {
	    font-size: 20px;
	}
	h5,h1.maxtitle-5,h2.maxtitle-5,h3.maxtitle-5,h4.maxtitle-5,h5.maxtitle-5,h6.maxtitle-5,div.maxtitle-5,p.maxtitle-5 {
	    font-size: 18px;
	}
	h6,h1.maxtitle-6,h2.maxtitle-6,h3.maxtitle-6,h4.maxtitle-6,h5.maxtitle-6,h6.maxtitle-6,div.maxtitle-6,p.maxtitle-6 {
	    font-size: 16px;
	}
	p { 
		margin-bottom: 15px;
	}
	.row, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    --bs-gutter-x: 40px;
	}
	.container-fluid {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.heading-font-large .maxtitle-1,
	.heading-font-large .maxtitle-2,
	.heading-font-large .maxtitle-3,
	.heading-font-large .maxtitle-4,
	.heading-font-large .maxtitle-5,
	.heading-font-large .maxtitle-6,
	.heading-font-large h1,
	.heading-font-large h2,
	.heading-font-large h3 {
	    font-size: 36.5px;
	}
	.sub-banner {
		min-height: 300px;
	}
	.heading-font-large-x .maxtitle-1,
	.heading-font-large-x .maxtitle-2,
	.heading-font-large-x .maxtitle-3,
	.heading-font-large-x .maxtitle-4,
	.heading-font-large-x .maxtitle-5,
	.heading-font-large-x .maxtitle-6,
	.heading-font-large-x h1,
	.heading-font-large-x h2,
	.heading-font-large-x h3 {
	    font-size: 43px;
	}
	.hero-banner {
		padding: 60px 0;
	}
	.gray-image-content-row {
	    padding: 30px 30px;
	}
	.gray-image-content-row > .row {
	    --bs-gutter-x: 40px;
	}
	.gray-content-blog {
	    padding: 0 1.75rem 2rem;
	}
	.accordion .accordion-button {
	    padding: 15.5px 0;
	    font-size: 18px;
	}
	.installer-search-result .rating-certification-details {
        gap: 20px;
        flex-wrap: wrap;
    }
    .installer-search-result .rating-certification-details:after {
        margin-left: 0;
    }
    .installer-search-result .meta {
        margin-top: 0rem;
    }
    .installer-search-result .details, .installer-search-result .meta {
        gap: 20px 0;
    }
    .installer-search-result h3 {
        margin-bottom: 1rem;
    }
    .installer-search-result .details .logo-address-details {
        flex-wrap: wrap;
    }
	.sk-grid.sk-gap-44 { margin-left: -20px; margin-right: -20px; }
	.sk-grid.sk-gap-44 > .wpb_column > .vc_column-inner { padding-left: 20px; padding-right: 20px; }
	.sk-grid.sk-gap-60 { margin-left: -20px; margin-right: -20px; }
	.sk-grid.sk-gap-60 > .wpb_column > .vc_column-inner { padding-left: 20px; padding-right: 20px; }
	.col-gray-col {
		padding-top: 0 !important;
	}
	.col-gray-col .wpb_wrapper{
		padding: 0px 29px 33px !important;
	}
	
}	

@media (max-width: 640px) {

}

@media (max-width: 600px) {
    
	#wpadminbar {
        position: absolute;
        top: -46px;
    }
	body.logged-in.admin-bar .header-part.sticky {
        top: 0px;
    }
	.logged-in.admin-bar.body-sticky .mm-menu_fullscreen.mm-menu_position-top {
        top: 103px;
        height: calc(100vh - 103px);
    }
	.logged-in.admin-bar.body-sticky .mm-wrapper__blocker {
		top: 0px;
	}
	div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.navbar-collapse {
	    max-width: 100%;
	}
	
	
}

@media (max-width: 480px) {
	
}

@media (max-width: 375px){
	
}

@media (max-width: 350px) {
	
}
