/* **** Footer Sections **** */
body {
    overflow: hidden auto;
}
.footer_sticky_section {
    position: fixed;
    max-width: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*top: calc(100vh - 100px);*/
    background: #f0131e;
    z-index: 9999999;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
.footer-section {
    height: 140px;
    background-color: #3ab826;
}
.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    position: relative;
    height: 100px;
}
.text_wrapper .sticky_text {
    font-size: 30px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.coupon_sticky_btn {
    background: #f4c718;
    display: inline-block;
    vertical-align: middle;
    color: #000000 !important;
    font-weight: 700;
    font-size: 20px !important;
    font-family: 'POPPINS', sans-serif;
    margin-left: 70px;
    border-radius: 50px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 43%);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border: none;
    padding: 14px 30px 14px !important;
    line-height: 20px !important;
    display: initial;
}
.coupon_sticky_btn .toggle-btn-text, .coupon_sticky_btn .get_coupon_text {
    font-size: 20px !important;
}
.coupon_sticky_btn:hover, .coupon_sticky_btn:focus, .coupon_sticky_btn:active {
    outline: none;
    text-decoration: none;
    background: #52cb12;
    box-shadow: 0 0 31px 0 rgb(255 255 255 / 50%);
}
@media(max-width: 1280px){
    .footer-section {
        height: 160px;
    }
}
@media(max-width: 1199px){
    .text_wrapper .sticky_text {
        font-size: 25px !important;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #fff;
    }
    .coupon_sticky_btn {
        margin-left: 20px;
    }
    .footer-section {
        height: 180px;
    }
}
@media(max-width: 1020px){
    .coupon_sticky_btn {
        margin-left: 0px;
        margin-top: 10px;
    }
    .footer-flex {
        flex-direction: column;
        height: 120px;
    }
    .footer_sticky_section {
        /*top: calc(100vh - 120px);*/
        top: unset;
        bottom: 0px;
    }
    .footer-section {
        height: 220px;
    }
    .text_wrapper {
        margin-bottom: 10px;
    }
}
@media(max-width: 900px){
    .footer-section {
        height: 250px;
    }
}
@media(max-width: 767px){
    .footer-section {
        height: 300px;
    }
}
@media(max-width: 550px){
    .text_wrapper .sticky_text {
        font-size: 16px !important;
    }
    .coupon_sticky_btn, .coupon_sticky_btn .toggle-btn-text, .coupon_sticky_btn .get_coupon_text {
        font-size: 16px !important;
    }
}
@media(max-width: 540px){
    .footer-section {
        height: 120px;
        margin-top: -2px;
    }
    .coupon_sticky_btn {
        display: block;
    }
    .text_wrapper{
        margin-bottom: 0px;
    }
}
@media(max-width: 375px){
    .footer_sticky_section {
        /*top: calc(100vh - 140px);*/
        top: unset;
        bottom: 0px;
    }
    .footer-flex {
        height: 140px;
    }
}