
.quote_head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}
.arrow {
    font-size: 18px;
    transition: transform 0.3s;
}
.hidden {
    display: none;
}
.total_amt {
    margin-top: 10px;
}




.quantity-input
{
margin-left: 8px;
margin-right: 8px;
}

.quote_head {
display: flex;
justify-content: space-between; /* Pushes arrow to the right */
align-items: center;
}

.cleaning_total , .interior_total, .bedding_total, .kitchen_total, .bathroom_total, .living_total, .outdoor_total, .ironing_total ,.window_total{
margin-left: 8px; /* Adjust this value as needed */
padding-left: 0;
white-space: nowrap; /* Prevents extra spacing */
margin-right: 16px;
}

.arrow {
margin-left: auto; /* Ensures the arrow stays on the right */
}
#form-message p
{
padding-top:8px;   
}
#name_f,#email_f,#phone_f
{
width:250px;
}
.blog-details-about-thumb img
{
width:100%;
border-radius:unset !important;
}
.choose-us-area
{
padding:10px 0 10px;   
}
