/* font sizes */
.fs-11 {
    font-size: 11px;    
}

.fs-12 {
    font-size: 14px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60{
	font-size: 60px;
}

.fs-65 {
    font-size: 65px;
}

.fs-70 {
    font-size: 70px;
}

.fs-75 {
    font-size: 75px;
}

.fs-80 {
    font-size: 80px;
}

.fs-90 {
    font-size: 90px;
}

.fs-100 {
    font-size: 100px;
}

/* line height */

.lineH-50 {
    line-height: 50px;
}

@media only screen and (max-width: 1599.98px)
{
    .fs-lg-12 {
        font-size: 12px !important;
    }

    .fs-lg-14 {
        font-size: 14px !important;
    }

    .fs-lg-18 {
        font-size: 18px !important;
    }

    .fs-lg-30 {
        font-size: 30px !important;
    }

    .fs-lg-65 {
        font-size: 65px !important;
    }

    .fs-lg-70 {
        font-size: 70px !important;
    }
}

@media only screen and (max-width: 991.98px){
    .lineH-md-30 {
        line-height: 30px !important;
    }

    .lineH-md-50 {
        line-height: 50px;
    }

    .fs-md-11 {
        font-size: 11px !important;
    }

    .fs-md-12 {
        font-size: 12px !important;
    }

    .fs-md-14 {
        font-size: 14px !important;
    }

    .fs-md-16 {
        font-size: 16px !important;
    }

    .fs-md-24 {
        font-size: 24px !important;
    }

    .fs-md-30 {
        font-size: 30px !important;
    }

    .fs-md-40 {
        font-size: 40px !important;
    }

    .fs-md-48 {
        font-size: 48px !important;
    }

    .fs-md-60 {
        font-size: 60px !important;
    }

    @media only screen and (max-width: 575.98px)
    {
        .fs-sm-11 {
            font-size: 11px !important;
        }

        .fs-sm-12 {
            font-size: 12px !important;
        }

        .fs-sm-13 {
            font-size: 13px !important;
        }

        .fs-sm-14 {
            font-size: 14px !important;
        }

        .fs-sm-16 {
            font-size: 16px !important;
        }

        .fs-sm-20 {
            font-size: 20px !important;
        }

        .fs-sm-26 {
            font-size: 26px !important;
        }

        .fs-sm-29 {
            font-size: 29px !important;
        }

        .fs-sm-40 {
            font-size: 40px !important;
        }

        .fs-sm-50 {
            font-size: 50px !important;
        }
    }
}