@media(max-width: 1399px){
	.advantage-section .box {
		padding: 34px 16px;
	}
}

@media(max-width: 1199px){
	.top-section-img {
		opacity: 0;
		display: none;
	}
	.section-title .tit {
		font-size: 32px;
		line-height: 40px;
	}
	.pr-60 {
		padding-right: 20px;
	}
	.pl-60 {
		padding-left: 20px;
	}
	.solution-overview-section .nav-pills .nav-item .nav-link {
		padding: 20px 12px;
	}
	.solution-overview-section .nav-pills .nav-item .nav-link img {
		width: 32px;
  		margin-right: 15px;
	}
	.footer-main .top-footer h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.who-we-are-section .inner {
		padding-left: 15px;
	}
	.video-bg {
		right: 30px;
		top: 25px;
		left: 30px;
	}
}

@media(max-width: 991px){
	header {
		padding: 18px 0;
	}
	.section-padding {
		padding: 50px 0;
	}
	.section-title {
		margin-bottom: 45px;
	}
	.top-section .tit-wrap {
		padding-top: 40px;
		margin: 0 auto;
	}
	.top-section .tit-wrap .top-title {
		line-height: 66px;
	}
	.form-box {
		margin-right: auto;
		margin-top: 110px;
	}
	.businesses-deliver-section {
		padding-bottom: 0;
	}
	.key-features-section img {
		margin-bottom: 50px;
	}
	.key-features-section .pr-60,
	.key-features-section .pl-60 {
		padding: 0;
	}
	.benefits-list > li {
		width: 450px;
		justify-content: center;
	}
	.benefits-list > li:nth-of-type(2n) {
		justify-content: center;
	}
	.benefits-list > li:nth-of-type(2n)::before {
		display: none;
	}
	.advantage-section img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 45px;
	}
	.businesses-deliver-section .row [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
	}
	.businesses-deliver-section .row {
	  margin-left: -20px;
	  margin-right: -20px;
	}
	.footer-main .top-footer .two-part {
		justify-content: space-between;
		margin-top: 40px;
	}
	.advantage-section .pr-40 {
		padding-right: 15px;
	}
	.who-we-are-section .inner {
		padding: 100px 0 0 0;
	}
}

@media(max-width: 767px){
	.solution-overview-section .nav-pills .nav-item {
		width: 50%;
	}
	.solution-overview-section .nav-pills {
		margin-bottom: 45px;
	}
	.who-we-are-section .inner {
		padding: 70px 0 0 0;
	}
}

@media(max-width: 575px){
	body {
		overflow-x: hidden;
	}
	.top-section .tit-wrap .top-title {
		font-size: 34px;
		line-height: 50px;
	}
	.form-box::before {
		right: 0;
	  	margin: auto;
	  	top: -153px;
	  	left: auto;
	}
	.form-box {
		max-width: 420px;
		width: auto;
	}
	.benefits-list .benefits-list-title {
		font-size: 26px;
	}
	header .contact-us-btn {
		margin-right: 10px;
	}
	.top-section .tit-wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.who-we-are-section video {
		width: calc(100% - 30px);
	}
	.video-bg {
		top: 30px;
		left: 30px;
	}

}

@media(max-width: 450px){ 
	header .navbar-brand img {
		max-width: 80px;
	}
	header .right-part .btn {
		font-size: 12px;
		padding: 10px 14px;
	}
	header .contact-us-btn {
		margin-right: 4px;
	}
	.top-section .tit-wrap {
		padding-top: 20px;
	}
	.top-section .tit-wrap .top-title {
	    font-size: 29px;
	    line-height: 40px;
	}
	.form-box::before {
		width: 74px;
  		height: 90px;
  		background-size: 100%;
  		top: -95px;
	}
	.form-box {
	    margin-top: 50px;
	    padding: 20px 20px;
	}
	.section-title .tit {
		font-size: 20px;
    	line-height: 30px;
	}
	.businesses-deliver-section .card-body {
		padding: 30px 25px;
	}
	.businesses-deliver-section .card .card-image {
		margin: 0 auto 25px;
	}
	.businesses-deliver-section .card .card-title {
		margin-bottom: 15px;
	}
	.solution-overview-section .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-main .top-footer .two-part {
		flex-wrap: wrap;
	}
	.footer-main .top-footer .email-part {
		padding-right: 0;
		width: 100%;
		padding-bottom: 20px;
	}
	.benefits-list .benefits-sub-list li {
		width: 145px;
		padding: 0 12px;
	}
	.benefits-list .benefits-sub-list h6 {
		font-size: 12px;
		line-height: 20px;
	}
	.benefits-list .benefits-list-title {
		font-size: 18px;
		line-height: 26px;
	}
	
}