/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
	.slicknav_menu {display: block;}
    
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.phone-btn{text-align: center;}
	.elementor .full-width-bg .elementor-background-overlay{width: 100%;}
	.elementor .full-width-bg .elementor-background-overlay{background: #e6e6e6 !important;}
	.single-testimonial-item h4{font-size: 20px;}
	.single-testimonial-item{font-size:15px;}
	.header-phone-btn .phone-btn {
		text-align: center;
		display: block;
	}
	.phone-btn{text-align: center;}
	.skw-right-bg:after{transform: skewX(0deg)}
	.footer-service-menu ul li a {
		text-align: center;
		display: block;
	}
a.boxed-btn.phone-btn {
    font-size: 16px;
}
section.mobile-bg-hide{
		background-image:none !important;
}	
.adjusted-mobile .elementor-row .elementor-column:first-child {
    width: 15%;
}

.adjusted-mobile .elementor-row .elementor-column:nth-child(2) {
    width: 85%;
    padding-left: 15px;
}

.adjusted-mobile a.boxed-btn.phone-btn {
    padding: 0;
    margin: -7px 0 0 0;
    text-align: center;
}

.adjusted-mobile .elementor-row .elementor-column:nth-child(2) .elementor-widget-heading {
    text-align: left;
}

.adjusted-mobile .elementor-widget-image .elementor-image img {
    position: relative;
    top: 15px;
    max-width: 40px;
}

.logo-size-smaller.elementor-widget-image .elementor-image img {
    max-width: 265px;
}
.single-service-item img {
    max-width: 60px;
    max-height: 65px;
}

.single-service-item {
    border-bottom: 10px solid #194a73;
}

.single-service-text h2 {
    font-size: 22px;
}	
.adjusted-mobile {
    max-width: 260px;
    margin: 0 auto;
}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}