
/* banner */
.case-banner {
    overflow: hidden;
    padding-top: 40px;
    min-height: 280px;
    background: url(/static/images/case-bg.jpg) no-repeat center;
}
.app-banner-title {
    padding: 25px 60px;
    max-width: 404px;
    max-height: 196px;
    background-color: rgba(43,43,43,.7);
}
.app-banner-title h1 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
}
.app-banner-title span {
    color: #fff;
    font-size: 14px;
}
.case-img{
    margin:0 auto;
}
/*  */
.article-wrapper{
    max-width: calc(800px + 2em);
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.article-title{
    line-height: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    font-size: 35px;
}
.article-text{
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    line-height: calc(-0.07143vw + 2.05714em);
    color: #454849;
}
.article-desc h2{
    font-weight: bold;
    line-height: 1.35em;
}
.form-box{
        border: 1px solid rgb(244, 244, 244);
        width: calc(500px + 2rem);
        margin: 20px auto;
        padding: 2rem;
        border-radius: 5px;
        box-shadow: 1px 2px 3px -2px rgb(0 0 0 / 50%);
        /* margin: 30px 0; */
}
.form-box h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 2em;
    line-height: calc(0.05357vw + 1.05714em);
}
.indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}
.asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}
  .form-mail{
        clear: left;
        position: relative;
        width: 96%;
        padding-bottom: 3%;
        min-height: 50px;
    }
    .form-mail label{
        font-size: 22px;
        font-weight: normal;
    }
    .email{
        
            display: block;
            width: 100%;
            padding: 8px 0;
            text-indent: 2%;
            border: 1px solid #ABB0B2;
            border-radius: 3px;
            overflow: visible;
    }
   
    .button:hover {
        background-color: #777;
    }
    .button {
        clear: both;
        border: 0 none;
        border-radius: 4px;
        transition: all 0.23s ease-in-out 0s;
        color: #FFFFFF;
        display: inline-block;
        font-size: 15px;
        line-height: 32px;
        margin: 0 5px 10px 0;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        width: auto;
        background-color: #101010;
        padding: 1rem;
        height: auto !important;
    }
    .buy{
        text-align: center;
    }
    .buy h2{
        font-weight: bold;
        font-size: calc(1.22031vw + 19.78635px);
    }
    .forms-sub {
        border: none;
        width: 12%;
        height: 40px;
        color: #fff;
        background: #000;
        font-size: 18px;
        margin-bottom: 50px;
    }
    
    .button-text {
        background: #000;
        color: #fff;
    }
    
   
    
    .forms-btn {
        margin-top: 30px;
        display: block;
    }
  
    
    
    @media(max-width:768px) {
      
    }
    @media(max-width:768px){
        .wrapper{
            padding-left: 15px!important;
        }
        .form-box{
            width: auto;
        }
        .forms-sub {
            width: 50%;
        }
    
        
    }