.btn-icon.fa{
  font-size: 22px;
}

.banner{
  width: 100%;
  background: #806A54;
}

.banner .icon{
  max-width: 88px;
}

@media (max-width: 991px) {
  .banner{
    padding: 60px 16px;
  }
  .banner .icon{
    max-width: 44px;
  }
}
#download_ios_home{
  background: url(../images/ios_btn_bg.png) no-repeat center;
  background-size: cover;
}
#download_android_home{
  background: url(../images/android_btn_bg.png) no-repeat center;
  background-size: cover;
}

.au-btn-dl{
  /* background: rgb(235, 133, 17); */
  color: #fff;
  /* border-radius: 100px; */
  border: 0;
}
.au-btn-dl.white{
  background: rgb(255, 255, 255);
  color: #333;
}
.au-btn-dl.theme{
  color: #361304;
}

.text-lg{
  font-size: 30px;
}

.text-sm{
  font-size: 16px;
}
.fa-check,.iconbox-text,.iconbox-icon{
  font-size: 18px;
  font-family: HYTangMeiRen-75W, HYTangMeiRen;
  font-weight: normal;
  color: #000000!important;
}
.iconbox-style-2 .iconbox-icon{
  color: #fff!important;
  background: none!important;
}
.iconbox-style-2 .iconbox-icon.about{
  width: 24px;
  height: 24px;
  color: #F06C3C!important;
  background: #fff!important;
  font-size: 16px;
}
.iconbox-style-2.c-666 .iconbox-text{
  color: #666!important;
}
.section-about-1 .iconbox .iconbox-item-title .iconbox-icon:before{
  color: #F06C3C!important;
}
.bg-red{
  background: #F06C3C!important;
}
.v-list .iconbox{
  /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%); */
  border-radius: 100px;
  padding: 8px 0 8px 16px;
}
.v-list .iconbox.bg-none{
  background: none;
}
.v-list .check-icon{
  margin-top: 6px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.v-list .check-icon-2{
  margin-right: 20px;
}

.type--xs{
  font-size: 14px;
  font-family: HYTangMeiRen-75W, HYTangMeiRen;
  font-weight: normal;
  color: #000000;
  line-height: 20px;
}
.type--xs-white{
  color: #fff;
}

.section-footer{
  background: #534434;
}
.email{
  margin-top: 20px;
  color: #65C53E!important;
}

.section-header .navbar-logo img{
  max-width: 126px;
}

.section.home{
  background-color: #DDBA99;
}

.section.about{
  background-color: #F0DABA;
}
.section .title-0{
  max-width: 217px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .section .title-0{
    max-width: 192px;
    margin-bottom: 0px;
  }
}
.section .section-heading{
  font-size: 40px;
  font-family: HYTangMeiRen-95W, HYTangMeiRen;
  position: relative;
  padding-bottom: 32px;
}
.section .caption-text{
  font-size: 16px;
  color: #361304;
  margin-bottom: 44px;
  visibility: hidden;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-family: HYTangMeiRen-75W, HYTangMeiRen;
}

.mb-title{
  font-size: 30px !important;
  margin-bottom: 16px !important;
}
.mb-home-title-2{
  margin-bottom: 60px !important;
}
.mb-home-desc{
  font-size: 16px !important;
  margin-top: 40px !important;
}


#_toast{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-75px;
  width:150px;
  height:40px;
  border-radius:10px;
  background:#353535;
  text-align:center;
  font-size:12px;
  line-height:40px;
  color:#fff;
}