/* General */
/* Home page */
.home-search {
    min-height: 700px;
    background: url(../img/desihomebg.jpg) no-repeat;
    position: relative;
    padding: 50px;
}


/* Aletr Search drop down */

.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-selection span {
    padding-top: 10px;
}
.select2-selection__arrow {
    top: 10px !important;
}

.dg-button {
    background: rgb(254,0,0);
    color: white;
    width: 100px;
    font-weight: bold;
    font-size: 20px;
    margin: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 100px;
    font-weight: bold;
    background: red;
    border: 1px solid black;
}
