@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 100%;
    }
    .btn.btn-lg {
        padding: 1rem 1.5rem;
    }
    /* hero-section */
    .hero-img {
        min-width: 560px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .logo-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo-img figure {
        margin: 0 15px 15px 15px;
    }
    .subscribe-button.btn-md {
        padding: 17px 1.75rem;
        font-size: 13px;
    }
    .hero-info {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    html {
        font-size: 95%;
    }
    .btn.btn-md {
        padding: 17px 2rem;
    }
    .section-spacing {
        padding: 5rem 0;
    }
    /* hero-section */
    .hero-img {
        min-width: unset;
        margin-top: 2.5rem;
    }
    .hero-info {
        max-width: 420px;
        margin: 0 auto 0 auto;
    }
    .logo-img figure,
    .logo-img figure:nth-child(3),
    .logo-img figure:nth-child(4),
    .logo-img figure:nth-child(5) {
        max-width: 110px;
    }
    .logo-img figure:nth-child(2) {
        max-width: 90px;
    }
    .logo-img figure:nth-child(6) {
        max-width: 172px;
    }
    .logo-img {
        padding-top: 2.5rem;
    }
    .hero-info p {
        max-width: 100%;
    }
    /* smallcase-type */
    .smallcase-types-image figure {
        margin: 0 auto;
    }
    .smallcase-types-description {
        padding-top: 4rem;
    }
    .smallcase-types-description {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    /* smallcase-card */
    .smallcase-card-info {
        max-width: 400px;
        margin: 0 auto;
    }
    .card-top {
        padding-top: 3.5rem;
    }
    .card-list-items {
        margin: 0 auto;
    }
    .card-list-wrapper {
        margin-top: 3rem;
    }
    .card-list-items h4 {
        padding: 1.5rem 0 10px 0;
    }
    .testimonial_card figure {
        max-width: 100px;
    }
    .testimonial_card {
        padding: 0 15px;
        max-width: 100%;
    }
    .testimonial {
        padding-top: 3.5rem;
    }
    .card-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .card-list-items figure {
        margin: 0 auto;
    }
    /* section-cta */
    .cta-card {
        -webkit-transform: translate(-50%, -40px);
        transform: translate(-50%, -40px);
    }
    .section-cta {
        padding: 5rem 0 12rem 0;
    }
    .cta-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3rem;
    }
    .cta-info p {
        padding-top: 6px;
    }
    .cta-info {
        padding-bottom: 2rem;
    }
    .testimonial-card-wrapper h3 {
        line-height: 1.4;
    }
    .cta-info {
        max-width: 100%;
    }
    .testimonial-card-wrapper {
        max-width: 100%;
    }
    .cta-card {
        bottom: -37%;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 90%;
    }
    .btn.btn-small {
        padding: 8px 18px;
    }
    .btn.btn-md {
        padding: 15px 2rem;
    }
    .btn.btn-lg {
        padding: 16px 3rem;
    }
    .section-spacing {
        padding: 4rem 0;
    }
    /* header */
    .header--fixed {
        padding: 10px 0;
    }
    .menu-list {
        width: 100%;
        padding: 0 15px;
    }
    /* hero-section */
    .hero-top {
        margin-top: 50px;
    }
    .logo-list {
        bottom: 20px;
    }
    /* smallcase-type */
    .smallcase-types-image figure {
        max-width: 350px;
    }
    .smallcase-types-description figure {
        max-width: 350px;
        margin: 0 auto 2.5rem auto;
    }
    /* section-cta */
    .section-cta {
        padding: 5rem 0 18rem 0;
    }
    .testimonial-card-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
    .testimonial-card-wrapper h3>span {
        display: table;
        padding-top: 15px;
    }
    .testimonial-card-wrapper h3>span:after {
        top: 13px;
    }
    .cta-card {
        bottom: -27%;
    }
    /* section-faq */
    .faq-list {
        padding-top: 2.5rem;
    }
    .section-faq {
        padding-bottom: 5rem;
    }
    /* footer */
    .footer-wrapper {
        padding-top: 2.5rem;
    }
    .footer-lists {
        padding-top: 1.5rem;
    }
}

@media (max-width: 580px) {
    html {
        font-size: 85%;
    }
    h1 {
        font-size: 2rem;
    }
    h2,
    h3 {
        font-size: 1.5rem;
    }
    h4,
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 13px;
    }
    p {
        font-size: 16px;
        line-height: 1.4;
    }
    .btn {
        padding: 1.25rem 2rem;
        font-size: 14px;
    }
    .btn.btn-md {
        padding: 15px;
        font-size: 15px;
    }
    input,
    input select,
    input textarea,
    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    input[type=date] {
        padding: 13px;
    }
    .section-spacing {
        padding: 3rem 0;
    }
    /* header */
    .enroll-toggle .btn-small {
        padding: 8px 18px;
    }
    .site-header .navbar-brand a {
        width: 90px;
        height: 22px;
    }
    /* hero-section */
    .hero-top {
        margin-top: 49px;
    }
    .hero-section {
        padding: 3rem 0;
    }
    .hero-info {
        max-width: 100%;
        margin: 0 auto;
        transform: translateY(-10px);
    }
    .logo-img {
        padding: 1rem 0 0 0;
    }
    .logo-img figure,
    .logo-img figure:nth-child(3),
    .logo-img figure:nth-child(4),
    .logo-img figure:nth-child(5) {
        max-width: 100px;
    }
    .logo-img figure:nth-child(6) {
        max-width: 132px;
    }
    .hero-info p {
        font-size: 16px;
        padding: 1rem 0 1.5rem 0;
    }
    .hero-info form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    input.subscribe-form {
        width: 100%;
        margin-right: 0;
    }
    .subscribe-button.btn-md {
        margin-top: 1rem;
        width: 100%;
    }
    .logo-list {
        position: relative;
        padding-top: 1rem;
        bottom: 0;
    }
    .logo-img {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .hero-img {
        margin-top: 1.875rem;
    }
    /* smallcase-type */
    .smallcase-types-description {
        max-width: 100%;
    }
    .smallcase-types-image figure,
    .smallcase-types-description figure {
        max-width: 300px;
    }
    .smallcase-types-description {
        padding-top: 2rem;
    }
    /* smallcase-card  */
    .card-img figure {
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    .smallcase-card-info,
    .smallcase-card-info p,
    .card-list-items {
        max-width: 100%;
    }
    .smallcase-card-info h2 {
        padding-bottom: 10px;
    }
    .card-list-items figure {
        margin: 0 auto;
    }
    .testimonial_card figure {
        max-width: 60px;
    }
    .testimonial-info p {
        font-size: 16px;
        padding-top: 6px;
    }
    .testimonial-info p:last-child img {
        max-width: 110px;
        margin-left: 5px;
    }
    .testimonial {
        padding: 3.5rem 0 0 0;
    }
    .card-top {
        padding-top: 3.5rem;
    }
    .testimonial_card {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .testimonial-info {
        padding-left: 1rem;
    }
    .testimonial-info {
        margin-left: 0;
    }
    .testimonial-card-wrapper .testimonial-info p {
        padding-top: 5px;
        line-height: 1.7;
    }
    .testimonial-card-wrapper .testimonial-info p>img {
        max-width: 90px;
    }
    /* section-cta */
    .cta-card {
        width: 92%;
        padding: 2rem 0;
    }
    .section-cta {
        padding: 3rem 0 15rem 0;
    }
    .cta-wrapper {
        padding: 2rem;
    }
    .cta-info h2 {
        font-size: 1.5rem;
    }
    .cta-info p {
        font-size: 16px;
    }
    .testimonial-card-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .testimonial-card-wrapper h3>span {
        font-size: 16px;
        padding-top: 10px;
    }
    .testimonial-card-wrapper h3>span:after {
        top: 7px;
        background-size: 85%;
    }
    .testimonial-card {
        padding-bottom: 1rem;
    }
    .cta-card {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }
    .testimonial-card-wrapper figure {
        max-width: 80px;
        float: none;
        margin-bottom: 1.25rem;
    }
    .cta-card .row {
        padding: 0;
        margin: 0;
    }
    /* faq-section */
    .faq-list {
        padding-top: 2rem;
    }
    .section-faq {
        padding-bottom: 4rem;
    }
    .faq-list h5 {
        padding-bottom: 10px;
    }
    /* footer */
    .footer-secondary {
        padding: 1.5rem 0 1.5rem 0;
    }
    .footer-wrapper {
        padding-top: 2rem;
    }
    .footer-lists {
        padding-top: 1rem;
    }
    .footer-lists li {
        padding-bottom: 4px;
    }
    .types-description {
        max-width: 100%;
    }
    .testimonial-card-wrapper {
        padding: 0 0;
    }
}

@media (max-width: 479px) {
    /* smallcase-card  */
    .card-list-items figure {
        max-width: 100%;
    }
    /* section-cta */
    .cta-form {
        max-width: 100%;
    }
}