.offer_page_main img{
    width:100%;
}
p {
    padding-top: 0;
}
/*.BrowserClose{
    z-index: 9999;
}*/
.offer_page_main{
        position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 33px;
}
.BrowserClose .modal-content {
    background-color: #1e2235;
}
.browser_close_div .wpcf7-response-output{
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    background: #000;
    z-index: 9999;
    position: relative;
    margin: 4em 0.5em 1em;
}
.offer_mid{
    position: relative;
    overflow: hidden;
}
.i_pad{
    display:none;
}
.m_view{
    display:none;
}
.offer_banner_btn{
        width: auto;
    text-align: center;
    border: 2px solid #131d31;
    border-radius: 8px;
    padding: 5px 15px 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: #131d31;
    color: #fff !important;
    display: flex;
    width: fit-content;
    gap: 3px;
    align-items: center;
    margin-top: 5px;
}
.offer_banner_btn:hover{
    background: #ab1a15;
    color: #fff !important;
    border-color: #fff;
}
.offer_banner_btn:hover svg path, .offer_banner_btn:hover svg polygon{
    /*fill: #fff !important;*/
}
.offer_banner_btn span{
    /* position: absolute; */
    top: -11px;
    font-size: 9px;
    left: 29px;
    /* background: #000; */
    padding: 0px 0px;
    border-radius: 4px;
    /* border: 2px solid #fff; */
    font-weight: 500;
    letter-spacing: .5px;
    color: #ffffffc4;
    line-height: normal;
}
.offer_banner_btn:hover span {
    /*background: #ecfcfd;
    border: 2px solid #0c0b0b;
    color: #000;*/
}
.sticky_offer_main #arrow--right{
    transform: translateY(-150px);
}
.sticky_showing #arrow--right {
    display: block;
    margin-top: 3px;
    margin-left: 2px;
    transform: translateY(-225px);
}
.offer_btn_flex path{
    fill:#000;
}
.offer_banner_btn[href^="tel:"] {
    color: #fff;
}
.offer_banner_btn:hover .offer_btn_flex path{
    fill:#fff;
}
.offer_banner_btn[href^="tel:"]:hover{
    color: #fff;
}
.sticky_offer_btm{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    transition: .2s ease all;
    right: unset;
    text-align: center;
}
.sticky_offer_btm img{
    
}
.offer_action_shop{
   position: absolute;
    margin: 0;
    color: #040404;
    background: #ffffff;
    z-index: 9;
    padding: 4px 13px;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    width: auto;
    bottom: 17px;
    left: calc(42% - 80px);
    border: 2px solid #fff;
    text-transform: uppercase;
    align-items: center;
}
.offer_action_shop svg{
        background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    padding: 3px;
    margin-left: 5px;
}
.offer_action_shop:hover svg{
        background: #000;
}
.offer_action_shop:hover{
        background: #ed1f25;
    color: #ffffff;
    border: 2px solid #fff;
}
.offer_action_shop svg path {
    fill: #000;
}
.offer_action_shop:hover svg path{
    fill: #fff;
}
.close_stickyArrow{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 25px;
    transition: .2s ease all;
    cursor: pointer;
    transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    z-index: 9;
    background: #ffffff;
}
.close_stickyArrow:hover{
    /*background: #f33040;*/
}
.close_stickyArrow:hover path{
    fill:#020202a1;
}
.close_stickyArrow svg{
    transform: rotate(180deg);
}
.after_close_sticky{
    margin-bottom:15px;
}
.after_close_sticky img{
    border-radius: 0px 8px 8px 0;
}

.display_hide{
    display:none;
}
.offer_page_ctc .terms_cond_offer{
        margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    position: unset;
    font-weight: 400;
}
.terms_cond_offer span{
    /*display:block;*/
}
.terms_cond_offer:after {
    /*    border-color: #0b0b0b transparent #000 #000;
    right: -20px;
    border-width: 13px;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid;
    top: 0px;*/
}
.offer_page_ctc{
        position: absolute;
    top: 10%;
    left: 0px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    align-items: center;
    right: 0px;
}
.offer_page_ctc p{
        color: #2c0c10;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.sticky_offer_main{
        transform: translateX(0%);
    transition: transform 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
        max-width: 230px;
}
.sticky_offer_main video{
        max-width: 100%;
    border-radius: 8px 8px 0px 0px;
    width: auto;
    border-radius: 8px;

}
.sticky_showing{
   /* display:none;*/
       transform: translateX(-230px);
}
.sticky_offer_btm .sticky_showing video{
    transform: translateY(105%);
}
.sticky_offer_main .close_stickyArrow .arrow_bnt{
    /*display:none;*/
}
.sticky_showing .close_stickyArrow .arrow_bnt{
    display:block;
}
.sticky_showing .close_stickyArrow .cross_bn{
    display:none;
}
.sticky_showing .close_stickyArrow {
    right: -107px;
    transition: .2s ease all;
    border-radius: 0 5px 5px 0;
    background-color: #00000000;
    /* position: fixed; */
    bottom: 0px;
    top: unset;
    height: 0;
    line-height: normal;
    width: auto;
}
.sticky_showing .close_stickyArrow svg{
    transform: rotate(0deg);
}
.sticky_showing .close_stickyArrow path{
    fill:#fff;
}
.cmn_offer_side{
    /*position: absolute;
    top: 60px;*/
}
.offer_left{
    left:20px;
}
.offer_right {
    right: 20px;
    top: 60px;
}

.coupon_code{
        color: #fff;
    margin-top: 70px;
    font-weight: 400;
    font-size: 16px;
}
.coupon_code span{
    background: #0000004d;
    padding: 6px 10px;
    border: 1px dashed #fff;
}

.marquee-wrapper{
  background:#2F394C;
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
  margin:0 auto !important;
  text-align:center;
}
.marquee-inner span{
  height:50%;
}
.marquee-wrapper .marquee-block{
  width: 400px;
  height: 1500px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0 20px 220px;
  background:#1B2531;
  padding: 30px 0;
  float:left;
}
.marquee-inner{
  display: block;
  height: 200%;
  width:auto;
  position: absolute;
  margin:0px;
}
.marquee-item p{
  font-weight: 800;
  font-size: 30px;
  padding:100px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeTop 25s linear infinite;
  margin-left: 5%;
}
.marquee-inner.to-right{
  animation: marqueeBottom 25s linear infinite;
  right: 0px;
  margin-right: 5%;
}
.marquee-item{
  width: 230px;
  height:auto;
  display: block;
  margin: 30px 0px;
  transition: all .2s ease-out;
}
.BrowserClose .modal-body{
    background-color: #fff0;
  border: none;
  /*background-image: url(//www.vikingmetalgarages.com/wp-content/themes/vmg/css/../img/offer/halloween/Popup.webp);*/
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  text-align: center;
}
.offer_banner_btn:hover svg {
   /* background: #e61213;*/
}

@keyframes marqueeTop{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes marqueeBottom{
  0% { 
    top: -100%; 
  }
  100% {
   top: 0; 
  }
}

.sale_position{
    position: absolute;
  top: 74%;
  text-align: center;
  left: calc(50% - 167px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-content: center;
  align-items: center;
}
.sale_position .offer_tag_line{
    padding: 0px;
  margin: 0px;
  font-size: 19px;
  color: #ffffffdb;
  font-weight: 500;
}
.sale_position .offer_banner_btn{
    
}
.offer_banner_btn svg{
    width: 32px;
    height: 32px;
    padding: 5px;
    /* background: #fff; */
    border-radius: 3px;
}
.offer_banner_btn:hover svg{
    /*background: #000;*/
}
/*.offer_banner_btn:hover path,  .offer_banner_btn:hover polygon{
    fill:#fff;
}*/
.close_sticky_arrow {
    border-radius: 3px !important;
}
.sticky_showing {
    left: -361px !important;
}
.sticky_bnt_shop svg{
    background: #fff;
    border-radius: 3px;
    margin-left: 5px;
    padding: 3px;
    width: 28px;
    height: 28px;
}
.sticky_offer_main img {
        border-radius: 0;
    width: 100%;
}

.BrowserClose .modal-body {
    padding: 0px;
}
.BrowserClose .modal-dialog {
    max-width: 600px;
}
.BrowserClose_img{
    width: 100%;
  margin-top: 0px;
}
.browser_close_div{
        position: absolute;
    top: 5%;
    left: calc(50% - 211px);
    text-align: center;
    right: unset;
    width: 422px;
}
.browser_close_div .form-group {
    margin-bottom: 0;
}
.browser_close_div .product-enquiries .float-label-field input {
    line-height: 28px;
    padding: 2px 10px;
    color: #fff !important;
    border: 2px solid #fff;
    background-color: #000 !important;
    min-height: 40px;
    border-radius: 4px;
    font-size: 13px;
}
.browser_close_div .form-control, .browser_close_div select.form-control:not([size]):not([multiple]) {
    font-size: 14px;
    min-height: 40px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 0 10px;
    background: #000 !important;
    color: #fff !important;
}
.browser_close_div input:-internal-autofill-selected{
    background: #000 !important;
}
.browser_close_div .wpcf7-spinner {
    position: absolute;
}
.browser_close_div .product-enquiries input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.browser_close_div .product-enquiries input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.browser_close_div .product-enquiries input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
.browser_close_div .product-enquiries input::placeholder {
  color: #fff !important;
}

/* Firefox 19+ */
.browser_close_div .product-enquiries input::-moz-placeholder {
  color: #fff !important;
}

/* Internet Explorer 10-11 */
.browser_close_div .product-enquiries input:-ms-input-placeholder {
  color: #fff !important;
}

/* Microsoft Edge (Legacy) */
.browser_close_div .product-enquiries input::-ms-input-placeholder {
  color: #fff !important;
}
.browser_close_div span.wpcf7-not-valid-tip {
  font-size: 11px !important;
  bottom: 1px;
  height: auto;
  line-height: normal;
  text-align: left;
  letter-spacing: 0px;
  width: 160px;
  position: absolute;
}
.browser_close_div .wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em;
}
.browser_close_div fieldset {
  position: relative;
}
.browser_close_div .wpcf7-form-control-wrap{
    position: unset;
}
.modal_close_broser:hover svg {
    fill: #f4b550;
}
.browser_close_div p{
    color: #fff;
    font-size: 14px;
    /*margin: 0px;*/
    padding-top: 0px;
    letter-spacing: 1px;
}
.browser_close_div .col-md-6{
    padding-right: 10px;
    padding-left: 10px;
}
.BrowserClose_btn{
        color: #000000;
    padding: 5px 20px 3px;
    background: #ffc330;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-flex;
    border: 2px solid #000;
    width: auto;
    letter-spacing: 0;
    align-items: center;
    gap: 4px;
    border: 1px solid #ffc330;
    cursor: pointer;
}
.BrowserClose_btn:hover{
        color: #121212;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.modal_close_broser{
        position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.modal_close_broser svg{
       width: 35px;
    fill: #fff;
}
.BrowserClose .terms_cond_offer{
    background-color: #ffffff;
    color: #000000;
}
.BrowserClose .terms_cond_offer:after {
    border-color: #ffffff transparent #ffffff #ffffff;
    right: -21px;
}
.browser_close_div svg{
    width: 75px;
    margin-bottom: 5px;
}
.browser_close_div .BrowserClose_btn svg{
        width: auto;
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    padding: 3px;
    background: #fff;
    border-radius: 50px;
}
.offer_page_svg{
    width:100px;
}
.terms_cond_offerss{
    position: absolute;
    top: 76%;
    left: 61%;
    display: flex;
    flex-direction: column;
    z-index: 9;
    align-items: flex-start;
    color: #fff;
    font-size: 12px;
    left: calc(64.5% - 72px);
    font-weight: 300;
}
.terms_cond_offerss span{
    display:block;
}
.BrowserClose .terms_cond_offerss{
    padding: 0;
    margin: 0;
    bottom: 112px;
    top: unset;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    color: #ffffffcf;
    font-weight: 400;
}
.arrow_bnt{
    display:none;
}
.sticky_showing .cross_bn{
        display:none;
}
.offer_banner_text{
       display: flex;
    flex-direction: column;
    line-height: 21px;
    text-align: left;
}
.offer_cnt_div .offer_subheading{
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
}
.offer_cnt_div .offer_subheading span{
    display: block;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 48px;
}
.offer_cnt_div .offer_heading{
        background: #AB1A15;
    color: #FFC843;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.offer_cnt_div .offer_page_bg_heading{
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
.offer_cnt_div{
        display: flex;
    flex-direction: column;
    gap: 5px;
}
.BrowserClose_open {
    display: none;
}
.stickyShowing .BrowserClose_open {
    display: block;
    padding: 1px;
    width: 100%;
}
.BrowserClose_open p {
    color: #fff;
    transform: rotate(-90deg);
    width: 166px;
    font-size: 18px;
    margin: 0px;
    background: #b81625;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}
.xmas_text{
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    top: 185px;
    position: absolute;
    left: 30px;
    padding-top: 0;
}
.xmas_text span{
    display: block;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 34px;
}
.offer_page_ctc .offer_cnt_div {
    width: 100%;
        gap: 10px;
}
.offer_page_ctc .offer_cnt_div .offer_heading {
        text-transform: uppercase;
    font-size: 44px;
    line-height: normal;
    margin-bottom: 0px;
    letter-spacing: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.offer_page_ctc p {
    color: #131d31;
}
.offer_page_ctc .offer_cnt_div .offer_subheading {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}
.offer_page_ctc .offer_cnt_div .offer_subheading span {
    font-size: 90px;
}
.offer_page_ctc .offer_cnt_div .offer_page_bg_heading {
    font-size: 30px;
    margin-bottom: 35px;
}
.offer_page_ctc .offer_heading_call{
    font-size: 24px;
}
@media only screen and (max-width: 900px) and (min-width: 320px) {
    
    .offer_page_main {
        flex-direction: column;
    }
    .clider .slide-track{
       display: flex;
        overflow: hidden;
        gap: 15px;
        margin: 15px;
    }
    .clider .slide{
        min-width: 32%;
    display: flex;
    }
    .clider{
        position: absolute;
        bottom: 15px;
    }
    .sale_position {
      top: 61%;
    }
    
}
@media only screen and (max-width: 1600px) and (min-width: 1501px) {
    .offer_page_ctc {
        top: 7%;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading {
        margin-bottom: 10px;
    }
    .offer_page_ctc .offer_cnt_div .offer_page_bg_heading {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1401px) {
    .offer_banner_btn {
        bottom: 22%;
    }
    .offer_page_ctc {
        /*        top: 79%;*/
    }
    .terms_cond_offerss {
        top: 77%;
        left: 60%;
    }
    .offer_page_ctc {
       /* top: 70.5%;*/
    }
    .terms_cond_offer {
        top: 81%;
        line-height: 17px;
    }
    .offer_page_ctc {
        top: 7%;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 60px;
    }
    .offer_page_ctc .offer_cnt_div .offer_page_bg_heading {
        margin-bottom: 25px;
        font-size: 26px;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading span {
        font-size: 80px;
    }
    .offer_page_ctc .offer_cnt_div .offer_heading {
        font-size: 38px;
    }
    .offer_page_ctc .offer_heading_call {
        font-size: 20px;
    }
    .offer_page_ctc .terms_cond_offer {
        margin-top: 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .offer_banner_btn {
        bottom: 21%;
        left: calc(44% - 107px);
    }
    .offer_page_ctc {
      /*bottom: 10%;
      left: calc(76% - 102px);*/
      /*top: 66%;*/
    }
    .offer_page_ctc p {
      /*font-size: 17px;*/
    }
    .coupon_code {
        margin-top: 45px;
    }
    .offer_page_ctc {
        /*left: calc(77.5% - 90px);
        top: 79%;*/
    }
    .terms_cond_offerss {
        top: 77%;
        left: calc(65% - 72px);
    }
    .terms_cond_offer {
        /*    top: 92%;*/
    }
    .offer_page_ctc {
        /*top: 70.5%;*/
    }
    .terms_cond_offer {
        top: 81%;
        line-height: 17px;
    }
    
    .offer_page_ctc {
        top: 7%;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 60px;
    }
    .offer_page_ctc .offer_cnt_div .offer_page_bg_heading {
        margin-bottom: 25px;
        font-size: 26px;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading span {
        font-size: 80px;
    }
    .offer_page_ctc .offer_cnt_div .offer_heading {
        font-size: 38px;
    }
    .offer_page_ctc .offer_heading_call {
        font-size: 20px;
    }
    .offer_page_ctc .terms_cond_offer {
        margin-top: 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 901px) {
    .offer_banner_btn {
        bottom: 14%;
        left: calc(44% - 107px);
    }
    .offer_page_ctc p {
        font-size: 16px;
            line-height: normal;
    }
    .offer_page_ctc {
       /* top: 68%;*/
    }
    .coupon_code {
        margin-top: 35px;
        font-size: 13px;
    }
    .terms_cond_offer {
          /*  top: 94%;*/
    }
    .offer_page_main {
        padding-top: 2px;
    }
    .terms_cond_offer {
        top: 85%;
        line-height: 17px;
        left: calc(76% - 104px);
    }
    .offer_page_ctc {
        top: 2%;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading {
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 50px;
    }
    .offer_page_ctc .offer_cnt_div .offer_page_bg_heading {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading span {
        font-size: 60px;
    }
    .offer_page_ctc .offer_cnt_div .offer_heading {
        font-size: 28px;
    }
    .offer_page_ctc .offer_heading_call {
        font-size: 18px;
    }
    .offer_page_ctc .terms_cond_offer {
        margin-top: 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .offer_banner_btn {
        bottom: 38%;
        left: calc(53% - 107px);
    }
    .terms_cond_offer {
           /*   display: none;*/
    }
    /*.terms_cond_offer::after {
      right: -24px;
      border-width: 13px;
    }*/
    .offer_page_ctc {
        /*top: 60%;
        left: calc(50% - 90px);
        display: none;*/
    }
    .BrowserClose .des_top{
        display:block;
    }
    .terms_cond_offerss {
        top: 64%;
        left: calc(50% - 72px);
    }
    .BrowserClose .i_pad{
        display:none;
    }
    .offer_page_main {
        padding-top: 2px;
    }
    .offer_page_ctc {
        top: 8%;
        left: 0px;
    }
    .terms_cond_offer{
                top: 73%;
        left: calc(50% - 85px);
    }
    .des_top{
        display:none;
    }
    .i_pad{
        display:block;
    }
    .m_view{
        display:none;
    }
    .offer_page_ctc .terms_cond_offer {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .offer_banner_btn {
        /*padding: 3px 15px 5px 10px;*/
        /*font-size: 13px;*/
        /*padding: 3px 10px 3px 5px;*/
    }
    .offer_banner_btn svg {
        width: 30px;
        height: 30px;
    }
    .offer_banner_btn svg{
        /*width:20px;*/
    }
    .offer_banner_btn span {
        left: 32px;
    }
    .terms_cond_offer {
                border: 0;
        left: 0;
        right: 0;
        font-size: 9px;
        line-height: 14px;
        text-align: center;
        bottom: unset;
        padding: 3px;
        top: 76%;
    }
    .terms_cond_offer:after {
        display:none;
    }
    .offer_page_ctc p {
      margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .sale_position .offer_tag_line {
      margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .sale_position {
        top: 60%;
        left: calc(50% - 141px);
      gap: 2px;
    }
    .marquee-inner.to-right{
        display:none;
    }
    .marquee-inner.to-left {
      display: none;
    }
    .clider .slide-track {
        display: flex;
        overflow: hidden;
        gap: 7px;
        margin: 10px;
    }
    .clider {
        position: absolute;
        bottom: 0px;
    }
    .offer_page_ctc {
        position: absolute;
        top: 11%;
        left: 0px;
        display: flex;
        flex-direction: column;
        z-index: 9;
        align-items: center;
    }
    .coupon_code {
        margin-top: 24px;
        font-size: 13px;
    }
    .sticky_offer_main img {
      /* width: 50px;*/
    }
    .sticky_bnt_shop {
        bottom: 7px;
    }
    .offer_action_shop {
        bottom: 18px;
        left: calc(38% - 51px);
        font-size: 11px;
        /* padding: 4px 6px;*/
    }
    
    .sticky_showing .close_stickyArrow {
       /* right: -36px;*/
    }
    .browser_close_div p {
        font-size: 14px;
        margin: 0px 0 15px;
        letter-spacing: .5px;
    }
    .browser_close_div {
        bottom: unset;
        /*left: calc(50% - 161px);
        text-align: center;*/
    }
    .BrowserClose .terms_cond_offerss {
        bottom: 11%;
        font-size: 11px;
        line-height: normal;
    }
    .BrowserClose_btn {
        font-size: 14px;
        padding: 0px 10px;
        width: 100%;
    }
    .BrowserClose .modal-body {
      height: 100%;
    }
    .browser_close_div {
        top: 6%;
        left: 0px;
        width: 100%;
        right: 0px;
        margin: 0 auto;
    }
    .modal_close_broser {
        right: 10px;
    }
    .offer_banner_btn svg {
        /*width: 25px;
        height: 25px;
        padding: 3px;*/
    }
    .terms_cond_offerss {
        top: 69%;
        font-size: 9px;
        left: calc(51% - 54px);
        padding: 0px;
        margin: 0px;
        line-height: normal;
    }
    .offer_page_main {
        padding-top: 2px;
    }
    .BrowserClose_img {
      width: 100%;
      margin-top: 0px;
    }
    .BrowserClose .modal-dialog {
        width: 350px;
        margin: 0px auto;
    }
    .browser_close_div .col-md-6 {
        width: 100%;
    }
    .browser_close_div .product-enquiries .float-label-field input {
        min-height: 36px;
        font-size: 12px;
    }
    .browser_close_div .form-control, .browser_close_div select.form-control:not([size]):not([multiple]) {
        font-size: 12px;
        min-height: 36px;
    }
    .sticky_offer_main {
        padding: 0px 0px;
    }
    .sticky_showing {
        transform: translateX(-250px);
    }
    .close_stickyArrow {
        right: 1px;
        top: -5px;
    }
    .sticky_offer_btm .sticky_showing video {
        transform: translateY(112%);
    }
    .offer_cnt_div .offer_heading {
        width: 100%;
    }
    .offer_cnt_div .offer_subheading {
        margin-bottom: 15px;
    }
    .offer_cnt_div .offer_heading {
        margin-bottom: 0px;
    }
    .browser_close_div form{
        width: 80%;
        margin: 0px auto;
        margin-top: 15px;
    }
    .des_top{
        display:none;
    }
    .i_pad{
        display:none;
    }
    .m_view{
        display:block;
    }
    
    .offer_page_ctc .offer_cnt_div .offer_subheading {
                margin-bottom: 15px;
        font-size: 33px;
        line-height: 45px;
    }
    .offer_page_ctc .offer_cnt_div .offer_page_bg_heading {
                margin-bottom: 40px;
        font-size: 22px;
    }
    .offer_page_ctc .offer_cnt_div .offer_subheading span {
        font-size: 55px;
    }
    .offer_page_ctc .offer_cnt_div .offer_heading {
                font-size: 26px;
        padding: 5px;
    }
    .offer_page_ctc .offer_heading_call {
        font-size: 18px;
    }
    .offer_page_ctc .terms_cond_offer {
        margin-top: 10px;
        font-size: 14px;
    }
    .terms_cond_offer span {
        display: block;
    }
    .BrowserClose_open p {
        width: 137px;
        font-size: 14px;
        padding: 5px;
    }
}