/* GENERIC CLASSES */
/* Margin Classes */
.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 55px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-t-110 {
    margin-top: 105px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-130 {
    margin-top: 130px;
}

.m-t-165 {
    margin-top: 165px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-10-p {
    margin-right: 10%;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-120 {
    margin-left: 120px;
}

.m-l-10-p {
    margin-left: 10%;
}

/* Padding Classes */
.pd-r-20 {
    padding-right: 20px;
}

.pd-t-65 {
    padding-top: 65px;
}

.pd-t-95 {
    padding-top: 95px;
}

.pd-t-120 {
    padding-top: 120px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-75 {
    padding: 75px;
}


.pd-b-100 {
    padding-bottom: 100px;
}

.pd-b-120 {
    padding-bottom: 120px;
}

/* Font related Classes */
.font-50 {
    font-size: 50px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-w-500 {
    font-weight: 500;
}

.f-w-700 {
    font-weight: 700;
}
.f-w-800 {
    font-weight: 800;
}

.f-w-900 {
    font-weight: 900;
}

.font-italic {
    font-style: italic;
}

/* Colors */
.c-grey1 {
    color: #B6B7B8;
}

/* Alignment */
.text-align-center {
    text-align: center;
}

.text-align-start {
    text-align: start;
}

.display-flex {
    display: flex;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-space-between {
    justify-content: space-between;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.cursor-pointer {
    cursor: pointer;
}

.width-100 {
    width: 100%;
}

.width-fit-content {
    width: fit-content;
}

.w-284px {
    width: 284px;
}

.height-100 {
    height: 100%;
}

.color-black {
    color: #000 !important;
}

.color-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #0D0F14;
}

.margin-0-10-p {
    margin: 0 10%;
}

.padding-0-10-p {
    padding: 0 10%;
}

.opacity-zero {
    opacity: 0;
}

.testimonial-image {
    height: 49px;
    /* width: 50.03px; */
    border-radius: 30px;
}