@font-face {
    font-family: proxima_nova_semibold;
    font-style: normal;
    font-weight: 700;
    src: url("/font/Proxima-Nova-Sbold.otf");
    font-display: swap;
}

@font-face {
    font-family: proxima_nova_light;
    font-style: normal;
    font-weight: 300;
    src: url("/font/Proxima-Nova-Light.otf");
    font-display: swap;
}


*,
*:before,
*:after {
    box-sizing: border-box;
    font-family: "proxima_nova_semibold", serif;
    margin: 0;
    padding: 0;
}

.header {
	padding: 6px !important;
    border-bottom: 4px solid #CDCFD7;
    background-color: #444343;
    color: #fff!important;
}

.header-logo {
    max-height: 50px!important;
    width: 100%!important;
    margin: 10px 3px 10px 3px;
}

.title_header {
	 color: #ffc505!important;
	  font-weight: 700!important;
	  margin-top: 0;
	  padding-top: 40px;
	  text-align: center;
	  font-style: oblique;
	  text-shadow: 1px 1px #444343;
	  font-size: 30px;
	  line-height: 1.4;
	  margin-bottom: 0;
	  font-family: "monserrat", arial, sans-serif;
	  user-select: text;
}

#main-bg-cart {
	  background-image: none!important;	
	  background-color: #fff;
}
.title_client {
  font-size: 18px;
  font-weight: 700px;
}

.title_client hr {
  widows: 50px;
  height: 3px;
  color: #dd9d00;
  display: inline-block;
}


/* h5.description-header {
    font-size: 28px;
    line-height: 1;
    font-family: "proxima_nova_light", arial, sans-serif;
    margin-bottom: 1rem;
    font-weight: 300;
} */


/* .underline:after {
    position: relative;
    content: '';
    height: 1px;
    bottom: -10px;
    width: 45px;
    background: #000;
    display: block;
} */

/* p.description-text {
    font-size: 14px;
    display: block;
    margin: 11px 0;
    letter-spacing: 1.2px;
    line-height: 2;
} */



.choice {
    height: 125px !important;
    /* line-height: 125px; */
}

.result {
    height: auto;
    /* line-height: 60px; */
}

.font-text {
    font-size: 20px !important;

}
  .bg-orange{
    background-color:#FFC507!important;
  }
  .arrow1 {
    animation: fadeArrow 3s linear infinite;
    animation-delay: 0s;
  }
  .arrow2 {
    animation: fadeArrow 2s linear infinite;
    animation-delay: 0s;
  }
  .arrow3 {
    animation: fadeArrow 1s linear infinite;
    animation-delay: 0s;
  }
  
  @keyframes fadeArrow {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
  }