.other-option {
    margin-right: -90px;
    margin-top: 7px;
}
.right-menu{
    display:flex;
}
.signup-btn {
    color: #fff;
    font-family: catamaran, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 20px !important;
    background: #e55372 !important;
    border-radius: 5px;
}
.signin-btn {
    background: transparent !important;
    border: 2px solid #e55372;
}
.navbar-nav .nav-item .nav-link.active {
    color: #e55372 !important;
}
.book-demo{
    margin-right: 100px !important;
}
.for-candidate{
    margin-right: -90px !important;
}
#country{
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    background-color: #fff;
}
#state{
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    line-height: 40px;
}
.theme-dark #country{
    background-color: #000;
}
.theme-dark #state{
    background-color: #000;
}
.theme-dark #industry{
    background-color: #000;
}
.theme-dark .filter::after {
    color:#fff;
}
#industry{
    height: 60px;
    border-radius: 10px;
    padding: 5px 20px 10px;
    border: 1px solid #ced4da;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    line-height: 40px;
}
.top-btn.active {
    display: none;
}
.nav-candidate {
    width: 150px !important;
    margin-left: 90px !important;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .filter{
        margin-bottom: 15px;
    }

}

/* Ensure the dropdown arrow is visible */
select.form-control {
    -moz-appearance: auto; /* Firefox */
    -webkit-appearance: auto; /* Safari and Chrome */
}

/* Additional styling for better visibility */
select.form-control {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px;
    font-family: inherit;
}
.testimonial-slider-two .testimonial-items .testimonial-text {
    height: 400px;
}
.filter {
    position: relative;
}

.filter select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* Remove default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none; /* Remove background to hide the default arrow */
}

.filter::after {
    content: '\f078'; /* Unicode for Font Awesome chevron down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Font Awesome uses 900 for solid icons */
    position: absolute;
    top: 50%;
    right: 30px; /* Adjust to move the arrow left or right */
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px; /* Adjust the size as needed */
    color: #000;
}
.form-control {
    color: #9b9b9b;
}
@media (max-width: 767px) {
    .banner-style-five .find-form .form-group .form-control {
        height: 60px !important;
    }
}
.signin-btn:hover{
    color:#000 !important;
    background-color: #fff !important;
    border: 2px solid #fff;
}
.signup-btn:hover{
    color: #000 !important;
    background-color: #fff !important;
}
@media (max-width: 768px) {
    .testimonial-slider-two .testimonial-items .testimonial-text {
        height: 500px;
    }
    .right-menu{
        display:inline !;
    }
    .mob-log{
        margin-left: 130px;
    }
    .mob-sign {
        width: 25% !important;
    }
    .mob-signup {
        width: 18% !important;
    }
    .signup-btn {
        font-size:11px !important;
    }
    .signin-btn {
        font-size:11px !important;
    }
    /* .signin-btn {
        width: 30% !important;
    } */

}
@media (max-width: 480px) {
    /* .signin-btn {
        width: 112px !important;
    } */
    .mob {
        margin-left: 150px !important;
    }
}
/* .theme-dark body {
     color: #000;
} */
body.darkmode .buttonStyleDark {
    color: #000 !important;
    background-color: #fff !important;
}
section.searchListingWrapper .jobListingWrapper .jobListsInnerWrapper {
    padding-bottom: 20px;
}

section.dropcontent_servicepage_keyfeatures .serviceCard {
    align-items: normal;
    }
    .navbar-area .main-nav .navbar .navbar-nav .nav-item {
        padding: 0px 0;
    }
    @media (min-width: 768px) {
        .mob {
          display: none;
        }
        .mob-log{
            display: none;
        }
      }
      section.searchBanner .contentWrapper {
        color: #001935;
    }
    .commonTitle {
        color: #001935;
        }
        section.dropcontent_servicepage_keyfeatures .serviceCard .service_card_content .service_card_content_title {
            font-size: 22px;
            color: #001935;
        }
        .section_title_subtitle {
            color: #001935;
        }

        body.darkmode .section_title_subtitle {
            color: #fff;
        }
        @media (max-width: 767px) {
            .navbar-area .mean-container .mean-bar nav .navbar-nav {
                height: 350px;
            }
        }
        @media (max-width: 768px) {
            section.whoWeAre .whoweTabWrapper .navTabsWrapper .nav-tabs-custom li.nav-item .nav-link {
                border-left: 2px solid #ababab;
            }
            body.darkmode section.whoWeAre .whoweTabWrapper .navTabsWrapper .nav-tabs-custom li.nav-item .nav-link {
                border-left: 2px solid #fff;
            }
        }
        body.darkmode section.subscriptionSection .singleSubCard .pointsWrapper ul li::before {
            filter:invert(1);
        }
        @media only screen and (max-width: 391px) and (min-width: 321px) {
            .banner-style-five .find-form {
                margin-top: 0px;
            }
            .banner-content{
                margin-top: -70px;
            }
            .banner-section .banner-content h1 {
                margin-bottom: 10px !important;
            }
        }

        @media only screen and (max-width: 426px) {
            .categories-section {
                padding-top: 180px;
            }
        }

        @media only screen and (max-width: 321px) {
            .categories-section {
                padding-top: 320px;
            }
        }
        .iti__flag.iti__in {
            height: 12px !important;
            background-position: -2413px 0;
        }
        html, body {
            overflow-x: hidden; /* Prevents horizontal scroll */
        }

        body {
            margin: 0; /* Ensures no default margin */
            padding: 0;
            width: 100%;
            box-sizing: border-box; /* Includes padding and borders within the element's width */
        }
        .buttonStyleDark, .buttonWithIcons {
            background-color: #001935 !important;
         }
         .loginPageBtnTab .nav-tabs .nav-item .nav-link.active {
            background-color: #001935;
         }

