*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.body-scroll {
  overflow: hidden;
}
body.body-scroll .fl-module-mega_menu.sticky-header{
  z-index: inherit !important;
}
body.body-scroll  .header-top.scene-header-wrapper .gigya_notify_Mobile{
  z-index: inherit !important;
}
.custom-holiday-popup-button{
  display: none;
}
.sobeysContest_form{
  position: relative;
}
.holiday-contest-form{
  position: relative;
}

.holiday-text-wrapper{
  max-width: 688px;
  margin: 0px auto;
  text-align: center;
}

.holiday-form-title h1{
  font-size: 30px;
  color: #025436;
  font-family:"GT-Eesti-Pro-Display-Ultrabold";
  line-height: normal;
  margin: 0;
}
.holiday-barcode-bottom {
  margin-top: 20px;
  border-top: 1px solid #DDD;
  padding-top: 20px;
  font-size: 14px;
  color: #546160;
  font-family: 'GT-Eesti-Pro-Display-Light';
  line-height: normal;
}

.holiday-wrapper .holiday-contest-wrapper {
    max-width: 684px;
    margin: 0px auto;
    position: relative;
    padding: 0 2px;
}
.holiday-subsequent-v2 .holiday-wrapper .holiday-contest-wrapper {
  position: static;
}
.sobeysholiday-col {
  width: 100%;
}
.holiday-wrapper .holiday-welcome-text h1{
  font-size: 48px;
  margin-bottom: 16px;
}
.holiday-wrapper .holiday-welcome-text p{
  font-size: 20px;
  margin-bottom:0;
  font-family: 'GT-Eesti-Pro-Display-Light';
  line-height: normal;
  color: #546160;
  text-align: center;
}
/* timer page */
.expired-contest .holiday-form-title h1{
  font-size: 48px;
  margin-bottom: 16px;
}
.holiday-timer-content-left{
  margin-bottom: 40px;
}
.holiday-timer-content-left p{
  font-size: 20px;
  margin-bottom:0;
  font-family: 'GT-Eesti-Pro-Display-Light';
  line-height: normal;
  color: #546160;
  text-align: center;
}
.expired-contest .holiday-contest-form-btn-row{
  justify-content: center;
  padding-bottom: 40px;
}
.holiday-timer-outer .circles-container {
  text-align: center;
  position: relative;
}
.holiday-timer-outer .loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.holiday-content-right .loader-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 20px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.holiday-content-right .spinner-holder-one {
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
  width: 50%;
  height: 50%;
  background: transparent;
  box-sizing: border-box;
}
.holiday-content-right .spinner-holder-two {
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}
.holiday-content-right .loader-spinner {
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 20px solid rgb(135, 206, 235);
  box-sizing: border-box;
}  
.holiday-content-right .animate-0-25-a {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .animate-0-25-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .animate-25-50-a {
  transform: rotate(180deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .animate-25-50-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .animate-50-75-a {
  transform: rotate(270deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .animate-50-75-b {
  transform: rotate(-90deg);
  transform-origin:100% 100%;
}
.holiday-content-right .animate-75-100-a {
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .animate-75-100-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.holiday-content-right .text {
  text-align: center;
  font-size: 20px;
  color: rgb(135, 206, 235);
  font-weight: bold;  
  display: none;
}

.holiday-content-right .loader-bg {
border-color: rgba(255,255,255,0.2);
}

.holiday-content-right .loader-spinner {
border-color: rgb(135, 206, 235);
}

.holiday-content-right .yellow .loader-bg {
border-color: rgba(255,255,255,0.1);
}
.holiday-content-right .yellow .text {
color: #fff !important;
font-size: 30px !important;
line-height: 1.25 !important;
font-family: "GT Eesti Pro Bold", GT-Eesti-Pro-Display-Bold, sans-serif;
font-weight: 700;
display: block;
}
.holiday-content-right .yellow .loader-spinner {
border-color: #fff;
}
.holiday-content-right .yellow.circle-loaded-75 .text {
color: #fff !important;
}
.holiday-content-right .yellow.circle-loaded-75 .loader-spinner {
border-color: #fff !important;
}
.holiday-timer-image img{
  max-width: 100%;
}

/* end timer page */
/* email page */
.holiday-email-wrapper .holiday-contest-wrapper {
  max-width: 332px;
  margin: 0px auto;
} 
.holiday-email-wrapper .holiday-contest-wrapper  form {
width: 100%;
position: relative;
}   
.holiday-email-wrapper  .holiday-contest-form-btn-row{
  padding: 0;
  justify-content: center;

}
.holiday-email-wrapper  .holiday-contest-form-btn-row .holiday-btn{
  margin-bottom: 19px;
}
.holiday-email-wrapper  .holiday-contest-form-btn-row button.holiday-btn{
  max-width: 296px;
  font-size: 16px;
}
.holiday-email-wrapper .holiday-email-title{
  font-size: 22px;
  color:#025436;
  font-family:GT-Eesti-Pro-Display-Bold;
  text-align: center;
  line-height: normal;
  margin-bottom: 19px;
}
.holiday-email-wrapper .holiday-rules-link{
text-align: center;

}
/* end email page */
/* calender page */
.holiyday-calender-main {
  background-color: #F3FCFF;
  max-width: 1004px;
  margin: 0px auto;
  padding: 18px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #DAF0F8;
}
.holiyday-calender-title {
  max-width: 398px;
  margin: 0px auto;
  margin-bottom: 24px;
}
.holiyday-calender-title h2 {
  font-size: 35px;
  text-align: center;
  font-family:"GT-Eesti-Pro-Display-Ultrabold";
  color: #025436;
  line-height: normal;
  margin-bottom: 0;
}
.holiyday-calender-img {
  width: 156px;
  height: 156px;
  border: 2px solid transparent;
}
.holiyday-calender-img img{
  width: 100%;
  height: 100%;
}
.holiyday-calender-img:hover{
  border: 2px solid #025436;
  cursor: pointer;
  box-shadow: 0px 0px 7px 0px #025436;
}
.holiyday-calender-row{
  max-width: 100%;
  margin: 0 auto;
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 6px;
}
.holiday-d-none{
  display: none!important;
}

/* end holiday box */




/* end calnder */
/* popup */

/* popup */
.holiday-popup-wrapper {
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 999;
}
.holiday-popup-wrapper img{
  max-width: 100%;
}
.holiday-popup-wrapper .holiday-popup-main {
  display: table;
  width: 100%;
  height: 100%;
  padding:  0 20px;
}

.holiday-popup-wrapper .holiday-popup-bg {
  background-color: #fff;
  max-width: 1040px;
  margin: 0px auto;
  border-radius: 20px;
}
.holiday-popup-wrapper .holiday-popup-top{
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.holiday-popup-wrapper .holiday-popup-title .popup-title{
  margin:  0;
  font-size: 28px;
  color: #025436;
  font-family:"GT-Eesti-Pro-Display-Ultrabold";
  line-height: normal;
}
.holiday-popup-row {
  display: flex;
  /* align-items: center; */
}

.holiday-popup-box {
  width: 100%;
  margin-left: 9px;
  width: 60%;
  background-color: #f7f7f7;
}
.holiday-popup-img {
  position: relative;
  width: 40.5855%;
}
.holiday-popup-num {
  background-color: #fff;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #025436;
  font-size: 80px;
  font-family:"GT-Eesti-Pro-Display-Ultrabold";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.holiday-popup-box-img{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.holiday-popup-wrapper .holiday-popup-bottom{
  padding: 30px 32px 30px 30px;
}
.holiday-popup-wrapper .holiday-popup-bottom .holiday-popup-title .popup-title{
font-size: 36px;
}
.holiday-popup-text p{
  font-size: 18px;
  color: #546160;
  font-family: 'GT-Eesti-Pro-Display-Light';
  margin-top: 20px;
  margin-bottom: 0;
}
.holiday-popup-button {
  max-width: 130px;
  margin-top: 40px;
}
.holiday-popup-close{
  cursor: pointer;
}
.holiday-popup-close img{
  width: 21px;
}
.holiday-popup-inner {
  padding: 25px 0;
  display: table-cell;
  vertical-align: middle;
  
}

.holiday-popup-peeking .holiday-popup-bg{
  max-width: 584px;
}
.holiday-popup-peeking .holiday-popup-img{
width: 100%;
}
.holiday-popup-peeking  .holiday-popup-bottom {
  padding: 30px 30px 44px;
}
.holiday-scan-barcode-btn{
  display: none; 
}
.holiday-scan-barcode .holiday-scan-barcode-btn .holiday-btn{
  max-width: 240px;
}
.holiday-scan-barcode .holiday-scan-barcode-btn {
  margin-bottom: 11px;
}
.holiday-rules-link {
  line-height: normal;
}
.holiday-rules-link p {
  margin-bottom: 0;
}
/* scene popup */
.holiday-scene-popup-wrapper .holiday-scene-popup {
  background-color: #DACDE8;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19) inset;
  height: 416px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24%;
}
.holiday-scene-popup-wrapper .holiday-scene-popup-text {
  margin-top: 20px;
  border-top: 1px solid #DDD;
  padding-top: 20px;
}
.holiday-scene-popup-wrapper .holiday-scene-popup-text p{
  font-size: 14px;
  color: #546160;
  font-family: 'GT-Eesti-Pro-Display-Light';
}
.holiday-scene-popup-wrapper .holiday-popup-button {
  margin-top: 20px;
}
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper,.holiday-wrapper .holiday-popups-custom-wrapper  {
  display: flex;
}
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper .holiday-popup-button,.holiday-wrapper .holiday-popups-custom-wrapper .holiday-popup-button{
  max-width: 260px;
}
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper .holiday-popup-button .holiday-btn,.holiday-wrapper .holiday-popups-custom-wrapper .holiday-btn{
  padding: 13px 37px;
}
.holiday-popups-scanbar-wrapper .holiday-popup-button:first-child {
  margin-right: 20px;
}
.holiday-wrapper .holiday-popups-custom-wrapper .custom-holiday-cta-button{
  margin-left: 20px;
}
/* end scene */
/* end popup */
.holiday-top-wrapper{
    max-width: 826px;
    margin: 0px auto;
    padding-top: 70px;
    padding-bottom: 60px;
}
.holiday-thankyou .holiday-contestform{
  display: none;
}
.holiday-wrapper input{
  text-align: left !important;
}
.holiday-wrapper .holiday-common-error {
  top: -15px;
  position: relative;
}

.holiday-wrapper .input-error {
  font-family: 'GT-Eesti-Pro-Display-Regular';
  color: #ca251b;
}

.holiday-wrapper .holiday-btn {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    position: relative;
    overflow: hidden;
    transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    z-index: 1;
    min-width: auto;
    display: inline-block;
    margin: 0;
    font-size: 18px;
    padding: 13px 15px;
    line-height: 1;
    cursor: pointer;
    height: 56px;
    float: none;
    color: #ffffff !important;
    background-color: #2A8730;
    border: 2px solid #2A8730;
    border-radius: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'GT-Eesti-Pro-Display-Regular';
    text-align: center !important;
    font-weight: 400;
}

.holiday-wrapper .link-holiday-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin-bottom: 10px;
}
.holiday-wrapper .holiday-btn:before {
    background: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%) skew(-45deg);
    -o-transform: translateX(-100%) skew(-45deg);
    -moz-transform: translateX(-100%) skew(-45deg);
    -ms-transform: translateX(-100%) skew(-45deg);
    transform: translateX(-100%) skew(-45deg);
    transform-origin: 0 0;
    transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    width: 150%;
    z-index: -1;
}

.holiday-wrapper .holiday-btn .holiday-btn-text {
    display: inline-block;
    position: relative;
}

.holiday-wrapper .holiday-btn:hover,
.holiday-wrapper .holiday-btn:focus {
    color: #2A8730 !important;
}

.holiday-wrapper .holiday-btn:hover:before,
.holiday-wrapper .holiday-btn:focus:before {
    -webkit-transform: translateX(0) skew(-45deg);
    -o-transform: translateX(0) skew(-45deg);
    -moz-transform: translateX(0) skew(-45deg);
    -ms-transform: translateX(0) skew(-45deg);
    transform: translateX(0) skew(-45deg);
}

.holiday-postal-codewrap .holiday-btn {
    margin-top: 24px;
}

.holiday-wrapper .holiday-input-error {
    margin-top: 10px;
}

.sr-only {
    display: none;
}

.holiday-wrapper .holiday-btn-white {
  background-color: transparent;
  color: #2A8730 !important;
  border-color: #2A8730;
  line-height: 1.4;
}

.holiday-wrapper .holiday-btn-white:before {
    background-color: #2A8730;
}

.holiday-wrapper .holiday-btn-white:hover,
.holiday-wrapper .holiday-btn-white:focus {
    color: #ffffff !important;
    border-color: #2A8730;
}

.holiday-wrapper .holiday-btn-white:hover:before,
.holiday-wrapper .holiday-btn-white:focus:before {
    -webkit-transform: translateX(0) skew(-45deg);
    -o-transform: translateX(0) skew(-45deg);
    -moz-transform: translateX(0) skew(-45deg);
    -ms-transform: translateX(0) skew(-45deg);
    transform: translateX(0) skew(-45deg);
}

.holiday-wrapper .holiday-scenewrap {
    max-width: 512px;
    margin: 0px auto;
}
.holiday-wrapper .holiday-btn:focus { 
    outline: none !important;
}
.holiday-wrapper .holiday-contest-thankyou-wrap span {
  font-family: 'GT-Eesti-Pro-Display-Regular';
}
body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap {
  display: none;
  text-align: center;
}
body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap h2 {
  font-size: 48px;
  line-height: 1;
  color: #025436;
  font-family: 'GT-Eesti-Pro-Display-Bold',sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  letter-spacing: -1px;
}
body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap p {
  font-size: 18px;
  line-height: 1.38;
  font-family: 'GT-Eesti-Pro-Display-Light';
  color: #404040;
  text-align: center;
  margin-bottom: 0;
}
body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap span {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.08;
  color: #2A8730;
  font-family: 'GT-Eesti-Pro-Display-Regular';
  display: block;
  text-align: center;
}
.holiday-wrapper .holiday-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.holiday-wrapper .holiday-form-infotxt {
  font-size: 12px;
  line-height: 1.25;
  font-family: 'GT-Eesti-Pro-Display-Regular';
  color: #546160;
  margin-bottom: 40px;
}
.holiday-wrapper .holiday-form-infotxt.holiday-form-infotxt-back {
  margin-bottom: 0;

}
.holiday-wrapper .holiday-form-infotxt.holiday-form-infotxt-back .holiday-contest-info{
  padding-top: 0;
  margin-bottom: 0 !important;
}
.holiday-wrapper .holiday-form-infotxt a{
  color: #546160;
  text-decoration: underline;
}
.holiday-wrapper .holiday-form-infotxt a:hover{
  color: #546160;
  text-decoration: none;
}
.holiday-wrapper .holiday-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
}

/* popup start */

/* end popup */

.holiday-wrapper .holiday-scene-text p {
    font-family: 'GT-Eesti-Pro-Display-Regular';
    font-size: 18px;
    text-align: center !important;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
}

.holiday-wrapper .holiday-scenecard-rules{
    margin-top: 10px;
}

.holiday-wrapper .holiday-scenecard-rules a {
    font-family: 'GT-Eesti-Pro-Display-Regular';
    font-size: 14px;
    line-height: 1.14;
    color: #546160;
    text-decoration: underline;
}

.holiday-wrapper .holiday-scenecard-rules a.underline-text:hover,
.holiday-wrapper .holiday-scenecard-rules a.underline-text:focus {
    text-decoration: none;
    outline: none !important;
}

.holiday-wrapper .holiday-scenecard-main {
    position: relative;
}

.holiday-wrapper .holiday-scenecard-main::before {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #2A8730;
    display: block;
    margin: 0px auto 40px;
}

.holiday-wrapper .holiday-cardnumber {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    font-family: 'GT-Eesti-Pro-Display-Regular';
    letter-spacing: 4px;
    padding: 0px 0px 5px 0px;
}

.holiday-wrapper .holiday-scenecard {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    background-color: transparent;
    border: 0px;
    width: 100%;
    padding: 0px 0px 8px 0px;
    outline: none;
    font-family: 'GT-Eesti-Pro-Display-Regular';
    letter-spacing: 4px;
    border-bottom: 1px solid #546160;
}
.holiday-wrapper .holiday-scenecard:focus {
  outline: none !important;
  border-color: #000000;
}

.holiday-wrapper .holiday-scenecard-flex {
    display: flex;
    margin-top: 15px;
}

.holiday-wrapper .holiday-secene-inputbox {
    margin-bottom: 40px;
}

.holiday-wrapper .holiday-scenecard-main .holiday-input-error {
    text-align: center;
}

.holiday-wrapper .holiday-scenecard-main {
    display: none;
}



/*start  form */


.holiday-contest-wrapper .holiday-contest-form p.holiday-contest-sub-head {
    text-align: center;
    font-size: 28px;
    line-height: 1.25;
    margin: 0px;
    line-height: 35px;
    color: #546160;
    font-family: 'Cera Pro';
    padding-bottom: 54px;
}
.holiday-validate-info p {
  font-family: "GT-Eesti-Pro-Display-Regular";
  color: #546160;
  font-size: 12px;
  line-height: 1.25;
  padding-top: 40px;
  text-align: left !important;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-info {
    font-family: "GT-Eesti-Pro-Display-Regular";
    color: #546160;
    font-size: 12px;
    line-height: 1.25;
    margin: 0px 0px 16px 0px !important;
    padding-top: 25px;
    text-align: left !important;
}
.holiday-contest-wrapper .holiday-contest-form  .holiday-contest-info-back{
  padding-top: 40px;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer {
    margin-bottom: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "GT-Eesti-Pro-Display-Regular";
    text-align: left;
    font-size: 14px;
    color: #546160;
    line-height: 1.25;
    position: relative;
    padding-left: 26px;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label * {
    font-family: "GT-Eesti-Pro-Display-Regular";
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input.is-tabbing:focus~label:before {
  border-color: #000000;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #546160;
    border-radius: 0;
    cursor: pointer;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input[type=checkbox]:disabled~label:after {
  cursor: no-drop;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:read-only{
  cursor: no-drop;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input[type=checkbox]:checked~label:before {
    background: #025436;
    border-color: #025436;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input[type=checkbox]:disabled~label:before {
  background: #dddddd;
  border-color: #dddddd;
  cursor: no-drop;
}
.holiday-contest-wrapper .holiday-contest-form input[type=number] {
  -moz-appearance: textfield;
}
.holiday-contest-wrapper .holiday-contest-form input::-webkit-outer-spin-button,
.holiday-contest-wrapper .holiday-contest-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input[type=checkbox]:checked~label:after {
    display: block;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    top: 0px;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer input[type=checkbox]:checked:after {
    width: 4px;
    height: 8px;
    top: 30%;
    left: 1px;
    margin: 0 auto;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-form-content p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.25;
    color: #546160;
    font-family: 'Cera Pro';
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-wrap {
    margin-bottom: 42px;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column-reverse;
    height: 70px;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input {
    border: none;
    border-bottom: 1px solid #546160;
    color: #000000;
    width: 100%;
    outline: none;
    padding: 15px 10px 15px 0px;
    box-sizing: border-box;
    font-family: 'GT-Eesti-Pro-Display-Bold',sans-serif;
    font-size: 22px;
    height: 60px;
    transition: all 0.2s;
    touch-action: manipulation;
    border-radius: 0;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:not(:placeholder-shown){
  border-color: #2A8730;
}
.holiday-contest-wrapper .holiday-contest-form form .holiday-row .holiday-col .holiday-contest-input-outer input {
  color: #000000;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:focus {
  outline: none !important;
  border-color: #2A8730;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holiday-contest-floating-label {
    font-size: 22px;
    line-height: 1.14;
    color: #546160;
    pointer-events: none;
    transition: all 0.2s;
    font-family: 'GT-Eesti-Pro-Display-Light',sans-serif;
    touch-action: manipulation;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label a {
    display: inline-block;
    color: #546160;
    padding: 0px 4px;
    transition: 0.2s all;
    text-align: left;
    text-decoration: underline;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label a:hover {
    text-decoration: none;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:-ms-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input::placeholder {
    opacity: 0;
    transition: inherit;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:placeholder-shown+.holiday-contest-floating-label {
    cursor: text;
    -webkit-transform: translate(0, 42px) scale(1);
    -ms-transform: translate(0, 42px) scale(1);
    transform: translate(0, 42px) scale(1);
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:not(:placeholder-shown)+.holiday-contest-floating-label,
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:focus+.holiday-contest-floating-label,
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input:-webkit-autofill+.holiday-contest-floating-label {
    cursor: text;
    font-size: 14px;
    -webkit-transform: translate(0, 4px) scale(1);
    -ms-transform: translate(0, 4px) scale(1);
    transform: translate(0, 4px) scale(1);
    color: #2A8730;
}

.holiday-contest-form-btn-row {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 89px;
    padding-left: 89px;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-form-content p {
    margin: 0px;
}
.holiday-contest-wrapper .holiday-common-error{
  background: #FE3B1F;
  padding: 4px 8px 2px 22px;
  position: relative;
  text-align: left !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: 'GT-Eesti-Pro-Display-Regular';
  font-size: 12px;
  line-height: normal;
  width: 100%;
  background-image: url("../images/error-icon.svg");
  background-repeat: no-repeat;
  background-position: left 7px center;
  background-size: 10px;
  display: none;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-error {
    display: none;
    background: #FE3B1F;
    padding: 4px 8px 2px 22px;
    position: relative;
    text-align: left !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'GT-Eesti-Pro-Display-Regular';
    font-size: 12px;
    line-height: normal;
    width: 100%;
    background-image: url("../images/error-icon.svg");
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 10px;
}
.holiday-wrapper .holiday-recaptcha .holiday-contest-input-error {
  margin-top: 8px;
}
.holiday-wrapper .holiday-recaptcha {
  margin-top: 25px;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-error .holiday-error {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 4px;
    color: #ffffff;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-error .holiday-err-text {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cera Pro';
    font-size: 12px;
    line-height: 1.25;
}

.holiday-contest-form-btn-row button.holiday-btn {
    max-width: 240px;
}

.holiday-contest-form-btn-row button.holiday-btn.holiday-btn-white::before {
    background: #2A8730;
}

.holiday-contest-form-btn-row button.holiday-btn.holiday-btn-white:hover,
.holiday-contest-form-btn-row button.holiday-btn.holiday-btn-white:focus {
    color: #ffffff;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidaycardnumber{
  position: absolute;
  font-family: 'GT-Eesti-Pro-Display-Bold',sans-serif;
  font-size: 22px;
  padding: 15px 10px 18px 0px;
  color: #000000 !important;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidayscancardnumber{
  padding-left: 82px !important;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidayscancardnumber:-ms-input-placeholder {
  opacity: 1 !important;
  font-family: 'GT-Eesti-Pro-Display-Bold',sans-serif;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidayscancardnumber::placeholder {
  opacity: 1 !important;
  font-family: 'GT-Eesti-Pro-Display-Bold',sans-serif;
}

.holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidayscancardnumber::-webkit-input-placeholder {
  opacity: 1 !important;
  font-family: 'GT-Eesti-Pro-Display-Bold',sans-serif;
}
.holiday-wrapper .holiday-contest-wrapper .holiday-scenecard-wrap .holiday-contest-floating-label {
  margin-bottom: 0;
  margin-top: 10px;
  color: #546160;
  font-family: 'GT-Eesti-Pro-Display-Light',sans-serif;
}
.holiday-wrapper .holiday-contest-wrapper .holiday-scenecard-wrap .holiday-contest-input-outer {
  height: 60px;
}
.holiday-wrapper .holiyday-join-link{
  text-align: right;
  position: relative;
}

.holiday-wrapper .holiyday-join-link p a:after {
  background-image: url('../images/icon-external.svg');
  content: '';
  width: 20px;
  height: 25px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.holiday-wrapper .holiyday-join-link a{
font-size: 13px;
color: #2A8730;
font-family: "GT-Eesti-Pro-Display-Regular";
text-transform: uppercase;
border-bottom: 1px solid #2A8730;
text-decoration: none;
position: relative;
padding-right: 15px;
}
.holiday-wrapper .holiyday-join-link a span{
    vertical-align: middle;
}
.holiday-wrapper .holiyday-join-link a:hover,
.holiday-wrapper .holiyday-join-link a:focus
{
border-color: transparent;
}
  
  /* animation */
  .align-items-center{
    align-items: center;
  }
  .justify-content-center{
    justify-content: center;
  }
  .num {
    background-color: #C1242B;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-family:"GT-Eesti-Pro-Display-Bold";
    font-size: 20px;
}
.holiday-back-door
{
  background-color: #fff;
  position:relative;
  width:254px;
  height:254px;
  margin: 0 auto;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.holiday-back-door .card_img img{
  max-width: 100%;
}

.holiday-door-animate
{
  position:absolute;
  top:0px;
  left:0px;
  width:127px;
  height:254px;
  transform-origin: left;
  background-repeat: no-repeat;
  background-position: center;

}

.holiday-door-right
{
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  top:0px;
  right:0px;
  width:127px;
  height:254px;
  transform-origin: right;
}
.holiday-door-open
{
  width:135px;
  top: -28px;
}
.holiday-door-right.holiday-door-open{
  width: 107px;
}
.holiday-door-open .holiday-green-img{
  display: none;
}
.holiday-red-img{
  display: none;
}
.holiday-door-open   .holiday-red-img{
  display: block;
}
  .holiday-top-text{
    text-align: center;
    margin: 0px 46.5px;
  }
.holiday-prize-text{
    color: #2A8730 !important;
    font-size: 11px;
    font-family:"GT-Eesti-Pro-Display-Ultrabold";
    text-transform: uppercase;
    margin: 0 0 11px;
    line-height: normal;
}
.holiday-prize-title{
  color: #025436;
  font-size: 20px;
  font-family:"GT-Eesti-Pro-Display-Ultrabold";
  margin: 0 0 11px;
  line-height: normal;
}
.holiday-prize-guests{
  font-size: 18px;
  color: #546160;
  font-family: "GT-Eesti-Pro-Display-Regular";
  margin-bottom: 11px;
  line-height: normal;
}
.holiday-rules-link a{
color: #546160;
font-size: 12px;
text-decoration: underline;
font-family: "GT-Eesti-Pro-Display-Regular";
}
.holiday-rules-link a:hover{
  text-decoration: none;
}
  /* end animation */
/**************Loader css*********/

/* slider */
.holiyday-calender-main .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.holiyday-calender-main  .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.holiyday-calender-main  .slick-list:focus
{
    outline: none;
}
.holiyday-calender-main  .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.holiyday-calender-main  .slick-slider .slick-track,
.holiyday-calender-main  .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.holiyday-calender-main  .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.holiyday-calender-main  .slick-track:before,
.holiyday-calender-main  .slick-track:after
{
    display: table;

    content: '';
}
.holiyday-calender-main  .slick-track:after
{
    clear: both;
}
.holiyday-calender-main  .slick-loading .slick-track
{
    visibility: hidden;
}

.holiyday-calender-main  .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.holiyday-calender-main  [dir='rtl'] .slick-slide
{
    float: right;
}
.holiyday-calender-main  .slick-slide img
{
    display: block;
}
.holiyday-calender-main  .slick-slide.slick-loading img
{
    display: none;
}
.holiyday-calender-main  .slick-slide.dragging img
{
    pointer-events: none;
}
.holiyday-calender-main  .slick-initialized .slick-slide
{
    display: block;
}
.holiyday-calender-main  .slick-loading .slick-slide
{
    visibility: hidden;
}
.holiyday-calender-main  .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.holiyday-calender-main  .slick-arrow.slick-hidden {
    display: none;
}


/* end slider */
.holiday-wrapper #frm-holiday-family-form {
    position: relative;
}
.holiday-wrapper .holiday-loading { 
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    z-index: 9;
    min-height: 70px;
}
.holiday-wrapper .holiday-loading .holiday-loader {
    margin: 100px auto;
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: holidayloader 1.1s infinite ease;
    -moz-animation: holidayloader 1.1s infinite ease;
    -ms-animation: holidayloader 1.1s infinite ease;
    -o-animation: holidayloader 1.1s infinite ease;
    animation: holidayloader 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes holidayloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @-moz-keyframes holidayloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @-ms-keyframes holidayloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @-o-keyframes holidayloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @keyframes holidayloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }

/* page louder */

.holiday-page-loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.holiday-page-loading .holiday-page-loader {
    margin: 100px auto;
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: holidaypgloader 1.1s infinite ease;
    -moz-animation: holidaypgloader 1.1s infinite ease;
    -ms-animation: holidaypgloader 1.1s infinite ease;
    -o-animation: holidaypgloader 1.1s infinite ease;
    animation: holidaypgloader 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes holidaypgloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @-moz-keyframes holidaypgloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @-ms-keyframes holidaypgloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @-o-keyframes holidaypgloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }
  @keyframes holidaypgloader {
    0%, 100% {
      box-shadow: 0em -2.6em 0em 0em #2A8730, 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.5), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.7), 1.8em -1.8em 0 0em #2A8730, 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.5), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.7), 2.5em 0em 0 0em #2A8730, 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.5), 2.5em 0em 0 0em rgba(42, 135, 48,  0.7), 1.75em 1.75em 0 0em #2A8730, 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.5), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.7), 0em 2.5em 0 0em #2A8730, -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.2), -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.5), 0em 2.5em 0 0em rgba(42, 135, 48,  0.7), -1.8em 1.8em 0 0em #2A8730, -2.6em 0em 0 0em rgba(42, 135, 48,  0.2), -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.5), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.7), -2.6em 0em 0 0em #2A8730, -1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(42, 135, 48,  0.2), 1.8em -1.8em 0 0em rgba(42, 135, 48,  0.2), 2.5em 0em 0 0em rgba(42, 135, 48,  0.2), 1.75em 1.75em 0 0em rgba(42, 135, 48,  0.2), 0em 2.5em 0 0em rgba(42, 135, 48,  0.2), -1.8em 1.8em 0 0em rgba(42, 135, 48,  0.5), -2.6em 0em 0 0em rgba(42, 135, 48,  0.7), -1.8em -1.8em 0 0em #2A8730;
    }
  }

  /* page louder end */

@media screen and (min-width: 768px) {

    .holiday-wrapper .holiday-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .holiday-wrapper .holiday-col-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .holiday-wrapper .holiday-col-8 {
        -ms-flex: 0 0 66.666%;
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    .holiday-d-lg-none{
      display: none;
      }
}

@media screen and (min-width: 992px) {

    .holiday-wrapper .holiday-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .holiday-wrapper .holiday-col-lg-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .holiday-wrapper .holiday-col-lg-5 {
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
  }
  .holiday-wrapper .holiday-col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .holiday-wrapper .holiday-col-lg-8 {
      -ms-flex: 0 0 66.666%;
      flex: 0 0 66.666%;
      max-width: 66.666%;
  }
}
@media (min-width:992px) and (max-width: 1199px) {
  .holiyday-calender-img{
    width: 145px;
    height: 145px;
  }
}
@media (min-width:768px) and (max-width: 992px) {
  .holiday-wrapper .holiday-btn {
    font-size: 16px;
    padding: 13px 10px;
  }
  .holiday-wrapper .holiday-btn-white {
    line-height: 1.7;
  }
  body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap h2 {
    font-size: 50px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidaycardnumber{
    padding: 15px 10px 18px 0px;
  }
  /* pop up */
  .holiday-popup-wrapper .holiday-popup-img , .holiday-popup-wrapper .holiday-popup-box{
    width: 50%;
  }
  .holiday-popup-peeking .holiday-popup-img{
    width: 100%;
  }

  /* end popup */
  /* calnder */
  .holiyday-calender-img {
    width: 126px;
    height: 126px;
  }
  .holiyday-calender-row{
    gap: 2px;
  }
  .expired-contest .holiday-form-title h1 {
    font-size: 36px;
  }
  /* end calnder */
  .holiday-back-door{
    width: 180px;
    height: 180px;
  }
  .holiday-door-animate,.holiday-door-right{
    width: 90px;
    height: 180px;
  }
  .holiday-contest-form-btn-row{
    padding-right: 45px;
    padding-left: 45px;
  }
  .holiday-door-open{
    width: 76px !important;
    top: -21px;
  }
  .holiday-email-wrapper .holiday-contest-wrapper{
    max-width: 275px;
  }
  .holiday-email-wrapper .holiday-contest-form-btn-row button.holiday-btn{
    font-size: 15px;
  }
  .holiday-content-right .yellow .text {
    font-size: 22px !important;
  }
}

@media screen and (max-width:767.98px) {
  .holiday-contest-wrapper .holiday-contest-form h1 {
      font-size: 30px;
  }

  .holiday-wrapper .holiday-scenecard-rules{
    margin-top: 0;
  }

  .holiday-contest-wrapper .holiday-contest-form p.holiday-contest-sub-head {
      font-size: 20px;
      margin-bottom: 2px;
      padding-bottom: 24px;
  }

  .holiday-col {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .holiday-contest-form-btn-row .holiday-btn-back {
    order: 2;
  }
  .holiday-wrapper .holiday-scenewrap .holiday-btn-mainwrap .holiday-row .holiday-col:first-child {
    order: 2;
  }
  .holiday-contest-form-btn-row {
      justify-content: center;
      padding-top: 18px;
      padding-bottom: 25px;
  }
  .holiday-contest-form-btn-row button.holiday-btn {
    max-width: 100%;
  }
  .holiday-contest-form-btn-row button.holiday-btn.holiday-btn-white {
      margin-bottom: 16px;
      order: 2;
  }

  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-info {
      padding-top: 0px;
      padding-bottom: 23px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-info-back{
    padding-top: 80px;
    margin-bottom: 0 !important;
  }
  .holiday-wrapper .holiday-wrap .holiday-scenecard-main .holiday-row {

      flex-direction: column-reverse;
  }
  .holiday-wrapper .holiday-scenecard-main::before {
      margin: 0px auto 24px;
  }
  .holiday-wrapper .holiday-scenecard-flex {
    margin-top: 20px;
  }
  .holiday-wrapper .holiday-secene-inputbox {
    margin-bottom: 24px;
  }
  .holiday-wrapper .holiday-scene-text p {
    font-size: 16px;
  }
  .holiday-wrapper .holiday-btn {
    line-height: 1;
    height: 56px;
    margin-bottom: 16px;
  }
  body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap p {
    font-size: 16px;
  }
  body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap span {
    font-size: 22px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-wrap {
    margin-bottom: 35px;
  }
  .holiday-top-text{
    margin-top: 24px;
  }

/* email page */
.holiday-email-wrapper .holiday-btn{
  margin-bottom: 17px;
}
/* end email page */

/* pop up */
.holiday-popup-wrapper .holiday-popup-row{
display: block;
}
.holiday-popup-wrapper .holiday-popup-img , .holiday-popup-wrapper .holiday-popup-box{
  width: 100%;
  margin-left: 0;
}

.holiday-popup-wrapper .holiday-popup-title .popup-title{
  font-size: 18px;
}
.holiday-popup-wrapper .holiday-popup-top .holiday-popup-title .popup-title{
  max-width: 190px;
}
.holiday-popup-num{
  width: 97px;
  height: 97px;
  font-size: 60px;
}
.holiday-d-sm-none{
  display: none;
}

.holiday-popup-img img{
  width: 100%;
}
.holiday-popup-img .holiday-d-lg-none{
  display: block;
}
.holiday-popup-wrapper .holiday-popup-bottom .holiday-popup-title .popup-title {
  font-size: 25px;
}
.holiday-popup-wrapper .holiday-popup-bottom{
  padding: 30px 19px;
}
.holiday-popup-wrapper .holiday-popup-bottom .holiday-popup-button .holiday-btn{
margin-bottom: 0;
}
.holiday-popup-wrapper .holiday-popup-bottom .holiday-popup-button{
  margin-top: 30px;
}
 .holiday-scene-popup-wrapper .holiday-scene-popup {
  height: 322px;
}
.holiday-scene-popup-wrapper .holiday-popup-bottom{
  padding: 40px 25px;
}
/* end popup */
/* calnder */
/* .holiyday-col-auto{
  flex: 0 0 49%;
  max-width: 49%;
} */
.holiyday-calender-img{
  width: 123px;
  height: 123px;
}
.holiyday-calender-title h2{
  font-size: 22px;
}
.holiday-wrapper .slick-prev{
  background-image: url('../images/icon-prev.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  left: 0;
}
.holiday-wrapper .slick-next {
  background-image: url('../images/icon-next.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  right: 0;
  margin: 0 120px;
}
.holiday-wrapper .slick-dots {
  position: absolute;
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 22px;
  padding: 0;
  margin-top: 28px;
  z-index: 0;
  width: 100%;
  text-align: center;
}
.holiday-wrapper .slick-dots li{
width: 10px;
height: 10px;
margin: 0;
margin: 0;
position: relative;
display: inline-block;
padding: 0;
cursor: pointer;
}
.holiday-wrapper .slick-dots li button:before {
 font-family: 'slick';
 font-size: 14px;
 line-height: 20px;
}
.holiday-wrapper .slick-dots .slick-active button {
 background-color: #546160;
}
.holiday-wrapper .slick-dots li button {
 font-size: 0;
 line-height: 0;
 display: block;
 width: 10px;
 height: 10px;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 background: transparent;
 border: 1px solid #546160;
 border-radius: 50px;
}
.holiday-wrapper .slick-prev,.holiday-wrapper .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
bottom: -36px;
display: block;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
width: 11px;
height: 22px;
top: inherit;
margin: 0 78px;
z-index: 2;
}
.slick-dotted.slick-slider {
padding-bottom: 22px;
margin-bottom: 30px;
}
.holiyday-calender-row{
gap: 6px;
}
.holiday-content-right .yellow .text {
  line-height: 1.15 !important;
}
.holiday-contest-form-btn-row{
  padding-right: 23px;
  padding-left: 23px;
}
.expired-contest .holiday-form-title h1{
  font-size: 30px;
}
.expired-contest {
  max-width: 288px;
} 
.expired-contest .holiday-contest-form-btn-row button.holiday-btn.holiday-btn-white{
margin-bottom: 0;
}
.expired-contest .holiday-contest-form-btn-row{
  padding-bottom: 31px;
  padding-top: 31px;
  padding-right: 0;
  padding-left: 0;
}

.holiday-back-door{
  width: 180px;
  height: 180px;
}
.holiday-door-right,.holiday-door-animate{
  width: 90px;
  height: 180px;
}
.holiday-door-right img,.holiday-door-animate img{
  height: 100%;
}
.holiday-door-open{
  width: 76px !important;
  height: 226px;
  top: -20px;
}
.holiyday-calender-main{
  padding: 16px 64px;
}
.holiday-validate-info p{
  padding-top: 20px;
}
.holiday-top-wrapper{
  padding-top: 28px;
  padding-bottom: 30px;
}
.holiyday-calender-title{
  max-width: 237px;
  margin: 0px auto;
  margin-bottom: 11px;
}
 .holiday-popup-peeking.holiday-popup-wrapper .holiday-popup-bottom{
  padding: 23px 19px;
 }
 .holiday-wrapper .holiday-welcome-text h1{
  font-size: 30px;
 }
 .holiday-wrapper .holiday-form-infotxt.holiday-form-infotxt-back .holiday-contest-info {
  padding-bottom: 0;
}
.holiday-timer-screen .holiday-card-wrapper {
  margin-bottom: 40px !important;
}
.holiday-popup-wrapper img {
  width: 100%;
}
.holiday-email-wrapper .holiday-contest-wrapper{
  max-width: 380px;
}
.holiday-email-wrapper .holiday-contest-form-btn-row button.holiday-btn {
  max-width: 380px; 
}
}





@media screen and (max-width: 479.98px) {
  .holiday-wrapper .holiday-recaptcha .holiday-recaptcha-inner {
    transform: scale(0.77);
    transform-origin: top left;
  }
  .holiday-wrapper .holiday-recaptcha .holiday-contest-input-error {
    margin-top: -6px;
  }
  .holiday-postal-codewrap .holiday-postal-code {
    font-size: 20px;
  }

  .holiday-content-right .yellow .text {
    font-size: 22px !important;
  }
  .holiyday-calender-main{
    padding: 18px 25px;
  }
  .holiday-wrapper .holiday-recaptcha .holiday-recaptcha-inner {
    transform: scale(0.77);
    transform-origin: top left;
}
.holiday-popups-scanbar-wrapper .holiday-popup-button:first-child {
  margin-right: 15px;
}
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper .holiday-popup-button .holiday-btn,.holiday-wrapper .holiday-popups-custom-wrapper .holiday-btn{
  padding: 13px 21px;
  font-size: 16px;
}


}

@media screen and (max-width: 413.98px) {
  .holiday-wrapper .holiday-btn {
    font-size: 14px;
    height: 44px;
  }
  .holiday-postal-codewrap .holiday-postal-code{
    font-size: 18px;
  }
  .holiday-wrapper .holiday-cardnumber{
    font-size: 22px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holiday-contest-floating-label {
    font-size: 18px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer input {
    font-size: 18px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer {
    height: 55px;
  }
  body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap span {
    font-size: 20px;
  }
  body .fl-row-content-wrap .holiday-wrapper .holiday-contest-wrapper .holiday-contest-thankyou-wrap h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .holiday-contest-wrapper .holiday-contest-form .holiday-contest-input-outer .holidaycardnumber{
    font-size: 18px;
    padding: 15px 10px 15px 0px;
  }
  .holiday-contest-wrapper  .holiday-contest-form .holiday-contest-input-outer .holidayscancardnumber {
    padding-left: 68px !important;
}
.holiday-wrapper .holiday-contest-wrapper .holiday-scenecard-wrap .holiday-contest-input-outer {
  height: 50px;
}

/* popup */
.holiday-scene-popup-wrapper .holiday-scene-popup {
  height: 250px;
  padding: 15%;
}
/* end popup */


.holiday-wrapper .slick-prev, .holiday-wrapper .slick-next{
  margin: 0 85px;
}


.holiday-content-right .loader{
  width: 235px !important;
  height: 235px !important;
}
.holiday-contest-form-btn-row{
  padding-right: 0%;
  padding-left: 0px;
}
.holiyday-calender-main{
  padding: 18px 5px;
}
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper,.holiday-wrapper .holiday-popups-custom-wrapper {
  display: block;
} 
.holiday-popups-scanbar-wrapper .holiday-popup-button:first-child {
  margin-right: auto;
}
  .holiday-popups-scanbar-wrapper .holiday-popup-button:last-child{
  margin-top: 20px;
  }
  .holiday-wrapper .holiday-popups-custom-wrapper .custom-holiday-cta-button{
    margin-left: 0px;
  }
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper .holiday-popup-button,.holiday-wrapper .holiday-popups-custom-wrapper .holiday-popup-button{
  margin: 20px auto 0;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-info-back{
  padding-top: 35px;
}
.holiday-popup-wrapper .holiday-popups-scanbar-wrapper .holiday-popup-button,.holiday-wrapper .holiday-popups-custom-wrapper .holiday-popup-button{
  max-width: 100%;
}
.holiday-contest-wrapper .holiday-contest-form .holiday-contest-checkbox-outer label{
  padding-left: 25px;
}
}

@media screen and (max-width: 374.98px) {
  .holiday-wrapper .holiday-recaptcha .holiday-recaptcha-inner {
      transform: scale(0.68);
  }
  .holiday-wrapper .holiday-recaptcha .holiday-contest-input-error {
      margin-top: -15px;
  }
  .holiday-postal-codewrap .holiday-postal-code{
    font-size: 15px;
  }

  /* /* calnder  */

  .holiyday-calender-row{
    gap: 5px;
  }
  .holiday-wrapper .slick-prev, .holiday-wrapper .slick-next{
    margin: 0 58px;
  }
  .holiday-wrapper .slick-next {
    margin: 0 57px;
}
/* end calnder */

.holiday-content-right .yellow .text {
  font-size: 12px !important;
}
.holiday-content-right .loader {
height: 225px !important;
width: 225px !important;
}
.holiday-content-right .yellow .text {
font-size: 22px !important;
}
.holiday-back-door{
  width: 160px;
  height: 160px;
}
.holiday-door-right, .holiday-door-animate {
  width: 80px;
  height: 160px;
}
.holiday-door-open {
  width: 60px !important;
  height: 200px;
  top: -18px;
}
.holiday-top-text{
  margin: 24px 0;
}
.holiday-wrapper .holiyday-join-link a{
  font-size: 12px;
}
.holiyday-calender-img{
  width: 102px;
    height: 102px;

}
.holiday-wrapper .holiday-recaptcha .holiday-recaptcha-inner {
  transform: scale(0.68);   
} 
.holiday-email-wrapper .holiday-contest-wrapper .holiday-btn{
  padding: 13px 5px;
}  
.holiday-email-wrapper .holiday-contest-form-btn-row button.holiday-btn {
  max-width: 296px;
  font-size: 14px;
}

}