@font-face {
    font-family: f1;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: f2;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: f3;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: f4;
    src: url(../fonts/Poppins-Bold.ttf);
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

a {
    text-decoration: none !important;
    color: #ffff !important;
}

p {
    margin: 0;
    padding: 0;
}

.w-90 {
    width: 90%;
    margin: auto;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.d-flex-js-ac {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.d-flex-ac {
    display: flex;
    align-items: center;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.head_oneway {
    margin-top: 20px;

}

.head_oneway h4 {
    font-family: f2;
    padding: 10px 15px;
    font-size: 16px;
}

.head_oneway p {
    font-family: f3;
}

.head_oneway h3 {
    font-family: f3;

}


.firs_class {
    background-color: #fecb00;
    border: 1px solid #fecb00;
    ;
}

.second_class {
    background-color: #efefef;
    border: 1px solid #fecb00;
}

.form_bokk {
    margin-top: 40px;
}

label.required::before {
    content: '*';
    margin-right: 4px;
    color: red;
}

input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px;
}

input[type="number"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px;
}

input[type="tel"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px;
}

input[type="email"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px;
}

label {
    margin-bottom: 8px;
}

.first_next a {
    background-color: #000000;
    margin-top: 40px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: background-color 0.5s ease, color 0.5s ease;
    font-family: f3;
}

.first_next a:hover {
    background-color: #fe9000;
    color: #000 !important;

}

.two_button {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}

.two_button a {
    background-color: #000000;
    margin-top: 40px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;

    transition: background-color 0.5s ease, color 0.5s ease;
    font-family: f3;
}

.two_buttona:hover {
    background-color: #fe9000;
    color: #000 !important;

}

.first_select a {
    background-color: #ffcc00;
    color: #000 !important;
    margin-top: 5px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: background-color 0.5s ease, color 0.5s ease;
    font-family: f3;
}

.nav-pills .nav-link {
    font-size: 18px;
    padding: 10px 20px;
}

.nav-pills .nav-link.active {
    background-color: #fada23 !important;
    color: #000 !important;
}

/* Non-Active Tab Style */
.nav-pills .nav-link {
    background-color: #f8f9fa;
    color: #000 !important;
    border: 1px solid #fada23 !important;
    border-radius: 20px;
}