.mobile-app-wrapper{
    background-color: var(--theme-color);
    background-image: url(https://dsathemes.com/html/mobicom/files/images/tra-bg-1.png);
    padding-top: 170px;
}
.mobile-app-wrapper .hero-txt{
    text-align: center;
}
.hero-txt h2{
    font-size: 3.25rem;
    color: #fff;
    margin-bottom: 2rem;
}
.hero-txt .btn{
    margin-bottom: 2rem;
}
.hero-txt p{
    color:#3333339e;
}
.btn-white{
    background-color: #fff;
}
.hero-img{
    text-align: center;
}
.hero-img{
    margin-top: 50px;
}
.hero-txt p{
    color: #fff;
    font-size: 18px;
}
.download_btn {
    text-align: end;
}
.download_btn a{
    display: block;
}
.download_btn a:first-child{
    margin-bottom: 20px;
}
.QA-code-app {
    text-align: start;
}
.feature-section{
    padding: 100px 0;
}
.box-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.box-icon-lg{
    position: relative;
    text-align: center;
    height: 100%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.box-icon-lg:hover{
    border-top: 1px solid #4fcb36;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.box-icon-lg:hover .box-line {
    background-color: #4fcb36;
    opacity: 1;
}
.inner-ic{
    display: block;
    margin-bottom: 20px;
}
.inner-ic i{
    font-size: 50px;
}
.box-icon-lg:hover .inner-ic i{
    color:#4fcb36
}
.app-download-section {
    padding:0 0 100px;
}
section.download-app-banner {
    background: var(--theme-color);
    padding: 100px 0 0;
}