body {
	overflow-x: hidden;
}

.products-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
    height: 35rem;
	margin-bottom: 14rem;
	padding-top: 120px!important;
}

.products-banner .container {
	padding-top: 8rem;
}

.products-banner .single_path {
	left: 0;
    height: 0.9rem;
    top: 11rem;
    opacity: 0.5;
}

.products-banner .container img {
	width: 100%;
	height: 25rem;
}

.products-details {
	margin-bottom: 7rem;
}

.products-details h2 {
	color: #20A67D;
	font-size: 30px;
}

.products-details .product-icon {
	right: -2rem;
    height: 12rem;
    top: -9rem
}

.products-details .single_path {
	right: 3rem;
    height: 1rem;
    top: -12.5rem;
}




.products-tabs {
	background-color: #F4F5F5;
}

.products-tabs .nav-item {
	background-color: white;
}

.products-tabs .tab-content h2 {
	color: #011F4E;
	margin-bottom: 4rem!important;
	font-size: 30px;
}

.products-tabs .tab-content .swiper-slide img {
	height: 20rem;
}

.products-tabs .tab-content .description {
	margin-bottom: 4rem!important;
}


.products-tabs .nav-item .nav-link {
	color: #011F4E;
	font-weight: 600;
	border-radius: 0;
	padding: 1rem 2rem;
	font-size: 16px;
	border-right: 1px solid #F4F5F5;
}

.products-tabs .nav-item .nav-link.active {
    color: white;
    background-color: #011F4E;
    border-color: none;
}

.products-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: white!important;
    isolation: isolate;
}

.products-tabs h5 {
	color: #011F4E;
	font-size: 20px;
}


.products-tabs ul {
	list-style-type: none;
}

.products-tabs a {
	color: #011F4E;
	font-size: 0.95rem;
}

.products-tabs .download {
	margin-bottom: 4rem;
}

.products-tabs .download img {
	height: 3rem;
}

.products-tabs .dropdown-nav {
	display: none;
	margin-bottom: 5rem;
}

.products-tabs .tab-banner {
    top: 8em;
    height: 21rem;
    width: 80rem;
    left: 0;
}

.products-tabs .left_path {
	left: -2rem;
	bottom: 22rem;
}

.products-tabs .right_path {
	right: 0rem;
	top: 36rem;
}
.products-tabs .download a:hover {
	text-decoration: underline!important;
}



.swiper-wrapper {
	padding: 1rem 0 3rem 0;
}

.swiper-slide {
	background-color: white;
}

.swiper-slide-next {
	-webkit-box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 50%);
	box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 50%);
}

.swiper-pagination {
	bottom: -5px!important;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: #20ADEA!important;
	opacity: 1!important;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #011F4E!important;
	height: 0.7rem;
    width: 0.7rem;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px)!important;
}







.applications {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 28rem;
    padding: 5rem 0;
}

.applications .title {
	font-size: 30px;
}

.applications h5 {
	font-size: 18px;
}


.applications .single-path {
	padding-top: 3.5rem;
}







@media (max-width: 1600px){

	.products-details .single_path {
		display: none;
	}
	.products-details .product-icon {
		top: -2rem;
	}

}



@media (max-width: 1400px){

	.products-banner {
		height: 22rem;
    	margin-bottom: 14rem;
	}

	.products-banner .container img {
		height: 23rem;
	}

	.products-details .product-icon {
		height: 9rem;
		top: -3rem;
	}

	.products-details .container {
		padding: 2rem 1rem;
	}


	.products-details {
		margin-bottom: 5rem;
	}

	/* .products-tabs .nav-tabs {
		display: none;
	} */

	/* .products-tabs .dropdown-nav {
		display: block;
	} */

	/* .products-tabs .tab-content h2 {
		margin-bottom: 3rem!important;
	} */

	/* .applications {
		height: auto;
		padding: 3rem 0;
	} */

	/* .applications .single-path {
		display: none;
	} */

	/* .applications h5 {
		font-size: 1.15rem;
	} */

}




@media (max-width: 1200px){

	.products-banner {
		height: 20rem;
		margin-bottom: 12rem;
	}

	.products-banner .container {
		padding-top: 4rem;
	}

	.products-banner .container img {
		height: 22rem;
	}

	.products-details .product-icon {
		height: 8rem;
		top: -6rem;
	}


	.products-details {
		margin-bottom: 5rem;
	}

	/* .products-tabs .nav-tabs {
		display: none;
	} */

	/* .products-tabs .dropdown-nav {
		display: block;
	} */

	/* .products-tabs .tab-content h2 {
		margin-bottom: 3rem!important;
	} */

	/* .applications {
		height: auto;
		padding: 3rem 0;
	} */

	/* .applications .single-path {
		display: none;
	} */

	/* .applications h5 {
		font-size: 1.15rem;
	} */

}


@media (max-width: 1200px){

	.products-details .single_path {
		display: none;
	}
	.products-details .product-icon {
		height: 6rem;
		top: -2rem;
	}

}




@media (max-width: 991px){

	.products-banner {
		height: 15rem;
    	margin-bottom: 12rem;
	}

	.products-banner .container {
		padding-top: 3rem;
	}

	.products-banner .container img {
		height: 18rem;
	}

	.products-details .product-icon {
		height: 5rem;
    	top: -4rem;
	}


	.products-details {
		margin-bottom: 5rem;
	}

	/* .products-tabs .nav-tabs {
		display: none;
	}

	.products-tabs .dropdown-nav {
		display: block;
	} */

	.products-tabs .tab-content h2 {
		margin-bottom: 3rem!important;
	}
	
	.products-tabs .dropdown-menu {
		min-width: 32.5rem!important;
	}

	.applications {
		height: auto;
		padding: 3rem 0;
	}

	.applications .single-path {
		display: none;
	}

	.applications h5 {
		font-size: 1.15rem;
	}

	.products-tabs .tab-banner {
		top: 13em;
	}

}



@media (max-width: 768px){

	.products-banner {
		height: 10rem;
		margin-bottom: 7rem;
	}

	.products-banner .container {
		padding-top: 2rem;
	}

	.products-banner .container img {
		height: 10rem;
	}

	.products-details .single_path {
		display: none;
	}

	.products-details .product-icon {
		height: 4rem;
    	top: -2rem;
	}

	.single_path {
		display: none;
	}

	.products-details {
		margin-bottom: 5rem;
	}

	/* .products-tabs .nav-tabs {
		display: none;
	}

	.products-tabs .dropdown-nav {
		display: block;
	} */

	.products-tabs .tab-content h2 {
		margin-bottom: 2rem!important;
	}

	.products-tabs .dropdown-menu {
		min-width: 32.5rem!important;
	}

	.applications {
		height: auto;
		padding: 3rem 0;
	}

	.applications .single-path {
		display: none;
	}

	.applications h5 {
		font-size: 1rem;
	}

}


@media (max-width: 736px){
	.products-banner {
		height: 10rem;
		margin-bottom: 7rem;
	}

	.products-banner .container {
		padding-top: 2rem;
	}

	.products-banner .container img {
		height: 10rem;
	}

	.products-details .single_path {
		display: none;
	}

	.products-details .product-icon {
		height: 4rem;
    	top: -2rem;
	}

	.products-details {
		margin-bottom: 5rem;
	}

	/* .products-tabs .nav-tabs {
		display: none;
	}

	.products-tabs .dropdown-nav {
		display: block;
	} */

	.products-tabs .tab-content h2 {
		margin-bottom: 2rem!important;
	}

	.products-tabs .dropdown-menu {
		min-width: 32.5rem!important;
	}

	.applications {
		height: auto;
		padding: 3rem 0;
	}

	.applications .single-path {
		display: none;
	}

	.applications h5 {
		font-size: 1rem;
	}

	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}
}

@media (max-width:450px) {
	.products-details .single_path {
		display: none;
	}

	.products-details h2 {
		color: #20A67D;
		font-size: 25px;
	}

	.products-banner {
		height: 10rem;
		margin-bottom: 5rem;
	}
	.products-details .product-icon {
		height: 4rem;
		top: 0rem;
	}

	.products-details {
		margin-bottom: 1rem;
	}


	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}

	.products-tabs .tab-content h2 {
		color: #011F4E;
		margin-bottom: 4rem!important;
		font-size: 25px;
	}

	.products-tabs .tab-banner {
		top: 12rem;
		height: 11rem;
		width: 80rem;
		left: 0;
	}

	.products-tabs .left_path {
		display: none;
	}

	.products-tabs .right_path {
		display: none;
	}

	.products-tabs .tab-content .description {
		margin-bottom: 3rem!important;
	}

	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}
}

@media (max-width:414px) {
	.products-details .single_path {
		display: none;
	}

	.products-details h2 {
		color: #20A67D;
		font-size: 25px;
	}

	.products-banner {
		height: 10rem;
		margin-bottom: 5rem;
	}
	.products-details .product-icon {
		height: 4rem;
		top: 0rem;
	}

	.products-details {
		margin-bottom: 1rem;
	}


	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
		width: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}
	
	.products-tabs .nav-item {
		width : 100%;
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}

	.products-tabs .tab-content h2 {
		color: #011F4E;
		margin-bottom: 4rem!important;
		font-size: 25px;
	}

	.products-tabs .tab-banner {
		top: 12rem;
		height: 11rem;
		width: 80rem;
		left: 0;
	}

	.products-tabs .left_path {
		display: none;
	}

	.products-tabs .right_path {
		display: none;
	}

	.products-tabs .tab-content .description {
		margin-bottom: 3rem!important;
	}

	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}
}

@media (max-width:375px) {
	.products-details .single_path {
		display: none;
	}

	.products-details h2 {
		color: #20A67D;
		font-size: 25px;
	}

	.products-banner {
		height: 10rem;
		margin-bottom: 5rem;
	}
	.products-details .product-icon {
		height: 4rem;
		top: 0rem;
	}

	.products-details {
		margin-bottom: 1rem;
	}


	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}

	.products-tabs .tab-content h2 {
		color: #011F4E;
		margin-bottom: 4rem!important;
		font-size: 25px;
	}

	.products-tabs .tab-banner {
		top: 13rem;
		height: 11rem;
		width: 80rem;
		left: 0;
	}

	.products-tabs .left_path {
		display: none;
	}

	.products-tabs .right_path {
		display: none;
	}

	.products-tabs .tab-content .description {
		margin-bottom: 3rem!important;
	}

	.products-tabs .nav-item .nav-link {
		padding: 1rem 1rem!important;
		font-size: 12px!important;
		height: 100%;
	}

	.products-tabs .nav {
		margin-bottom: 4rem;
		/* flex-wrap: nowrap; */
	}

	.products-tabs h2 {
		color: #011F4E;
		font-size: 25px;
	}
	
}
@media (max-width: 1366px){
	.gen-banner {
		height: 36rem !important;
	}
}
@media (max-width: 991px){
.gen-banner {
    height: 26rem !important;
}
}
@media (max-width: 600px){
.gen-banner {
    height: 19rem !important;
}
@media (max-width: 480px){
	.gen-banner {
    height: 20rem !important;
}
}