.desti-content {
    padding: 20px;
    /* position: absolute; */
    /* bottom: 10px;
    left: 10px;
    align-content: center;
    background-color: rgba(60, 60, 60, 0.7);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 96%;
    overflow-y: hidden; */
}

.desti-content h3 {
    /* color: #ffffff; */
    font-size: medium;
}

.social-icon-wrap .social-whatsapp a {
    background-color: #25D366;
}

.whatsapp-btn {
    background: rgba(13, 174, 24, 1);
    position: fixed;
    right: 15px;
    bottom: 80px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 10000;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.trip-search-section .input-group.width-col-2 {
    width: 40%;
}

.trip-search-section .input-group.width-col-3 {
    width: 20%;
}