#countdown {
    display: flex;
    align-items: center;
    text-align: center;
}
.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 10px;
  }
  @media only screen and (min-width: 768px) {
    .countdown {
      margin-left: auto;
    }
  }
.counttime div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown .position {
    font-size: 20px;
    font-weight: 500;
    height: 1em;
    overflow: hidden;
}
.durationDisplay {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
}
.countdown .time .time-seprator {
    margin-top: -10px;
  }
  .countdown strong {
    display: block;
    font-size: 20px;
  }
/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays {
	/* 	display: none !important; */
}
.countDiv0 {
	/* 	display: none !important; */
}
.countHours {
}
.countDiv1 {
}
.countMinutes {
}
.countDiv2 {
}
.countSeconds {
}

.countDiv {
	display: inline-block;
	width: 16px;
	height: 2.2em;
	position: relative;
}

.countDiv:before,
.countDiv:after {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 0.5em;
	content: "";
}

.countDiv:after {
	top: 0.9em;
}


/* FAQ */
.faq div{
    display: none;
}

/* copied styles */

/* Contact modal
---------------------------------------------------------------------------- */
/*close button animation*/
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
  width:30px;
  top: -50px!important;
}
.mfp-close {
font-size:0px!important;
margin-top: 12px;
opacity: 1!important;
right: 15px!important;
  margin-right: 0px;
}
.mfp-close:before, .mfp-close:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  display: block;
  height: 2.3px;
  width: 20px;
  background-color: #283617;
  transition: all 0.25s ease-out;
}
.mfp-close:after { transform: rotate(-135deg); }
.mfp-close:hover:before,
.mfp-close:hover:after {
  transform: rotate(0deg);
}
.mfp-close:before,
.mfp-close:after{
  background-color: #283617;
}
.contact_modal {
  max-width: 500px;
  margin: auto;
  border-radius: 15px;
  background-color: #f8f8f8;
  padding: 60px 30px 40px 30px;
  position: relative;
}
.contact_modal .modal-content{ max-width: 100%; }
.contact_modal .modal_header{
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}

.contact_modal .modal_header h4{
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 30px;
  color: #BB6C24;
}

.contact_modal .modal_header h4 a{
  color: #BB6C24;
  text-decoration: underline;
  font-weight: 500;
}

.contact_modal .modal_header img{
  margin-bottom: 20px;
  width: 63px;
}
.contact_modal .modal_header p{
  font-weight: 500;
}
.contact_modal h3{
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.contact_modal input,
.contact_modal textarea{
  height: 48px;
  border: 1px solid #283617;
  border-radius: 15px;
  color:  #283617;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}
.contact_modal form ::placeholder{ color:  #283617; }
.contact_modal select:focus-visible{ outline: none!important;}
.contact_modal textarea{
  height: 105px;
  resize: none;
}
.contact_modal input#agreement, .contact_modal input#agreement-WA{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  border-radius: 3px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  margin-bottom: 0px;
  padding: 0;
}
.contact_modal input:checked ~ .checkmark {
  position: absolute;
  top: 2px;
  left: 4px;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background: url(../img/checked.svg);
  background-position: center;
  background-size: 18px;
}
.contact_modal label{ padding-left: 35px; line-height: 1.5;}
.contact_modal label,
.contact_modal label a{
  color: #283617;
  margin: 10px 0 13px 0;
  position: relative;
}
.contact_modal label a{ text-decoration: underline; margin: 0;  font-weight: 500;}
.contact_modal input.sub_mit{
  width: 85%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  border:none;
  height: 54px;
  cursor: pointer;
}
.contact_modal select{
  font-family: 'Boing', sans-serif!important;
  /* height: 48px; */
  border: 1px solid #283617;
  border-radius: 15px;
  color: #283617;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  padding: 15px 15px;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Boing', sans-serif!important;
  background: url(../img/arrow-down.svg) #fff no-repeat;
  background-position: 95% 19px;
  background-size: 12px;
}
label:has(input.error)  {
  margin-bottom: 30px !important;
}
input[type=checkbox].error + label.error {
  position: absolute;
  left: 20px;
  bottom: -27px;
}

.contact_modal label.error{
  padding: 0;
  font-size: 12px;
  color: red;
  margin: -10px 0 10px 15px;
}
.contact_modal.download-app-mfp{
  padding: 55px;
  max-width:520px;
}
.contact_modal.download-app-mfp h4{
  color: #C44536;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom:20px;
}
.contact_modal.download-app-mfp h5{
  font-size: 14px;
  line-height:20px;
  font-weight: 500;
  margin-bottom:10px;
}
.contact_modal.download-app-mfp p{
  font-size:14px;
  line-height: 20px;
  font-weight:400;
}
.contact_modal.download-app-mfp .qr-code{
  width:115px;
  height:115px;
  border-radius: 8px;
  border: 1px solid #000;
  padding:5px;
  margin: 0 8px 10px 5px;
}
.contact_modal.download-app-mfp .site-link img{
  width:100px;
  height:auto;
}
.contact_modal.download-app-mfp .site-link.google-play-link img{
  width:125px;
  margin-left:-8px;
}
#contactForm .iti {
  width: 100%;
  margin-bottom: 15px;
}
#contactForm .iti #iti-0__country-listbox {
  width: 440px;
  overflow-x: hidden;
  border-radius: 0 0 15px 15px;
  z-index: 0;
  margin-top: -12px;
  padding-top: 15px;
  border: 1px solid #283617;
  box-shadow: none;
}
#contactForm .iti__selected-flag{
  border-radius: 15px 0 0px 15px;
  background-color: rgba(0, 0, 0, 0.05);
}

#contactForm  span.error-msg{
  margin-top: -10px;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.vertical-align-center{
  align-items: center;
}
