.hero-tour{
	position: relative;
    z-index: 99;
    padding: 140px 0 120px;
}

.g-custom-bottomv1 {
	top: 90%;
}

.g-custom-right {
	right: 2%!important;
}
.g-custom-left {
	left: 89%!important;
}
	

@media (max-width: 768px) {
	.g-custom-left {
		left: 63%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}
	.hero-tour{
		position: relative;
		z-index: 99;
		padding: 100px 0 90px;
	}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .g-custom-left {
		left: 75%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles for tablets in portrait mode */
	.g-custom-left {
		left: 75%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles for tablets in landscape mode */
	.g-custom-left {
		left: 80%!important;
	}
	.g-custom-bottomv1 {
		bottom: -5%;
	}
	
	.g-custom-right {
		right: 10%!important;
	}

}