h1, h2, h3, h4, a, span, strong, button{
    font-family: 'Plus Jakarta Sans' !important;
}
.form_div{
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 100px;
}
.all_section{
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 0px;
    border-radius: 5px;
}
.second_2{
      box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 100px;
}
#search-btn{
    border-radius: 40px;
	background: #00CE7C;
	font-family: 'Plus Jakarta Sans';
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0px !important;
	padding: 5px 20px;
}
#search-btn img {
	height: 25px;
	width: 25px;
}
#keyword-searchs img {
    position: relative;
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -27px;
    z-index: 2;
    color: #222222;
}
#keyword-searchs input {
    padding-left: 30px;
    background: #fff;
}
#search-form input,select{
    border: 1px solid #E0F7E2;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    border-radius: 5px;
}
#search-form select{
    border: 1px solid #E0F7E2;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    border-radius: 5px;
}
#search-form .row {
	margin-bottom: 30px;
	margin-top: 30px;
}
.btn-clmn{
	width: 80px;
	padding: 5px 8px;
}
.form_div h2{
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	font-family: 'Plus Jakarta Sans';
}
.share_pdf{
    float: right;
}
.save_cls {
    cursor: pointer;
}
@media screen and (max-width: 767px) {
	#search-form .row {
		display: block !important;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.btn-clmn {
		width: 100% !important;
		padding: 0px 15px !important;
	}

    .second_2 ul.tabs {
        display: block !important;
        margin: 0px !important;
    }
    .second_2 ul.tabs li {
        margin-bottom: 28px !important;
    }
    .share_pdf{
        float: none;
    }
    .job_found {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .job_found h2 {
        font-size: 30px !important;
    }
    .tab-container {
        margin: 0px !important;
    }
    .second_2 {
        padding: 7px !important;
    }
    .project_heading{
        margin-top: 25px;
    }

}
@media screen (min-width: 767px) and (max-width: 1024)
    .ce_scheme {
        margin-top: -129px !important;
    }

.job_found{
	  padding-top: 30px;
	padding-bottom: 30px;
}
.job_found h2{
	  font-size: 50px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    text-align: center;
    color: #0B1A51;
}
.map_btn {
    background: #00CE7C;
    border-radius: 5px;
    border: none;
    width: 116px;
    padding: 9px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 600;
}
.share_btn {
    background: #F2FDF2;
    border: 1px solid #dedede;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 22px;
    color: #0B1A51;
    font-size: 13px;
}
.page_dropdown h2{
	font-size: 15px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #0B1A51;
}
.map {
	margin-top: 22px;
}
.dropdown_pge{
    background: #F2FDF2;
    border: 1px solid #dedede;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    max-width: 80px;
}
.tab-container {
    margin: 20px;
}

ul.tabs {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
}

ul.tabs li {
    margin-right: 10px;
    width: 100%;
   
    text-align: center;
}

ul.tabs li a {
    text-decoration: none;
    color: #333;
    font-family: 'Plus Jakarta Sans';
 border: 2px solid #00CE7C;
    border-radius: 40px;
    padding: 10px 10px;
}

ul.tabs li a.active {
       background-color: #00ce7c;
    color: #ffffff;
    border-radius: 40px;
}

.tab-content {
    padding: 15px;
    border-radius: 5px;
}

.share_btn img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.save_cls img {
    height: 26px !important;
    width: auto;
}
.card_1 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;   
  color: #0B1A51;
}
.card_1 img{
    height: 60px;
    width: 60px;
}
.card_2 ul{
     list-style: none;
     margin: 0px;
}
.card_2 ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.card_2 ul li img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.card_2 ul li span{
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #0B1A51;
}
.card_3 ul{
     list-style: none;
     margin: 0px;
}
.card_3 ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.card_3 ul li img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.card_3 ul li span{
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #0B1A51;
}
.project_heading h3{
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #000;
}
.submt_btn {
    border: none;
    padding: 8px 22px;
    background: #0b1a51;
    border-radius: 36px;
}
.submt_btn img{
    height: 22px;
    width: 22px;
}
.card_4 .submt_btn{
    position: absolute;
    bottom: 0;
    right: 20px;
}

.card_4{
        padding-top: 15px;
    padding-bottom: 15px;
}
.ce_scheme button {
    border: none;
    padding: 8px 18px;
    background: #0b1a51;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
}
.ce_scheme {
    margin-top: -20px;
    float: right;
}
.job_pagination {
    text-align: center;
    font-size: 14px;
    margin-top: 60px;
}
.page_dropdown {
    text-align: right;
}
.job_pagination .page-numbers{
    padding: 4px 10px;
    border-radius: 4px;
}
.job_pagination .page-numbers:hover{
    background: #0b1a51;
    color: white;
    text-decoration: none;
}
.job_pagination a {
    color: #00ce7c;
}
.job_pagination .page-numbers.current {
    background: #0b1a51;
    color: white;
}
.dashboard-container {
    max-width: 1140px;
    margin: auto;
    padding: 50px 20px;
}
.dashboard-columns{
    display: flex;
    flex-wrap: wrap;
}
.dashboard-container h2 {
    font-size: 35px;
}
.dashbord-links ul {
    margin: 0;
    list-style: none;
}
.dashboard-content {
    width: 70%;
}
.dashbord-links {
    width: 30%;
}
.dashbord-links ul li a {
    color: #0b1a51;
    display: block;
    background: white;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #E0F7E2;
    border-radius: 5px;
    box-shadow: 0px 3px 8px 0px rgb(173 173 173 / 12%);
}
.dashboard-content {
    width: 65%;
    padding: 20px;
    box-shadow: 0px 3px 8px 5px rgb(203 203 203 / 11%);
    margin-left: 20px;
    border: 1px solid #E0F7E2;
    border-radius: 5px;
}
.dashboard-content-inner{
    width: 65%;
    margin-left: 20px;
}
.content-inner{
    box-shadow: 0px 3px 8px 5px rgb(203 203 203 / 11%);
    border: 1px solid #E0F7E2;
    border-radius: 5px;
    padding: 20px;
}
.dashboard-content-inner a {
    color: #00ce7c;
    font-weight: bold;
}
.dashbord-links .active a {
    background: #00ce7c;
    color: white;
}  
p.success-updated {  
    margin: 20px 0;
    margin: 0 auto 30px;
    max-width: 50%;   
    background: #00ce7c54;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
}
p.profile-error{
    margin: 30px 0;
    margin: 0 auto 50px;
    max-width: 50%;
    background: #ff9c6d54;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
}
.two-colum {
    display: flex;
    flex-wrap: wrap;
    
}
.col-left {
    width: 50%;
    padding: 0 5px;
}
.col-right{
     width: 50%;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.one-colum{
    padding: 0 5px;
}
#update_profile input[type="submit"]{
    background-color: #00CE7C;
    border-radius: 5px;
}
#update_profile input[type="submit"]:hover{
    background-color: #0B1A51;
}
@media screen and ( max-width: 767px ){
    .col-left,.col-right,.dashbord-links,.dashboard-content {
        width: 100%;
    }
    .dashboard-content {
        margin-left: 0px;
        margin-top: 30px;
    }
     
}
@media screen and ( max-width: 480px ){
	.ce_scheme {
		margin-top: -124px !important;
	}
}


.tabs li a button {
    width: 100%;
    max-width: 87px;
    border: none;
    background: transparent;
}
@media ( max-width: 767px){
    .tabs li a button {
        width: 100% !important;
        max-width: 250px !important;
        border: none;
        background: transparent;
    }
}
@media ( min-width: 768px) and ( max-width: 1024px){
    .tab-container ul.tabs li a {
        padding: 10px 3px 10px 2px !important;
    }
}
ul.tabs {
    align-items: center;
}
