.fontatas {
    white-space: nowrap;
    text-align: left !important;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: rgba(255, 255, 255, 1) !important;
    /* letter-spacing: 0.91px; */
    text-transform: uppercase;
}

.fontatas.scrolled {
    /* white-space: nowrap; */
    text-align: left !important;
    font-family: 'Poppins', sans-serif;
    /* font-style: normal;
    font-weight: bold; */
    /* font-size: 15px; */
    color: #152651 !important;
    /* letter-spacing: 0.91px;
    text-transform: uppercase; */
}

.navbarcolor {
    background-color: transparent;
    border-color: transparent;
    transition: 0.3s;
}

.navbarcolor.scrolled {
    background-color: white !important;
    box-shadow: 1px 3px 10px 2px grey;
}

.tlt {
    cursor: pointer;
    margin-left: 15px;
    background-color: white;
    padding: 5px !important;
    color: blue !important;
    top: 10px;
}

.tlt:hover {
    background-color: white !important;
}

.tlt:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    left: 17px;
    bottom: -5px;
    transform: rotate(45deg);

}

.tlt.scrolled {
    cursor: pointer;
    margin-left: 15px;
    background-color: #152651;
    padding: 5px !important;
    color: white !important;
    top: 10px;
}

.tlt.scrolled:hover {
    background-color: #152651 !important;
}

.tlt.scrolled:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #152651;
    left: 17px;
    bottom: -5px;
    transform: rotate(45deg);
}

.active .fontatas {
    background-color: transparent !important;
    padding-bottom: 5px;
    border-bottom: 3px solid white;
}

.active .fontatas.scrolled {
    background-color: transparent !important;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(250, 166, 26, 1);
}


.sub1:hover .submenu a {
    display: block;
}

.submenu {
    background-color: #152651;
    border-radius: 10px;
    left: 10px;
    min-width: 170px;
    position: absolute;
}

.submenu a {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 15px;
    display: none;
    transition: 0.3s all;
}

.block {
    display: block;
}

.subtlt {
    background-color: #152651;
    border-radius: 10px;
    left: 10px;
    top: 50px;
    min-width: 70px;
    position: absolute;
}

.subtlt a {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 15px;
    display: none;
    transition: 0.3s all;
}

.newradio {
    border: 1px solid grey;
    border-radius: 7px;
    margin: 10px 0 10px 20px;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.newradio>h4 {
    width: 100%;
}

.newradio>img {
    width: 75px;
    height: 75px;
}

.col-radio {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    grid-template-rows: 200px;
    margin-bottom: 30px;
}

.thin-shadow {
    box-shadow: 5px 5px 5px 2px rgba(212, 212, 212, 0.5);
}

.vendor-input-group .input-icon {
    position: absolute !important;
    top: 5px;
    right: 1em;
    font-size: 1.5em;
}

.vendor-input-group .spandrop {
    top: 1em;
}

.vendor-container {
    width: 86%;
    margin: auto;
}

.vendor-input,
select.vendor-input {
    border: 1px solid black;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    outline: none;
    appearance: none;
}

select.disabled,
.selectize-disabled,
input[type="text"].disabled,
input[type="email"].disabled,
input[type="password"].disabled,
input[type="number"].disabled {
    background-color: #e2e2e2 !important;
    cursor: no-drop;
}


.p-medium {
    padding: 20px 25px;
}

.vendor-box {
    background-color: #f9f9f9 !important;
    padding: 5px 20px 25px;
    border-radius: 20px;
    margin: 25px auto;
}

.vendor-sub-box {
    background-color: #efefef;
    border-radius: 20px;
    padding: 20px;
    width: 80%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.black-line {
    width: 100%;
    height: 1px;
    background-color: black;
}

.vendor-selectize {
    padding: 25px;
}

.vendor-selectize>* {
    top: 5px;
    left: 3px;
    position: absolute;
    border: none !important;
    box-shadow: none !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}