* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

.d-f-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.d-f-between {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.d-f-around {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-dark-green {
    color: #008000 !important
}

.f-05 {
    font-size: 0.5rem !important;
}

.f-07 {
    font-size: 0.7rem !important;
}

.f-075 {
    font-size: 0.75rem !important;
}

.f-08 {
    font-size: 0.8rem !important;
}

.f-09 {
    font-size: 0.9rem !important;
}

.f-095 {
    font-size: 0.95rem !important;
}

.f-10 {
    font-size: 1rem !important;
}

.f-11 {
    font-size: 1.1rem !important;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-13 {
    font-size: 1.3rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-15 {
    font-size: 1.5rem !important;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

#pro_loader img {
    height: 6rem;
}

.text_color_box {
    height: 25px;
    width: 40px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: .25rem;
}

.ltr_space{
    letter-spacing: 0.05rem;
}