.nexus-top-banner {
	background: url(../images/nexus-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 126px;
}
.nexus-top-banner-home {
	background: url(../images/nexus-bg.webp) no-repeat #f3fcfb;
	background-size: cover;
	background-position: center;
	padding-top: 126px;
	min-height: 76vh;
}
.nexus-top-banner .left-nexus-content .nexus-logo {
	margin-top: 87px;
}

.nexus-top-banner .left-nexus-content .nexus-logo img {
	display: block;
}

.heading {
	font-size: 50px;
	color: #000b33;
	font-weight: 600;
	font-family: Manrope,sans-serif;
	line-height: 64px;
}

.red-btn {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 20px 26px;
	border-radius: 6px;
	background: #fd4c5c;
	text-decoration: none;
	border: 2px solid transparent;
	display: inline-block;
	transition: .25s all linear;
	cursor: pointer;
}

.red-btn:hover {
	background: #fff;
	color: #fd4c5c;
	border-color: #fd4c5c;
	transition: .25s all linear;
}

.nexus-top-banner .left-nexus-content .heading {
	margin: 49px 0 32px;
}

.nexus-top-banner .left-nexus-content .list-point {
	padding-left: 35px;
	list-style-type: none;
}

.nexus-top-banner .left-nexus-content .list-point li {
	font-size: 16px;
	color: #818596;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	display: block;
	margin-bottom: 11px;
}

.nexus-top-banner .left-nexus-content .list-point li:last-child {
	margin-bottom: 0;
}

.nexus-top-banner .left-nexus-content .list-point li:before {
	content: " ";
	width: 16px;
	height: 12px;
	background: url(../images/tick.png) no-repeat;
	position: absolute;
	top: 10px;
	left: -26px;
}

.nexus-top-banner .left-nexus-content .red-btn {
	margin-top: 40px;
}

.nexus-top-banner .right-nexus-content img {
	display: block;
	margin: 0 auto;
}

.nexus-top-banner .right-nexus-content img.top-img-banner {
	margin-left: 182px;
}

.nexus-top-banner .right-nexus-content {
	position: relative;
}

.nexus-top-banner .right-nexus-content .popup-img1,.nexus-top-banner .right-nexus-content .popup-img2 {
	position: absolute;
	top: 0;
}

.nexus-top-banner .right-nexus-content .popup-img1 {
	top: 325px;
	left: 60px;
}

.nexus-top-banner .right-nexus-content .popup-img2 {
	top: 189px;
	right: -46px;
}

@media only screen and (min-width:1300px) and (max-width:1440px) {
	.nexus-top-banner {
		padding-top: 104px;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo {
		margin-top: 97px;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo img {
		width: 116px;
	}

	.nexus-top-banner .left-nexus-content .heading {
		margin: 30px 0 25px;
	}

	.heading {
		font-size: 38px;
		line-height: 49px;
	}

	.nexus-top-banner .left-nexus-content .red-btn {
		margin-top: 23px;
	}

	.nexus-top-banner .right-nexus-content img.top-img-banner {
		width: 62%;
		margin-left: 154px;
	}

	.nexus-top-banner .right-nexus-content .popup-img2 {
		top: 153px;
		right: 0;
		width: 38%;
	}

	.nexus-top-banner .right-nexus-content .popup-img1 {
		top: 217px;
	}
}

@media (max-width:1280px) {
	.nexus-top-banner {
		padding-top: 104px;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo {
		margin-top: 97px;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo img {
		width: 116px;
	}

	.nexus-top-banner .left-nexus-content .heading {
		margin: 30px 0 25px;
	}

	.heading {
		font-size: 38px;
		line-height: 49px;
	}

	.nexus-top-banner .left-nexus-content .red-btn {
		margin-top: 23px;
	}

	.nexus-top-banner .right-nexus-content img.top-img-banner {
		width: 66%;
		margin-left: 153px;
	}

	.nexus-top-banner .right-nexus-content .popup-img2 {
		top: 189px;
		width: 38%;
		right: 0;
	}

	.nexus-top-banner .right-nexus-content .popup-img1 {
		top: 287px;
	}
}

@media screen and (min-width:1000px) and (max-width:1024px) {
	.nexus-top-banner {
		padding-top: 104px;
		overflow: hidden;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo {
		margin-top: 45px;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo img {
		width: 116px;
	}

	.nexus-top-banner .left-nexus-content .heading {
		margin: 30px 0 25px;
	}

	.heading {
		font-size: 38px;
		line-height: 49px;
	}

	.nexus-top-banner .left-nexus-content .red-btn {
		margin-top: 23px;
	}

	.nexus-top-banner .right-nexus-content img.top-img-banner {
		width: 72%;
	}

	.nexus-top-banner .right-nexus-content .popup-img2 {
		top: 181px;
		right: -41px;
		width: 194px;
	}

	.nexus-top-banner .right-nexus-content .popup-img1 {
		width: 200px;
		top: 281px;
		left: 73px;
	}
}

@media screen and (min-width:0) and (max-width:1023px) {
	.nexus-top-banner {
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
	}

	.nexus-top-banner .left-nexus-content .nexus-logo {
		margin-top: 44px;
	}

	.nexus-top-banner .right-nexus-content img.top-img-banner {
		margin-left: 0;
		margin: auto;
	}

	.nexus-top-banner .right-nexus-content .popup-img1 {
		top: 132px;
		left: 0;
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}