

.job-register_container{
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 3rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;

}


.job-register-heading{
  width:90%;
  margin-left: auto;
  margin-right: auto;

}

.job-border {
    background-color: rgb(207, 226, 232);

   min-height: 500px;
  /* border-style: solid;
  border-color: #6b709e;
  border-width: 5px; */
  box-shadow: 5px 5px 5px black;
  margin-bottom: 20px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  
}
 
   

  .job-register-list_accordian {
    color:rgb(233, 231, 231);
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    transition: 0.4s;

    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    background-color: #333333;
  }
  
  .job-register-list_accordian:hover {
    background-color: #febc11;
  }

  .active{
    background-color: #febc11;
  }
  
  /* + and - */
  .job-register-list_accordian:after {
    content: '\002B';
    color:rgb(233, 231, 231);
    /* font-weight: bold; */
    float: right;
    margin-left: 5px;
    
  }
  
  .active:after {
    content: "\2212";
  }

  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

    box-sizing: border-box;
    border: 1px solid #333333;
    border-top: none;

  }





@media (max-width: 1367px){

}


@media (max-width: 1025px){

}


@media (max-width: 950px){

}


@media (max-width: 768px){

}



@media (max-width: 700px){
.job-container{
   background-color: rgb(207, 226, 232);
   width:90%;
   min-height: auto;
}
}


@media (max-width: 500px){ 

}


@media (max-width: 400px){
 
}


/* Reccomended */
/* start of desktop styles */
@media screen and (max-width: 991px) {
/* start of large tablet styles */
}
@media screen and (max-width: 767px) {
/* start of medium tablet styles */
}
@media screen and (max-width: 479px) {
/* start of phone styles */
}

/* I have max width 1367, 1025, 950, 768, 500 */

