.hero-section .banner-form {
    width: 79% !important;
    border: 2px solid transparent !important;
    border-radius: 6px;
}

/* Mobile devices */
@media (max-width: 767px) {
    .hero-section .banner-form {
        width: 100% !important;
    }
    
    
    .list-unstyled.hero-bullets {
        padding-top: 28px;
        padding-bottom: 30px;
    }
    
}



.form-check-input[type=checkbox]{
    border: 1px solid black;
}

.service-content h6{
    text-transform:none !important;
}


.service-content .text-truncate.mb-1{
    text-transform:none !important;
}

.list-unstyled.hero-bullets{
	color: #262d3c;
    font-weight: bold;
}
.how-service-work {
background-color: #ffffff;
    box-shadow: 2px 6px 20px 6px #88888887;
    padding-top: 13px;
    padding-bottom: 13px;
}

select#categoryDropdown {
    font-weight: bold;
}

.work-item {
    padding: 15px;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .work-item {
        align-items: flex-start;
    }

    .work-item img {
        width: 40px;
    }
}