/*
Theme Name:     Cleaning Services Child
Theme URI:      https://smartdata.tonytemplates.com/cleaning-service/intro/
Description:    Child theme for Cleaning Services
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       cleaning-services
Version:        1.0
*/


/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

.prices-tab .elementor-tabs-wrapper {
    background-color: #F6F6F7;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sec-inner {
	border-bottom: 1px solid #DCDCDC !important;
	padding: 10px 0px !important;
}
.sec-inner-last {
	border-bottom: 0px !important;
}
.sec-col-1 {
    width: 70% !important;
}
.sec-col-1 p {
    color: #677D8F !important;
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
	margin-bottom: 0px !important;
}
.sec-col-2 {
    width: 30% !important;
}
.sec-col-2 p {
    color: #469AC4 !important;
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
	margin-bottom: 0px !important;
}
.get-a-quote-btn a {
	background-color: #4BA0E8 !important;
	color: white !important;
	padding: 15px 29px !important;
	border-radius: 50px !important;
	font-family: 'Montserrat' !important;
	font-weight: 600 !important;
	font-size: 17px !important;
	transform: uppercase !important;
}
.get-a-quote-btn a:hover {
	background-color: #338033 !important;
	color: white !important;
}