@media (max-width: 1600px) {

    /* Font size */
    .xxl-fs-100 {
        font-size: 6.25rem !important;
        line-height: 6.25rem !important;
    }

    .xxl-fs-110 {
        font-size: 6.875rem !important;
        line-height: 6.875rem !important;
    }

    .xxl-fs-120 {
        font-size: 7.5rem !important;
        line-height: 7.5rem !important;
    }

    .xxl-fs-130 {
        font-size: 8.125rem !important;
        line-height: 8.125rem !important;
    }

    .xxl-fs-140 {
        font-size: 8.75rem !important;
        line-height: 8.75rem !important;
    }

    .xxl-fs-150 {
        font-size: 9.375rem !important;
        line-height: 9.375rem !important;
    }

    .xxl-fs-160 {
        font-size: 10rem !important;
        line-height: 10rem !important;
    }

    .xxl-fs-170 {
        font-size: 10.625rem !important;
        line-height: 10.625rem !important;
    }

    .xxl-fs-180 {
        font-size: 11.25rem !important;
        line-height: 11.25rem !important;
    }

    .xxl-fs-190 {
        font-size: 11.875rem !important;
        line-height: 11.875rem !important;
    }

    .xxl-fs-200 {
        font-size: 12.5rem !important;
        line-height: 12.5rem !important;
    }

    .xxl-fs-250 {
        font-size: 15.625rem !important;
        line-height: 15.625rem !important;
    }

    .xxl-fs-275 {
        font-size: 17.188rem !important;
        line-height: 17.188rem !important;
    }

    .xxl-fs-300 {
        font-size: 18.75rem !important;
        line-height: 18.75rem !important;
    }

    /* Width */
    .xxl-w-5 {
        width: 5% !important
    }

    .xxl-w-10 {
        width: 10% !important
    }

    .xxl-w-15 {
        width: 15% !important
    }

    .xxl-w-20 {
        width: 20% !important
    }

    .xxl-w-25 {
        width: 25% !important
    }
    
    .xxl-w-30 {
        width: 30% !important
    }
    
    .xxl-w-35 {
        width: 35% !important
    }
    
    .xxl-w-40 {
        width: 40% !important
    }
    
    .xxl-w-45 {
        width: 45% !important
    }
    
    .xxl-w-50 {
        width: 50% !important
    }
    
    .xxl-w-55 {
        width: 55% !important
    }
    
    .xxl-w-60 {
        width: 60% !important
    }
    
    .xxl-w-65 {
        width: 65% !important
    }
    
    .xxl-w-70 {
        width: 70% !important
    }
    
    .xxl-w-75 {
        width: 75% !important
    }
    
    .xxl-w-80 {
        width: 80% !important
    }
    
    .xxl-w-85 {
        width: 85% !important
    }
    
    .xxl-w-90 {
        width: 90% !important
    }
    
    .xxl-w-95 {
        width: 95% !important
    }
    
    .xxl-w-100 {
        width: 100% !important
    }
}

@media (max-width: 1399px) {

    /* Font size */
    .xl-fs-0 {
        font-size: 0;
    }

    .xl-fs-10 {
        font-size: 10px !important;
    }

    .xl-fs-11 {
        font-size: 11px !important;
    }

    .xl-fs-12 {
        font-size: 12px !important;
    }

    .xl-fs-13 {
        font-size: 13px !important;
    }

    .xl-fs-14 {
        font-size: 14px !important;
    }

    .xl-fs-15 {
        font-size: 15px !important;
    }

    .xl-fs-16 {
        font-size: 16px !important;
    }

    .xl-fs-17 {
        font-size: 17px !important;
    }

    .xl-fs-18 {
        font-size: 18px !important;
    }

    .xl-fs-19 {
        font-size: 19px !important;
    }

    .xl-fs-20 {
        font-size: 20px !important;
    }

    .xl-fs-22 {
        font-size: 22px !important;
    }

    .xl-fs-24 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .xl-fs-26 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

    .xl-fs-28 {
        font-size: 1.75rem !important;
        line-height: 2.6rem !important;
    }

    .xl-fs-30 {
        font-size: 1.875rem !important;
        line-height: 2.8rem !important;
    }

    .xl-fs-32 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .xl-fs-40 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .xl-fs-45 {
        font-size: 2.813rem !important;
        line-height: 3rem !important;
    }

    .xl-fs-50 {
        font-size: 3.125rem !important;
        line-height: 3.25rem !important;
    }

    /* Width */
    .xl-w-5 {
        width: 5% !important
    }

    .xl-w-10 {
        width: 10% !important
    }

    .xl-w-15 {
        width: 15% !important
    }

    .xl-w-20 {
        width: 20% !important
    }

    .xl-w-25 {
        width: 25% !important
    }
    
    .xl-w-30 {
        width: 30% !important
    }
    
    .xl-w-35 {
        width: 35% !important
    }
    
    .xl-w-40 {
        width: 40% !important
    }
    
    .xl-w-45 {
        width: 45% !important
    }
    
    .xl-w-50 {
        width: 50% !important
    }
    
    .xl-w-55 {
        width: 55% !important
    }
    
    .xl-w-60 {
        width: 60% !important
    }
    
    .xl-w-65 {
        width: 65% !important
    }
    
    .xl-w-70 {
        width: 70% !important
    }
    
    .xl-w-75 {
        width: 75% !important
    }
    
    .xl-w-80 {
        width: 80% !important
    }
    
    .xl-w-85 {
        width: 85% !important
    }
    
    .xl-w-90 {
        width: 90% !important
    }
    
    .xl-w-95 {
        width: 95% !important
    }
    
    .xl-w-100 {
        width: 100% !important
    }
}

@media (max-width: 1199px) {

    /* Font size */
    .lg-fs-0 {
        font-size: 0;
    }

    .lg-fs-10 {
        font-size: 10px !important;
    }

    .lg-fs-11 {
        font-size: 11px !important;
    }

    .lg-fs-12 {
        font-size: 12px !important;
    }

    .lg-fs-13 {
        font-size: 13px !important;
    }

    .lg-fs-14 {
        font-size: 14px !important;
    }

    .lg-fs-15 {
        font-size: 15px !important;
    }

    .lg-fs-16 {
        font-size: 16px !important;
    }

    .lg-fs-17 {
        font-size: 17px !important;
    }

    .lg-fs-18 {
        font-size: 18px !important;
    }

    .lg-fs-19 {
        font-size: 19px !important;
    }

    .lg-fs-20 {
        font-size: 20px !important;
    }

    .lg-fs-22 {
        font-size: 22px !important;
    }

    .lg-fs-24 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .lg-fs-26 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

    .lg-fs-28 {
        font-size: 1.75rem !important;
        line-height: 2.6rem !important;
    }

    .lg-fs-30 {
        font-size: 1.875rem !important;
        line-height: 2.8rem !important;
    }

    .lg-fs-32 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .lg-fs-40 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .lg-fs-45 {
        font-size: 2.813rem !important;
        line-height: 3rem !important;
    }

    .lg-fs-50 {
        font-size: 3.125rem !important;
        line-height: 3.25rem !important;
    }

    /* Width */
    .lg-w-5 {
        width: 5% !important
    }

    .lg-w-10 {
        width: 10% !important
    }

    .lg-w-15 {
        width: 15% !important
    }

    .lg-w-20 {
        width: 20% !important
    }

    .lg-w-25 {
        width: 25% !important
    }
    
    .lg-w-30 {
        width: 30% !important
    }
    
    .lg-w-35 {
        width: 35% !important
    }
    
    .lg-w-40 {
        width: 40% !important
    }
    
    .lg-w-45 {
        width: 45% !important
    }
    
    .lg-w-50 {
        width: 50% !important
    }
    
    .lg-w-55 {
        width: 55% !important
    }
    
    .lg-w-60 {
        width: 60% !important
    }
    
    .lg-w-65 {
        width: 65% !important
    }
    
    .lg-w-70 {
        width: 70% !important
    }
    
    .lg-w-75 {
        width: 75% !important
    }
    
    .lg-w-80 {
        width: 80% !important
    }
    
    .lg-w-85 {
        width: 85% !important
    }
    
    .lg-w-90 {
        width: 90% !important
    }
    
    .lg-w-95 {
        width: 95% !important
    }
    
    .lg-w-100 {
        width: 100% !important
    }
}

@media (max-width: 991px) {

    /* Font size */
    .md-fs-0 {
        font-size: 0;
    }

    .md-fs-10 {
        font-size: 10px !important;
    }

    .md-fs-11 {
        font-size: 11px !important;
    }

    .md-fs-12 {
        font-size: 12px !important;
    }

    .md-fs-13 {
        font-size: 13px !important;
    }

    .md-fs-14 {
        font-size: 14px !important;
    }

    .md-fs-15 {
        font-size: 15px !important;
    }

    .md-fs-16 {
        font-size: 16px !important;
    }

    .md-fs-17 {
        font-size: 17px !important;
    }

    .md-fs-18 {
        font-size: 18px !important;
    }

    .md-fs-19 {
        font-size: 19px !important;
    }

    .md-fs-20 {
        font-size: 20px !important;
    }

    .md-fs-22 {
        font-size: 22px !important;
    }

    .md-fs-24 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .md-fs-26 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

    .md-fs-28 {
        font-size: 1.75rem !important;
        line-height: 2.6rem !important;
    }

    .md-fs-30 {
        font-size: 1.875rem !important;
        line-height: 2.8rem !important;
    }

    .md-fs-32 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .md-fs-40 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .md-fs-45 {
        font-size: 2.813rem !important;
        line-height: 3rem !important;
    }

    .md-fs-50 {
        font-size: 3.125rem !important;
        line-height: 3.25rem !important;
    }

    /* Width */
    .md-w-5 {
        width: 5% !important
    }

    .md-w-10 {
        width: 10% !important
    }

    .md-w-15 {
        width: 15% !important
    }

    .md-w-20 {
        width: 20% !important
    }

    .md-w-25 {
        width: 25% !important
    }
    
    .md-w-30 {
        width: 30% !important
    }
    
    .md-w-35 {
        width: 35% !important
    }
    
    .md-w-40 {
        width: 40% !important
    }
    
    .md-w-45 {
        width: 45% !important
    }
    
    .md-w-50 {
        width: 50% !important
    }
    
    .md-w-55 {
        width: 55% !important
    }
    
    .md-w-60 {
        width: 60% !important
    }
    
    .md-w-65 {
        width: 65% !important
    }
    
    .md-w-70 {
        width: 70% !important
    }
    
    .md-w-75 {
        width: 75% !important
    }
    
    .md-w-80 {
        width: 80% !important
    }
    
    .md-w-85 {
        width: 85% !important
    }
    
    .md-w-90 {
        width: 90% !important
    }
    
    .md-w-95 {
        width: 95% !important
    }
    
    .md-w-100 {
        width: 100% !important
    }
}

@media (max-width: 767px) {

    /* Heading */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 25px !important;
    }

    /* Font size */
    .sm-fs-0 {
        font-size: 0 !important;
    }

    .sm-fs-10 {
        font-size: 10px !important;
    }

    .sm-fs-11 {
        font-size: 11px !important;
    }

    .sm-fs-12 {
        font-size: 12px !important;
    }

    .sm-fs-13 {
        font-size: 13px !important;
    }

    .sm-fs-14 {
        font-size: 14px !important;
    }

    .sm-fs-15 {
        font-size: 15px !important;
    }

    .sm-fs-16 {
        font-size: 16px !important;
    }

    .sm-fs-17 {
        font-size: 17px !important;
    }

    .sm-fs-18 {
        font-size: 18px !important;
    }

    .sm-fs-19 {
        font-size: 19px !important;
    }

    .sm-fs-20 {
        font-size: 20px !important;
    }

    .sm-fs-22 {
        font-size: 22px !important;
    }

    .sm-fs-24 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .sm-fs-26 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

    .sm-fs-28 {
        font-size: 1.75rem !important;
        line-height: 2.6rem !important;
    }

    .sm-fs-30 {
        font-size: 1.875rem !important;
        line-height: 2.8rem !important;
    }

    .sm-fs-32 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .sm-fs-40 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .sm-fs-45 {
        font-size: 2.813rem !important;
        line-height: 2.813rem !important;
    }

    .sm-fs-50 {
        font-size: 3.125rem !important;
        line-height: 3.125rem !important;
    }

    /* Width */
    .sm-w-5 {
        width: 5% !important
    }

    .sm-w-10 {
        width: 10% !important
    }

    .sm-w-15 {
        width: 15% !important
    }

    .sm-w-20 {
        width: 20% !important
    }

    .sm-w-25 {
        width: 25% !important
    }
    
    .sm-w-30 {
        width: 30% !important
    }
    
    .sm-w-35 {
        width: 35% !important
    }
    
    .sm-w-40 {
        width: 40% !important
    }
    
    .sm-w-45 {
        width: 45% !important
    }
    
    .sm-w-50 {
        width: 50% !important
    }
    
    .sm-w-55 {
        width: 55% !important
    }
    
    .sm-w-60 {
        width: 60% !important
    }
    
    .sm-w-65 {
        width: 65% !important
    }
    
    .sm-w-70 {
        width: 70% !important
    }
    
    .sm-w-75 {
        width: 75% !important
    }
    
    .sm-w-80 {
        width: 80% !important
    }
    
    .sm-w-85 {
        width: 85% !important
    }
    
    .sm-w-90 {
        width: 90% !important
    }
    
    .sm-w-95 {
        width: 95% !important
    }
    
    .sm-w-100 {
        width: 100% !important
    }
}

@media (max-width: 575px) {

    /* Font size */
    .xs-fs-0 {
        font-size: 0;
    }

    .xs-fs-10 {
        font-size: 10px !important;
    }

    .xs-fs-11 {
        font-size: 11px !important;
    }

    .xs-fs-12 {
        font-size: 12px !important;
    }

    .xs-fs-13 {
        font-size: 13px !important;
    }

    .xs-fs-14 {
        font-size: 14px !important;
    }

    .xs-fs-15 {
        font-size: 15px !important;
    }

    .xs-fs-16 {
        font-size: 16px !important;
    }

    .xs-fs-17 {
        font-size: 17px !important;
    }

    .xs-fs-18 {
        font-size: 18px !important;
    }

    .xs-fs-19 {
        font-size: 19px !important;
    }

    .xs-fs-20 {
        font-size: 20px !important;
    }

    .xs-fs-22 {
        font-size: 22px !important;
    }

    .xs-fs-24 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .xs-fs-26 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

    .xs-fs-28 {
        font-size: 1.75rem !important;
        line-height: 2.6rem !important;
    }

    .xs-fs-30 {
        font-size: 1.875rem !important;
        line-height: 2.8rem !important;
    }

    .xs-fs-32 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .xs-fs-40 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .xs-fs-45 {
        font-size: 2.813rem !important;
        line-height: 3rem !important;
    }

    .xs-fs-50 {
        font-size: 3.125rem !important;
        line-height: 3.125rem !important;
    }

    /* Width */
    .xs-w-5 {
        width: 5% !important
    }

    .xs-w-10 {
        width: 10% !important
    }

    .xs-w-15 {
        width: 15% !important
    }

    .xs-w-20 {
        width: 20% !important
    }

    .xs-w-25 {
        width: 25% !important
    }
    
    .xs-w-30 {
        width: 30% !important
    }
    
    .xs-w-35 {
        width: 35% !important
    }
    
    .xs-w-40 {
        width: 40% !important
    }
    
    .xs-w-45 {
        width: 45% !important
    }
    
    .xs-w-50 {
        width: 50% !important
    }
    
    .xs-w-55 {
        width: 55% !important
    }
    
    .xs-w-60 {
        width: 60% !important
    }
    
    .xs-w-65 {
        width: 65% !important
    }
    
    .xs-w-70 {
        width: 70% !important
    }
    
    .xs-w-75 {
        width: 75% !important
    }
    
    .xs-w-80 {
        width: 80% !important
    }
    
    .xs-w-85 {
        width: 85% !important
    }
    
    .xs-w-90 {
        width: 90% !important
    }
    
    .xs-w-95 {
        width: 95% !important
    }
    
    .xs-w-100 {
        width: 100% !important
    }
}