    .comment-form__input-box1 select {
        height: 60px;
        width: 100%;
        border: none;
        background: #f1f2f6;
        padding: 0 30px;
        margin-bottom: 30px;
        border-radius: 8px;
        outline: none;
        font-size: 16px;
        color: var(--thm-gray);
        font-weight: 400;
        text-transform: capitalize;
        /* -webkit-appearance: none; */
        /* -moz-appearance: none; */
    }
    
    .search-btn {
        font-weight: 900 !important;
        padding: 16px 10px 12px !important;
    }
    
    .helpline {
        display: inline-block;
        width: 45px;
        height: 45px;
        background: var(--thm-base);
        position: fixed;
        bottom: 40px;
        left: 40px;
        z-index: 99;
        text-align: center;
        transition: all 0.4s ease;
        display: none;
        border-radius: 50%;
        transition: all 0.4s ease;
    }
    
    .justify {
        text-align: justify !important;
    }
    
  
    /* .float-on-map {
    position: absolute;
    z-index: 4;
    right: 20px;
    margin-top: 10px;
} */
    /* select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
} */