.h-100vh {
    height: 100vh;
}

.w-100 {
    width: 100%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.fullscreen {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.c-white {
    color: white;
}

.fullscreen-rel {
    height: 100%; 
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

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

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



.bg_white {
	background: white;
}

.noscrollbar {
    -ms-overflow-style: none;
	scrollbar-width: none;
}

.noscrollbar::-webkit-scrollbar {
    display: none;
	width: 0px;
	background: transparent;
}

.nowrap {
	white-space: nowrap;
}



.nolink, .nolink:hover {
	text-decoration: none;
}
