/*.subheader {
    background: url(../images/subheaderbg.jpg) no-repeat;
    background-size: cover;
    padding: 19px 0!important;
}*/

.subheader {
    /* background: url(../images/subheaderbg.jpg) no-repeat; */
    background-size: cover;
    padding: 23px 0;
    background: #2d659e;
}
.text-danger {
    color: #d94148!important;
}
.home3.footer a, .home3.footer p a:hover{
	color:white!important;
}
/*
.subheader h2 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 20px;
}*/
.text-secondary{
	color:##bdbfc1!important;
}
.text-dark{
	color:#000!important;
}
.d-flex{
	display:flex;
}
.text-warning{
	color: #FFC57E!important;
}
.fw-bold{
	font-weight:bold!important;
}
.ml-3{
	margin-left:3px;
}
.mb-1 {
    margin-bottom: 9px!important;
}
.mb-2{
	margin-bottom: 20px!important;
}
.mt-2 {
    margin-top: 10px!important;
}
.mr-1{
	margin-right:5px;
}
.br-50{
	border-radius:50%!important;
}
.media-body{
	border-bottom:1px solid;
}
.education{
	 margin-top: 20px;
    line-height: 20px;
}
.use_profle{
	 display: flex;
    justify-content: center;
}
.use_profle img {
	height: 90px;
	width: 90px;
	padding:4px;
	border: 1px solid #ddd;
	line-height: 1.42857143;
	background-color: #fff;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
/*
.user_sk span.badge.badge-pill{
	background: white;
    color: #706a6a;
    padding: 5px 10px;
    font-size: 14px;
	margin:5px 2px;
	border: 1px solid;
	cursor:pointer;
}*/

/* top navbar section start*/
.logo-nav-row .navbar-brand{
	padding: 15px 0!important;
}
.logo-nav-row .navbar-nav>li>a {
    /*padding: 31px 10px;*/
        padding: 30px 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
    font-weight: 700;
}

.logo-nav-row .navbar-brand {
	padding: 15px 0;
	height: inherit;
	margin-right: 17px!important;
}
/* top navbar section end*/

.user_sk span.badge.badge-pill {
    background: #f2f2f2;
    color: #2d659e;
    padding: 5px 10px;
    font-size: 11px;
    margin: 5px 2px;
    border: 1px solid #948282;
    cursor: pointer;
}
.emergency-info.pro_inf_sec ul li{
	 line-height: 30px;
    color: rgb(0 0 0 / 70%);
}

.emergency-info.pro_inf_sec ul li:before{
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 10px;
	font-weight: 700;
	color: #2d659e;
}

.emergency-info.pro_inf_sec .panel-group .panel-heading a {
    color: #1a0303;
    font-weight: 600;
    font-size: 15px;
    display: block;
    position: relative;
}
.emergency-info.pro_inf_sec .panel-group .panel-heading a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-weight: 900;
	color: #1a0303;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 0;
}

.login-account.job_user_account{
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);
	background: white;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 30px;
	border: 1px solid #ececec;
}


.profile-usertitle {
  margin-top: 20px;
}
.profile-usertitle h6{
 color:#2d659e;
}
.text-white{
	color:#fff;
}

.qsb-byLine {
    font-size: 17px;
    line-height: 24px;
    color: #8292b4;
    font-family: "Inter";
	text-align:center;
}
.pro_inf_sec{
	 background: #fff!important;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);
	border-radius: 3px;
    margin-bottom: 30px;
	color:#000;
}

.pro_inf_sec .panel-group .panel-heading a {
    color: #747474;
    font-weight: 600;
    display: block;
    position: relative;
}

.event-post-content.profile_info{
	width:100%;
}
.event-post-content.profile_info h5{
	font-size: 18px;
	font-weight:600!important;
}
.sticky {
	background-color: #fff;
	position: sticky;
	position:fixed;
	top: 0;
	width: 100%;
	z-index:1000!important;
}
.job_inner_section{
	background-color:#fcfdfe!important;
	position:relative;
}
.job_inner_section  .inner_search h2{
	font-size: 36px;
}
.job_post_section {
	text-align:right;
}
.job_add_form{
	    background: #fff;
    width: 100%;
    float: left;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}
.job_add_form .register-account{
	padding: 30px 30px ;
    width: 100%;
}

.job_add_form .register-account .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	resize: none;
}
.job_post_section .job_post{
	background: #2d659e;
    display: inline-block;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    height: 30px;
    margin: 30px 0 0;
	font-weight:bold;
	border-radius: 20px 5px 5px  20px;
}
.job_post_section .job_post:hover{
	background: #d94148;
	border: 1px solid #d94148;
}
.event-post-full .dang-inner-html {
    margin-top: 10px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.job_inner_section .inner_search{
	margin-top:20px;
}
.main_search_bar {
width: 50%;
margin: 34px  auto 24px ;
box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
border-radius: 100px;
border: 1.26923px solid #eaf1f5;
padding: 12px 18px 12px  18px;
align-items: center;
background-color:#fff;
}
.main_search_bar .has-search button{
    color: #ccc;
	background-color:white;
	border:none;
	cursor:pointer!important;
}
/*
.main_search_bar .has-search .submit_btn {
    right: initial;
    left: 0;
    color: #ccc;
	display:flex;
}*/
.main_search_bar .has-search .form-control {
    padding-right: 12px;
   /* padding-left: 34px;*/
	border: none;
	box-shadow:none;
}
.main_search_bar .form-group {
margin:0px;
}
.main_search_bar .suggestor-input {
    font-size: 15px;
    line-height: 22px;
    font-family: "Inter";
    color: #1b2437;
    font-weight: 400;
}
.events-listing .event-post-full .event-post-content{
	width: 100%!important;
}
.user_riguserType_user_right{
	display:flex;
	flex-direction: row;
}
.user_riguserType{
	display:flex;
	margin-top:4px;
}
.user_riguserType .radioWrap{
	position: relative;
    cursor: pointer;
    color: #457eff;
    border: 1px solid #d3e1ea;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 12px;
    border-radius: 20px 8px;
}

.user_riguserType .radioWrap:first-child {
    margin-right: 5px;
}

.user_riguserType .radioWrap .textWrap {
    margin-left: 10px;
}
/* profie uplaod user_register_job page*/
.login-account .use_profle .profile_picture{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.login-account .use_profle  .profile_picture input[type="file"] {
	background: url(images/deprtinfobg.jpg) no-repeat bottom;
 
    cursor: pointer;
    display: block;
   width:80px;
   height:80px;
    transform: translate(10%, 10%);
	cursor:pointer;
	z-index:1;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top:0;
}
/* profie uplaod user_register_job page*/

.topbar {
    background-color:#d94148!important;
}
.stack_overflow .full_stack_c{
	display:flex;
	justify-content: space-between;
	margin:20px 0px 10px 0px; 
}
.stack_overflow .full_stack_c h5{
	font-size:20px;
	font-weight:600;	
	
}
.stack_overflow .right_side_menu{
	display:flex;
	justify-content: space-between;
	
}
.stack_overflow .top_filter_menu{
	display:flex;
	justify-content: space-between;
	margin:16px 0px; 
	align-items: center;
}

.s-post-summary {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--bc-light);
    padding: var(--su16);
}
.s-post-summary {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--bc-light);
    padding: var(--su16);
}

.event-post-full.stock_question_card .event-post-txt a{
	font-size: 20px;
	color:#0e71e8!important;
}


.event-post-content a.btn.btn-sm{
		color: #777777!important;
		font-size: 14px!important;
		background-image: #f0f0f0!important;
		background-color:#f0f0f0!important;
}

.event-post-full.stock_question_card {
    margin-bottom: 22px;
	cursor:pointer;
}
.event-post-full.stock_question_card:hover{
	background:#ffffff6e;
}
.right_side_menu button.btn.btn-secondary:focus{
	border: 2px solid black;
	background:black;
	color:white;
}
.events-listing .event-post-full .event-post-txt.sock_questi{
	padding: 20px 30px ;
}
.justify-content-between {
    justify-content: space-between!important;
}
.about-post-author.stock_img img{
	 width: 71px!important;
    height: 71px;
}
.user-thumb.stock_au{
	width: 52px;
    height: 52px;
}

/* procing table code */

.pricing_tabel .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.pricing_tabel .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing_tabel hr {
  margin: 1.5rem 0;
}

.pricing_tabel .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing_tabel .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing_tabel .card-price .period {
  font-size: 0.8rem;
}

.pricing_tabel ul li {
  margin-bottom: 1rem;
}

.pricing_tabel .text-muted {
  opacity: 0.7;
}

.pricing_tabel .btn {
width:100%;
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}
  .pricing_tabel .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing_tabel .card:hover .btn {
    opacity: 1;
  }

@media only screen and (max-width: 900px) {
.main_search_bar {
width: 90%;
}
.job_inner_section  .inner_search h2{
	font-size: 26px;
}
}

@media only screen and (max-width: 600px) {
	.stack_overflow .top_filter_menu {
    display: flex;
    margin: 10px 0px;
    flex-direction: column;
    align-items: flex-start;
}
	.events-listing .event-post-full .event-post-content .btn-group.share-post {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
	margin-bottom:10px;
}
.events-listing .event-post-full .event-post-content .btn-group.share-post h5 {
	font-size: 19px;
}
.user_riguserType_user_right{
	display:flex;
	flex-direction: column;
}
}
