* {
    text-align: left !important;
}

.input-container label {
    left: 10px;
}

.jobs-search-section .clear-button {
    right: 10px;
}

.single-job-container ul {
    padding-left: 2rem !important;
}
/* HOME GET IN APP */
.get-the-app-section {
    padding-left: clamp(0.8rem, 5.3vw, 100px);
}
.faq-text-container {
    padding-left: 30px;
}
.close-btn {
    right: clamp(10px, 5.2vw, 100px);
}
.find-your-agent-down-arrow {
    left: clamp(170px, 88%, 90%) !important;
}
.dropdown-content{
    left:0 !important;
}
@media (max-width: 900px) {
    .get-the-app-section {
        padding-left: 0px !important;
    }
}

@media (max-width:1320px){
   .get-the-app-section .image-container{  margin-bottom: clamp(-22px,-7.5vw ,-172px);}
}
@media (max-width:1200px){
   .get-the-app-section .image-container{  margin-bottom: clamp(-70px,-7.5vw ,-172px);}
}
@media (max-width:1100px){
   .get-the-app-section .image-container{  margin-bottom: clamp(-80px,-7.5vw ,-172px);}
}
@media (max-width: 1040px){
   .get-the-app-section .image-container{  margin-bottom: 0px !important;}
}
/* END HOME GET IN APP */
