/**
* Theme Name: Sanito Child
* Description: This is a child theme of Sanito, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/yogsthemes">ThemeKalia</a>
* Template: sanito
* Version: 2.4
*/
form.search-form {
    display: none;
}
.estimate-form .nice-select.wpcf7-form-control.wpcf7-select {
    border-bottom: 1px solid #dcdee5 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.main-header .logo-box .logo {
    max-width: 215px;
}
.no-pdg-top {
    padding-top:0px;
}
.mg-top-sm {
    margin-top: 5%;
}

.main-header.style-five .header-upper .upper-inner::before {
    background: #fff;
}
.main-header.style-five .header-upper .info-list li i {
    background: #0a267a;
}
.main-header.style-five .header-upper .info-list li h6 {
    color: #0a267a !important; 
}
.header-upper .info-list li h5 {
    color: #0a267a !important;
}
.main-header.style-five .header-upper .right-column .theme-btn-four {
    background: #0a267a !important;
}
.main-header.style-five .header-lower {
    background: #0a267a !important;
}
.main-menu .navigation > li > a {
    color: #ffffff !important;    
}
.elementor-element.elementor-element-6634efa.abs-top.elementor-widget.elementor-widget-text-editor {
    /* border: 10px solid #ff0000; */
    width: 100%;
    float: left;
    position: absolute;
    top: 16%;
    z-index: 1;
}
.row-main {
    width: 100%;
    float:left;

}
.row-abs-sec {
    width: 92%;
    margin: 0 auto;
}
.abs-head {
    /* border: 1px solid #ff0000; */
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    width: 28%;
    line-height: 80px;
}
.abs-tagline {
    font-weight: 400;
    color: #fff;
    /* border: 1px solid #ff0000; */
    width: 38%;
    font-size: 16px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.abs-btn {
    /* border: 1px solid #ff0000; */
    float: left;
    background: #fff;
    color: #0a267a;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 34px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
a.abs-btn::before {
    /* transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50%;
    top: -40%;
    background: #3133d0; */
}
.row-main-xl {
    width: 50%;
    float: left;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.04);

}
.row-main-l {
    /* border: 1px solid #ff0000; */
    width: 23%;
    float: left;
    margin-left: 2%;
}
.bg-img-banner {    
    width: 100%;
    float: left;
}
.bg-img-banner img {
    width: 100%;
    height: 265px;
}
.sec-abs-half {
    width: 100%;
    float: left;
    /* border: 1px solid #ff0000; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.sec-half-lf {
    width: 38%;
    float: left;
}
.sec-half-rg {
    width: 62%;
    float: left;
}
.sec-half-header {
    font-size: 20px;
    font-weight: 600;
    color: #0a267a;
    text-align: right;
    padding-top: 10%;
    padding-right: 8%;
    padding-bottom: 3%;
}
.sec-half-header-rg {
    font-size: 20px;
    font-weight: 600;
    color: #0a267a;
    text-align: right;
    padding-bottom: 15%;
    padding-right: 8%;
}
.sec-half-header-tg {
    font-size: 14px;
    font-weight: 600;
    color: #0a267a;
    padding-left: 12%;

}
.sec-newsletter {
    width: 76%;
    margin: 0 auto;    
    position: relative;
}
.sec-newsletter input[type="email"] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #dcdee5;
    font-size: 18px;
    color: #dcdee5;
    border-radius: 5px;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
}
.newsletter-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 58px;
    width: 59px;
    line-height: 58px;
    font-size: 24px;
    background: #eceff6;
    text-align: center;
    color: #babac5;
    font-weight: 700;
    border-radius: 0px 5px 5px 0px;
    transition: all 500ms ease;
}

.row-main-l .small-block .inner-box {
    position: relative;
    display: block;
    padding: 40px 15px 34px 30px;
    background: #eceff6;
    border-radius: 5px;
    transition: all 500ms ease;
}
.row-main-l .small-block .inner-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0;
    border-radius: 5px;
    transition: all 500ms ease;
}
.row-main-l .small-block .inner-box::before {
    border: 2px solid #3133d0;
}
.row-main-l .small-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 24px;
    transition: all 500ms ease;
    color: #3133d0;
}
.row-main-l .small-block .inner-box .icon-box .shape {
    position: absolute;
    top: -15px;
    right: -37px;
    width: 32px;
    height: 32px;
    transform: scale(0,0);
    transition: all 500ms ease;
    background-repeat: no-repeat;
}
.row-main-l .small-block .inner-box h4 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #0a267a;
    margin: 0px;
    transition: all 500ms ease;
}
.row-main-l .small-block .inner-box h4:before {
    position: absolute;
    content: '';
    background: url('/wp-content/uploads/2026/04/wave-1.png');
    width: 60px;
    height: 18px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    top:50px;
}
.row-main-l .small-block .inner-box p {
    position: relative;
    color: #646578;
    top: 46px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 28px;
}
.service-section .sec-title.text-center h2 {
    padding-bottom: 8%;
}
.sec-one section.highlights-section {
    padding-top: 60px;
}
.client-testimonial-carousel .owl-nav {
    display: none;
}
.client-testimonial-carousel .owl-dots {
    display: none;
}
.client-testimonial-carousel .owl-dot {
    display: none;
}
.client-thumb-outer .owl-dot {
    display: none;
}
.client-thumb-outer .owl-dots {
    display: none;
}
.client-thumb-outer .owl-nav {
    display: none;
}
.footer-widget ul li {
    width: 75%;
}
footer .logo-widget a.theme-btn-two {
    display: none;
}
.elementor-element-78ef896 .content-box .inner-box ul.right-column.pull-right {
    width: 62%;
}
i.flaticon-cleaning {
    padding-left: 1%;
}
i.flaticon-smartphone {
    padding-left: 1%;
}
.form-group textarea {
    width: 100%;
   position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dcdee5;
    font-size: 15px;
    color: #646578;
    padding: 0px 0px;
    transition: all 500ms ease;
}
.wpcf7-form .nice-select.wpcf7-form-control.wpcf7-select {
   position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #727383;
    transition: all 500ms ease;
}
section.change-structure .col-lg-6.col-md-12.col-sm-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
section.change-structure .col-lg-6.col-md-6.col-sm-12.pricing-block {
    /* border: 1px solid; */
    max-width: 100%;
    /* flex: 1; */
    padding-top: 0px;
    padding-bottom: 5%;
}
section.change-structure .col-lg-6.col-md-6.col-sm-12.single-column {
    max-width: 100%;
    flex: 0 0 33%;
}
.bg-color-2 {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(10, 38, 122, 0.35);
}
.review-box.bg-color-2 {
    background: #0a267a;
}
.main-footer p, .main-footer a {
    color: #646578;
}
.footer-top .widget-title h4 {
    color: #0a267a;
}
.main-footer .footer-widget ul li a {
    color: #646578!important;
}
.change-structure section.pricing-section {
    padding-top: 0px;
}
.pricing-block-one .pricing-table .table-content .list li:before {
     display: none;
}
.pricing-block-one .pricing-table .table-content .list li::after { 
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 700;
    top: 13px;
    left: 0px;
}
.pricing-block-one .pricing-table .table-content .list li {
    padding: 12px 0px 12px 5%;
}
.pricing-section .pricing-table li span {
    color: #0a267a;
    font-size: 21px;
    font-weight: 600;
}
.no-pdg-top section.feature-style-two.sec-pad-2.important-notice {
    padding-top: 0px !important;
}
#sanito_consult_with_expert-1 .form-inner {
    display: none;
}
.service-details-content .content-four {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}
.pricing-section-comm .col-lg-6.col-md-6.col-sm-12.pricing-block {
    padding-top: 0px;
    padding-bottom: 5%;
}
.sticky-header .main-menu .menu-item a {
    color: #0a267a !important;
}
.page-links.bg-color-2 {
    background: #0a267a;
}
.sec-hidden {display: none;}
.privacy-content h3 {
    padding-top: 3%;
}
.privacy-content p {
    padding: 10px 0 10px 27px;
}
.privacy-content ul.privacy-list.wp-block-list { 
    width: 50%;
    margin-left: 4%;
}
.privacy-content ul.privacy-list.wp-block-list li {
    list-style: circle;
    padding: 5px 0;
}
.wpcf7-form .nice-select.wpcf7-form-control.wpcf7-select {
    margin: 3px 0 10px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
    .abs-head {
        font-size: 22px;
        width: 100%;
        line-height: 25px;
    }
    .abs-tagline {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
    }
    .elementor-element.elementor-element-6634efa.abs-top.elementor-widget.elementor-widget-text-editor {
        top: 6%;
    }
    .abs-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 6px 12px;
    }
    .elementor-element-78ef896 .content-box .inner-box ul.right-column.pull-right {
       width: 100%;
    }
    .elementor-element-faa8639 .service-section .tab-btn-one {
        display: none;
    }    
    .elementor-element-faa8639 .service-section .tab-btn-one {
        display: none;
    }
    .elementor-element-faa8639 .service-section .sec-title.text-center h2 {
        padding-bottom: 32%;
    }    
    .elementor-element-faa8639 .service-section .tabs-content-2 {
        position: relative;
        display: block;
        padding: 0px 0px 80px 0px;
    }    
    .menu-area .mobile-nav-toggler .icon-bar {
        background-color: #fff;
    }
    .footer-top .logo-widget .footer-logo {
        align-items: center;
        text-align: center;
    } 
    .footer-top .widget-title {
        text-align: center;
    }       
    .footer-widget ul li {
        width: 100%;
        text-align: center;
    }
    section.change-structure .col-lg-6.col-md-6.col-sm-12.single-column {     
        flex: inherit;
    }        
	.mobile-menu .close-btn {
		color: #0a267a;
	}
	.mobile-menu ul.navigation li a {
		color: #0a267a;
	}		
	.mobile-menu .dropdown-btn span.fas {
		color: #0a267a;
	}
	.mobile-menu div#mCSB_1_container {
		background: #fff;
	}	
	.mobile-menu .navigation li {
		border-top: 1px solid rgba(56, 56, 56);
	}
	.mobile-menu .navigation li > ul > li {
		border-top: 1px solid rgba(56, 56, 56) !important;
	}	
	.main-header.style-five .menu-area .mobile-nav-toggler {	
		margin-top: 10px;
		margin-bottom: 10px;
	}	
	.elementor-element .swiper .elementor-swiper-button {
		z-index: 999 !important;
	}
	.mobile-align .content-box .other-text {	
		padding-right: 0;
	}	
}
@media (min-width: 768px) and (max-width: 1023px) {
    .menu-area .mobile-nav-toggler .icon-bar {
        background-color: #fff;
    }
    .footer-top .logo-widget .footer-logo {
        align-items: center;
        text-align: center;
    } 
    .footer-top .widget-title {
        text-align: center;
    }       
    .footer-widget ul li {
        width: 100%;
        text-align: center;
    }
    section.change-structure .col-lg-6.col-md-6.col-sm-12.single-column {     
        flex: inherit;
    }    
    .elementor-element.elementor-element-6634efa.abs-top.elementor-widget.elementor-widget-text-editor {
        top: 7%;
    }    
    .abs-head {        
        font-size: 36px;
        color: #fff;
        width: 50%;
        line-height: 40px;
    }    
    .sec-one .inner-box .shape, .sec-one .inner-box .image-box {
        display: block !important;
    }
    .highlights-section .big-block .inner-box h4 {
        text-align: right;
    }        
    .highlights-section .big-block .inner-box .location-box {
        text-align: right;
    }    
    .tab-al ul.left-column.pull-left {
        float: left !important;
    }        
    .tab-al ul.right-column.pull-left {
        float: left !important;
    }    
    .tab-al .content_block_1 .content-box .inner-box .right-column li i {        
        left: 22px;
        }    
    .tab-al .elementor-1609 .elementor-element.elementor-element-7084baa {
       --width: 100% !important;
    }    
}