.about-feature-001 {
    background: #fff;
    padding: 30px 20px;
    transition: 0.5s;
    margin-bottom: 15px;
}

.about-feature-001 .sppb-addon-text p {
    margin: 0;
}

.about-feature-001 .sppb-feature-box-title {
    color: #eb227a;
    transition: 0.5s;
}

.about-feature-001 .sppb-addon-text,
.about-feature-001 .sppb-icon .sppb-icon-container > i {
    transition: 0.5s;
}

.about-feature-001 .sppb-btn-primary {
    padding: 0 !important;
    background: transparent;
    border-radius: 0;
    color: #eb227a;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
}

.about-feature-001:hover {
    background: #eb227a;
}

.about-feature-001:hover .sppb-feature-box-title,
.about-feature-001:hover .sppb-addon-text,
.about-feature-001:hover .sppb-icon .sppb-icon-container > i,
.about-feature-001:hover .sppb-btn-primary {
    color: #fff;
}



.about-slider .sppb-carousel-extended-item img {
    object-fit: cover;
}

.about-feature-002 {
    margin-bottom: 40px;
}

.about-feature-002 img {
    max-width: 80px;
    margin-bottom: 20px;
}

.about-feature-002 .sppb-addon-title { font-size: 18px; }



.contact-table table td {
  	border: 0 !important;
  	padding: 0 0 15px;
  	font-size: 16px;
  	line-height: 1.5;
}

.contact-table table td:first-child {
    width: 150px;
    min-width: unset;
}


.bfQuickMode .bfElemWrap .form-inline label, .bfQuickMode .bfElemWrap .form-inline label, .bfQuickMode .bfElemWrap .form-inline label {
    max-width: 100%;
    min-width: 100% !important;
    margin-right: 0;
    font-size: 16px;
}

.bfQuickMode .bfElemWrap .form-inline input[type="text"], .bfQuickMode .bfElemWrap .form-inline input[type="number"], .bfQuickMode .bfElemWrap .form-inline textarea, .bfQuickMode .bfElemWrap .form-inline select {
    max-width: 100% !important;
}

.bfQuickMode legend {
    background: #f5f5f6;
    color: #eb227a;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
}

