@import url("./header.css");
@import url("./footer.css");

.nav-item {
    padding: 21px 22px 0px 1px;
    margin: 10px 0;
    font-size: 12px;
    font-family: spartan;
}

input,
textarea,
p,
ul,
li,
h5 {
    font-family: spartan;
}

option {
    font-family: spartan;
}

.login-signup-btn {
    display: flex;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 13px;
    font-family: Spartan;
    width: 8rem;
    height: 2.5rem;
}

.premiumButton {
    font-size: 12px;
    font-weight: 600;
    background-color: rgb(213, 28, 34);
    text-align: center;
    white-space: nowrap;
    padding-top: 11px;
    color: white;
    width: 200px;
    border-radius: 5px;
    margin-top: -6px;
    font-family: Spartan;
    display: block;
    padding: 0.5rem 1rem;
}

.container-fluid {
    padding-right: 3%;
    padding-left: 4%;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: white;
}

.dropdown-menu[data-bs-popper] {
    top: auto;
    left: auto;
    margin-top: 0;
}

.nav-item {
    color: rgb(0, 0, 0);
    margin: 0px 10px;
    font-weight: 800;
    font-family: Spartan;
    font-size: 13px;
    white-space: nowrap;
}


.navbar {
    border-bottom: 0.5px solid lightgray;
}

.desc {
    text-align: justify;
    font-weight: bold;
    line-height: 2rem;
}

p,
li {
    text-align: justify;
    font-size: 14px;
}

hr {
    color: #1C1212;
    margin-top: 40px;
    margin-bottom: 40px;
}

.fa-circle {
    font-size: 5px;
}

.font-14 {
    font-size: 13px;
    font-weight: bold;
    color: black;
}

@media only screen and (max-width: 800px) {
    .socialHeader {
        display: none;
    }
}

.form-control {
    font-size: 12px;
}

.iti {
    width: 100%;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: inline-block;
    margin-right: 0px;
}

.breadcrumb-item::after {
    content: " >";
    color: #333;
}

.breadcrumb-item::before {
    content: "" !important;
}

.breadcrumb-item:last-child::after {
    content: "";
}