.px-0{
    margin: 0px!important;
    padding: 0px!important;
}

.pr-50p{
    padding-right: 50px!important;
}
.pr-25p{
    padding-right: 25px!important;
}

.pl-50p{
    padding-left: 50px!important;
}

.pt-b-15p{
  padding-top: 15px;
  padding-bottom: 15px;
}

.pl-r-15p{
  padding-left: 15px;
  padding-right: 15px;
}

.multi-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ml-10p{
    margin-left: 10px!important;
}

/*font size*/

.fs_l,.text_l{
    font-size: 1.25em;
}

.fs_m,.text_m{
    font-size: 1em;
}
.fs_s{
    font-size: 0.875em;
}

.fs_32p{
    font-size: 2em;
}

.fs_48p{
    font-size: 3em;
}

/*line height*/

.lh_l,.text_l{
    line-height: 32px;
}
.lh_m,.text_m{
    line-height: 24px;
}

.lh_e_l{
    line-height: 64px;
}

/* font weight */

.fw-600{
    font-weight: 600;
}

.fw-400{
    font-weight: 400;
}


.font-weight-bold{
    font-weight: bold!important;
}

/* width */

.w-100p{
 width: 100px;
}


.w-10p{
    width: 10px!important;
}
.w-25{
    width: 25%!important;
}
.w-40{
    width: 40%!important;
}
.w-60{
    width: 60%!important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}
.w-100{
    width: 100%!important;
}

.w-500p{
    width: 500px;
}


/* height */
.h-13p{
    height: 13px!important;
}
.h-25p{
    height: 25px!important;
}
.h-40p{
    height: 40px!important;
}


.h-90{
     height: 90%;
}
.h-100{
    height: 100%;
}
.h-100p{
     height: 100px;
}
.h-250p{
     height: 250px;
}
.h-500p{
     height: 500px;
}
.h-600p{
     height: 600px;
}

.height-medium{
    height: 50px!important;
}
.height-large{
    height: 70px;
}
.height-extra-medium{
    height: 150px;
}
.height-extra-large{
    height: 450px;
}
.height-footer{
    height: 150px;
}

/* border radius */

.border-r8p{
    border-radius: 8px;
}
.border-r25p{
    border-radius: 25px;
}




/* position */

.top-20{
    position: relative;
    top: 20%;
}


.cursor-pointer{
    cursor: pointer!important;
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}