p.percent_off {
    font-size: 23px;
    font-family: "proxima-nova-bold";
    color: #464646;
    opacity: 0.6;
}

.heading_wraps-card h4{
    padding-top: 0px;
}

.heading_wraps-card{
    height: 130px;
}

a.store_details-link {
    padding-left: 10px;
}

a.store_details-link img {
    width: 22px;
}

.all_stores-dropdown {
    margin-bottom: 50px;
}

button.btn.btn-primary.dropdown-toggle {
    color: #000;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    font-size: 21px;
    font-family: "proxima-nova";
    padding-left: 0px;
    padding-right: 0px;
    width: 180px;
    background: #fff;
    height: 55px;
}

.card-hafsa:hover .card-body p.percent_off{
    color: #fff;
    opacity: 0.8;
}

.hover_display_link:hover .dropdown-content {
    display: block !important;
}

.offers_imgs{
   filter:  none;
}

.bg-image:after{
    background: #00000017 !important;
}

img.banner.offers_imgs{
    height: 275px;
    object-fit: cover;
}



.bg-text{
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.bg-image.img_offers {
    margin-top: -1px;
}

.dropdown.stores button.dropdown-toggle{
    position: relative;
}

.dropdown.stores button.dropdown-toggle::after {
    border: 0px;
    background: url(../images/arrow_down.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    top: 9px;
}

.dropdown.stores button.dropdown-toggle.show:after {
    rotate: 180deg;
}

.for_mobile-offer-pic{
    display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

    .bac-text-1 {
    font-size: 44px;
}

    .for_mobile-offer-pic{
        height: auto !important;
    }

    .for_mobile-offer-pic{
    display: block;
}
    .for_desktop-offer-pic{
    display: none;
}
.all_stores-dropdown {
    position: relative;
    width: 100%;
}

.dropdown.stores{
    float: right;
}

.all_stores-dropdown {
    margin-bottom: 36px;
}
.second_sections-wraps{
    padding-top: 35px !important;
}

.dropdown.stores ul.dropdown-menu{
    background: #fff;
}
}

@media only screen and (min-width: 280px) and (max-width: 399px) {
.bac-text-2{
    font-size: 18px;
    padding: 0 25px;
}
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
.bac-text-2{
    font-size: 18px;
    padding: 0 40px;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.bac-text-2 {
    padding: 0px 40px;
}
}

@media screen and (min-width: 1300px) {
.bac-text-2{
        padding: 0px 60px;
}
}

@media screen and (min-width: 1400px) {
img.banner.offers_imgs{
    height: 280px;
    object-fit: cover;
}
}

@media screen and (min-width: 1500px) {
img.banner.offers_imgs{
    height: 350px;
    object-fit: cover;
}
}

@media screen and (min-width: 1600px) {
img.banner.offers_imgs{
    height: 370px;
    object-fit: cover;
}
}

.card-hafsa .card{
    border-radius: 0px;
}