.BrowserClose .modal-body{
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 0px;
    background-image: url(../img/offer/christmas/Bg-Popup-Desktop.webp);
    background-position: center;
    background-size: cover;
    padding-bottom: 0px;
    height: 600px;
    font-family: "Rubik", sans-serif;
}
.BrowserClose .modal-dialog {
    max-width: 600px;
}
.BrowserClose .modal-content {
    background: #0000;
    border: none;
}
.BrowserClose .modal-body {
    padding: 0px;
    background-color: #9f0b1b;
    text-align: center;
}
.offer_modal_body{
        padding-top: 120px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.offer_modal_body h2{
        margin: 0px;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #ffd800;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
}
.offer_modal_body h2 .are_live{
    display:block;
}
.offer_modal_body p{
    margin: 0px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-style: normal;
    line-height: normal;
    padding: 0px;
}
.offer_modal_body .offer_head_tag{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    background: #fff;
    color: #00193d;
    padding: 10px 10px;
}
.offer_head_tag:after{
        border-color: #ffffff00 #ffffff #ffffff00 #ffffff00;
    right: -42px;
    border-width: 21px;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid;
    top: 0px;
    transform: rotate(180deg);
}
.offer_head_tag:before{
    
    border-color: #ffffff00 #ffffff #ffffff00 #ffffff00;
    left: -42px;
    border-width: 21px;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid;
    top: 0px;
}
.form_offer{
        display: flex;
    padding: 30px 98px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
    z-index: 9;
}
.form_offer p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 25px;
    color:#fff;
}
.form_offer h2{
        font-family: 'Manrope', sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
        margin-bottom: 10px;
}
.form_offer .col-md-6{
    margin-bottom: 20px;
    flex: 0 0 100%;
        padding: 0px 10px;
}
.form_offer .col-md-12{
    width:50%;
    margin-bottom: 20px;
    max-width: 50%;
        padding: 0px 10px;
}
.form_offer .text-center{
    text-align:center;
    width: 100%;
}
.form_offer .form-control{
        line-height: normal;
    padding: 5px 7px;
    color: #fff !important;
    border: 2px solid #fff;
    background: #000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    height: 39px !important;
    font-family: "Rubik", sans-serif;
}
.form_offer .wpcf7-spinner{
    display:none;
}
.form_offer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffffad !important;
}
.form_offer input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffffad !important;
}
.form_offer input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffffad !important;
}
.form_offer input:-moz-placeholder { /* Firefox 18- */
  color: #ffffffad !important;
}
.form_offer textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffffad !important;
}
.form_offer textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffffad !important;
}
.form_offer textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffffad !important;
}
.form_offer textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffffad !important;
}
.BrowserClose_btn{
    background: rgb(241 0 40);
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}
.BrowserClose_btn:hover{
    background:#fff;
    color:#000;
}
.terms_cond_offerss_popup p{
    color: #ffffffad;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}
.form_offer .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
}
.form_offer .wpcf7 form .wpcf7-response-output {
    margin: 3em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    position: absolute;
    font-size: 11px;
    color: #fff;
    background: #000;
    left: 50%;
    /* width: 100%; */
    right: 0px;
    transform: translateX(-50%);
}
.modal_close_broser{
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}
.modal_close_broser svg path{
    fill:#fff;
}
.sticky_offer_btm{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    transition: .2s ease all;
        width: 300px;
}
.sticky_offer_btm img{
        width: 100%;
}
.sticky_offer_main{
        transform: translateX(0%);
    transition: transform 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
}
.sticky_offer_main video{
    width:250px;
    border-radius: 8px 8px 8px 8px;
}
.sticky_offer_btm .sticky_showing{
    transform: translateX(-300px);
}
.sticky_showing .close_stickyArrow {
        left: 241px;
    top: 80px;
}
.sticky_showing .close_stickyArrow svg{
    transform: rotate(0deg);
}
.sticky_showing .close_stickyArrow path{
    fill:#fff;
}
.close_stickyArrow{
        position: absolute;
    right: 4px;
    top: 4px;
    /* background: #fff; */
    width: 32px;
    height: 32px;
    /* text-align: center; */
    /* line-height: 27px; */
    /* border: none; */
    /* border-radius: 30px; */
    /* transition: 2s 
ease all; */
    cursor: pointer;
    /* transition: transform 300ms 
ease-in-out 0s, opacity 300ms 
ease-in-out 0s; */
    /* z-index: 9; */
    /* padding: 0px; */
    /* border: 2px solid #000000; */
}
.close_stickyArrow svg{
    transform: rotate(180deg);
    padding: 2px;
        margin-top: -2px;
}
#arrow--right_{
    display:none;
}
.sticky_showing .close_stickyArrow #arrow--right_{
    display:block;
    padding: 0px;
        margin-top: 2px;
}
.sticky_showing .close_stickyArrow .close_sticky_arrow_svg {
    display:none;
}
.after_close_sticky{
    margin-bottom:15px;
}
.after_close_sticky img{
    border-radius: 0px 8px 8px 0;
}
.sticky_showing .BrowserClose_open{
   display:block;
}
.display_hide{
    display:none;
}
.sticky_foot_img p{
        font-family: "Times New Roman", Times, serif;
    position: absolute;
    top: 51px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
}
.sticky_foot_img p span{
    display:block;
}
.sticky_bnt_shop{
    position: absolute;
    background: #000;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-weight: 700;
}
.BrowserClose_open {
    display: none;
}
.BrowserClose_open p {
        color: #fff;
    transform: rotate(-90deg);
    width: 162px;
    font-size: 14px;
    margin: 0px;
    background: #b81625;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    text-align: center;
}
.offer_page_banner{
    width:100%;
}
.offer_page_banner img{
    width:100%;
}
.tab_sale_build{
    display:none;
}
.tab_sale{
    display:none;
}
.mob_sale{
    display:none;
}
.offer_page_banner_div{
    position: absolute;
    right: 10%;
    top: 30%;
    text-align: center;
    width: 610px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offer_page_banner_div p{
    margin:0px;
    text-transform: uppercase;
}
.offer_page_subheading{
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}
.offer_page_heading{
        margin: 0px;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    color: #ffd800;
    font-family: "Rajdhani", sans-serif;
}
.offer_page_banner_div .offer_page_bg_heading{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    background: #fff;
    color: #00193d;
    padding: 7px 10px;
    width: 88%;
    margin: 0px auto;
    font-family: "Rubik", sans-serif;
}
.offer_page_bg_heading:after{
        border-color: #ffffff00 #ffffff #ffffff00 #ffffff00;
    right: -46px;
    border-width: 23px;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid;
    top: 0px;
    transform: rotate(180deg);
}
.offer_page_bg_heading:before{
    border-color: #ffffff00 #ffffff #ffffff00 #ffffff00;
    left: -46px;
    border-width: 23px;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid;
    top: 0px;
}
.offer_page_banner_div .offer_page_mainheading{
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 37px;
    margin-top: 10px;
}
.offer_page_mainheading span{
    display:block;
}
.BrowserClosebtn{
    width: 192px;
    display: flex;
    align-self: stretch;
    align-items: center;
    margin: 0px auto;
    color: #fff !important;
    gap: 5px;
    margin-top: 10px;
}
.BrowserClosebtn:hover{
    color: #000 !important;
}
.BrowserClosebtn:hover svg path{
    fill:#000 !important;
}
.offer_page_banner_div .terms_span{
        color: #fff;
    text-transform: unset !important;
    color: #ffffffad;
    line-height: 23px;
    font-size: 14px;
    margin-top: 10px;
}
.terms_span span{
    display:block;
}

@media only screen and (max-width: 1600px) and (min-width: 1501px) {
    .offer_page_banner_div {
        right: 5%;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1401px) {
    .offer_page_banner_div {
        right: 4%;
    }
    .offer_page_subheading {
        font-size: 40px;
    }
    .offer_page_heading {
        font-size: 70px;
        line-height: 80px;
    }
    .offer_page_banner_div .offer_page_bg_heading {
        font-size: 18px;
        width: 75%;
    }
    .offer_page_banner_div .offer_page_mainheading {
        font-size: 24px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .offer_page_banner_div {
        right: 2%;
        top: 25%;
    }
    .offer_page_subheading {
        font-size: 40px;
    }
    .offer_page_heading {
        font-size: 70px;
        line-height: 80px;
    }
    .offer_page_banner_div .offer_page_bg_heading {
        font-size: 18px;
        width: 75%;
    }
    .offer_page_banner_div .offer_page_mainheading {
        font-size: 24px;
        line-height: 32px;
    }
    .offer_page_bg_heading:before {
        left: -45px;
    }
    .offer_page_bg_heading:after {
        right: -45px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .offer_page_banner_div {
        right: 0%;
        top: 30%;
        width: 500px;
    }
    .offer_page_subheading {
        font-size: 30px;
    }
    .offer_page_heading {
        font-size: 50px;
        line-height: 50px;
    }
    .offer_page_banner_div .offer_page_bg_heading {
        font-size: 13px;
        width: 66%;
        padding: 1px 2px;
    }
    .offer_page_banner_div .offer_page_mainheading {
        font-size: 18px;
        line-height: 26px;
    }
    .offer_page_bg_heading:before {
        left: -36px;
        border-width: 18px;
    }
    .offer_page_bg_heading:after {
        right: -36px;
        border-width: 18px;
    }
    .offer_page_banner_div .terms_span {
        line-height: 18px;
        font-size: 12px;
    }
    .form_offer .wpcf7-not-valid-tip {
        width: 250px;
        text-align: left;
    }
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
.des_sale_build{
        display:none;
    }
    .tab_sale_build{
        display:block;
    }
    .tab_sale{
        display:block;
    }
    .des_sale{
        display:none;
    }
    .mob_sale{
        display:none;
    }
    .offer_page_banner_div {
        right: 0;
        top: 30%;
        left: 0px;
        margin: 0px auto;
    }
    .offer_page_subheading {
        font-size: 40px;
    }
    .offer_page_heading {
        font-size: 70px;
        line-height: 80px;
    }
    .offer_page_banner_div .offer_page_bg_heading {
        font-size: 18px;
        width: 75%;
    }
    .offer_page_banner_div .offer_page_mainheading {
        font-size: 24px;
        line-height: 32px;
    }
    .offer_page_bg_heading:before {
        left: -40px;
        border-width: 20px;
    }
    .offer_page_bg_heading:after {
        right: -40px;
        border-width: 20px;
    }
    .form_offer .wpcf7-not-valid-tip {
        width: 250px;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .BrowserClose .modal-body{
        background-image: url(../img/offer/christmas/Bg-Popup-Mobile.webp);
        height: auto;
    }
    .offer_modal_body h2 span{
        display:block;
    }
    .offer_modal_body h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .BrowserClose .modal-dialog {
        max-width: 360px;
        margin: 0px auto;
    }
    .offer_modal_body {
        padding-top: 70px;
        padding-left: 0;
        padding-right: 0;
    }
    .offer_head_tag:after{
        display:none;
    }
    .offer_head_tag:before{
        display:none;
    }
    .offer_modal_body .offer_head_tag {
        font-size: 15px;
                width: 100%;
    }
    .form_offer {
        padding: 30px 30px 0px;
    }
    .form_offer .col-md-12 {
        width: 100%;
        max-width: 100%;
    }
    .form_offer .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .form_offer .form-control {
        font-size: 11px;
    }
    .form_offer .wpcf7 form .wpcf7-response-output {
        width: 100%;
        transform: translateX(-51%);
    }
    .des_sale_build{
        display:none;
    }
    .tab_sale_build{
        display:block;
    }
    .offer_building img {
        width: auto;
    }
    .tab_sale{
        display:none;
    }
    .des_sale{
        display:none;
    }
    .mob_sale{
        display:block;
        
    }
    .offer_page_subheading {
        font-size: 30px;
    }
    .offer_page_heading {
        font-size: 50px;
        line-height: 50px;
    }
    .offer_page_banner_div .offer_page_bg_heading {
        font-size: 13px;
        width: 100%;
        padding: 1px 2px;
    }
    .offer_page_banner_div .offer_page_mainheading {
        font-size: 18px;
        line-height: 26px;
    }
    .offer_page_bg_heading:before {
        display:none;
    }
    .offer_page_bg_heading:after {
        display:none;
    }
    .offer_page_banner_div .terms_span {
        line-height: 18px;
        font-size: 12px;
    }
    .offer_page_banner_div {
        right: 0;
        top: 25%;
        left: 0;
                width: 100%;
    }
    .sticky_showing .close_stickyArrow {
        left: 237px;
    }
    .sticky_offer_btm {
        width: 250px;
    }
    .sticky_foot_img p {
        top: 43px;
        font-size: 20px;
        line-height: 21px;
    }
    .sticky_bnt_shop {
        top: 91px;
        padding: 5px 15px 4px;
        font-size: 13px;
    }
    .offer_page_banner_div p span{
        display:block;
    }
    .form_offer .wpcf7-not-valid-tip {
        width: 250px;
                text-align: left;
    }
}