/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}

/* Special Cleaning Page Styles */
.service-box {
    padding: 15px;
    border-left: 3px solid #007bff;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.service-box h5 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-box h5 i {
    margin-right: 10px;
}

.service-icon-box {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #f8f9fa;
    border-radius: 50%;
}

.service-description {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.widget .contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
}

.widget .contact-info i {
    margin-right: 8px;
    color: #007bff;
}

.sidebar .lp-post {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.sidebar .lp-post:last-child {
    border-bottom: none;
}

.sidebar .lp-post .title a {
    font-size: 15px;
    font-weight: 600;
}





/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
	
}