a {
  transition: all .5s ease-in-out;
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #fff;
  width: 100%;
  background: rgba(255, 255, 255, .1);
  padding: 19px 23px;
  border: 1px solid transparent;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #E0A81E;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  opacity: .8;
  color: #fff;
}

.form-control:focus::placeholder {
  opacity: 1;
}

.form-select {
  background-image: url(../img/select-arrow.png);
  background-position: center right 1.25rem;
  background-size: .625rem;
  background-repeat: no-repeat;
}

.form-control option {
  color: #000;
}

.btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  background: #E0A81E;
  color: #000;
  padding: 18px 16px;
  min-width: 247px;
  border: 1px solid #E0A81E;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.testimonial-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 380px 0 180px;
  margin-top: -250px;
}

.testimonial-sec::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: -1;
}

.testimonial-sec .sec-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

.testimonial-sec-slider{
  position: relative;
  width: 100%;
  display: flex;
  justify-content:center;
}
.testimonial-slider {
  width: calc(100% - 490px);
  position: relative;
  z-index: 5;
  margin: 0 15px;
}

.testimonial-nav {
  background: #000;
  min-width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.testimonial-box-wrapper {
  padding: 0 10px;
  display: flex !important;
  align-items: center;
}

.testimonial-slider .testimonial-box {
  background-color: rgba(0, 0, 0, .5);
  padding: 48px;
}
/* 
.testimonial-slider .slick-slide.slick-active {
  width: 5.9% !important;
}

.testimonial-slider .slick-slide.slick-current.slick-active.slick-center {
  width: 16.6% !important;
} */

.testimonial-box-con .content-title , .testimonial-nav-inner span{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 45px 0 20px;
  transition: all .3s ease-in-out;
}

.testimonial-nav-inner span{
  display: block;
}

.testimonial-nav-inner img{
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.testimonial-box-con .cms-con p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: center;
  color: #AEAEAE;
  transition: all .3s ease-in-out;
}

.testimonial-box-wrapper.slick-current.slick-active.slick-center .testimonial-box-con .cms-con p {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.testimonial-box-img img {
  margin: auto;
  object-fit: contain;
  transition: all .5s ease-in-out;
}

.testimonial-slider .slick-track {
  display: flex !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.testimonial-slider .slick-dots {
  padding-top: 60px;
}

.slick-dots li {
  height: 14px;
  width: 14px;
  margin: 0 4px;

}

.slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 1px solid #fff;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: block;
}

.slick-dots li.slick-active button {
  border: 1px solid #E0A81E;
  background: #E0A81E;
}

/* footer */
.footer-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.footer-sec::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .54);
  z-index: -1;
}

.get-id-form {
   padding: 48px 48px;
    border: 1px solid #E0A81E;
    border-radius: 8px;
    background: #000;
    transform: translateY(11%);
    position: relative;
    z-index: 5;
}

.get-id-form .sec-title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.04em;
  margin-bottom: 50px;
}

.footer-menu-content {
  padding-bottom: 15px;
  padding-top:15px;
}

.footer-box ul li {
  display: inline-block;
  position: relative;
}

.footer-box ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  padding-right: 42px;
  text-transform: uppercase;
  transition: all .5 ease-in-out;
}

.number-img-box img {
  margin-left: auto;
  object-fit: contain;
  max-width: 84px;
}

.disclaimer-box {
  background: #FFFFFFCC;
  padding: 24px 0;
}

.more-info-box {
  background: #FFF;
  padding: 24px 0;
}

.copy-right-box .cms-con p {
  font-family: 'Roboto', sans-serif;
  font-size: 15.72px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #000;
}

.copy-right-box .cms-con p a {
  color: #000;
}

.copy-right-box .cms-con p a:hover {
  color: #E0A81E;
}

.page-id-17 .footer-menu-content {
    padding-top: 210px;
	  margin-top: -10%;
}

@media(min-width:1025px) {
  .btn:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }

  .footer-box ul li a:hover {
    color: #E0A81E;
  }
}

@media(max-width:1199px) {
  .get-id-form {
    padding: 25px 20px;
  }

  .get-id-form .sec-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
  .form-control {
    font-size: 16px;
    padding: 16px 20px;
  }

  .page-id-17 .footer-menu-content {
    margin-top: -100px;
  }

  .footer-box ul li a {
    padding-right: 25px;
  }

  .disclaimer-box,
  .more-info-box {
    padding: 15px 0;
  }
}

@media(max-width:767px) {
  .footer-sec {
    background-position: left;
  }

  .more-info-box .cms-con+.cms-con {
    padding-top: 15px;
  }

  .footer-box ul li {
    width: 49%;
    margin-bottom: 15px;
  }

  .copy-right-box .cms-con p {
    text-align: center;
    font-size: 14px;
  }
}

@media(max-width:568px) {
  .get-id-form {
    padding: 25px 12px;
  }

  .get-id-form .sec-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .page-id-17 .footer-menu-content {
    margin-top: -120px;
  }

  .footer-box ul li a {
    font-size: 14px;
    padding-right: 8px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-control {
    font-size: 14px;
    padding: 12px 16px;
  }

  .btn {
    padding: 13px 16px;
  }

  .submit-btn {
    min-width: 100%;
  }
	.footer-sec{
		padding-bottom:40px;
	}
	.not-found-sec {
    padding: 40px 0;
}
	.commonboxcon img{
		max-width:180px;
	}
}