p{
	font-weight: 500 !important;
    line-height: 24px !important;
    color: #000;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px;
}
.read-more-wrapper .read-more-checkbox {
    display: none; /* hide the checkbox */
}

.read-more-wrapper .read-more-targets {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.read-more-wrapper .read-more-checkbox:checked ~ .read-more-targets {
    max-height: 1000px; /* or big enough to fit content */
}

.read-more-wrapper .read-more-label {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    cursor: pointer;
}

.read-more-wrapper .read-more-label::after {
    content: 'Read more';
}

.read-more-wrapper .read-more-checkbox:checked ~ .read-more-label::after {
    content: 'Read less';
}

/* location page design */

.location-hero-section{
	padding-block:50px !important;
}

.location-hero-section h1{
	font-size:44px;
}

.location-hero-section .main-content p{
	color:#fff;
	font-size:20px;
	line-height:26px;
	font-weight:500;
}

.location-hero-section .rating-wrapper{
	  display: flex;
    align-items: center;
    justify-content: start;
	 border: 3px solid #3cc2f5;
    border-radius: 10px;
    padding: 0 15px;
    width: fit-content;
}

.location-hero-section .rating-wrapper p{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 8px !important;
}

.location-hero-section .btn-wrapper{
	margin-top:20px !important;
}

.location-hero-section .btn-wrapper .cretive-button-text{
	font-size:18px !important;
}

.location-hero-section .form-wrapper .e-flex.e-con{
	background: #fff;
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
}

.location-hero-section .form-wrapper .elementor-widget-shortcode{
	max-height:450px;
	overflow:auto;
}
	

.location-hero-section .form-wrapper .elementor-heading-title {
	font-size: 34px !important;
    text-transform: capitalize;
	border-bottom: 4px solid;
    padding-bottom: 9px;
	margin-bottom:15px !important;
    text-align: center;
}
body .location-hero-section .form-wrapper input[type="submit"]{
	height: unset !important;
    padding: 15px !important;
    line-height: 10px;
    color: #fff !important;
    background: #3cc2f5;
    font-weight: 700;
    width: 100%;
    max-width: 100px;
}

.location-hero-section .form-wrapper .nf-form-title{
	display:none;
}

.location-hero-section .form-wrapper .nf-form-content{
	padding:0;
}

.location-hero-section .form-wrapper .nf-form-content textarea{
	height:100px !important;
	color:black !important;
}

.location-hero-section .form-wrapper .nf-form-content select{
	color:black !important;
}

.location-hero-section .form-wrapper .nf-form-content input{
	color:black !important;
	height:40px !important;
}

.location-hero-section .form-wrapper .nf-form-content .recaptcha-container{
	width:100%;
}
.location-hero-section .form-wrapper .nf-form-content .nf-field-element:after{
	height:40px !important; 
	display:flex;
	justify-content:center;
	align-items:center;
}

/* custom scrollbar start */
.location-hero-section .form-wrapper .elementor-widget-shortcode{
  scrollbar-width: thin; 
  scrollbar-color: #3cc2f5 #f3f3f3; 
}

.location-hero-section .form-wrapper .elementor-widget-shortcode::-webkit-scrollbar {
  width: 4px;
}

.location-hero-section .form-wrapper .elementor-widget-shortcode::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.location-hero-section .form-wrapper .elementor-widget-shortcode::-webkit-scrollbar-thumb {
  background-color: var( --e-global-color-primary );
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.location-hero-section .btn-wrapper .eael-creative-button{
	border-width:0 !important;
}

.location-hero-section .form-wrapper .elementor-widget-shortcode::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}

/* custom scrollbar end */

.location-hero-section .form-wrapper .nf-form-content .nf-field-container{
	margin-bottom:18px !important;
}

.location-hero-section .form-wrapper .nf-form-content .firstname-container{
	margin-top:15px;
}

.custom-usp-section{
	background-color:#fff !important;
	border-top:5px  solid var( --e-global-color-primary );
	display:flex !important;
	justify-content:space-between !important;
	align-items:center !important;
	padding:30px 80px !important;
}

.custom-usp-section .elementor-icon-box-title{
	color:#000 !important;
}

.custom-usp-section svg{
	fill:var( --e-global-color-primary ) !important;
}

.location_page-content{
	padding-block:25px;
}
.location-page-our-services {
	background-color:#fafafa !important;
}

.location-page-our-services .e-con-inner{
	max-width:1400px !important;
}

.location-page-our-services .elementor-image-box-description{
	font-size:18px !important;
}

.location-page-our-services .we_clean_sec{
	margin-top:20px !important;
}

.location-page-our-services .we_clean_sec img{
	max-height:325px;
	object-fit:cover;
	min-height:325px;
}

.location-page-our-services h5{
	margin-bottom:10px;
}

.location-page-our-services h2{
	margin-bottom:10px;
}

.location-page-our-services .custom-service-wrapper {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.location-page-our-services .custom-service-wrapper h3.elementor-heading-title {
  	text-align:center !important;
	color:black !important;
	margin-block:6px !important;
} 

.location-page-our-services .custom-service-wrapper p{
	color:black !important;
	font-size:18px !important;
	padding:0 !important;
	margin-bottom:0 !important;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical
}

.location-page-our-services .custom-service-wrapper .elementor-button {
	background-color:var( --e-global-color-primary );
	margin-top:10px !important;
}

.location-page-our-services .custom-service-wrapper .elementor-widget-button{
	text-align:center !important;
}

.location-page-our-services .we_clean_sec .elementor-image-box-img{
	margin-bottom:0px !important;
}

.location-page-our-services .we_clean_sec .elementor-image-box-title{
	margin-block:5px !important;
	color:#000 !important;
}
.after-usp-content{
	border-block:5px  solid var( --e-global-color-primary );
}

.after-usp-content p{
    font-size: 18px !important;
    color: black;
    padding: 0;
    margin-bottom: 16px;
    font-weight: 500 !important;
}

.after-usp-content h2{
	font-size:40px !important;
	margin-bottom:20px !important;
}

/*
html.wprmenu-body-fixed body{
	position:static !important;
}
*/

.page-cta-section{
	padding-block:50px;
	border-block:5px  solid var( --e-global-color-primary );
}

.page-cta-section .btn-wrapper .cretive-button-text{
	font-size:22px !important;
}

.page-cta-section p{
	text-align:left !important;
	font-size:20px !important;
	color:black !important;
	padding:0 !important;
	margin-bottom:16px !important;
}

.page-cta-section h2{
	color:var( --e-global-color-primary) !important;
	font-size:36px !important;
	margin-bottom:16px !important;
}

.page-cta-section .rte .custom-button{
	margin:0 !important;
}
.invert-section:not(:last-child){
	padding-block:25px !important;
}

.invert-section:nth-of-type(even) .e-con-inner{
	flex-direction: row-reverse !important;	
}

.invert-section ul {
	list-style:inside !important;
}
.invert-section ul li{
	color:black;
	font-size:20px !important;
	margin-bottom:8px !important;
}

.invert-section .e-con-inner{
	gap:30px !important;
}

.main-content-wrapper .main-image-wrapper .elementor-widget-image{ 
	overflow:hidden;
	border-radius:10px;
}

.main-content-wrapper .main-image-wrapper img{
	transition:all 0.5s ease-in-out;
}

.main-content-wrapper .main-image-wrapper img:hover{
	scale:1.1;
}

.main-content-wrapper h2{
	font-size:44px !important;
	color:var( --e-global-color-primary ) !important;
	margin-bottom:16px;
}


.main-content-wrapper p{
	font-size:20px !important;
	color:black !important;
	padding-block:0 !important;
	margin-bottom:16px;
}

.main-content-wrapper .features-list ul li{
	margin-bottom:16px !important;; 
}

.main-content-wrapper .features-list h3{
	margin-block:5px !important;
}

.landing-faqs-section{
	padding-block:50px !important;
}

.landing-faqs-section h2{
	font-size:44px !important;
	text-align:center;
	margin-bottom:20px;
}

.landing-faqs-section .eael-accordion-header.active .fa-toggle{
	transform:rotate(180deg) !important  ;
}

.landing-faqs-section .eael-accordion-list{
	margin-bottom:15px !important;
}

.landing-faqs-section .eael-accordion-list .eael-accordion-header:hover,.landing-faqs-section .eael-accordion-list .eael-accordion-header.active{
	background-color:var( --e-global-color-primary ) !important;
}

.landing-faqs-section .eael-accordion-list p{
	font-size:20px !important;
	font-weight:400 !important;
	color:black !important;
	padding:5px !important;
}

.landing-faqs-section .eael-accordion-list :is(.eael-advanced-accordion-icon-closed,.eael-advanced-accordion-icon-opened){
	display:none !important;
}

#google-review-section .elementor-heading-title{
	text-align: center;
    margin-bottom: 10px !important;
    font-size: 26px !important;
}


@media(max-width:1400px){
	.location-page-our-services {
		padding-inline:15px !important;
	}
	.footer-row{
		width:unset !important;
		padding-inline:15px !important;
	}
	.footer-row .vc_row.wpb_row{
		width:100% !important;
	}
}

@media(max-width:1200px){
	.location-hero-section .rating-wrapper {
		padding:0 !important;
	}
	
	.location-hero-section .rating-wrapper p{
		font-size:16px;
	}
	.custom-usp-section{
		padding-inline:15px !important;
	}
	.custom-usp-section .elementor-icon-box-title{
		font-size:18px !important;
	}
}

@media(max-width:992px){
	.custom-usp-section{
		display:grid !important;
		grid-template-columns:1fr 1fr !important;
		gap:30px !important;
	}
	.custom-usp-section .elementor-icon-box-title{
		font-size:22px !important;
	}
	.after-usp-content .e-con-inner{
		max-width:100% !important;
		padding-inline:15px !important;
	}

	.location-page-our-services .we_clean_sec .e-con-inner {
		display:grid !important;
		grid-template-columns:1fr 1fr !important;
	}
	.page-cta-section .e-con-inner{
		max-width:100% !important;
		padding-inline:15px !important;
	}
	.main-content-wrapper .e-con-inner{
		max-width:100% !important;
		flex-direction:column-reverse !important;
		padding-inline:15px !important;
		gap:5px !important;
	}	
	.main-content-wrapper .e-con-inner :is(.content-wrapper,.main-image-wrapper){
		width:100% !important;
	}
    .invert-section:nth-of-type(even) .e-con-inner {
        flex-direction: column-reverse !important;
    }
	.landing-faqs-section{
		padding-inline:15px !important;
	}
	.location-hero-section .e-con-inner {
		gap: 30px !important;
        max-width: 100% !important;
        padding-inline: 15px !important;
    }
	.landing-faqs-section .e-con-inner {
		max-width: 100% !important;
        padding-inline: 0 !important;
	}
}

@media(max-width:769px){
	.location-hero-section .e-con-inner :is(.content-wrapper,.form-wrapper) {
		width:100% !important;
	}
	.location-hero-section .e-con-inner {
		gap: 30px !important;
        max-width: 100% !important;
		flex-direction:column !important;
        padding-inline: 15px !important;
    }
	.location-hero-section .form-wrapper .elementor-widget-shortcode{
		max-height:unset !important;
		max-width:100% !important;
		overflow:visible !important;
	}
	.location-hero-section .form-wrapper .e-flex.e-con{
		max-width:100% !important;
	}
	#google-review-section .source-Google{
    	margin-top: 0px !important;
	}

}

@media(max-width:576px){
	.location-hero-section .e-con-inner {
        padding-inline: 15px !important;
    }
	.location-hero-section h1{
		font-size:32px !important;
	}
	.location-hero-section .main-content p{
		font-size:18px !important;
	}
	.custom-usp-section {
		gap:10px !important;
		padding-block:15px !important;
	}
	.custom-usp-section .elementor-icon-box-title{
		line-height:16px !important;
	}
	
	.custom-usp-section .elementor-icon-box-wrapper{
		display:flex !important;
		align-items:center !important;
		gap:5px !important;
	}
	.custom-usp-section .elementor-icon-box-wrapper .elementor-icon-box-icon{
		margin:0 !important;
	}
	.custom-usp-section svg{
		font-size:16px !important;
	}
	.custom-usp-section .elementor-icon-box-title {
        font-size: 15px !important;
    }
	
	.after-usp-content h2 {
		font-size: 26px !important;
		line-height: 24px !important;
	}
	.after-usp-content p{
		font-size:16px !important;
	}
	.location-page-our-services h2{ 
		font-size:34px !important;
	}
	 .location-page-our-services .we_clean_sec .e-con-inner {
        grid-template-columns: 1fr !important;
    }
	.location-page-our-services .e-con-inner{
		padding-block:30px !important;
	}
	.page-cta-section{
		padding-block:30px !important;
	}
	.page-cta-section h2 {
    	font-size: 26px !important;
	}
	.page-cta-section p{
		font-size: 18px !important;
	}
	.main-content-wrapper h2{
		font-size:26px !important;
	}
	.main-content-wrapper .features-list h3{
		font-size:18px !important;
	}
	.main-content-wrapper .features-list .eael-feature-list-icon {
		width:40px !important;
		height:40px !important;
	}
	.landing-faqs-section .eael-accordion-list p{
		font-size:16px !important;
	}
	.header-top-bar-container{display:none;}
	.header .logo a{justify-content:center;}
}

@media(max-width:480px){
	.location-hero-section .rating-wrapper{
		padding:5px !important;
		gap:5px;
	}
	.location-hero-section .rating-wrapper p{
		font-size:12px !important;
		padding:0 !important;
	}
	.location-hero-section .rating-wrapper svg{
		height:16px !Important;
		width:16px !Important;
	}
	
	.location-hero-section .btn-wrapper{
		gap:10px !important;
	}
	.location-hero-section .btn-wrapper .creative-button-inner{
		padding:8px 5px !important;
	}
	.location-hero-section .form-wrapper .g-recaptcha{
		scale:0.9;
	}
	.invert-section .btn-wrapper,.page-cta-section .btn-wrapper{
		justify-content:center !important;
		gap:5px !important;
	}
	.page-cta-section .btn-wrapper .cretive-button-text{
		font-size:16px !important;
	}
	.custom-usp-section .elementor-icon-box-wrapper{
		justify-content:center !important;
		align-items:center !important;
	}
	.custom-usp-section .elementor-icon-box-wrapper .elementor-icon-box-title{
		justify-content:center !important;
		align-items:center !important;
		display:flex;
	}
	.footer-row .contact-details-box p{
		font-size:16px !important;
		margin-left:60px;
	}
	.footer-row .contact-details-box label{
		font-size:16px !important;
		margin-left:60px;
	}
	.footer-row .vc_row-fluid{
		padding-inline:15px !important;
		width:unset !important;
	}
		
}
@media only screen and (max-width: 768px) {
#wprmenu_bar {
        background-color: #3dc1f3;
    }    
#mg-wprm-wrap {
        background-color: #3dc1f3;
    }
#mg-wprm-wrap li.current-menu-item > a, #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover{background:none;text-decoration:underline;}
}
@media(max-width:1400px){
	.dark.footer-row .vc_row{
		display:flex !important;
		justify-content:space-between !important;
		gap:30px !important;
		margin-left:0 !important;
	}
	.dark.footer-row .vc_row .vc_col-sm-4{
		width:100% !important;
		margin-left:0 !important;
	}
}


@media(max-width:992px){
	.dark.footer-row .vc_row{
		flex-wrap:wrap;
		padding-inline:0 !important;
	}
	.dark-gray.footer-row .vc_row{
		padding-inline:0 !important;
	}
	.cm_contact_details_list_widget{
		margin-left:12px !important;
	}
}


/* Read More Functionality */

.read-more-content {
     display: none;
}

.read-more-content ul{
	list-style:inside !important;
}

.read-more-content ul li{
	font-size:20px !important;
	margin-bottom:16px;
	color:black;
}

.read-more-content :is(h1,h2,h3,h4,h5,h6){
	color:var( --e-global-color-primary) !important;
	font-weight:600 !important;
}

.read-more-content h3{
	margin-bottom:16px !important;
}

@media(min-width:576px){
	.read-more-content h3{
		font-size:34px !important;
	}
}

.read-more-button {
	cursor: pointer;
	font-size: 14px !important;
    background: #3dc1f3;
    color: #fff !important;
    padding: 8px 15px;
	border:none;
    border-radius: 50rem;
    font-weight: 600;
    margin-block: 10px !important;
}


/* Service page design */
.service-page-section{
	padding-bottom:25px; !important;	
}

.service-page-section :is(h1,h2,h3,h4,h5,h6){
	color:var( --e-global-color-primary ) !important;
	margin-bottom:16px !important;
	font-weight:600 !important;
}

.service-page-section h2{
	font-size:40px !important;
	line-height:48px !important;
}
.service-page-section h3{
	line-height:38px !important;
	font-size:32px !important
}

.inverse-section .image-wrapper img{
	border-radius:15px;
	transition:all 0.5s ease;
}

.inverse-section .image-wrapper img:hover{
	transform:scale(1.1);
}

.inverse-section .image-wrapper .elementor-widget-image{
	border-radius:15px;
	overflow:hidden;
}
.two-col-wrapper .custom-col-wrapper{
	margin-block:20px !important;
}

.two-col-wrapper .custom-col-wrapper ul{
	padding-left:20px;	
}

.two-col-wrapper .e-con.e-child .first-col{
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
	padding:20px;
}

.two-col-wrapper .e-con.e-child .last-col{
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
	padding:20px;
}

.service-page-section p{
	color:black;
	padding:0 !important;
	margin-bottom:16px !important;
	font-size:20px;
	line-height:24px;
}

.service-page-section ul li{
	font-size:20px;
	color:black;
	list-style:disc;
	line-height:24px;
	margin-bottom:16px;
}

/*
.service-page-section ul li:before{
	content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    background: rgb(60 194 245);
    border-radius: 50%;
    width: 17px;
	vertical-align:middle;
    height: 17px;
    color: #ffff;
    text-align: center;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
}
*/


@media(max-width:992px){
	.inverse-section .e-con-inner{
		flex-direction:column-reverse !important;
		gap:15px !important;
	}
	.service-page-section.inverse-section  .e-flex.e-con{
		width:100% !important;
	}
	.landing-faqs-section.service-page .e-con-inner{
		max-width:var(--content-width) !important;
	}
}

@media(max-width:768px){
	.service-page-section h2{
		font-size:32px !important;
		line-height:38px !important;
	}
	.service-page-section h3{
		line-height:24px !important;
		font-size:30px !important
	}
	.custom-col-wrapper .first-col,.custom-col-wrapper .last-col{
		width:100% !important;
	}
}


@media(max-width:576px){
	.service-page-section h2{
		font-size:26px !important;
		line-height:32px !important;
	}
	.service-page-section h3{
		line-height:24px !important;
		font-size:22px !important
	}
	.service-page-section p{
		font-size:16px !important;
	}
	.service-page-section ul li{
		font-size:16px !important;
	}
	.landing-faqs-section.service-page{
		padding-block:0 25px !important;
	}
	.service-page-contact-form .header-form-wrapper h2{
		font-size:28px !important;
		line-height:34px !important;
	}
	.service-page-contact-form .header-form-wrapper{
		padding:15px !important;
	}
	.service-page-contact-form .g-recaptcha{
		scale:0.8;
	}
}

.area-we-serve-list .grid-box {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius:10px;
}
.area-we-serve-list .grid-box img{border-radius:10px;}
.area-we-serve-list .grid-box .elementor-heading-title {padding:15px;}
.service-page-contact-form{margin:50px 0 !important;}
.service-page-contact-form .header-form-wrapper{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	padding: 25px;
}

.service-page-contact-form .header-form-wrapper h2{
    font-size: 40px;
    padding-bottom: 18px !important;
    border-bottom: 3px solid #000000;
    margin-bottom: 20px;
}

.service-page-contact-form .header-form-wrapper .nf-form-title{
	display: none;
}

.service-page-contact-form .header-form-wrapper .html-wrap{
	display: none;
}

.service-page-contact-form .header-form-wrapper .nf-form-content {
	padding-inline: 0;
}

.service-page-contact-form .header-form-wrapper .nf-form-content input {
	color:Black;
	font-weight: 600;
}

.service-page-contact-form .header-form-wrapper .nf-form-content select {
	color:Black;
}

.service-page-contact-form .header-form-wrapper .nf-form-content .note-toolbar.panel-heading{
	border-bottom:1px solid black !important;
}

.service-page-contact-form .header-form-wrapper .nf-form-content .note-frame{
	border:1px solid black !important;
}

.service-page-contact-form .header-form-wrapper .nf-form-content .recaptcha-container{
	float:left;
}

.service-page-contact-form .header-form-wrapper .nf-form-content input[type="submit"]{
    height: unset !important;
    padding: 15px 22px !important;
    line-height: 24px;
    color: #fff !important;
    min-width: 140px;
    background: #3cc2f5;
    font-weight: 700;
    width: 100%;
    max-width: 100px;
    font-size: 22px;
}

/* old footer */

.dark.footer-row{
	display:none;
}

.dark-gray.footer-row{
	display:none;
}


/* New Footer */
.custom-footer-top-section{
	padding-block:30px;
}

.custom-footer-top-section a{
	color:#fff;
}
.custom-footer-main-section{
	color:#fff !important;
	padding-block:60px 30px;
}

.custom-footer-main-section .col-title h6{
	font-family: "Dosis", Sans-serif;
	margin-bottom:16px;
    font-size: 16px;
	font-weight:400 !important;
	color:#fff !important;
    line-height: 27px;
}

.custom-footer-main-section .col-1 p{
	color:#B6BDBF;
	font-family:"Open Sans", sans-serif;
}

.custom-footer-main-section .col-2 :is(ul,li){
	list-style:none !important;
}

.custom-footer-main-section .col-2 a{
	color:#fff !important;
}

.custom-footer-main-section .col-1 .more.gray{
    display:inline-block;
    margin-top:15px;    
    background-color:#40484A !important;
    border-color:#40484A;
    padding-block:14px;
    color:#fff;
}

.custom-footer-main-section .col-1 .more.gray:hover{
		background-color:#3CC2F5 !important;
	}


.custom-footer-main-section .col-2 .value{
    padding:18px 18px;
}

.custom-footer-main-section .col-2 li{
    display:flex;
    color:#B6BDBF;
    border-bottom: 1px solid #495052;
    align-items:center;
    line-height:24px;
}

.custom-footer-main-section .col-2 li:before{
    width: 16px !important;
    font-size:16px;
    color: #B6BDBF !important;
    top: 0 !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.custom-footer-main-section .col-3 a{
    color:#fff !important;
}

.custom-footer-main-section .col-3 .template-arrow-horizontal-2:before{
    color:#fff !important;
}

.custom-footer-main-section .col-3 .margin-top-31{
    margin-top:12px !important;
}

.custom-footer-bottom-section {
    padding-block:25px 50px;
}

.custom-footer-bottom-section li a{
    display:flex;
    align-items:center;
    justify-content:center;
    
}

.custom-footer-bottom-section li{
    align-items:center;
    display:flex;
    background-color:#40484A;
    justify-content:center;
    margin-right:20px;
    width:50px;
    transition:all 0.5s ease;
    height:50px;
    border-radius:50%;
}

.custom-footer-bottom-section ul{
    display:inline-block;
}

.custom-footer-bottom-section li a:before{
    color:#fff !important;
    font-size:18px;
}

.custom-footer-bottom-section li:hover{
    background-color:#3CC2F5 !important;
}

.custom-footer-bottom-section .copyright{
	display: block;
    margin-top:20px;
    width:100%;
    text-align:center;
}
.call-and-contact-mobile{
	display:none;
	}
@media(max-width: 1300px){
	.custom-footer-top-section :is(a,p){
		font-size:18px;
	}
	.custom-footer-top-section,.custom-footer-main-section,.custom-footer-bottom-section{
		padding-inline: 15px !important;
	}
	
	.custom-footer-top-section > .e-con-inner,.custom-footer-main-section  > .e-con-inner,.custom-footer-bottom-section  > .e-con-inner{
		max-width: 100% !important;
	}
}

@media(max-width: 1024px){
	.custom-footer-top-section{
		padding-block: 30px;
	}
	.custom-footer-top-section > .e-con-inner{
		grid-template-columns: 1fr 1fr !important;
		gap:30px 20px !important;
	}
	.custom-footer-main-section  > .e-con-inner{
		grid-template-columns: 1fr 1fr !important;
		gap:30px 20px !important;
	}
}

@media(max-width: 576px){
	.custom-footer-top-section > .e-con-inner{
		grid-template-columns: 1fr  !important;
		gap:30px !important;
	}
	.custom-footer-main-section  > .e-con-inner{
		grid-template-columns: 1fr  !important;
		gap:30px !important;
	}
	.custom-footer-main-section .col-title h6{
		margin-bottom: 0 !important;
	}
	.custom-footer-main-section{
		padding-block: 30px;
	}
	
	.custom-footer-top-section :is(a,p){
		font-size:16px;
	}
	/* Footer sticky button */
	.call-and-contact-mobile{
		display:block;
	}
	.call-and-contact-mobile .btn-wrapper{
	    display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #3dc1f3;
        z-index: 9;
	}
	.call-and-contact-mobile .btn-wrapper a{
		width: 100%;
		text-align: center;
		padding: 15px;
		color: #fff;
        font-size: 18px;
        font-weight: 500;
	}
	.call-and-contact-mobile .btn-wrapper a.call-now-btn{border-right: 2px solid #fff;}
	.call-and-contact-mobile .btn-wrapper a.call-now-btn span{padding-left: 10px;}
}