.termCondition-page-hero-section{
    position: relative;
    width: 100%;
    padding: 0rem 3rem;
}

.termCondition-hero-text-Content{
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem 0;
    gap: 1rem
}

.termCondition-hero-text-Content h3, .termCondition-hero-text-Content h3 a{
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a1a;
}

.termCondition-hero-text-Content h1{
    font-size: 2.25rem;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
}

.tabbing-container{
    width: 100%;    
    background-color: #FFFFFF;
    border-bottom: 2px solid #D5D5D5;
    padding: 0 3rem;
}
.two-tab-buttons{
    max-width: 1700px;
    margin: auto;
}
.tab-button {
    padding: 0.562rem 3.5rem;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.tab-button.active {
    border-bottom:2px solid #007bff;
    color: #1a1a1a;
}

.termCondition-bg-holder{
    padding: 4rem 4rem;
}

.jobSeeker-container{
    max-width: 1700px;
    margin: auto;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
}

.employer-container{
    max-width: 1700px;
    margin: auto;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
}
/* Job-Seeker-Content */
.jobSeeker-content-wrapper h2, h3, h4{
    color: #1a1a1a;
}

.jobSeeker-content-wrapper strong{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}


.jobSeeker-content-wrapper h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    padding-bottom: 5px;
}

.jobSeeker-content-wrapper h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.25rem;
}

.jobSeeker-content-wrapper h4{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1rem;
}

.jobSeeker-content-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #707B87;
}

.jobSeeker-content-wrapper ul {
    margin: 0.62rem 0;
    padding-left: 1.875rem;
}

.jobSeeker-content-wrapper ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #707B87;
    margin-bottom: 5px;
}

/* Employer-Content */
.employer-content-wrapper h2, h3, h4, h5{
    color: #1a1a1a;
}

.employer-content-wrapper strong{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}


.employer-content-wrapper h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    padding-bottom: 5px;
}

.employer-content-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.25rem;
}

.employer-content-wrapper h4{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1rem;
}

.employer-content-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #707B87;
}

.employer-content-wrapper ul {
    margin: 0.62rem 0;
    padding-left: 1.875rem;
}

.employer-content-wrapper ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #707B87;
    margin-bottom: 5px;
}

.email{
    color: #a5c5e5;
    text-decoration: none;
}

.email:hover {
    text-decoration: underline;
}

.breadcrumb-container-parent{position:relative;width:100%;padding:0 3rem}

nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    margin-top: 40px;
    margin-bottom: 40px;
}

nav.breadcrumb-container a,
nav.breadcrumb-container span {
    font-size: 16px;
    color: #1a1a1a;
}



@media screen and (max-width:786px) {
    .breadcrumb-container-parent {
        padding: 0rem 1rem;
    }
    .termCondition-page-hero-section{
        padding: 0rem 1rem;
    }

    .tabbing-container{
        padding: 1rem 0rem;
    }

    .two-tab-buttons{
        display: flex;
    }

    .tab-button{
        font-size: 0.9rem;
        width: 100%;
    }

    .termCondition-bg-holder{
        padding: 3rem 1rem;
    }

    .jobSeeker-container {
        padding: 1rem 1rem;
    }

    .employer-container {
        padding: 1rem 1rem;
    }

    .termCondition-hero-text-Content h3{
        display: none;
    }

    .termCondition-hero-text-Content{
        text-align: center;
    }
    
}