@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

/*font-family: 'Red Rose', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*font-family: 'DM Sans', sans-serif;*/

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;

}

a {
    text-decoration: none;
}

.page-top-head-section{
    padding: 40px 0;
}

.page-top-head-section2{
    padding: 40px 0 20px 0;
}

.subject-body-section{
    padding-bottom: 50px;
}

.page-top-head-section, .subject-body-section, .divider-section, .page-top-head-section2{
    background-color: #F7F7F7;
}

.joblist {
    display: flex;
    background-color: #fff;
    list-style: none;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    padding: 21px;
    border-radius: 22px;
    margin-bottom: 20px;
    align-items: center;
}

.job-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 9px;
}

.location1{
    list-style: none;
    display: flex;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 3px;
}

.location1 li {
    padding-right: 15px;
}

.location1 li span {
    padding-right: 10px;
}

.joblist .liquid {
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    width: 144px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 13px 10px;
    transition: all 0.3s ease-out;
}

.joblist .liquid:hover {
    background-color: #fff;
    color: #000;

}

.joblist .liquid i {
    font-size: 14px;
    padding-right: 2px;
}

.page-top-ul{
    list-style: none;
    padding-left: 0;

}

.heading-name1{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pera1{
    font-size: 16px;
    width: 75%;
}

.about-text{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.divider-line{
    background-color: #ebebeb;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.email-bold{
    border: 1px solid #000;
    padding: 9px 25px;
    border-radius: 100px;
    margin-top: 20px;
}

.email-bold-section{
    padding-top: 20px;
}

@media (max-width: 527px) {
    .joblist {
        align-items: center;
        flex-direction: column;
    }

    .location1 {
        justify-content: space-evenly;
        margin-bottom: 8px;
    }

    .job-name {
        text-align: center;
    }

    .pera1 {
    width: 100%;
}
}

