/*discount sec start*/
.bg_3 {width:100%;float:left;background-image:url('../images/bg3.webp');background-repeat:no-repeat;background-size:cover;margin:30px 0 0;padding:90px 0;}
.th_discount_offer h2 {width:100%;float:left;font-size:38px;font-family:'NunitoSans'; font-weight:800;color:#ec8713;margin-bottom:40px;}
.th_discount_offer p {width:100%;float:left;color:#fff;}
.th_offer_btn {width:100%;float:left;margin-top:25px;}
.th_offer_btn a {height:50px;line-height:52px;color:#005b80;background-color:#fff;float:left;padding:0 20px;border-radius:5px;font-size:20px;font-family:'NunitoSans'; font-weight:700;}
.th_offer_btn a:hover {background-color:#ec8713;color:#fff;}
/*discount sec end*/
@media only screen and (max-width:991px){
    .bg_3 {padding: 40px 10px}
    .th_discount_offer h2 {font-size:32px;margin-bottom:25px}
    .th_discount_offer p {padding:0 140px 0 0}
    .th_offer_btn a {font-size:18px}
}
@media only screen and (max-width:767px){
    .bg_3 {margin:30px 0 0}
    .th_discount_offer h2 {font-size:24px;margin-bottom:10px}
    .th_discount_offer p {font-size:14px;}
}
@media only screen and (max-width:575px){
    .bg_3 {padding:20px 10px}
    .th_discount_offer h2 {font-size:18px;text-align:center;}
    .th_discount_offer p {padding:0;text-align:center;}
    .th_offer_btn {display:flex;justify-content:center;}
    .th_offer_btn a {font-size:16px;height:40px;line-height:40px;}
}