/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #hero-area .contents .head-title {
        font-size: 40px;
    }
    .services-item .services-content h3 a {
        font-size: 14px;
    }
    .title-hl {
        font-size: 30px;
    }
    .why .content h3 {
        font-size: 30px;
    }
}

/* tablets */
@media (max-width: 991px) {
    .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .services-item .services-content h3 a {
        font-size: 14px;
    }
    .services-item {
        margin-bottom: 20px;
    }
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .services-item .services-content h3 a {
        font-size: 16px;
    }
    #about .sec-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .title-hl {
        font-size: 30px;
    }
    .text-wrapper {
        padding: 60px 30px;
    }
    .why .content h3 {
        font-size: 30px;
    }
    .testimonial-item {
        padding: 10px;
    }
    .testimonial-item .content h2 {
        font-size: 15px;
    }
    .footer-area .footer-titel {
        margin-top: 30px;
    }
}

/* mobile or only mobile */
@media (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .title-hl {
        font-size: 22px;
    }
    .navbar-brand img {
        margin: 5px 0;
    }
    #hero-area .contents {
        padding: 100px 0px 60px 0px;
    }
    #hero-area .contents .head-title {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    #hero-area .contents p {
        font-size: 18px;
    }
    #hero-area .contents .btn {
        margin: 5px 10px 10px 0px;
    }
    .text-wrapper {
        padding: 60px 15px;
    }
    #about .sec-title h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .why .content h3 {
        font-size: 18px;
    }
    .testimonial-item {
        padding: 0;
    }
    .client-item-wrapper img {
        width: 70%;
    }
    .footer-right-contact .single-contact {
        margin: 10px 7px;
        padding: 3px 45px;
    }
    .footer-area .footer-titel {
        margin-top: 30px;
    }
    .contact-form-area h2 {
        font-size: 14px;
    }
}





.card-bounding {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    border: 1px solid #3e73ea;
    border-radius: 6px;
    font-family: 'Roboto';
    background: #ffffff;
}

.card-bounding aside {
    font-size: 24px;
    padding-bottom: 8px;
}

.card-container {
    width: 100%;
    padding-left: 80px;
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0 auto 30px auto;
}

.card-container input {
    width: 100%;
    letter-spacing: 1px;
    font-size: 25px;
    padding: 15px 15px 15px 25px;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

.card-type {
    width: 80px;
    height: 56px;
    background: url("../img/cards.png") no-repeat 0 -291px;
    position: absolute;
    top: 3px;
    left: 4px;
}

.card-type.mastercard { background-position: 0 0; }

.card-type.visa { background-position: 0 -115px; }

.card-type.amex { background-position: 0 -57px; }

.card-type.discover { background-position: 0 -174px; }

.card-valid {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 60px;
    font-size: 40px;
    font-family: 'icons';
    color: #ccc;
}

.card-valid.active { color: #42ca7c; }

.card-details {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    transition: 300ms ease;
}

.card-details input {
    font-size: 25px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.card-details input.error {
    border: 1px solid #c2313c;
    box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
    outline: none;
}

.card-details .expiration {
    width: 50%;
    float: left;
    padding-right: 5%;
}

.card-details .cvv {
    width: 45%;
    float: left;
}
