/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

header#site-header {
    display: none;
}
.page-header {
    display: none;
}
footer#site-footer {
    display: none;
}

header > .e-con-inner {
    max-width: 1200px !important;
}

.elementor-element.e-con-boxed > .e-con-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-service .elementor-cta__bg-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.elementor-widget-shortcode .ti-widget .ti-reviews-container .ti-reviews-container-wrapper {
    margin: 0 !important;
}
.elementor-widget-shortcode .ti-reviews-container .ti-inner .ti-review-text-container {
    color: #667085;
    font-size: 14px;
    margin-top: 20px;
}
.elementor-widget-shortcode .ti-widget .ti-inner {
    display: flex !important;
    flex-direction: column;
}
.elementor-widget-shortcode .ti-widget .ti-inner .ti-review-header {
    order: 4;
    position: initial;
}
.elementor-widget-shortcode .ti-widget .ti-inner .ti-review-header .ti-platform-icon {
    left: 20px;
    top: 20px;
    width: 32px !important;
    height: 32px !important;
}
.elementor-widget-shortcode .ti-widget .ti-inner .ti-stars {
    padding-top: 35px;
}
.review-main .e-con-inner {
    max-width: 1320px !important;
}

@media  (max-width: 767px) {
    .main_city .e-con-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	
	.btn_number a{
		width:100% !important;
	}
	
}




