body{
  font-family: 'Poppins', sans-serif !important;
}
body p, th{
  font-size: 17px !important;
  color: #000;
}
h1{
  font-size: 60px !important;
  font-weight: 600 !important;
  line-height: 70px !important;
}
h2{
  font-size: 46px !important;
  font-weight: 600 !important;
}
h5{
  font-weight: 400 !important;
}
h4{
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}
h3{
  font-weight: 600 !important;
}
#home{
  padding-top: 160px !important;
  padding-bottom: 0px;
}
footer{
  padding: 100px 0;
  background-color: #222222;
  color: #FFFFFF;
}
footer a{
  color: #FFFFFF;
}
#how-it-works, #contact, #why, #prefooter, #testimonials, #interior, #about-info{
  background-color: #f5f5f7;
}
#contact{
  padding-bottom: 0 !important;
}
section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.navbar-brand img{
  height: 60px;
  margin-right: 60px;
}
a{
  text-decoration: none !important;
  cursor: pointer;
}
.nav-item{
  padding: 20px 10px;
}
.nav-item a{
  color: #000;
  letter-spacing: 0.4px;
}
.nav-item a:hover{
  color: #FDC74B;
  transition: 0.3s ease-in-out;
}
.btn-primary{
  background-color: #000 !important;
  border-color: #282A35 !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
}
.btn-primary:hover{
  color: #282A35 !important;
  background-color: #fff !important;
  border: 1px solid #FDC74B !important;
  transition: 0.4s ease-in-out !important;
  box-shadow: 10px 10px 21px -1px rgba(253,199,75,0.28);
-webkit-box-shadow: 10px 10px 21px -1px rgba(253,199,75,0.28);
-moz-box-shadow: 10px 10px 21px -1px rgba(253,199,75,0.28);
}
#how-it-works .btn-primary:hover{
  background-color: #F5F5F7 !important;
}
.btn{
  padding: 8px 18px !important;
}
.play-btn{
  width: 30px;
  margin: 0px 10px;
}
.yellow-btn{
  background-color: #FDC74B !important;
  border: 1px solid #FDC74B !important;
  color: #000 !important;
}
.lrg-btn{
  padding: 15px 30px !important;
  font-size: 20px !important;
}
/*
.right-nav{
  line-height: 60px;
}
.right-nav .phone{
  display: inline-block !important;
}
.right-nav .btn-black{
  display: inline-block !important;
}
.phone a{
  padding: 15px;
  color: #000;
}
.phone a:hover{
  color: #FDC74B;
  transition: 0.3s ease-in-out;
}*/
.yel-uppercase{
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 18px;
}
.yellow{
  color: #FDC74B;
}
.img-wrap img{
  width: 650px;
}
.timeline{
  position: relative;
  min-height: 150px;
}
.line{
  position: absolute;
  /*z-index: 2;*/
  left: calc(50% - 1px);
  width: 2px;
  top: -40px;
  bottom: -50px !important;
  background-color: #FDC74C;
  display: none;
}
line:before,
.line::after{
  position: absolute;
  display: block;
  content: '';
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #FDC74C;
  left: 50%;
  transform: translateX(-50%);
}
.line::after{
  bottom: 0;
}
.sec{
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 50px 0;
  padding: 1rem;
  align-items: center;
  min-height: 120px;
}
.sec:nth-child(odd){
  flex-direction: row-reverse;
  transform: translateX();
}
.bead{
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #FDC74C;
  left: 50%;
  top: 38%;
  transform: translateX(-50%);
  font-size: 18px;
}
.content{
  width: calc(50% - 2rem);
}
.content p{
  color: #6e6e73;
}
.show-me:nth-child(n){
  transform: none;
  opacity: 1;
}
.bead span{
  position: absolute;
  top: 11%;
  left: 26%;
}
.feature{
  padding: 55px;
  background-color: #F5F5F7;
  border-radius: 18px;
  min-height: 365px;
  margin: 0 30px 50px 30px;
  text-align: left;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
.feature img{
  height: 60px;
  margin: 0 0 16px 0px;
}
.reasons-img img{
  width: 100%;
}
.reasons{
  background-color: #fff;
  border-radius: 18px;
  font-size: 17px;
  padding: 45px;
  margin-bottom: 75px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
}
.reasons span{
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: -40px;
  left: 10px;
  color: #FEC74C;
}
.accordion-button::after{
  background-image: none !important;
  content: '+' !important;
  color: #FDC74B;
  font-size: 24px;
  height: auto !important;
}
.accordion-button:not(.collapsed)::after{
  background-image: none !important;
  transform: none !important;
  content: '-' !important;
  color: #FDC74B;
  font-size: 24px;
  height: auto !important;
}
.accordion-button{
  font-weight: 600;
  font-size: 17px !important;
}
.accordion-item{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.accordion-button:not(.collapsed){
  color: #FDC74B !important;
  background-color: transparent !important;
}
.accordion-button:focus{
  outline: none !important;
  box-shadow: none !important;
}
#accordion .accordion-body a{
  color: #000 !important;
  text-decoration: underline !important;
}
.txt-grey{
  color: #6e6e73;
}
.yel-bg{
  background-color: #FDC74B;
  box-shadow: -2px 9px 15px -5px rgba(0,0,0,0.42);
  -webkit-box-shadow: -2px 9px 15px -5px rgba(0,0,0,0.42);
  -moz-box-shadow: -2px 9px 15px -5px rgba(0,0,0,0.42);
}
.contact-wrap{
  padding: 100px 60px 60px 60px
}
.yellink-btn{
  font-size: 20px;
  color: #FDC74B;
  padding: 40px;
}
.yellink-btn:hover{
  color: #000;
  transition: 0.3s ease-in-out;
}
.contact-wrap a{
  color: #000;
}
.contact-wrap a:hover{
  color: #F5F5F7;
  transition: 0.3s ease-in-out;
}
.contact-wrap i{
  padding-right: 15px;
}
.wh-bg{
  background-color: #fff;
  border-radius: 18px;
}
.social{
  font-size: 30px;
}
.social a{
  color: #000;
  padding-right: 15px;
}
.social a:hover{
  color: #f5f5f7;
  transition: 0.3s ease-in-out;
}
.note{
  border-top: 1px solid #d2d2d7;
}
.note p{
  padding-top: 10px;
  color: #6e6e73;
  font-size: 16px !important;
}
footer img{
  height: 80px;
}
footer p{
  color: #FFFFFF;
  font-size: 14px !important;
}
.round-corner{
  border-radius: 18px;
}
.slogan{
  padding-top: 10px;
}
footer ul{
  list-style-type: none;
  padding: 0;
}

footer a:hover{
  color: #FDC74B;
  transition: 0.3s solid ease-in-out;
}
.copyright{
  border-top: 1px solid #d2d2d7;
}
.copyright p{
  display: inline-block;
}
.contact-form .form-field {
  position: relative;
  margin: 25px 0px;
}
.contact-form .label {
  display: block;
  color: #9190A4;
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  cursor: text;
  transition: transform 0.2s ease-in-out;
  padding-bottom: 32px;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #DFDEE5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .submit-btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  padding: 12px 30px;
  border-radius: 0.25rem;
  font-size: 16px;
  border: 1px solid #FDC74B;
  color: #fff;
  background-color: #FDC74B;
  cursor: pointer;
}
.contact-form .submit-btn:hover{
  background-color: #fff !important;
  transition: 0.3s ease-in-out !important;
}
input:focus{
  outline:none!important;
}
button:focus{
  outline: none !important;
}
.btn:focus{
  outline: none;
  box-shadow: none;
}
#btn-back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 40px;
}
form{
  margin-top: 120px;
}
.fa-circle-up{
  color: #FDC74B;
}
.terms a{
  text-decoration: underline !important;
}
.terms a:hover{
  color: #FDC74B;
}
.dropdown{
  display: inline-block;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu{
  margin-top: 10px !important;
  min-width: 260px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.dropdown ul{
  border: none !important;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-top: 4px solid #FDC74B !important;
  padding: 0;
}
.dropdown-menu li{
  display: block !important;
  padding: 15px;
}
.dropdown-menu li:hover{
  background-color: #f5f5f7;
  transition: 0.3s solid ease-in-out;
}
.dropdown-menu li a:hover{
  color: #000 !important;
}
ul{
  list-style-type: none;
}
.body-txt li{
  line-height: 40px;
}
.body-txt li span{
  font-size: 20px;
  padding-right: 15px;
}
.bold{
  font-weight: 600;
}
.bg-grey{
  background-color: #f5f5f7;
}
#prefooter{
  padding-bottom: 100px !important;
}
@media (min-width: 1281px) {
  
  
}
