/* Alternative: Targeting >= 1440px */
@media only screen and (min-width: 1440px) {
	.company-sub.company-sub-title {
		top: 110px !important;

	}

	#iso-page .company-sub.company-sub-title {
		top: 120px !important;
	}

	#report-page .company-sub.company-sub-title {
		top: 32px !important;
	}
}

/* Alternative: Targeting >= 2304px */
@media only screen and (min-width:2304px) {
	.company-sub.company-sub-title {
		top: 163px !important;

	}

	#iso-page .company-sub.company-sub-title {
		top: 174px !important;
	}

	#report-page .company-sub.company-sub-title {
		top: 85px !important;
	}
}

/* Alternative: Targeting >= 2880px */
@media only screen and (min-width:2880px) {
	.company-sub.company-sub-title {
		top: 198px !important;

	}

	#iso-page .company-sub.company-sub-title {
		top: 208px !important;
	}

	#report-page .company-sub.company-sub-title {
		top: 122px !important;
	}
}

@media only screen and (min-width: 2304px) {}

@media (min-width:1801px) and (max-width:2400px) {}

@media (min-width: 1501px) and (max-width: 1800px) {}

@media (min-width: 1201px) and (max-width: 1500px) {}

@media (min-width:768px) and (max-width:9000px) {
	.company-sub.company-sub-title.mob-title {
		display: none;
	}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width:1200px) {
	.banner-section {
		height: auto;
	}

	.banner-section img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		margin-bottom: 0px;
		height: 100%;
		max-width: 100%;
	}

	.about-container h2 {
		font-size: 20px;
	}

	.bottom-container {
		top: -40px;
	}
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.banner-section {
		height: auto;
	}

	.banner-section img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		margin-bottom: 0px;
		height: 100%;
		max-width: 100%;
	}

	.about-title h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.about-container h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.bottom-container {
		top: -35px;
	}

	.bottom-button-sec-one {
		max-width: 305px;
	}

	.btn-last {
		max-width: 345px;
	}

	.btn-last p {
		line-height: 20px;
		font-size: 13px;
	}

	.btn-last h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.btn-last h5 span {
		font-size: 13px;
	}

	.section-title h4 {
		font-size: 45px;
	}

	.section-title h5 {
		font-size: 25px;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.solution-item-top h4 {
	
	position: relative;
	left: 0;
	top: 0;
}
.solution-text {
	padding-left: 0;
	padding-top: 20px;
}	
.ld-speech {

	font-size: 13px;
	
}
.ld-problem-item h4 {
	
	font-size: 20px;
	
}
.ld-feature-text li {
	
	font-size: 13px;
	
}	
	
.num-box-arrow::after {
	
	display: none;
}	
.logo-sub-title span {
	font-size: 15px;
	
}
.labo-contact-btn a {
	
	font-size: 16px;
	
}	
.requirements-box {

	min-height: inherit;
}	
	
.requirements-box h4 {
	
	font-size: 20px;
}	
	
	
.requirements-sec .col-sm-4 {
	margin-bottom: 80px;
}	
.requirements-sec {
	padding-left: 0;
	padding-right: 0;
}	
.logo-sub-title img {
	max-width: 100px;
}	
.lab-solution-top p {
	font-size: 15px;
}	
.solution-item-top ul li {
	padding-bottom: 10px;
	display: block !important;
}	
	
.solution-item-top {
	
	background-size: contain;
	
	background-color: rgba(245, 176, 130, 1);
}	
.solution-item-top {
	
	background-size: cover;
	
}	
	
	
	
	
	
	
	.feature-card {
		height: 34vh !important;
	}

	.feature-card img {
		height: 34vh !important;
	}

	.feature-label {
		top: 20% !important;
		left: 0% !important;
	}

	.feature-label h3 {
		font-size: 24px !important;
		margin: 0 0 14px !important;
	}

	.feature-label p {
		font-size: 16px !important;
	}

	.sponsor-links {
		padding: 24px 21px 27px 21px !important;
	}

	.d-content p {
		font-size: 13px;
	}

	.d-content h4 {
		font-size: 20px;
	}

	.d-content {
		padding: 10px 15px;
	}

	.banner-section {
		height: auto;
	}

	.about-title {
		max-width: inherit;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}

	.about-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.about-title h1 {
		font-size: 24px;
		word-wrap: break-word;
		line-height: 32px;
	}

	.about-container h2 {
		word-wrap: break-word;
		font-size: 16px;
		line-height: 27px;
	}

	.about-me-area {
		padding: 30px 0;
	}

	.resume-sec .col-xl-6.col-lg-6.col-md-6 {
		height: auto !important;
	}

	.resume-box {
		text-align: center;
		color: #fff;
		max-width: inherit;
		margin: 0 auto;
		padding: 100px 15px;
		display: block;
	}

	.resume-box-two,
	.resume-box-one {
		max-width: inherit;
	}

	.titlebar h3 img {
		max-width: 100%;
	}

	.titlebar {
		max-width: inherit;
	}

	.titlebar .d-flex.align-items-end {
		display: block !important;
	}

	.titlebar span {
		text-align: center;
		top: 0;
		padding-left: 0;
		padding-top: 20px;
		display: block;
	}

	.working-container {
		padding: 30px 25px 0;
	}

	.title-top h4 {
		font-size: 20px;
	}

	.title-top {
		padding-bottom: 25px;
	}

	.section-title h4 {
		font-size: 30px;
		word-wrap: break-word;
		margin-bottom: 0;
	}

	.section-title h5 {
		font-size: 20px;
		margin-bottom: 0;
		word-wrap: break-word;
	}

	.section-title span {
		font-size: 15px;
	}

	.section-title p {
		font-size: 12px;
	}

	.section-title p {
		font-size: 12px;
		line-height: 20px;
	}

	.section-title p br {
		display: none;
	}

	.service-details.pt-100.pb-100 {
		padding: 30px 0;
	}

	.service-img::after {
		display: none;
	}

	.d-image {
		padding: 0;
	}

	.d-content-top {
		margin-top: 0;
	}

	.d-image p {
		padding-top: 30px;
	}

	.service-details .col-xl-12.col-lg-12.col-md-12 .d-image {
		padding-top: 30px;
	}

	.working-titlebar h4 br {
		display: none;
	}

	.working-titlebar h4 {
		font-size: 13px;
	}

	.d-content-top.border-left::after {}

	.working-process-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.bottom-container {
		top: 0;
		padding: 0 15px 30px;
	}

	.service-area-bottom-sec .d-content-top {
		padding-bottom: 5px;
	}

	.main-menu-area {
		padding: 5px 0;
	}

	.banner-area {
		margin-top: 45px;
	}

	.cross {
		display: none;
	}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 450px
	}
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
	.file_uploads .cf7-file-label {
		min-width: inherit;
		font-size: 10px;
		width: 100%;
		max-width: 55px;
	}

	.file_uploads .cf7-file-ui {
		gap: 0;
		width: 100%;
	}

	.file_uploads .cf7-file-ui .cf7-file-status {
		padding-left: 10px;
		font-size: 10px;
	}

	.file_uploads .cf7-file-btn {
		padding: 10px 10px;
		font-size: 10px;
		max-width: 100px;
		width: 100%;
	}

	.company-sub {
		display: none;
	}

	.nav {
		display: block !important;
	}

	#banner_part .parallax_cover img {
		height: 320px !important;
	}

	.video-container {
		padding: 30px 15px 15px !important;
	}

	.eleca-section {
		padding: 50px 0 !important;
	}

	.eleca-features {
		padding: 20px 0 20px !important;
	}

	.features-container {
		max-width: 100%;
	}

	.eleca-info-section {
		padding: 30px 0 30px !important;
	}

	#section3 .img {
		height: 300px;
		object-fit: cover;
	}

	.header-mid {
		padding-top: 35px !important;
	}

	.services-block {
		margin-left: 0 !important;
		margin-bottom: 20px !important;
		min-height: 300px;
	}

	.services-image {
		position: relative !important;
		display: block !important;
	}

	.services-image-text h3 {
		margin-bottom: 10px !important;
	}

	.services-image-text {
		max-width: 100%;
		padding: 15px !important;
	}

	.sec-title h3 span {
		width: 10px !important;
		height: 10px !important;
		top: -10px !important;
	}

	.sec-title h3 {
		font-size: 25px !important;
		margin-bottom: 25px !important;
	}

	.sec-title p {
		font-size: 10px !important;
	}

	.sec-title {
		padding-left: 0 !important;
	}

	.news {
		margin-top: 50px !important;
		padding: 0 !important;
	}

	.company-content {
		padding: 25px 0;
	}

	.contact-area .img {
		height: 300px;
		object-fit: cover;
	}

	.latest-news-area {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.sticky-button {
		display: none;
	}

	.sticky-button2 {
		display: none;
	}

	.hero .bg {
		height: 130px !important;
	}

	.gray {
		padding-top: 0px !important;
	}

	.gray .Mbox {
		padding: 0px 0 30px !important;
		margin-top: 0px !important;
		margin-bottom: 0;
	}

	.list-col3 div.text2 dl {
		padding: 20px 10px;
	}

	.gray h2.topTtl {
		margin-bottom: 20px !important;
	}

	#serviceNavbar ul li {
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}

	.chemical-analysis-sec {
		padding-left: 0 !important;
	}

	#section4 .eleca-content {
		width: 100% !important;
	}

	#section4 .eleca-grid a {
		max-width: 100% !important;
	}

	#section7 .info-card.two-col {
		padding: 15px !important;
	}

	#section7 .info-card-img-one {
		padding-right: 0 !important;
	}

	#section7 .info-card-img-one,
	.info-card-img-two {
		max-width: 100% !important;
	}

	#section8 .info-card.center-img {
		padding: 15px !important;
	}

	#section9 .eleca-info-section .info-card.center-img img {
		max-width: 100% !important;
	}

	.feature-label {
		padding: 10px 15px !important;
		font-size: 14px !important;
	}

	.features-title {
		margin-bottom: 25px !important;
	}

	#section6 .two-col {
		flex-direction: inherit !important;
	}

	.news div.document_categories a {
		height: 50px !important;
		line-height: 25px !important;
		max-width: 100% !important;
	}

	.news div.Mbox .MboxChild {
		padding: 0 0px 20px 0px !important;
	}

	.esg-section {
		padding-top: 50px !important;
	}

	.esg-group {
		padding: 20px !important;
	}

	.esg-inner {
		width: 100% !important;
	}

	.esg-item {
		padding: 20px !important;
	}

	.esg-inner-top {
		padding-bottom: 50px !important;
	}

	.services-banner .solve-icon {
		bottom: -20px !important;
		max-width: 100px !important;
	}

	.company-hero-inner .company-left {
		width: 50%;
	}

	.company-hero-inner .company-right {
		width: 50%;
	}

	.service-section-one .certificates img {
		width: 300px;
		padding-left: 15px !important;
		padding-bottom: 30px !important;
	}

	.policy-row {
		margin-bottom: 30px !important;
	}

	.policy-text ul {
		padding-left: 0 !important;
	}

	.policy-text ul li {
		padding-bottom: 10px;
	}

	.contct-wrapper {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.company-sub {
		left: 0 !important;
		font-size: 18px !important;
		padding-top: 5px;
	}

	#banner-left .company-sub.company-sub-title.mob-title br {
		display: none;
	}

	.floatBnr .btn:after {
		display: none;
	}

	.company-hero {
		position: relative;
		overflow: hidden;
	}

	.company-left {
		position: relative;
		padding-top: 20px;
	}

	.company-sub.company-sub-title {
		top: auto !important;
		z-index: 1;
		bottom: 0;
		display: none;
	}

	.sticky-button .btn {}

	.sticky-button {
		right: 30px !important;
		max-width: 165px !important;
	}

	#banner-left .company-sub.company-sub-title.mob-title {
		display: block;
		position: inherit;
		line-height: 22px;
	}

	.contact-content {
		padding-left: 15px !important;
	}

	#banner-left {
		order: 2;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		padding: 0;
	}

	#banner-right {
		order: 1;
	}

	.company-title {
		font-size: 20px !important;
	}

	.company-left::after {
		content: "";
		clip-path: polygon(0 0, 25% 0, 91% 100%, 0% 100%);
		background-color: #fff;
		height: 100%;
		position: absolute;
		right: -25px;
		top: 0;
		bottom: 0;
		display: block;
		width: 30px;
	}

	.company-left {
		position: relative;
		background-color: #fff;
		max-width: 70%;
		padding: 15px;
	}

	.company-hero .container-fluid {
		padding: 0;
	}

	.company-nav {
		width: 100% !important;
	}

	.policy-text {
		padding-right: 0 !important;
	}

	.company-nav ul li {
		margin-bottom: 10px;
	}

	.wrapper {
		padding-top: 0 !important;
	}

	.page-template-sponsor .sponsor-section {
		padding: 35px 0 35px;
	}

	.page-template-sponsor .sponsor-container {
		width: 100%;
	}

	.page-template-sponsor .sponsor-header .row.align-item-center {
		margin-left: 0;
		margin-right: 0;
	}

	.page-template-sponsor .sponsor-info {
		padding: 15px 0;
	}

	.page-template-sponsor .sponsor-intro {
		margin-bottom: 30px;
	}

	.page-template-company .container-right {
		margin: 0 !important;
	}

	.page-template-company .company-content-area {
		padding: 15px 0 !important;
	}

	.page-template-company .company-text {
		padding-right: 0 !important;
	}

	.page-template-company .promo-card {
		margin-bottom: 20px !important;
	}

	.page-template-company .company-row .container {
		padding: 0 !important;
	}

	.page-template-company .company-row .container .col-md-12 {
		padding: 0 !important;
	}

	.header-mid-container .main-title {
		font-size: 60px !important;
		line-height: 60px !important;
	}

	.latest-news-content,
	.company-info-area .company-content {
		padding-left: 0 !important;
	}

	div#product-banner img.cover-parallax {
		height: 100% !important;
	}

	.news dl dt {
		gap: 5px;
		display: flex;
		align-items: center;
	}

	.latest-news .news dl {
		gap: 10px;
		display: flex;
		align-items: flex-start !important;
		flex-direction: column;
	}

	.latest-news .news dl dd {
		font-size: 12px !important;
	}

	.floatBnr .inner .tel {
		margin: 0 !important;
	}

	.dl_cnt {
		margin: 10px !important;
	}

	.floatBnr .btn {
		border: 0 !important;
		background-color: transparent;
	}

	.corporate-profile-details .history-list .col-2 {
		width: 100%;
		max-width: 30% !important;
		flex: 30% !important;
	}

	.corporate-profile-details .history-list .col-10 {
		width: 100%;
		max-width: 70% !important;
		flex: 70% !important;
	}

	.company-details .history-list .col-2 {
		width: 100%;
		max-width: 30% !important;
		flex: 30% !important;
	}

	.company-details .history-list .col-10 {
		width: 100%;
		max-width: 70% !important;
		flex: 70% !important;
	}

	footer {
		padding: 36px 0px 30px 0px !important;
	}

	.footer-menu {
		margin-top: 35px !important;
	}

	.footer-menu ul li {
		text-align: left !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wrapper {
		padding-top: 10px !important;
	}

	.main-title {
		font-size: 120px !important;
		line-height: 120px !important;
	}

	.latest-news-content,
	.company-info-area .company-content {
		padding-left: 0 !important;
	}

	.services-image-text {
		max-width: 400px !important;
		padding: 40px !important;
	}

	.floatBnr .inner .tel {
		margin: 0 !important;
	}

	.dl_cnt {
		margin: 10px !important;
	}

	.floatBnr .btn {
		border: 0 !important;
		background-color: transparent;
	}

	.news dl dt {
		gap: 5px;
	}

	.latest-news .news dl {
		gap: 10px;

	}

	.latest-news .news dl dd {
		font-size: 12px !important;
	}

	.company-sub.company-sub-title {
		left: -25px;
		font-size: 50px;
	}

	.corporate-profile-details .history-list .col-2 {
		width: 100%;
		max-width: 20% !important;
		flex: 20% !important;
	}

	.corporate-profile-details .history-list .col-10 {
		width: 100%;
		max-width: 80% !important;
		flex: 80% !important;
	}

	.company-details .history-list .col-2 {
		width: 100%;
		max-width: 20% !important;
		flex: 20% !important;
	}

	.company-details .history-list .col-10 {
		width: 100%;
		max-width: 80% !important;
		flex: 80% !important;
	}

	.company-button {
		padding-top: 20px !important;
	}

	.chemical-analysis-sec {
		padding-left: 0 !important;
	}

	.feature-label {
		font-size: 18px !important;
	}

	.info-block .two-col {
		flex-direction: inherit !important;
	}

	#section7 .info-card.two-col {
		padding: 30px !important;
	}

	#section8 .info-card.center-img {
		padding: 30px !important;
	}

	#section9 .eleca-info-section .info-card.center-img img {
		max-width: 100% !important;
	}

	.eleca-grid a {
		font-size: 12px !important;
		padding: 6px 12px !important;
	}

	.eleca-description {
		font-size: 10px !important;
		margin-bottom: 10px !important;
	}
}
