.news-info:after {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00072C 15%, rgba(0, 7, 44, 0) 100%) !important;
  content: "";
  opacity: 1;
	z-index: 99;
	display: block !important;
}

.sales-active .news-box:hover .news-info::before {
  background: url(../images/new-img-line.png) no-repeat 0 0;
}
.sales-active .news-info .link-btn:hover, body .sales-active .news-box .news-info a.link-btn:hover {
	color: #fff !important;
}

.news-box:hover .news-info .link-btn {
	color: #fff !important;
}
.news-top {
	width: 100%;
	z-index: 999 !important;
}
.sales-active .news-info {
	height: 303px;
}
.news-info:before {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 303px;
  background: url(../images/new-img-line.png) no-repeat 0 0;
  content: "";
  opacity: 1;
	z-index: 99;
}

.news-top a, .news-box img {
	height: auto !important;
}
.careers-details img {
	height: 505px;
	object-fit: cover;
	margin-bottom: 30px;
}
/* .careers-details .top-details {
	padding-bottom: 0;
} */
.contact-section {
	padding-bottom: 100px;
}
.form-box {
	padding: 55px;
	background: rgba(238, 238, 255, 1);
	border: 1px solid rgba(238, 238, 255, 1);
}
.form-box p {
	margin-bottom: 0;
}
.form-box label {
	display: block;
}
.form-box select {
	background-position: 98% 50%;
}



/* Responsive CSS */
@media screen and (max-width: 1499px) {
	.form-box {
		padding: 40px;
	}
	.contact-section {
	padding-bottom: 80px;
}
}

@media screen and (max-width: 1399px) {
	.careers-details img {
		height: 560px;
	}
}

@media screen and (max-width: 1299px) {
 .careers-details img {
    height: 470px;
  }
}

@media screen and (max-width: 1199px) {
 .careers-details img {
    height: 610px;
  }
	.contact-section {
	padding-bottom: 70px;
}
}

@media screen and (max-width: 991px) {
	.careers-details img {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.form-box {
		padding: 20px;
	}
	.contact-section {
	padding-bottom: 50px;
}
	.form-box select {
  background-position: 96% 50%;
}
}
