:root {
    --primary-color: #008080;
    --secondary-color: #223B93;
}

.primary-text-color {
    color: var(--primary-color) !important;
}

.secondary-text-color {
    color: var(--secondary-color) !important;
}

.primary-bg {
    background-color: var(--primary-color);
}

.font-size-30 {
    font-size: 30px;
}

.font-size-14 {
    font-size: 14px;
}

.top-bar {
    background-color: var(--primary-color);
}

.cs_top_header_left a{
    color: #fff;
}

.header-btn {
    background-color: var(--primary-color);
    color: #fff;
}

.header-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.home-banner {
    background-image:
        linear-gradient(to bottom, rgba(11, 128, 128, 0.80), rgba(37, 93, 151, 0.95)),
        url('../img/banners/home-banner-1.jpg');
    background-position: top;
    background-size: cover;
    padding: 14rem 0;
    text-align: center;
}

.home-banner-btn-right {
    color: #fff;
    border: 1px solid #fff;
}

.home-banner-btn-right:hover {
    color: #fff;
    opacity: 0.8;
}

.home-banner-btn-left {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid #fff;
}

.home-banner-btn-left:hover {
    color: var(--primary-color);
    opacity: 0.8;
}

.home_cs_counter {
    background-color: #ffffff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

@media (min-width: 991px) {
    .home-banner .cs_hero_subtitle {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .home-banner {
        padding: 5rem 0;
    }
}

.primary-box .cs_counter_icon {
    background-color: #E0FFFF !important;
}

.secondary-box .cs_counter_icon {
    background-color: #E1E7FC !important;
}

.home-pre-footer {
    background-image: linear-gradient(to right, rgba(1, 124, 128, 1), rgba(29, 61, 146, 1));
    background-position: top;
    background-size: cover;
    padding: 5rem 0;
    text-align: center;
}


@media (min-width: 991px) {
    .home-pre-footer .cs_hero_subtitle {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-healthcare-box {
    background-color: #F4F7FE;
    padding: 1.5rem 2rem;
    border-radius: 10px;
}

.healthcare-icon-box {
    display: flex;
    flex-direction: row;

}

.healthcare-icon-box .icon {
    background-color: #DFE8FF;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50%;
}

@media (min-width: 991px) {
    .healthcare-img {
        height: 100%;
        object-fit: cover
    }
}

.job-finder .icon-box {
    background-color: #fff;
    padding: 2.0rem 1.5rem;
    text-align: center;
    border-radius: 10px;
}

.job-finder .icon-box .icon img {
    width: 60px;
    height: 60px;
    padding: .9rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.job-finder .icon-box .prmary-box img {
    background-color: #E1FFFF;
}

.job-finder .icon-box .secondary-box img {
    background-color: #E1E7FD;
}

.job-finder .icon-box .box-heading {
    font-weight: 600;
    margin-bottom: 10px;
}

.workflow-icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, rgba(244, 249, 255, 1), rgba(226, 254, 255, 1));
    padding: 1.2rem 1rem;
    border-radius: 10px;
    margin-bottom: 10px;
}

.career-details-section {
    padding: 1.5rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px 12px 12px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 12px
}

.job-section {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 20px 10px;
}

.btn-theme-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-theme-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.job-info-box {
    border: 1px solid #e8e8e8;
    padding: 1.5rem 1.5rem;
    border-radius: 15px;
}

.job-info-box h4 {
    font-weight: 500;
}

.apply-job-btn {
    background-color: var(--primary-color);
    color: #fff;
}

.apply-job-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.save-job-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.save-job-btn:hover {
    color: var(--primary-color);
    opacity: 0.7;
}

.job-details .detail-section {
    background-color: rgba(186, 12, 47, 0.1);
    border-radius: 15px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.job-details .detail-section:nth-child(even) {
    background-color: #ECF4FF;
}

.c-help-points i {
    padding: 5px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.c-form-section .form-label {
    font-size: 14px;
    margin-bottom: 0.2rem !important;
    color: #000;
}

.c-form-section .form-control {
    font-size: 14px;
}

.c-form-section .form-control:focus {
    box-shadow: 0 0 0 .15rem rgb(0 128 128 / 20%);
}

.commitment-pg-top .points-section {
    background-color: #000d3a0f;
    padding: 40px 25px;
    border-radius: 5px
}

.commitment-pg-top .icon-text {
    margin-bottom: 20px;
    color: #000;
}

.commitment-pg-top .icon-text:last-child {
    margin-bottom: 0px;
}

.icon-text i {
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 15px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .cs_nav{
        font-size: 13px;
    }

    .cs_nav .cs_nav_list > li {
        margin-right: 12px;
    }
}