/* Remove before adding to Dynamic Yield */
@keyframes dy-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
#dy-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
  }
  
  .dy-popup-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    opacity: 0;
    animation-name: dy-fadein;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .dy-popup-container h3 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px 0;
    padding-top: 15px;
  }
  .dy-popup-container h2 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 10px 0;
  }
  .dy-popup-container hr {
    height: 1px;
    width: 33%;
    background-color: #ccc;
    border: 0;
    margin: 0 auto 10px auto;
  }
  .dy-popup-container p {
    font-size: 1rem;
    line-height: 1.2;
    color: #333;
    margin: 0 0 15px 0;
  }
  .dy-popup-container #dy-popup-btn {
    display: inline-flex;
    background-color: #68C143;
    border: 1px solid #68C143;
    padding: 10px 20px;
    border-radius: 0 2px 2px 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    transition: background-color 0.2s, border-color 0.2s;
    color: #fff;
    vertical-align: middle;
  }
  .dy-popup-container #dy-popup-btn:focus, .dy-popup-container #dy-popup-btn:hover {
    background-color: #358E10;
    border-color: #358E10;
    text-decoration: none;
  }
  .dy-popup-container .dy-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: opacity 0.2s;
    cursor: pointer;
  }
  .dy-popup-container .dy-popup-close:hover {
    opacity: 1;
  }
  .dy-popup-container .dy-popup-close:before, .dy-popup-container .dy-popup-close:after {
    position: absolute;
    left: 10px;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #999;
  }
  .dy-popup-container .dy-popup-close:before {
    transform: rotate(45deg);
  }
  .dy-popup-container .dy-popup-close:after {
    transform: rotate(-45deg);
  }
  .dy-popup-container .dy-popup-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px;
    justify-content: center;
    align-items: center;
  }
  .dy-popup-container .dy-popup-label {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    margin: 0 10% 15px 10%;
  }
  .dy-popup-container .dy-voucher-group {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .dy-popup-container #dy-voucher-code {
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    border: 1px solid #D8D8D8;
    border-right: 0;
  }
  .dy-popup-container #dy-voucher-code:focus {
    outline: 0;
  }
  .dy-popup-container .dy-popup-optout {
    font-size: .75rem;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
    /* margin-bottom: 30px; */
  }
  .dy-popup-container .dy-popup-optout:focus, .dy-popup-container .dy-popup-optout:hover {
    color: #000;
  }


.qustion {
    background: url(../images/qustion-icon.png) no-repeat left 12px;
    padding-left: 35px;
    font-size: 16px;
    color: #242424;
    line-height: 38px;
	  margin-left: 30px;
}
.qustion a {
    font-size: 24px;
    color: #242424;
    display: block;
    font-weight: 600;
}
.qustion a:hover {
    color: var(--primary);
}
.qustion-bottom {
    background: url(../images/qustion-icon.png) no-repeat left 12px;
    padding-left: 35px;
    font-size: 18px;
    color: #242424;
    line-height: 38px;
}
.qustion-bottom a {
    font-size: 27px;
    color: #242424;
    display: block;
    font-weight: 600;
}
.qustion-bottom a:hover {
    color: var(--primary);
}
.download-app .animation-2{
	width: 100%;
}
.download-btn{
	margin-right: 15px;
}
.dy-popup-container.close-popup {
  box-shadow: none !important;
  border: 0 !important;
  width: auto !important;
  max-width: 500px !important;
}
.modal-body hr {
  height: 1px;
  width: 33%;
  background-color: #ccc;
  border: 0;
  margin: 0 auto 10px auto;
}
.close-popup {
  position: relative;
}

.close-popup:after {
  content: '';
  position: absolute;
  border: 1px dashed #d9dbe4;
  height: 75%;
  right: 20px;
  top: 12%;
}
.qustion-footer {
  text-align: center;
  margin-bottom: 20px;
}
.qustion-footer i {
  color:var(--primary);
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.qustion-footer a {
  font-size: 24px;
  color: #242424;
  text-align:center;
  color: var(--primary);
}
.qustion-footer a:hover {
  color: var(--primary);
}