/* offer CSS */

/*@import url(http://db.onlinewebfonts.com/c/dac669c49405593244d081065905ab09?family=Expo+Sans+Std+Medium);

 @import url(http://db.onlinewebfonts.com/c/8ae43a4040d9d4638a84becab7be624b?family=Expo+Sans+Std+Thin); */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    color: #fff;
}

a:focus {
    text-decoration: none !important;
}

.app-update {
    min-height: 100%;
    min-height: calc(100% - 0px);
}

.topcut {
    background-image: url("../images/TopCut.jpg");
    width: 100%;
    min-height: 110px;
    background-repeat: no-repeat;
    top: 0px;
    background-attachment: unset;
    background-position: 0px 34px;
    z-index: -99;
    position: fixed;
    left: 0;
}

.car {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 85px;
}

.car img {
    width: 32%;
    margin-bottom: 25px;
    transform: rotate(180deg);
}

.bottomcut {
    background-image: url("../images/BottomCut.jpg");
    width: 100%;
    min-height: 125px;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: 0px 0px;
    background-size: contain;
    bottom: 0;
    z-index: -99;
    position: fixed;
    right: 0;
    background-size: cover;
}

.content-app{
    width: 100%;
    z-index: 0;
    margin-top: -30px;
}

.content-app h3 {
    font-weight: 600;
}

.content-app p {
    font-size: 14px;
    color: #676767;
}

.gradiant-btn {
    background: rgb(80, 165, 244);
    background: linear-gradient(
97deg, rgba(80, 165, 244, 1) 0%, rgba(96, 75, 219, 1) 100%);
    padding: 7px 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 9px;
    margin: 15px;
    width: 93%;
    border: 0;
}

.content-app p span {
    font-size: 16px;
    color: #000;
}