.custom-pagination .page-item.active .page-link {
    color: #ffc06e;
    background-color: #004a1b;
    border-color: #004a1b;
}

.custom-pagination .page-item .page-link {
    color: #004a1b;
    border: 1px solid #004a1b;
}

.dropdown-menu.show .dropdown-item {
    color: #004a1b;
    font-size: 14px;
}

.dropdown-menu.show li {
    border-bottom: 1px solid rgba(144, 144, 144, 0.26);
}

.error.invalid-feedback {
    color: #bf1212!important;
}

.captcha-change-lable {
    color: #004a1b;
}

.captcha-change-lable:hover {
    color: #004a1b!important;
    opacity: 0.95;
}

.theme-btn {
    border-radius: 8px;
    background: #ec8600;
    color: #ffffff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 45px;
    transition: all 0.9s;
    border: 1px solid transparent;
}

.theme-btn:hover {
    border: 1px solid #ec8600;
    background: transparent;
    color: #ec8600;
}

.theme-btn2 {
    border-radius: 4px;
    background: #003333;
    color: #ffffff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 45px;
    transition: all 0.9s;
    border: 1px solid transparent;
    padding: 0px 15px;
}

.theme-btn2:hover {
    border: 1px solid #003333;
    background: transparent;
    color: #003333;
}

#quick-inquiry-modal .modal-content {
    border: 2px solid #003333
}

#quick-inquiry-modal .modal-content .close {
    position: absolute;
    right: 10px;
    color: #bf1212;
    opacity: 1;
    z-index: 9999999;
}

#quick-inquiry-modal .modal-content .quick-inquiry-left {
    background: #003333;
}

#quick-inquiry-modal .modal-content .quick-inquiry-left p {
    color: #fff;
    text-align: left;
    margin-top: 25px;
}

#quick-inquiry-modal .modal-content form label {
    color: #000;
    font-weight: 600;
}

#quick-inquiry-modal .ftr_info li .ftr_icon {
    width: 30px;
    padding: 5px 10px;
    font-size: 19px;
}

#quick-inquiry-modal .ftr_info li a {
    text-align: left;
}

#career-form {
    border: 2px solid #003333;
    border-radius: 4px;
}

#career {
    background: #003333;
}

.text-center-btn {
    text-align: center;
    margin-bottom: 4px;
}

.career-logo {
    height: 12px;
    width: 300px;
    margin-top: 40px;
    margin-left: 20px;
}

.career-logo p {
    color: white;
    margin-top: 20px;
    text-align: left;
}

.career-logo1 {
    float: left;
    color: white;
    margin-top: 20px;
    text-align: left;
}

.ftr_info {
    margin-top: 50px;
}

.ftr_info li {
    margin-top: 20px;
}

@media (max-width: 570px) {
    #career {
        height: 600px;
    }
    .margin-t {
        margin-top: 20px;
    }
}