.jumbotron-tr{
    /* padding-top: 0px;
    padding-bottom:0px; */
    /* background-image:url('../assets/image/content-pixie-WdJ4WnLxyDs-unsplash.jpg'); */
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background: contain;

    height: 500px; /* define the height in pixels or make sure   */
                   /* you have something in your div with height */
                   /* so you can see your image */
}
.cstm-btn{
    border: 2px solid #282828;
}

.cstm-btn:hover{
    background-color: black!important;
    color: white!important;
}

.select2Font{
    font-size:15px!important;
    font-family: 'Mulish', sans-serif!important;
  }
.select2-selection__choice__display{
    font-family: 'Mulish', sans-serif!important;
    font-size:15px!important;
    color: black!important;
}

@media screen and (min-width:768px) and (max-width: 992px) {
    .col-md-4 #btn-more{
        margin-left: -30px
    }

}
