.toast{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
    opacity:1;
    width: 350px;
    color: white;
    margin: 22px;
}
.toast-headers{
	padding-right: 10px;
}
form{
    width: 100%;
    padding: 20px;
    background: white;
    margin-bottom: 20px;
  }
  input[type="file"]{
    padding: 0px;
  }
  .login_banner{
    border: 1px solid #5379f8;width: 100%;margin-bottom: 20px;
  }
header.nav-fixed{
  height: auto;
}
/* Home Page*/
.search_div{
      background: white;
    padding: 23px;
}
.search_div_title{
  font-size: 18px;
    margin-bottom: 10px;
    font-family:'Kumbh Sans';
    font-weight: 400;
}
.heading > h3{
  /*border-bottom: 2px solid #1c4980;*/
    /*padding-bottom: 5px;*/
    /* width: fit-content; */
    font-size: 24px;
    font-family:'Kumbh Sans';
    
    /*border-left: 7px solid #1c4980;
    padding-left: 7px;
    border-radius: 0px 0px 0px 0px;*/
}
.heading_border{
  border-bottom: 2px solid #1c4980;
  font-weight: 400;
}
.city_div{
  text-align: center;
    padding: 5px 35px;
    border: 1px solid gainsboro;
    margin-right: 7px;
    background: #1c4980;
    color: white;
    /*text-transform: uppercase;*/
    font-family:'Kumbh Sans';
    letter-spacing: 1px;
    font-weight: 200;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 14px;
}
.home-cat-div{
  width: 15%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.box-content{
  background: #1c4980;
}
.listing-details-3{
  width: 32%;
  margin-right: 16px;
  float: left;
}
.category_title{
  font-size: 15px;
    padding: 10px;
    font-weight: initial;
    font-family:'Kumbh Sans';
    color: white;
}
.cat_img{
  height: 170px !important;
}
.home-rec-title{
  font-size:13px;
}

/**/
.search_bar{
  background: white;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.search_bar_val{
      font-size: 14px;
    background: gainsboro;
    padding: 4px 15px;
    border-radius: 10px;
    color: #545252;
    width: fit-content;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor:pointer;
}
.search_bar_clear{
  float: right;
    font-size: 13px;
    cursor:pointer;
}
.job-title{
  font-size: 20px;
  font-family:'Kumbh Sans';
  cursor: pointer;
}
.job-rec{
  font-family:'Kumbh Sans';
  font-size: 15px;
}
.job-details{
  margin: 10px 0px;
    font-size: 14px;
    background: #f7f7f7;
    padding: 10px;
}
.job-middle{
  display:  inline-block;
}
.job-middle-div{
  background: #e4f7e6;
    color: green;
    padding: 2px 10px;
    width: fit-content;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    font-size: 13px;
}
.job-bottom{
  width: 100%;
    display: flow-root;
    /*display: none;*/
}
.job-bottom-apply{
  padding: 4px 30px;
  float: right;
  border-radius: 0px;
  background: #1c4980;
}
/* filter*/
.filter-div{
  background: white;
}
.filter-title{
  padding: 15px 0px;
}
.card{
  border:none;
}
.card-header{
  padding: 0px;
  background: white;
  border-bottom:1px solid #1c4980;
}
.accordion > .card > .card-header{
  border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #1c4980;
    padding-bottom: 3px;
    border-left: 5px solid #1c4980;
    padding-left: 10px;
}
.card-header .btn{
  padding: 0px;
  padding-left: 0px;
  color: black;
}
.card-body{

}
.form-check{
  cursor: pointer;
}
.form-check-input{
  background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    cursor: pointer;
}
.form-check-label{
   cursor: pointer; 
}

body{
  font-family:'Kumbh Sans';
}
.theme-btn{
  background: #1c4980;
    border-radius: 0px;
}
.w-100{
  width: 100% !important;
}
.login_edit{
   color: white;
    font-size: 15px;
    font-family: monospace;
    cursor: pointer;
    background: #1c4980;
    padding: 3px 20px;
    /* margin-left: 90%; */
    float: right;
}
.job-bottom-apply-already{
  font-family: 'Kumbh Sans';
    float: right;
    color: #1c4980;
}

.reg-div{
  width: 48%;
    float: left;
    margin-right: 2%;
}
.reg-div-input{
      height: 30px;
    border-radius: 0px;
}
.jobviewmodal, .applyviewmodal{
    margin-top:15%;
  }
  .filter-show{
    display: none;
  }
/*mobile view*/

@media only screen and (max-width: 415px){
  .banner-title{
    font-size:25px;
  }
  .banner-title-dis{
   font-size:12px; 
  }
  .heading > h3{
    font-size:20px;
    padding-left:12px;
  }
  .home-cat-div{
        width: 45%;
    margin-right: 0%;
    margin-left: 3%;
    margin-bottom:3%;
  }
  .cat_img{
    height:120px !important;
  }
  .listing-details-3{
    width: 100%;
    margin-right: 0px;
  }
  .city_div_row{
    margin-left: -5px;
  }
  .city_div{
    text-align: center;
    padding: 5px 20px;
    border: 1px solid gainsboro;
    margin-right: 1px;
    background: #1c4980;
    color: white;
    text-transform: uppercase;
    font-family:'Kumbh Sans';
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1px;
    font-size: 12px;
    margin-left: 0px;
  }

  .mob_filter_bar{
    background: red;
    background: white;
    padding: 10px 25px;
    margin-bottom: 10px;
    margin: 0px 15px;
    margin-bottom: 7px;
    margin-top: 22%;
  }

  /*modal*/
  .jobviewmodal, .applyviewmodal{
    margin-top:41%;
  }
  .jobviewmodalbody{
    padding: 0px;
  }
  .listing-details-mob {
    padding: 15px;
  }
  .listing-details-mob{
    height: 400px;
    overflow: auto;
  }
  .reg-div{
    width: 99%;
  }
  .toast{
    width: 99%;
    text-align: center;
    margin: auto;
    top: 12%;
  }
  .listing-details{
    padding: 10px 25px;
  }
  .pt-mob-12{
    padding-top: 12px !important;
  }
  .filter-div{
    background: white;
    margin: 16px;
    margin-top: 18%;
  }
  .filter-show{
    display: block;
    float: right;
    margin-top: -8px;
  }
  
}
.modal_close{
  background: red;
    border: none;
    margin-left: 10px;
}

.resume_modal{
  margin-top: 6%;

}
.resume-body{
  border:3px solid darkblue;
  padding: 0px !important;
  height: 500px;
  overflow-y: scroll;
  margin-bottom: 6%;
}

.resume-header{
  background: darkblue;
    color: white !important;
    padding: 0px !important;
}
.resume-header-title{
      color: white;
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
}
.resume-form{
  padding: 15px;
}
.resume-lable {
  
}
.edu_div{
  width: 100%;
}
.ml-10{
  margin-left: 10px;
}
.mr-15{
  margin-right: 15px;
}
.resume-form-div-5{
  width: 42%;
  float: left;
}
.resume-input {
    border-radius: 0px;
}
.resume-caption{
  border-bottom: 1px solid darkblue;
    width: fit-content;
    margin-bottom: 8px;
    color: red;
}
.resume-form-div {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.resume-form-div-2 {
  width: 23%;
  float: left;
}
.resume-form-div-3 {
  width: 15%;
  float: left;
}
.resume-form-div-4 {
  width: 5%;
  float: left;
  margin-top:26px;
}

.div-box{
  margin-top: 20px;
}