/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Solutic Child Theme
 * Theme URI: https://soluticwp.websitelayout.net/
 * Author: Website Layout
 * Author URI: https://www.websitelayout.net/
 * Description: This is a child theme of solutic
 * Version: 1.3
 * Template: solutic
 * Text Domain: solutic-child
 *
 * ----------------------------------------------------------------------------------- */
 
 .left-box.rounded.d-none.d-lg-block {
    display: none !important;
}

.butn-style3:before {
	background: #004f02;
}

.card-style-15 .card-btn .hover-butn {
	background-color: #004f02;
}

.inner-box {
	display: none;
}

.mb-4 {
	display: none;
}

.title-sm.banner:before {
    bottom: 0px;
}

.sgpb-theme-6-content {
	box-shadow: none !important;
}

.sg-popup-builder-content .wpcf7 {
   margin: 0px 15px 15px 15px!important;
}

.mb-88 .section-title .sm-title:after {
    right: 18px;
    left: 230px;
}

.card-style-15 .card-btn .main-butn {
    display: none;
}

@media (min-width: 768px) {
   .quform .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.mt-n2-9{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: center;
    justify-content: center;
}

.sg-popup-builder-content .wpcf7 {
	margin: 0px 30px 15px 5px;
}