*{margin: 0px; padding: 0px;}
.advent_row {
    display: flex;
}
.advent_column_one_third {
    max-width: 40%;
}
.bannr_advnt img {
    width: 100%;
    height: auto;
}
body, html {
    background: #f4f4f4;
}
h2, h3, h4, h5, p, label, input, button{
    font-family: sans-serif;
}
.advnt_door_wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    justify-content: center;
}
.advent_door.column_2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.advent_column_two_third {
    width: 41%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin:auto;
}
.door_bx_inr {
    position: relative;
    width: 90px;
    cursor: pointer;
    margin: auto;
}

.door_box_pol img {
    width: 100%;
    height: auto;
}
.door_paper_wrp {
    position: absolute;
    top: 8px;
    width: 76px;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.door_open_close img {
    width: 100%;
    height: auto;
}
.door_open_close {
    position: relative;
}
.door_number {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    max-width: fit-content;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
}
.opnedoor .door_paper_wrp
{
  -webkit-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
  -moz-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
  -ms-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
  -o-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
}
.back_date_opened {
    opacity: 0.5;
    cursor: default;
}
.gift_item_wrp {
    position: absolute;
    top: 10px;
    width: 73px;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.coming-date-gift {
    cursor: default;
}
/* Locked */
.lock_wrper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 9px;
    bottom: 8px;
}
.lock {
    width: 17px;
    height: 14px;
    border: 2px solid rgb(245 171 33);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .lock:after {
    content: "";
    display: block;
    background: rgb(245 171 33);
    width: 3px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.5px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .lock:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    bottom: 100%;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 2px solid rgb(245 171 33);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  /* Locked Hover */
  .lock:hover:before {
    height: 12px;
  }
  /* Unlocked */
  .unlocked {
    transform: rotate(3deg);
  }
  .unlocked:before {
    height: 10px;
    left: 40%;
    bottom: 124%;
    transform: rotate(-30deg);
  }
  .unlocked,
  .unlocked:before {
    border-color: rgb(65 237 118);
  }
  .unlocked:after {
    background: rgb(65 237 118);
  }
  /* Unlocked Hover */
  .unlocked:hover {
    transform: rotate(3deg);
  }
  .unlocked:hover:before {
    height: 10px;
    left: 40%;
    bottom: 124%;
    transform: rotate(-30deg);
  }

  /* Modal Box */
  .modal_obaid_box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .obaid_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .obaid_overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .obaid_modal_body {
    margin: 70px auto;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    /* transition: all 5s ease-in-out; */
    overflow: hidden;
  }
  
  .obaid_modal_body h2 {
    margin-top: 0;
    color: #333;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
  }
  .obaid_modal_body .close_modal {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #f00;
}
  .obaid_modal_body .close_modal:hover {
    color: #06D85F;
  }
  .obaid_modal_body .modal_content {
    min-height: 473px;
    overflow: auto;
    padding: 0px;
    position: relative;
    z-index: 999;
    /* background: #fafafa; */
  }
  .obaid_modal_head {
    padding: 0;
    /* background: #f9f9f9;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%); */
    position: relative;
    z-index: 9999;
}
  
  @media screen and (max-width: 700px){
    .modal_obaid_box{
      width: 70%;
    }
    .obaid_modal_body{
      width: 70%;
    }
  }

.modal_content p {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #404040;
}

.form-box {
    display: block;
    width: -webkit-fill-available;
    width: -moz-fill-available;
    width: -ms-fill-available;
    width: -o-fill-available;
    max-width: 100%;
    /* width: 100%; */
    height: 36px;
    padding: 0px 8px;
    border: 1px solid #ccc;
    background: transparent;
}
.form-box:focus{
    outline: none;
}
.modal_content h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0px 15px;
    color: #363636;
}
.form_btn{
    text-align: right;
}
.form_btn button {
    background: #c5880f;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 37px;
    min-width: 103px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
/* .modal_content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../assets/img/popup_bg.jpg);
    background-position: right top;
    background-size: contain;
    width: 210px;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.3;
} */
.banr_lft_botm_wrp {
  width: 660px;
  position: relative;
  height: 367px;
  /* background: #ccc; */
  margin-left: 50px;
}
.coin_cap_wrp img {
  position: absolute;
  max-width: 380px;
  z-index: 9;
}
.coine_box_wrp img {
  position: absolute;
  left: 240px;
  width: 249px;
  bottom: 0;
}
.botm_left_star_move img {
  position: absolute;
  bottom: 0;
  left: 230px;
  width: 81px;
}
.advnt_bnr_top_had {
  display: flex;
  width: 660px;
  height: 506px;
  position: relative;
  justify-content: center;
}
img.baloon_1 {
  width: 200px;
  position: absolute;
  left: 37px;
}
img.baloon_2 {
  position: absolute;
  top: -100px;
  left: 132px;
  width: 130px;
}

img.baloon_4 {
  width: 130px;
  position: absolute;
  right: 77px;
  top: 153px;
}
img.baloon_3 {
  position: absolute;
  top: -340px;
  right: 32px;
  width: 213px;
  z-index: 1;
}
.banr_hd_cntrtxt {
  position: relative;
}
.banr_hd_cntrtxt {
  position: relative;
  text-align: center;
  padding-top: 88px;
}
.banr_hd_cntrtxt p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 50px;
  font-family: 'Gotham';
}
.banr_hd_cntrtxt h3 {
  font-size: 33px;
  margin-top: 20px;
  font-family: 'Univers LT Std';
  font-weight: 500;
}
.banr_hd_cntrtxt h4 {
  font-size: 78px;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: 'Hosbela';
  font-weight: 100;
  color: #000;
  /* position: relative; */
  /* margin-left: -20px; */
}
.banr_hd_cntrtxt small {
  background: #f4ab24;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 9px;
  display: inline-block;
  font-family: 'Univers LT Std';
  letter-spacing: 7px;
}
.banr_hd_cntrtxt img {
  width: 208px;
}
.star_multyple img {
  position: absolute;
}
img.str_anim_1 {
  left: 34px;
  width: 50px;
  top: 80px;
}
img.str_anim_2 {
  left: 60px;
  top: 230px;
  width: 76px;
  transform: rotate(
45deg);
}
img.str_anim_3 {
  bottom: 49px;
  left: 190px;
  width: 50px;
}
img.str_anim_4 {
  right: 60px;
  bottom: 117px;
  width: 75px;
  transform: rotate(
82deg);
}
img.wintxtxts {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 2px;
  width: 280px;
}

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: 'Molle', cursive;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}
@-webkit-keyframes snowflakes-shake{
  0%{-webkit-transform:translateX(0px);
    transform:translateX(0px)}
  50%{-webkit-transform:translateX(80px);
    transform:translateX(80px)}
  100%{-webkit-transform:translateX(0px);
    transform:translateX(0px)}}
  @keyframes snowflakes-fall{
    0%{top:-10%}100%{top:100%}}
  @keyframes snowflakes-shake{
    0%{transform:translateX(0px)}
  50%{transform:translateX(80px)}
  100%{transform:translateX(0px)}}
  .snowflake{
    position:fixed;
    top:-10%;
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
    -webkit-animation-name:snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration:10s,3s;
    -webkit-animation-timing-function:linear,ease-in-out;
    -webkit-animation-iteration-count:infinite,infinite;
    -webkit-animation-play-state:running,running;
    animation-name:snowflakes-fall,snowflakes-shake;
    animation-duration:10s,3s;
    animation-timing-function:linear,ease-in-out;
    animation-iteration-count:infinite,infinite;
    animation-play-state:running,running}
    .snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


/* Baloon Animation */
.baloon_1 {
  animation: baloon_1 ease-in-out 3s infinite alternate;
  transform-origin: center -20px;
}
@keyframes baloon_1 {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

.baloon_2 {
  animation: baloon_2 ease-in-out 4s infinite alternate;
  transform-origin: center -20px;
}
@keyframes baloon_2 {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

.baloon_3 {
  animation: baloon_3 ease-in-out 3.5s infinite alternate;
  transform-origin: center 200px;
}
@keyframes baloon_3 {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

.baloon_4 {
  animation: baloon_4 ease-in-out 2.5s infinite alternate;
  transform-origin: center -20px;
}
@keyframes baloon_4 {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

/* Star Animation */
.str_anim_1 {  
  animation-name: str_anim_1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes str_anim_1 {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}

.str_anim_2 {  
  animation-name: str_anim_2;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes str_anim_2 {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(20px, 15px); }
  to   { transform: translate(0, -0px); }    
}

.str_anim_3 {  
  animation-name: str_anim_3;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes str_anim_3 {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(-50px, 25px); }
  to   { transform: translate(0, -0px); }    
}

.str_anim_4 {  
  animation-name: str_anim_4;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes str_anim_4 {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(-5px, 10px); }
  to   { transform: translate(0, -0px); }    
}


.botm_left_star_move img {  
  animation-name: botm_left_star_move;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes botm_left_star_move {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 10px); }
  to   { transform: translate(0, -0px); }    
}


/* Popup Design */
.pop_img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.logreg .obaid_modal_body {
  width: 870px;
}
.form_head h3 {
  font-family: 'Bebas Kai';
  font-size: 24px;
  text-align: center;
  color: #242424;
  font-weight: 600;
}

.form-group label {
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
}
.form-group label img {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-control {
  width: 100%;
  max-width: -webkit-fill-available;
  height: 45px;
  background: #fff;
  border: none;
  padding-left: 36px;
  font-family: 'Gotham';
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
}
.form-control:focus, .form-control:active{
  outline: none;
  box-shadow: none;
}
.form-control::placeholder{
  color: #ccc !important;
}

input::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
	/*styles here*/
	color: #ccc !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   /*styles here*/
   color: #ccc !important;
}

input:-ms-input-placeholder {/* IE 10+ */
	/*styles here*/
	color: #ccc !important;
}

input::-moz-placeholder {/* Firefox 19+ */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	/*styles here*/
	color: #ccc !important;
}

input:-moz-placeholder {/* Firefox 18- */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	/*styles here*/
	color: #ccc !important;
}

input::placeholder {
	/*styles here*/
	color: #ccc !important;
}


.mod_form_box {
  max-width: 440px;
  padding: 30px;
}
.form-group {
  margin: 0px 6px 16px;
}
.flx_form {
  display: flex;
}
.form_footer_btn {
  text-align: left;
  margin: 8px;
}
button.btn-form {
  border: none;
  height: 40px;
  min-width: 134px;
  padding: 0px 17px;
  text-transform: uppercase;
  background: #db2d2e;
  color: #fff;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  margin: 0px 5px;
}
button.btn-form:before {
  width: 100%;
  height: 100%;
  border: 1px solid #db2d2e;
  content: "";
  position: absolute;
  left: -6px;
  top: 3px;
  z-index: -1;
}
.btn-black{
  background: #1a1a1a !important;
}
.btn-black:before{
  border: 1px solid #1a1a1a !important;
}
.popup_frm_text img {
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 20px;
}

/*Day 1 */
.squaire_modl .obaid_modal_body {
    width: 745px;
}
.mod_half-img-text {
  display: flex;
  align-items: center;
}
.squaire_modl .modal_content {
  min-height: 450px;
}
.modl_left_box img {
  display: block;
  width: 100%;
  height: auto;
}
.modl_left_box {
  width: 56%;
}
.modl_right_box {
  width: 57%;
  padding: 29px;
}
.pop_right_centr_txt {
  text-align: center;
}
.pop_hd_logo {
  margin-bottom: 25px;
}
.pop_right_txt_wrp h4 {
  font-family: 'Bebas Kai';
  font-size: 23px;
  font-weight: 500;
  color: #000;
  margin: 0px;
}
.pop_right_txt_wrp h3 {
  font-family: 'Bebas Kai';
  font-size: 30px;
  font-weight: 500;
  color: #f4ab24;
  margin: 0px;
  line-height: 30px;
}
.pop_right_txt_wrp h2 {
  margin-top: 36px;
  font-family: 'Bebas Kai';
  font-size: 28px;
  color: #000;
  font-weight: 200;
}
.coupn_popup_code {
  width: 200px;
  margin: 22px auto 0px;
  text-transform: uppercase;
  font-family: 'Gotham';
  background: #ccc;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 800;
  color: #ac151d;
  border: 2px dashed #999;
}
.pop_right_txt_wrp h2 {
    margin-top: 36px;
    font-family: 'Bebas Kai';
    font-size: 28px;
    color: #000;
    font-weight: 200;
}
.lovlycheckbx {
  text-align: left;
}
.lovlycheckbx label {
  font-family: 'Bebas Kai';
  font-size: 19px;
  font-weight: 300;
  color: #7e7e7e;
}
.lovlycheckbx input {
  width: 18px;
  height: 18px;
  opacity: 0.8;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
.no-pad {
  padding: 0px;
}
.contnt_pad .pop_hd_logo {
  padding: 0 25px;
  margin-bottom: 20px;
}
.yello_patty h4 {
  font-size: 19px;
}
.yello_patty {
  background: #f4ab24;
  padding: 9px 2px;
}
.contnt_pad .left_slig_popup_txt, .contnt_pad .form_main {
  padding: 0px 25px;
  margin-top: 20px;
}
.left_slig_popup_txt h3 {
  font-size: 22px;
  text-align: left;
  color: #000;
}
.contnt_pad .form_main .form_footer_btn {
  margin-top: 26px;
}
.f-small h3 {
  font-size: 18px;
  line-height: 23px;
}
.links_txt_popup h4 {
  margin-bottom: 30px;
}
.links_txt_popup h3 {
  margin-bottom: 30px;
}
a.button_linkss {
  background: #ca0123;
  color: #fff;
  font-family: 'Gotham';
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  padding: 9px 30px;
  display: inline-block;
  margin-top: 24px;
}
.pop_right_txt_wrp h5 {
  font-family: 'Bebas Kai';
  font-size: 31px;
  font-weight: 300;
  color: #1e1e1e;
  line-height: 31px;
}
.links_txt_popup h2 {
  font-size: 52px;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #f4ab24;
}
.bigtxtlinks h4 {
  margin-bottom: 0px;
}
.bigtxtlinks {
  margin-top: 49px;
}
.mod_half-lang_popup {
  display: flex;
  align-items: center;
  background: #f8f8f8;
}
.half_christms {
  width: 55%;
}
.half_christms {
    width: 55%;
}
.landmodl_w .obaid_modal_body {
    width: 1085px;
}
.half_chrsms_img img {
  max-width: 100%;
  display: block;
}
.hlf_sch_innr {
  padding: 20px 0px 20px 30px;
}
.chrsms_lft_txt_wrp h2 {
  font-family: 'Bebas Kai';
  font-size: 37px;
  font-weight: 400;
  text-align: left;
  line-height: 44px;
  color: #000;
}
.chrsms_lft_txt_wrp h3 {
  font-family: 'Bebas Kai';
  margin: 0px;
  font-size: 37px;
  font-weight: 400;
  color: #ca0123;
}
.chrsms_pop_lft_botm h4 {
  text-transform: uppercase;
  font-family: 'Bebas Kai';
  font-size: 24px;
  font-weight: 400;
}
.chrsms_pop_lft_botm h5 {
  text-transform: uppercase;
  font-family: 'Bebas Kai';
  font-size: 24px;
  font-weight: 400;
  background: #ca0123;
  color: #fff;
  padding: 0 7px;
  width: fit-content;
  max-width: fit-content;
}
.chrsms_pop_lft_botm {
  margin-top: 40px;
}
.chrsms_lft_img img {
  width: 394px;
  margin-top: 20px;
}
.border-form {
  border: 1px solid #ccc;
}
.no-icon {
  padding: 5px;
}
textarea.form-control {
  height: 90px;
}

a.logoutBtn {
    position: absolute;
    right: 0;
    background: #f4ab24;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Univers LT Std';
    color: #fff;
    border-radius: 2px;
    top: 5px;
    right: 5px;
    z-index: 99;
}
.checkbx_reg label {
    position: relative;
    padding-left: 20px;
    color: #000;
}
.checkbx_reg label input.chbx_inpt {
    position: absolute;
    left: 0;
}
.infomodl p {
    font-size: 16px;
    line-height: 25px;
}

.infomodl {
    padding: 40px !important;
}










@media (min-width:1903px) {
    .advent_calendr_inr {
        max-width: 1903px;
        margin:auto;
    }
}

@media(max-width:1800px){
  .advent_row {
    width: 1600px;
    margin: auto;
}
.advent_column_one_third {
  max-width: 35%;
}
.advent_column_two_third {
  width: 65%;
}

}
@media(min-width:1300px){
  .advent_calender_wrp:before {
    content: "";
    position: absolute;
    background-image: url(../assets/img/star_icons.png);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 10px;
    top: 10px;
  }
  .advent_calender_wrp {
    position: relative;
  }
  .advent_calender_wrp:after {
    content: "";
    position: absolute;
    background-image: url(../assets/img/star_icons.png);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 10px;
    bottom: 10px;
  }
  
  div#day_3 .left_slig_popup_txt h3 {
    font-size: 15px;
}
  
  
  
  
  
  
  
  
}

@media(max-width:1299px){
  .advent_row {
    width: 1100px;
    margin: auto;
}
.advent_column_one_third {
  max-width: 25%;
}
.advent_column_two_third {
  width: 75%;
}

}

@media(max-width:767px){
  .advent_row {
    width: 100%;
    margin: auto;
    display: inherit;
}
.advent_column_one_third {
  max-width:100%;
}
.advent_column_two_third {
  width: 100%;
}
.advent_door.column_2 {
  -ms-flex: 0 0 13.666667%;
  flex: 0 0 13.666667%;
  max-width: 13.666667%;
}

}

@media(max-width:690px){
  .advent_door.column_2 {
    -ms-flex: 0 0 22.33%;
    flex: 0 0 22.33%;
    max-width: 22.33%;
  }
}

@media(max-width:480px){
  .advent_door.column_2 {
    -ms-flex: 0 0 23.33%;
    flex: 0 0 23.33%;
    max-width: 23.33%;
    margin-bottom: 0;
  }
}



/* Responsive */
@media(max-width:1299px){
    .advent_row {
    width: 992px;
    margin: auto;
}
.advent_column_one_third {
    max-width: 40%;
}
.advent_column_two_third {
    width: 60%;
}
img.baloon_1 {
    width: 129px;
    left: 0;
}
img.baloon_2 {
    top: -100px;
    left: 46px;
    width: 103px;
}
.advnt_bnr_top_had {
    width: 476px;
}

img.baloon_3 {
    top: -118px;
    right: 78px;
    width: 129px;
}
img.baloon_4 {
    width: 82px;
    right: 109px;
    top: 148px;
}

.banr_hd_cntrtxt img {
    width: 155px;
}
img.wintxtxts {
    width: 145px;
}
.banr_hd_cntrtxt p {
    font-size: 17px;
}
.banr_hd_cntrtxt h3 {
    font-size: 18px;
    margin-top: 10px;
}
.banr_hd_cntrtxt small {
    font-size: 10px;
}

.banr_hd_cntrtxt {
    left: -29px;
}
.banr_hd_cntrtxt p {
    margin-top: 23px;
}
img.str_anim_1 {
    width: 30px;
}
img.str_anim_2 {
    left: 97px;
    top: 265px;
    width: 34px;
}
.advnt_bnr_top_had {
    height: 389px;
}
img.str_anim_4 {
    right: 103px;
    bottom: 117px;
    width: 41px;
}
.coin_cap_wrp img {
    max-width: 191px;
}
.banr_lft_botm_wrp {
    width: 303px;
    height: 219px;
}

.coine_box_wrp img {
    left: 121px;
    width: 156px;
    bottom: 10px;
}
.botm_left_star_move img {
    bottom: 20px;
    left: 131px;
    width: 39px;
}

.landmodl_w .obaid_modal_body {
    width: 767px;
}
.chrsms_lft_img img {
    max-width: 230px;
}

.chrsms_lft_txt_wrp h2 {
    font-size: 28px;
}
.chrsms_lft_txt_wrp h3 {
    font-size: 26px;
}
.chrsms_pop_lft_botm h4 {
    font-size: 20px;
}
.chrsms_pop_lft_botm h5 {
    font-size: 15px;
}













    
}


@media(max-width:767px){
    .advent_row {
    display: block;
}
.advent_column_one_third {
    max-width: 100%;
}
.advent_column_two_third {
    width: 100%;
}
.advent_door.column_2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%;
}





}

@media(max-width:480px){
.advent_door.column_2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 9px;
    padding-left: 9px;
}

.advent_row {
    width: 360px;
    margin: auto;
}
.advnt_bnr_top_had {
    width: 360px;
    display: block !important;
}
.advent_column_two_third {
    width: 330px;
}
.banr_lft_botm_wrp {
    width: 360px;
    margin: auto;
}

.banr_hd_cntrtxt {
    left: 0;
    width: 100%;
}
img.baloon_3 {
    top: -118px;
    right: 0;
    width: 129px;
}

img.baloon_4 {
    right: 20px;
}
img.baloon_2 {
    left: 16px;
}
.coin_cap_wrp img {
    max-width: 191px;
    left: 25px;
}
.coine_box_wrp img {
    left: 158px;
}
.snowflake {
    font-size: 1em;
}
.logreg .obaid_modal_body {
    width: 90%;
}
.pop_img img {
    position: relative;
}
   .popup_frm_text img {
    position: absolute;
    z-index: 1;
    right: auto;
    top: 20px;
    max-width: 180px;
    left: 25px;
}
.logreg .obaid_modal_body {
    background: #e3e3e5;
    height: 600px !important;
    overflow: auto !important;
}
.flx_form {
    display: block;
}
button.btn-form {
    font-size: 9px;
}
.obaid_modal_head {
    padding: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    z-index: 9999;
}

.half_chrsms_img {
    display: none;
}
.landmodl_w .obaid_modal_body {
    width: 90%;
}
.half_christms {
    width: 100%;
}

.mod_half-img-text {
    display: block;
    align-items: center;
}
.squaire_modl .obaid_modal_body {
    width: 90%;
    height: 600px;
    overflow: auto;
}
.modl_left_box {
    width: 100%;
}
.modl_right_box {
    width: auto;
    padding: 29px;
}
.modl_left_box img {
    width: 39%;
    margin: auto;
}














    
}






















