/*---------------------------------------------------------------------
Careers
-----------------------------------------------------------------------*/
.career-style .active-career .row {
    background: var(--white-light-color);
    padding: 15px;
    border-radius: 4px;
}

.career-style .active-career a.career-title {
    color: var(--title-color);
    text-decoration: none;
}

.career-style .iq-career-block {
    margin-bottom: 30px;
}

.career-style .iq-list li span {
    color: var(--body-text);
}

.career-style .iq-career-block .career-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.career-style .iq-career-block:last-child {
    margin-bottom: 0px;
}

.career-style .iq-career-block.career-active .career-title:before {
    content: "\f209";
}

.career-style .career-title:before {
    margin-right: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    content: "\f218";
    font-family: "Ionicons";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 18px;
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    background: var(--secondary-color);
    border-radius: 4px;
    width: 45px;
    height: 45px;
}

.career-style .active-career .button {
    float: right;
    overflow: hidden;
}

.career-style .career-details {
    margin-top: 15px;
}



/*---------------------------------------------------------------------
  Tab
-----------------------------------------------------------------------*/
.custom-tab-rounded-rect .nav {
	justify-content: center;
}

.custom-tab-rounded-rect a.nav-link.active h5 {
	color: var(--white-color);
}

.custom-tab-rounded-rect .nav-pills .nav-link.active {
	color: var(--white-color);
	background: var(--primary-color);
}

.custom-tab-rounded-rect .nav-pills .nav-link {
	border-radius: 90px;
	padding: 8px 30px;
}

.custom-tab-rounded-rect ul .nav-item {
	margin-right: 30px;
}

.iq-accordion.career-post-tab {
	width: 100%;
	text-align: left;
}

.iq-accordion.career-post-tab .accordion-details .active-faq {
	display: block;
}

.iq-accordion.career-post-tab .accordion-details {
	display: none;
}

.iq-accordion.career-post-tab .active-faq .row {
	background: var(--white-light-color);
	padding: 15px;
	border-radius: 4px;
}

.iq-accordion.career-post-tab .active-faq a.accordion-title {
	color: var(--secondary-color);
	padding-left: 75px;
	text-decoration: none;
}

.iq-accordion.career-post-tab .iq-accordion-block {
	margin-bottom: 30px;
}

.iq-accordion.career-post-tab .iq-accordion-block .accordion-title span {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: table-cell;
}

.iq-accordion.career-post-tab .iq-accordion-block:last-child {
	margin-bottom: 0px;
}

.iq-accordion.career-post-tab .iq-accordion-block.accordion-active .accordion-title:before {
	content: "\f209";
}

.iq-accordion.career-post-tab .accordion-title:before {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
	cursor: pointer;
	content: "\f218";
	font-family: "Ionicons";
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	padding: 14px 18px;
	color: var(--white-color);
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	background: var(--secondary-color);
	border-radius: 4px;
	width: 45px;
	height: 45px;
}

.iq-accordion.career-post-tab .iq-accordion-block .accordion-details {
	margin-top: 20px;
}

.iq-accordion.career-post-tab .iq-accordion-block .accordion-title span {
	font-size: 18px;
	line-height: 42px;
}

.iq-accordion.career-post-tab .active-faq .row {
	background: none;
	padding: 15px 15px 30px;
	border-radius: 4px;
	border: 1px solid #eee;
}

.iq-accordion.career-post-tab .accordion-title:before {
	color: var(--primary-color);
	background: none;
	box-shadow: none;
}

.custom-tab-rounded-rect .tab-pane.active {
	display: block;
}

.custom-tab-rounded-rect .tab-pane {
	display: none;
}

.career-form {
	text-align: center;
}

.career-form input,
.career-form input[type=text] {
	border-radius: 900px;
	margin-bottom: 45px;
	position: relative;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.career-form form .post-search {
	position: absolute;
	padding: 10px 80px;
	top: 89px;
	right: 16px;
	color: #ffffff !important;
}

.iq-accordion.career-post-tab .cat-detail {
	color: green;
	padding-left: 30px;
	display: block;
	text-align: center;
}

.career-form .not-found {
	color: var(--warning-color);
	padding-left: 30px;
	display: block;
	text-align: center;
}

@media(max-width:1024px) {

	.iq-accordion.career-style .iq-accordion-block .accordion-title span {
		width: 85%;
		float: left;
	}

	.iq-accordion.career-style .accordion-title:before {
		float: left;
		margin-right: 15px;
	}

	.iq-accordion.career-style .active-faq a.accordion-title {
		float: left;
		width: 100%;
	}
}

@media(max-width:979px) {

	.careers-faq .iq-accordion .iq-ad-block .ad-title span {
		font-size: 20px;
	}
}

@media(max-width:767px) {

	.careers-faq .active-faq .button {
		font-size: 14px;
		padding: 5px 15px;
		float: inherit;
		margin-top: 15px;
	}

	.careers-faq .active-faq a.ad-title span {
		font-size: 20px;
	}


}

  @media (max-width:479px) {
.iq-accordion.career-style .accordion-title:before {
	left: 0;
}

.iq-accordion.career-style .active-faq a.accordion-title span {
	width: 60%;
}

.iq-accordion.career-style .iq-accordion-block .accordion-title span {
	display: inherit;
	font-size: 20px;
}
.careers-faq .iq-accordion .ad-title:before {
	height: auto;
	padding: 10px 15px;
	top: 8px;
}

.careers-faq .active-faq a.ad-title {
	display: inline-block;
	line-height: 28px;
}

.careers-faq .active-faq a.ad-title span {
	font-size: 18px;
	
} 
.careers-faq .iq-accordion .iq-ad-block .ad-title span {
	font-size: 20px;
}
}
