.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
    /* padding-top: 60px; */
}


.appointmentCont{
    background-color: white;
    margin: 5% auto;
    border-radius: 5px;
    /* height: 400px; */
    max-width: 500px;
    padding: 20px;
}
/* .modal-content {
    background-color: red ;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;

    height: 900px;
} */
.closeM {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeM:hover,
.closeM:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input,select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cbd8f9;
    border-radius: 5px;
}
.form-group button {
    background-color: #4285f4;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}




.formBox-contact{
    height: 600px;
    width: 100%;
    background-color: white;
    z-index: 1;

    padding: 20px;
    border-radius: 5px;
}


/* STYLING THE SINGLE PAGE FROM HERE  */
.singlePage-cont{
    background-color: #fafafa;
    /* height: 1400px; */
    display: flex;
    justify-content: space-between;
    padding: 20px 150px;

    gap: 2%;
    font-family: "Plus Jakarta Sans", serif;
}

.singlePage-jobDesc{
    /* border: 1px solid blue; */
    /* height: 300px; */
    width: 70%;
}
.singlePage-jobHighlights{
    /* border: 1px solid green; */
    /* height: 300px; */
    width: 30%;
}



.jobDescBoxMAIN{
    border-radius: 5px;
    height: 240px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.jdDBox-left{
    width: 70%;
    /* border: 1px solid red; */
    height: 100%;
}
.jdDBox-right{
    width: 30%;
    height: 100%;
    /* border: 1px solid red; */
}

.jdDBox-grid{
    display: flex;
    /* gap: 5%; */
    margin-bottom: 7px;
}
.jdDBox-grid span{
    font-size: 13px;
    width: 30%;
}
.jdDBox-grid .fee{width: 55%;}


.jdDBox-flex{margin-top: 10px;}
.jbSummary{
    background-color: #589bff;
    padding: 5px;
    color: white;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 10px;
}




.jdB-right1{
    /* border: 1px solid red; */
    height: 60px;
    display: flex;
    /* justify-content: space-between; */
    gap: 3%;
    align-items: center;
}
.jdB-right1 a{
    padding: 9px 12px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    background-color: #589bff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}
.jdB-right1 a:hover{color: white;}
.jdB-icons{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #e6f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #589bff;
}
.jdB-icons:hover{
    background-color: #589bff;
    color: white;
    transition: 0.5s;
}
.jdB-right1 p{font-size: 13px; font-weight: bold;}



.jobDesc-requirements{
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 20px;

    /* height: 400px; */

}

.jobDesc-requirements h3{
    color: #67a4ff;
    /* font-size: 20px; */
    margin-bottom: 10px;
}
.desc{
    margin-bottom: 20px;
    /* border: 1px solid red; */
    /* height: 250px; */
}
.desc h3{
    color: #67a4ff;
    margin-bottom: 20px;
}
.desc li{
    list-style: decimal;
    margin-left: 60px;
}

.jobShare{
    background-color: #589bff;
    height: 80px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
}
.jobShare button{
    background-color: #fea45a;
    height: 40px;
    border-radius: 5px;
    border: none;
    width: 15%;
}

.relatedJobs{
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 20px;
    height: 400px;
}




.jobHighlights{
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* margin-top: 20px; */
    height: 239px;
}

.jobHighlights h4{
    color: #67a4ff;
    margin-bottom: 30px;
}
.jdDBox-g{display: flex; font-size: 13px; gap: 5%; margin-bottom: 7px;}

.featuredCompany{
    background-color: white;
    border-radius: 5px;
   
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 20px;
    height: 420px;
}
.fc-header{display: flex; align-items: center; justify-content: space-between; padding: 20px;}

.company-list{display: flex; align-items: center; border-bottom: 1px solid rgb(231, 231, 231);  padding: 10px 20px; margin-top: 20px; gap: 4%;}
.company-listLogo{width: 40px; height: 40px; background-color: black; border-radius: 50%;}

.companyName{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.companyName p{margin: 0; font-weight: bold;}
.companyName span{margin: 0; font-size: 13px;}


.HL-flex{display: flex; align-items: center; gap: 5%;}
.HL-icons{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e6f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #589bff;
    font-size: 10px;
    font-weight: bold;
}
.HL-icons:hover{
    background-color: #589bff;
    color: white;
    transition: 0.5s;
}















@media (min-width: 319px) and (max-width: 480px) {
   /* STYLING THE SINGLE PAGE FROM HERE  */
.singlePage-cont{padding: 20px 10px; flex-direction: column;}

.singlePage-jobDesc{ width: 100%;}
.singlePage-jobHighlights{width: 100%;}


.jobDescBoxMAIN{ padding: 15px;flex-direction: column; height: 350px; gap: 3%;}

.jdDBox-left{width: 100%; height: 100%;}
.jdDBox-right{width: 100%; height: 100%;}

.jdDBox-grid{gap: 5%; margin-bottom: 3px;}
.jdDBox-grid span{ width: 40%;}
.jdDBox-grid .fee{width: 60%;}

.desc{ margin-bottom: 30px;}
.desc li{ list-style: decimal; margin-left: 5px;}

.jobShare{height: 100px; justify-content: flex-start; flex-direction: column; align-items: flex-start;}
.jobShare button{width: 35%; align-self: self-end;}

.jobHighlights{
    
    height: 189px;
}




}