/* Mobile */
@media (max-width: 1000px) {
    #mobile__features {
        display: none;
    }
}

.ts__body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.ts__header {
    font-size: 24px !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
}
.ts__header span {
    font-size: 14px;
    font-weight: 500;
}
.ts__sub__header {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}
.ts__strong {
    font-weight: 600;
    color: #000;
}

.ad-full-width-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: 26px 0;
}
.ad-parallax-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.3);
}
.ad-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    padding: 28px 16px;
    color: white;
    text-align: center;
    width: 100%;
    margin: auto;
}
.ad-bannerContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.login-banner {
    text-align: left;
    background-color: #76562b;
    width: 40%;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.login-banner p{
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
}
.ad-banner-content h1 {
    font-size: 52px;
    color: #c4c4c4;
    /* background: #0000006b; */
    font-family: inherit;
    padding: 26px 20px 26px 0;
    border-radius: 8px;
    font-weight: 600;
    text-align: left;
    line-height: 60px;
    width: 96%;
}
.ad-banner-content a:hover {
    color: #fff;
}
.ad-banner-content .ad-btn__text {
    display: flex;
    justify-content: left;
    padding-left: 2px;
    width: 15%;
}

@media (min-width: 1200px) {
    .ad-banner-content {
        width: 76%;
    }
  
}
@media (min-width: 900px) {
    .ad-banner-content {
        width: 84%;
    }
}
@media (max-width: 900px) {
    .ad-bannerContainer {
        display: block;
        width: unset;
    }
    .ad-banner-content .ad-btn__text {
        width: unset;
    }
    .login-banner{
        width: 100%;
    }
}
@media (max-width: 450px) {
    .ad-banner-content h1 {
        padding: 26px 5px;
    }
    .ad-bannerContainer {
        display: block;
        width: unset;
    }
    .ad-banner-content .ad-btn__text {
        width: unset;
    }
}
