/* Popup coupon */
.popup-coupon {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999997;
    background-color: rgb(0 0 0 / 60%);
    transition: all .3s linear;
    transform: scaleY(0);
    transform-origin:center top;
}

.popup-coupon.pop-active {
    transform: scaleY(1);

}
.popup-coupon-buttons input[type="submit"]{
  width: auto;
  line-height: 1;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
  background: var(--p-clr); 
  border-color: var(--p-clr);
  color: #fff ;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  margin-bottom: 0px;
}
.popup-coupon-buttons input[type="submit"]:hover{
  background: #fff; 
  color: var(--p-clr);
}
.popup-coupon-inner {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    max-width: 600px;
    position: relative;
}
.popup-coupon-close {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 10px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-coupon-close a{
    color: #fff;
    font-size:30px;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #cd1010;
    border: 2px solid transparent;
    transition: all 0.2s linear;
    box-sizing: border-box;
    z-index: 2;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    line-height: 30px;
}

.popup-coupon-close a:hover {
    background: #fff;
    border-color: #cd1010;
    color: #cd1010;
}
.popup-coupon-main textarea.form-control{
    resize:none;
}
.popup-coupon-main .form-control{
    border-radius:10px;
}
.popup-coupon-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.popup-coupon-activate {
    position: relative;
    padding-left:10px;
    padding-right:10px;
    font-size:20px;
    color: #2a2a2a;
}
.popup-coupon-activate:before {
    content: '';
    display: block;
    width: 5px;
    background-color: var(--p-clr);
    height: 100%;
    position: absolute;
    left:0;
}
.popup-coupon-last {
   font-size:26px;
   color: var(--p-clr);
  }
  .clr-1{
    color: var(--p-clr);
  }
@media (max-width:767px){
  .popup-coupon{
    padding: 0 10px;
  }
  .popup-coupon-inner{
    padding: 20px 20px;
    margin-top: 50px;
  }
  .popup-coupon-activate {
   font-size:16px;
   padding-right:20px;
  }
  .popup-coupon-last {
   font-size:22px;
  }   
  
  .popup-coupon-main input.form-control{
   line-height:1;
   font-size: 14px;
   height: 45px;
  }
   .popup-coupon-main textarea.form-control{
      height:80px;
  }
  .popup-coupon-buttons{
      flex-direction:column;
  }
  .btn-con-popup-coupon{
      margin:5px 0;
  }
  .btn-con-popup-coupon input[type="submit"] {
    min-width: 220px;
    padding: 10px;
    font-size: 15px;
    font-family: var(--font-900);
  }
  .popup-coupon {
      align-items: flex-start;
      padding-top: 40px;
  }
  .popup-coupon-close {
      height:25px;
      width:25px;
  }
  .popup-coupon-close a{
    font-size:18px;
    line-height:17.5px;
  }
}
/* end popup coupon */

.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
@-ms-viewport {
width: device-width;
}

.modal-footer a {
width: 35px;
height: 40px;
display: block;
cursor: pointer;
background-size: cover;
border: none;
}
.popup-main {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999997;
}
.popup-main .underlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
/*cursor: pointer;*/
-webkit-animation: fadein 0.5s;
animation: fadein 0.5s;
}
.popup-main .modal {
width: 420px;
height: 420px;
/*position: relative;*/
background-color: #fff;
z-index: 1;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 24px;
display: block;
-webkit-animation: popin 0.3s;
animation: popin 0.3s;
padding: 14px 24px 24px 20px;
overflow: visible;
}
.popup-main .modal-body {
font-size: 13px;
padding: 7px 0 10px;
}
.popup-main form input[type="email"],
.popup-main form input[type="text"],
.popup-main form textarea {
padding: 12px 12px 12px 32px;
font-size: 12px;
width: 100%;
border-radius: 4px;
border: 1px solid #ccc;
-webkit-font-smoothing: antialiased;
background: #f4f4f4;
margin: 0;
color: #000;
}
.popup-main form input[type="submit"] {
text-transform: uppercase;
font-weight: 700;
padding: 12px;
font-size: 16px;
border-radius: 4px;
margin-right: 8px;
color: #fff;
background-color: #18253d;
border: none;
cursor: pointer;
-webkit-font-smoothing: antialiased;
font-weight: 800;
text-shadow: #000 0 1px 1px;
width: 49%;
}
@-webkit-keyframes fadein {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@-ms-keyframes fadein {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@keyframes fadein {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@-webkit-keyframes popin {
0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
85% {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
}
@-ms-keyframes popin {
0% {
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
85% {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
100% {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
}
@keyframes popin {
0% {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
85% {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
100% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
}
.popup-main {
display: block;
transform: scaleX(0);
transform-origin: left;
transition: all .3s linear;
}
.popup-main.pop-active{
transform: scaleX(1);
}
.popup-main .modal-footer {
position: absolute;
top: -10px;
right: -10px;
overflow: hidden;
border: none;
z-index: 9;
}
.popup-main .modal-body li {
position: relative;
width: 47.6%;
display: inline-block;
margin: 0 3px 6px;
}
.popup-main form textarea {
height: 60px;
resize: none;
}
.popup-main .modal-body li:nth-child(1),
.popup-main .modal-body li:nth-child(4) {
width: 48%;
}
.popup-main .modal-body li.last {
width: 100%;
margin-top: 0;
text-align: center;
}
.popup-main .modal-body li:nth-child(5) {
width: 98%;
}
.popup-main .modal-body li:nth-child(1) {
width: 47.6%;
}
.cus-overlay {
width: 100%;
height: 100%;
position: fixed;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=)
  repeat;
top: 0;
left: 0;
z-index: 998;
display: none;
}
@media only screen and (max-width: 800px) and (min-width: 320px) {
.popup-main .modal {
  width: 90%;
  height: 370px;
}
}


.popup-main .modal-body li:nth-child(1),
.popup-main .modal-body li:nth-child(4),
.popup-main .modal-body li:nth-child(6) {
width: 98%;
}
.popup-banner-form input {
outline: 0 none !important;
}
.popup-banner-form {
float: right;
width: 360px;
background: #1e293d;
color: #fff;
padding: 23px 23px;
position: relative;
margin-top: 31px;
margin-bottom: -107px;
box-shadow: #0000004a 0 7px 24px;
position: relative;
top: 25px;
}

.popup-banner-form ul li input[type="email"],
.popup-banner-form ul li input[type="text"],
.popup-banner-form ul li textarea {
background: #1b2639;
border: #26395a 1px solid;
width: 100%;
padding: 10px;
text-align: left;
color: #ffffffcf;
font-size: 12px;
box-shadow: #0000005e 0 2px 5px;
}
.popup-banner-form li {
margin: 0 0 10px 0;
width: 100%;
}
.popup-banner-form li input[type="submit"] {
background: var(--p-clr);
border: var(--p-clr) 1px solid;
width: 100%;
color: #1e293d;
font-size: 19px;
font-weight: 600;
padding: 9px;
text-transform: uppercase;
}
.popup-banner-form h5 {
font-size: 26px;
font-weight: 500;
margin-top: 0;
margin-bottom: 15px;
color: #fff;
}
.popup-banner-form:after {
content: "";
background: var(--p-clr);
width: 6px;
height: 40px;
position: absolute;
left: 2px;
top: 0;
}
.modal-footer a:after {
content: "x";
position: absolute;
top: 3px;
right: 3px;
width: 30px;
height: 30px;
font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
color: var(--p-clr);
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background: #fff;
transition: background 0.2s;
box-sizing: border-box;
z-index: 2;
}
@media (max-width: 767px) {
.popup-banner-form {
  left: -10px;
}
.popup-main .modal-body li:nth-child(2),
.popup-main .modal-body li:nth-child(4),
.popup-main .modal-body li:nth-child(5) {
  width: 47%;
}
.popup-main .modal-body li:nth-child(1),
.popup-main .modal-body li:nth-child(6) {
  width: 98%;
}
.popup-banner-form h5 {
  margin-bottom: 5px;
}
.popup-banner-form i {
  position: absolute;
  right: -3%;
  top: -8%;
}
.popup-banner-form {
  width: 100%;
  top: 10px;
  left: 0;
  text-align: left;
  float: none;
  margin: 30px 0 0;
}
body {
  height: 100%;
}
}
.sptag {
background: url(../wikipedia-page-creation-assets/sprites1.png) no-repeat
  scroll -3px -423px;
width: 90px;
height: 90px;
float: left;
}
.popup-main .modal {
z-index: 1;
}
.popup-main .underlay {
background: rgba(19, 26, 41, 0.72);
}
.popup-main .popup-banner-form ul li input[type="email"],
.popup-main .popup-banner-form ul li input[type="text"],
.popup-main .popup-banner-form ul li input[type="tel"],
.popup-main .popup-banner-form ul li textarea {
background: #F4F7FC;
border: 1px solid rgba(0, 0, 0, 0.04);
width: 100%;
padding:  10px;
text-align: left;
color: #ffffffcf;
font-size: 12px;
box-shadow: #0000005e 0 2px 5px;
}
.hallow-form.popup-main.halween-form .popup-banner-form li input:hover,
.hallow-form.popup-main.halween-form .popup-banner-form li input:focus{
border-color: var(--p-clr);
  box-shadow: none;
}
.popup-main .popup-banner-form li.full-line {
margin: 0 0 0 0;
width: 100%;
}
.popup-main .popup-banner-form li input[type="submit"] {
background: var(--p-clr);
border: var(--p-clr) 1px solid;
width: auto;
color: #1e293d !important;
font-size: 17px;
font-weight: 600;
padding: 9px;
text-transform: uppercase;
text-shadow: none;
margin: 0;
float: left;
padding: 12px 50px 10px;
border-radius: 00;
}
.popup-main .modal {
width: 100%;
max-width: 800px;
border-radius: 0;
background: #1b2539;
background: 0 0;
height: 470px;
padding: 0;
}
.hallow-form h2 {
  font-size: 26px;
  color: var(--p-clr);
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-family: var(--font-900);
  border-bottom: 1px solid;
  display: inline-block;
}
.pop-he {
  display: flex;
  justify-content: center;
}
img.pop-seal {
max-width: 125%;
margin-top: 30px;
margin-left: -20px;
}
.hallow-form .popup-banner-form {
width: 100%;
max-width: 100%;
margin-top: 0;
position: relative;
right: 0;
background: #1b2539;
background: linear-gradient(140deg, #1b2539 42%, #8e8240 100%);
top: -20px;
}
.popup-main.hallow-form .modal-body {
display: flex;
align-items: center;
height: 100%;
padding: 0;
}
.popup-main.hallow-form .modal-footer {
top: 0px;
right: 20px;
}
.popup-banner-form ul {
  margin-bottom: 0;
}
.popup-banner-form {
display: none;
}
.popup-main.hallow-form .popup-banner-form {
display: block;
}
.hallow-form .popup-banner-form h5 {
 font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
font-size: 32px;
margin-bottom: 10px;
}

.popup-main .popup-banner-form ::placeholder
{
color: #000;
font-size: 16px;
}


.hallow-form.popup-main .popup-banner-form li input {
color: #fff;
}
.hallow-form .sptag {
background: url(../wikipedia-page-creation-assets/newyear-popop-2.png);
width: 128px;
height: 77px;
background-size: contain;
background-repeat: no-repeat;
}
.hallow-form .popup-banner-form i {
top: 15px;
right: 20px;
}
.hallow-form .popup-banner-form:after {
display: none;
}
.popup-main .modal-body li.last {
margin-bottom: 0;
}
@media only screen and (max-width: 850px) {
body .popup-main.halween-form.hallow-form .modal-footer {
  top: -20px;
}
body .popup-main.halween-form.hallow-form .modal-footer a:after {
  transform: scale(0.7);
}
body .popup-main.hallow-form .modal-body {
  display: block;
}
body .popup-main.hallow-form .popup-banner-form {
  margin: 0 auto;
  float: none;
  display: table;
}
img.pop-seal {
  max-width: 50%;
  margin: 0 auto;
  display: block;
  display: none;
}
.hallow-form h2 {
  font-size: 18px;
}
.popup-main .modal {
  height: auto;
  height: 88%;
  display: flex;
  align-items: center;
}
.hallow-form .popup-banner-form h5 {
  font-size: 30px;
  display: block;
  width: 100%;
  float: left;
}
.hallow-form .sptag {
  background-size: 60%;
  background-repeat: no-repeat;
}
.hallow-form .popup-banner-form i {
  position: absolute;
  display: block;
  right: inherit;
  left: 0;
  top: -17px;
}
.hallow-form .popup-banner-form h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.popup-main .underlay {
  background: rgba(27, 37, 57, 0.64);
}
}
.spring-form img.pop-seal {
max-width: 119%;
margin-top: 47px;
margin-left: 0;
}
.hallow-form.spring-form .sptag {
background-image: url(../wikipedia-page-creation-assets/spring-seal.png);
}
.hallow-form.spring-form .popup-banner-form {
background: #1b2539;
}
@media only screen and (max-width: 850px) {
html .hallow-form h2 {
  margin-bottom: 0;
}
html .halween-form.hallow-form .popup-banner-form h5 {
  margin-top: 10px;
}
}
.halween-form.hallow-form.spring-form .popup-banner-form {
background: #fff;
position: relative;
padding: 30px 30px 22px 30px;
box-shadow: none;
margin-top: 0;
border-radius: 20px;
}
.halween-form.hallow-form .popup-banner-form i {
display: none;
}
.halween-form.hallow-form .popup-banner-form h5 {
text-align: left;
color: #fff;
font-family: Poppins, sans-serif;
font-size: 18px;
font-weight: 600;
margin-bottom: 18px;
}
.halween-form.spring-form img.pop-seal {
margin-top: 132px;
margin-left: 49px;
max-width: none;
}
.popup-main.halween-form .popup-banner-form ul li input[type="email"],
.popup-main.halween-form .popup-banner-form ul li input[type="text"],
.popup-main.halween-form .popup-banner-form ul li input[type="tel"],
.popup-main.halween-form .popup-banner-form ul li textarea {
background: #F4F7FC;
border-color: #ccc;
color: #000;
box-shadow: none;
line-height: 1.3;
font-size: 18px;
}
.popup-main.halween-form .popup-banner-form li input[type="submit"] {
background: var(--p-clr);
width: 100%;
border-color: var(--p-clr);
color: #fff !important;
font-weight: 500;
font-family: Poppins, sans-serif;
border-radius: 4px;
margin-bottom: 0px;
padding: 13px;
}

.hallow-form.popup-main.halween-form .popup-banner-form li input {
color: #000;
}

.popup-main.halween-form.hallow-form .modal-footer a {
height: 53px;
width: 52px;
}
.popup-main.halween-form .modal-footer a:after {
background: #dd4848;
width: 48px;
height: 48px;
color: #fff;
font-size: 30px;
font-weight: 700;
padding-top: 6px;
}
/*.popup-main.halween-form .popup-banner-form li.buttons-corner input[type="submit"]{
  width: 47%;
}*/
.popup-main.halween-form .popup-banner-form li.buttons-corner input[type="submit"] {
  line-height: 1;
  width: auto;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
}
section.main-popu{
padding: 0 !important;
}
.popup-main .popup-banner-form li.full-line.buttons-corner {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.popup-main .popup-banner-form li.full-line.buttons-corner.popup-btns-center {
  justify-content: center;
}
.f_lbl{
color: #000;
line-height: 1.1;
margin-top: 10px;
margin-bottom: 0px;
font-family: var(--font-700);
}
.popup-banner-form ul{
padding-left: 0;
}
.f_lbl {
  margin-bottom: 5px;
}
label.error {
  display: none !important;
}
.required.error{
border-color: red !important;
}
.popup-main.halween-form .popup-banner-form ul li .required.error {
  border-color: red;
}
@media (min-width: 767px){
  .f_lbl{
      font-size: 16px;
  }
}