.hidden {
    display: none!important;
}

.select2-container{
    width: 100%!important;
}

.bs-callout {
    font-size: 14px !important;
    padding: 20px;
    margin-top: 5px;
    border: 1px solid #5e6a74;
    border-left-width: 5px;
    border-right-width: 5px;
    border-radius: 3px;
}

.bs-callout a {
    color: #1C7DB7!important;
    text-decoration: underline!important;
}
/*Refiney89 style*/
.common-refinery-style{
    min-height: 250px;
    margin-top: 10px!important;
    margin-bottom: 20px!important;/*not working due to other important margin with difference of 4 px*/
}
/* desktop-billboard-atf */
@media (min-width: 992px) {
    .r89-desktop-billboard-atf {
    }
}

/* mobile-billboard-top */
@media (max-width: 991px) {
    .r89-mobile-billboard-top {
    }
}


/* mobile-rectangle-infinite */
@media (max-width: 991px) {
    .r89-mobile-rectangle-infinite {
    }
}

/* mobile-rectangle-low */
@media (max-width: 991px) {
    .r89-mobile-rectangle-low {
    }
}

/* mobile-rectangle-mid */
@media (max-width: 991px) {
    .r89-mobile-rectangle-mid {
    }
}

@media (min-width: 992px) {
    .r89-desktop-hpa-atf {
        min-height: 280px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}