.gifts_quote {
    max-width: 525px;
    margin-bottom: 10px;
    margin-left: -45px;
}
.holiday p {
    font-size: 28px;
    color: #414042;
    letter-spacing: 0.3px;
    font-family: 'Axiforma-Book';
    line-height: 40px;
    margin-bottom: 30px;
}
.resp_image_holiday {
    display: none;
}
.holiday_outer {
    padding-top: 65px;
    padding-bottom: 50px;
}
.desk_image_list img {
    max-width: 540px;
    margin-top: -80px;
    margin-bottom: -72px;
}
.see_gift_btn {
    text-align: center;
    max-width: 195px;
    border-radius: 8px;
    background-color: #00C1D5;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Axiforma_Bold';
}
.see_gift_btn:hover,.see_gift_btn:focus{
    background-color: #00ADBF;
    color: #fff;
}
.bk_img_rolling{
    background-image: url(../images/holiday_campaign/BG_Stripe.png);
    background-size: cover;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
}


/* responsive start*/
@media (max-width: 1365px) {
    .desk_image_list img {
        max-width: 470px;
        margin-top: -54px;
        margin-bottom: -75px;
    }

}

@media (max-width: 1199px) {
.desk_image_list img {
    max-width: 100%;
    margin-bottom: 0;
}
.holiday p {
    font-size: 24px;
    line-height: 34px;
}
.gifts_quote {
    max-width: 420px;
    margin-bottom: 10px;
}
}

@media (max-width: 991px) {
.holiday p {
    font-size: 20px;
    line-height: 28px;
}
.desk_image_list img {
    margin-top: 0;
}
}

@media (max-width: 767px) {
    .gifts_quote {
        margin-left: -25px;
    }
    .des_none {
        display: none;
    }
    .resp_image_holiday {
        display: block;
        position: absolute;
        right: 0;
        bottom: 25px;
        width: 90px;
    }
    .holiday_banner{
        position: relative;
    }
    .holiday {
        padding-right: 20%;
        padding-left:35px;
    }
    .holiday p {
        font-size: 16px;
        line-height: 22px;
    }
    .bk_img_rolling {
        height: 25px;
    }
}
@media (max-width: 480px) {
    .resp_image_holiday {
        width: 75px;
    }
    .holiday_outer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* responsive end*/