.boxcar-banner-section-five .banner-content .form-tab-pane form .form_boxes {
    width: 45%;
    height: 76px;
    position: relative;
}

.blog-section-two a {
    font-weight: bold;
}

.drop-menu .dropdown {
    max-height: 240px;
}

.hideOnInit {
    display: none;
}

.specialSelect {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    padding-top: 20px;
    color: #050B20;
}

.specialSelect:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

/** mobile make special select full width **/
@media (max-width: 767px) {
    .boxcar-banner-section-five .banner-content .form-tab-pane form .form_boxes {
        width: 100%;
        margin-bottom: 15px;
    }
}
