/*Start All Content*/
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.sony-max-width {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-block {
		display: block !important;
	}
}


/* Home section*/
.home-text {
	font-family: 'SST W20 Roman', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.landing-text {
	text-align: left;
}

@media only screen and (max-width: 576px) {
	.landing-text {
		text-align: left;
		padding-left: 0px !important;
	}

	.home-text {
		font-size: 22px !important;
		line-height: 30px;
	}

	.home-text-highlight {
		font-size: 32px !important;
	}
}

@media only screen and (max-width: 992px) {
	.landing-video {
		display: none;
		padding-bottom: 0;
	}

	.landing-video-mobile {
		object-fit: contain;
		width: 100%;
		height: auto;
	}

	.landing-text {
		padding-left: 30px;
		text-align: left;

	}
}









/* Basic Modal Styles */



.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__container {
	background-color: #fff;
	padding: 20px;
	max-width: 500px;
	/* max-height: 100vh; */
	border-radius: 20px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal__title {
	padding-top: 22px !important;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: black;
	box-sizing: border-box;
	text-align: left;
}

.modal__close {
	background: transparent;
	border: 0;
}

.modal__header .modal__close:before {
	content: "\2715";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, .8);
}

.modal__content video {
	width: 100%;
	height: auto;
}

.modal__btn {
	font-size: .875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	border-radius: .25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}


.splide__slide img {
	width: 100%;
	height: auto;
}

/**************************\
	Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/** Joe CSS **/
.explore-img img {
	width: 100%;
	object-fit: cover;
}

.explore-img {
	position: relative;
	background-color: #FFF;
}

.active-explore .explore-text {
	background: transparent !important;
}

.explore-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #00000085;
}

.explore-text h2 {
	color: #e3bf79;
	position: absolute;
	bottom: 5%;
	left: 5%;
}

.box-product {
	margin-bottom: 25px;
}

.product-text {
	margin-top: 5px;
	background: url('../images/product-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: left;
}

.product-text h2 {
	padding-top: 0 !important;
	margin-bottom: 0px !important;
}

.product-text h2,
.product-text p,
.product-text span {
	color: #000 !important;
}

.product-text p {
	height: 50px;
	margin-bottom: 0 !important;
}

@media(max-width:992px){
	.product-text {
		padding: 20px 15px 40px 15px;
	}
}
@media(min-width:993px){
	.product-text {
		padding: 20px 15px 60px 15px;
	}
}

.product-section {
	margin-top: 50px;
}

/** CSS For Slide **/
/* Slideshow container */
.slideshow-container {
	position: relative;
}

/* Slides */
.mySlides {
	display: none;
	text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

/* The dot/bullet/indicator container */
.dot-container {
	text-align: center;
	padding: 0px;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active-dot,
.dot:hover {
	background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
}

/* Add color to the des-text */
.des-text {
	color: #000;
	text-align: left;
	;
}

.image-placeholder {
	height: 140px;
	background: #FFF;
}

.reason-section-box {
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}

.reason-box-text {
	background: url(../images/bg-light-box.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.reason-box-text h2 {
	padding: 0 !important;
	font-weight: bold !important;
}

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 2.5px;
	margin-left: 3px;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.reason-text p {
	font-size: 2.5rem !important;
}

.reason-text span {
	font-size: 2.5rem !important;
}

@media(max-width:560px) {
	.modal__overlay {
		padding: 0 15px;
	}

	.modal__close {
		right: 4% !important;
		top: 2% !important;
	}

	.reason-text p {
		font-size: 36px !important;
	}

	.reason-text span {
		font-size: 35px !important;
	}

	#find-stores a {
		padding: 8px 30px;
	}

	#shopee-icon a,
	#lazada-icon a {
		padding: 20px 5px;
	}

	#find-stores p {
		text-align: center;
	}

	.reason-box-text h2 {
		font-size: 0.6rem !important;
	}

	.arrow {
		margin-bottom: -1px;
	}

	.reason-box-text {
		padding: 8px 0px 10px 0;
		height: 24px;
	}

	.image-placeholder {
		padding: 10px 10px;
	}

	#reason .col-6 {
		padding: 0 !important;
	}

	.reason-section-box video {
		width: 100%;
	}

	#openmenu {
		display: block;
		background: #454545;
		height: 45px;
	}

	#header-menu ul {
		text-align: left;
		padding: 10px 10px;
		margin: 0 auto;
		background-color: #454545;
	}

	#header-menu ul li {
		margin: 5px 0px;
	}

	#openmenu span {
		margin-top: 10px;
		float: right;
		margin-right: 10px;
	}

	#menu-Opened {
		display: none;
	}

	.menu-Responsive-active {
		display: block !important;
		position: absolute;
		z-index: 9999999;
		width: 100%;
	}
	.top-scroll{
		top:46px !important;
	}
}

@media(max-width:1266px) {
	.slideshow-container .prev {
		left: 0%
	}

	.slideshow-container .next {
		right: 0%
	}

	.modal__container {
		position: relative;
	}

	.slideshow-container {
		position: inherit !important;
	}

	.product-img img {
		width: 100%;
	}

	.box-explore {
		margin-bottom: 20px;
	}

	.reason-section-box video {
		width: 100%;
	}
}

@media(min-width:561px) and (max-width:768px) {
	#openmenu span {
		margin-top: 10px;
		float: right;
		margin-right: 10px;
	}

	#openmenu {
		display: block;
		background: #454545;
		height: 45px;
	}

	#header-menu ul {
		text-align: left;
		padding: 10px 10px;
		margin: 0 auto;
		background-color: #454545;
	}

	#header-menu ul li {
		margin: 5px 0px;
	}

	#menu-Opened {
		display: none;
	}

	.menu-Responsive-active {
		display: block !important;
		position: absolute;
		z-index: 9999999;
		width: 100%;
	}

	#find-stores a {
		padding: 8px 35px;
	}

	#shopee-icon a,
	#lazada-icon a {
		padding: 20px 10px;
	}

	#find-stores p {
		text-align: center;
	}

	.reason-box-text h2 {
		font-size: 0.5rem !important;
	}

	#find-stores h3 br {
		display: none;
	}

	.arrow {
		margin-bottom: -1px;
	}

	.reason-box-text {
		padding: 8px 10px 10px 0;
		height: 23px;
	}

	.image-placeholder {
		padding: 10px 10px 10px 10px;
	}

	.reason .col-6 {
		padding: 0 !important;
	}
	.top-scroll{
		top:46px !important;
	}

}

@media(min-width:768px) {
	.modal__container {
		max-width: 600px !important;
		background: #0000;
		padding: 45px !important;
	}

	.modal__container header {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.modal__container main {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.modal__container header,
	.modal__container main {
		padding: 20px !important;
		background: #FFF;
	}
	#show-tab-img {
		right: 50%;
		position: absolute;
		bottom: 19%;
	}

	.modal__content {
		margin: -1px 0px 0px 0px !important;
	}
}

@media(min-width:1024px) and (max-width:1024px) {
	#header-menu ul {
		text-align: center;
		padding: 10px 0;
		margin: 0 auto;
		background-color: #454545;
	}

	#openmenu {
		display: none;
	}

	#header-menu ul li {
		display: inline-block;
		margin: 0px 10px;
	}

	#show-tab-img {
		right: 62%;
		position: absolute;
		bottom: 19%;
	}

	#header-menu ul li:nth-child(1),
	#header-menu ul li:nth-child(2),
	#header-menu ul li:nth-child(3),
	#header-menu ul li:nth-child(4) {
		border-right: 1px solid #FFF;
	}

	#header-menu ul li a {
		margin-right: 22px;
	}

	#find-stores a {
		padding: 8px 45px;
	}

	#find-stores h3 br {
		display: none;
	}

	#shopee-icon a,
	#lazada-icon a {
		padding: 20px;
	}

	.mySlides {
		height: 500px;
	}

	.reason-box-text h2 {
		font-size: 0.7rem !important;
	}

	.arrow {
		margin-bottom: 1px;
	}

	.reason-box-text {
		padding: 14px 10px 10px 0;
		height: 32px;
	}

	.image-placeholder {
		padding-top: 10px;
	}

	.reason-section-box video {
		width: 100%;
	}

	.reason .col-6 {
		padding: 0 !important;
	}
	.top-scroll{
		top:64px !important;
	}
}

.mySlides {
	min-height: 380px;
	max-height: 500px;
}

.mySlides img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

@media(max-height:767px) {

	.modal__container header,
	.modal__container main {
		padding: 0px 20px !important;
		background: #FFF;
	}
}

@media(min-width:1267px) {
	.reason-section-box video {
		width: 285px;
		height: auto;
		margin-left: -20px;
	}
}

@media(min-width:1025px) {
	.slideshow-container .prev {
		left: -12%
	}
	#authories-stores #e-stores img {
		height: 77px;
		width: 150px;
	}
	.slideshow-container .next {
		right: -11.8%
	}

	.modal__container {
		position: relative;
	}

	.landing-video {
		height: 100vh;
	}

	#find-stores a {
		padding: 8px 45px;
	}

	#find-stores h3 br {
		display: none;
	}

	#shopee-icon a,
	#lazada-icon a {
		padding: 20px;
	}

	.reason-box-text h2 {
		font-size: 0.9rem !important;
	}

	.arrow {
		margin-bottom: 1px;
	}

	.reason-box-text {
		padding: 14px 10px 10px 0;
		height: 40px;
	}

	.image-placeholder {
		padding-top: 10px;
	}

	#lazada-icon {
		text-align: right;
	}

	#shopee-icon {
		text-align: left;
	}

	/* #nav-top-xm4 {
		top: 64px;
	} */

	#header-menu ul {
		text-align: center;
		padding: 10px 0;
		margin: 0 auto;
		background-color: #454545;
	}

	#openmenu {
		display: none;
	}

	#header-menu ul li:nth-child(1),
	#header-menu ul li:nth-child(2),
	#header-menu ul li:nth-child(3),
	#header-menu ul li:nth-child(4) {
		border-right: 1px solid #FFF;
	}

	#header-menu ul li {
		display: inline-block;
		margin: 0px 10px;
	}

	#header-menu ul li a {
		margin-right: 22px;
	}
	.top-scroll{
		top:64px !important;
	}
	
}

#authories-stores h2 {
	font-family: "SST W01 Roman", Helvetica, Arial, sans-serif !important;
	font-size: 24px;
	color: #FFF;
}

#authories-stores #e-stores img {
	object-fit: contain;
}

#shopee-icon a,
#lazada-icon a {
	width: 100%;
	background: #FFF;
	border-radius: 10px;
}

#authories-dealers figcaption {
	color: #FFF;
}

#find-stores #border-right-col {
	border-right: 1px solid #ccc;
}

#find-stores span {
	font-family: "SSTProHeavy", Helvetica, Arial, sans-serif !important;
}
.buynow-slide a{
	padding:10px 30px;
}
.buynow-slide li{
	display:inline-block;
}
.buynow-slide a,
#find-stores a {
	width: 100%;
	background: url('../images/product-bg.jpg');
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 5px;
}

#find-stores p {
	font-family: "SST W01 Medium", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}

#find-stores img {
	max-width: 84px;
	max-height: 85px;
}

#find-stores h1 {
	margin-bottom: 80px;
}

#e-stores {
	margin-top: 110px;
}

#authories-dealers {
	margin-top: 85px;
	padding-bottom:81px;
}

#find-stores h3 {
	color: #FFF;
	margin: 10px 0 !important;
	font-weight: bold !important;
}

#find-stores p {
	color: #ccc;
}

.modal__close {
	position: absolute;
	right: 10%;
	top: 8%;
}

#author {
	padding-bottom: 50px;
}

/* 
#nav-top-xm4 {
	position: absolute;
	right: 0;
	z-index: 9;
	width: 100%;
} */

#header-menu ul li a:hover {
	border-bottom: 2px solid #d7c9ab;
	padding-bottom: 5px;
}

#header-menu ul li a {
	color: #FFF;
}

/*Reviews Section*/
.reviews-text {
	color: white;
	font-size: 15px;
	/* position: absolute;
	margin-left: 20px; */
}

.swiper-button-prev {
	color: transparent !important;
}

.swiper-button-next {
	color: transparent !important;
}

h2.modal__title {
	font-size: 30px !important;
}

button {
	outline: 0;
}
/* @media(min-height:628px) and (max-height:628px){
	video.landing-video{width: 70% !important;}
}
@media(min-width:1366px) and (max-width:1366px){
	video.landing-video{width: 70% !important;}
} */
@media(max-width:560px){
	.swiper-button-next, .swiper-button-prev{
		top:14% !important;
	}
	#show-tab-img {
		right: 4%;
		position: absolute;
		bottom: 16%;
	}
	.reviews-text{
		float:right;
		width:100%;
		position: unset !important;
		margin:0 !important;
	}
	.swiper-button-next .arrow-review{
		margin-left:40px;
	}
	#home-section .text-banner{
		font-size:1rem !important;
	}
}
@media(min-width:1024px) and (max-width:1024px){
	#home-section{padding-top:6em;}
}
@media(min-width:561px) and (max-width:1024px){
	.reviews-images{
		margin-right:12px;
		width:250px;
	}
	.slide-information .row{
		margin-bottom:20px;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.slide-information .row .col-lg-9{
		padding:0 !important;
		text-align: left;
	}
}
@media(min-width:768px) and (max-width:992px) {
	.swiper-button-next, .swiper-button-prev{
		top:21% !important;
	}
	#home-section .text-banner{
		font-size:1.5rem !important;
	}
	.swiper-button-next .arrow-review {
		margin-left: 35px;
	}

	.landing-text {
		padding-top: 24%;
	}
}

.modal__footer span:first-child {
	font-size: 27px !important;
	font-family: "SSTProHeavy", Helvetica, Arial, sans-serif !important;
}

@font-face {
	font-family: 'SSTProHeavy';
	src: url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.woff2') format('woff2'),
		url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.woff') format('woff'),
		url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.ttf') format('truetype'),
		url('https://alphauniverseglobal.media.zestyio.com/sstpro-heavy.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

.modal__container::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* .midimage {
	width: 130px;
	margin: 0 11px 0 10px;
} */

.modal__header .modal__close:before {
	content: "" !important;
	background: url("../images/close-btn.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px 13px;
}

.modal__footer span:last-child {
	font-size: 15px;
}

.reason-text P {
	color: #FFF;
}

#nav-top-xm4 .sticky-menu {
	-webkit-animation: stuckMoveDown .6s;
	animation: stuckMoveDown .6s;
}

.sticky-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
@media(min-width:1025px) {

	hr.line-1,
	hr.line-2,
	hr.line-3,
	hr.line-4 {
		margin-bottom: 89px;
	}

	hr.line-2 {
		margin-top: 43px;
	}
	.swiper-container{min-height:500px;}
	hr.line-3 {
		margin-top:-12px;
	}

	hr.line-4 {
		margin-top: 75px;
	}

	.spacing-text-1 {
		margin-bottom: 73px;
	}

	.spacing-text-2 {
		margin-bottom: 77px;
	}

	.spacing-text-3 {
		margin-bottom: 82px;
	}

	.spacing-text-4 {
		margin-bottom: 82px;
	}
}

@-webkit-keyframes stuckMoveDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes stuckMoveDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes stuckMoveUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes stuckMoveUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes stuckFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes stuckFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#authories-dealers h2 {
	padding-bottom: 20px;
}

#authories-dealers figure figcaption {
	margin: 10px 0;
}

.scrolled-down {
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
}

.scrolled-up {
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}

.autohide {
	/* position: fixed; */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}
@media(max-width:1024px){
	.all-product{
		display:none;
	}
	.tab-mobile{display:none;}
	#authories-stores #e-stores img {
		height: 77px;
		width: 125px;
	}
	#shopee-icon a, #lazada-icon a {
		padding: 20px 5px;
	}
	#reason-to-own-our-headphones-text .col-6{padding:0 !important;}
	hr.line-1
	{
		margin-bottom: 92px;
		margin-top:95px;
	}
	hr.line-2 {
		margin-top: 53px;
		margin-bottom: 92px;
	}
	hr.line-2 {
		margin-top: 73px;
	}
	hr.line-3 {
		margin-top:0px;
		margin-bottom: 91px;
	}

	hr.line-4 {
		margin-top: 80px;
		margin-bottom: 69px;
	}
	#authories-dealers .col-lg-3{
		padding:0 !important;
	}
	.reason-section-box{
		margin:0 !important;
	}
	/* .tabcontent {
		display: none !important;
	} */

}
@media(max-width:1024px){
	video.landing-video{
		width:100%;
	}
	#lazada-icon{text-align: right !important;}
	#shopee-icon{text-align: left !important;}
	.tab-mobile{
	display:none;
	text-align: left;
		}
	.tab-mobile ul li{
		display: inline-block;
		margin-right:10px;
		}
	.tab-mobile ul li:last-child{
		margin-right:0 !important;
		}
	.tab-mobile ul li a{
		color:#FFF;
		}
	.active-tab-mobile{display:block;}
	.hide-tab-product-mobile{
		display:none !important;
	}
	#tab-mobile ul{margin:0 !important;text-align: left;}
	#tab-mobile{margin:20px 0px !important;}
	.product-section{margin-top:0 !important;}
}

@media(max-width:560px){
	.reason-text p{
		line-height: 2.2rem;
	}
	#home-section{padding-top:60px;}
	.slide-information .row{
		margin-bottom:20px;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.slide-information .row .col-lg-4{
		text-align: center;
	}
	.slide-information .row .col-lg-9{
		padding:0 !important;
		text-align: left;
	}
}
@media(min-width:1025px){
	.tab-mobile{
		display:none;
	}
	.reason-text p{
		line-height: 2.5rem;
	}
	.slide-information .row{
		margin-bottom:20px;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.slide-information .row:last-child{
		margin-bottom:31px;
	}
	.slide-information .row .col-lg-4{
		padding:0 !important;
		text-align: center;
	}
	.slide-information .row .col-lg-9{
		padding-left:15px !important;
		text-align: left;
	}

	.reviews-images{
		max-width:155px;
		width:100%;
	}
	.slide-information .row .col-lg-8{
		padding-left:0;
	}
	.video-box-left{
		z-index: 2;
	}
	.video-box-right{
		z-index: 1;
	}
	.box-text-left{
		width:90%;
	}
	.landing-video{
		width: 690px;
		margin-left:-7em;
	}

}
.disable-tab-desktop{display:none !important;}
.active-tab-both{
	border-bottom:2px solid rgb(220,181,106);
}
a.active-tab-production{
	border-bottom:2px solid rgb(220,181,106);
}

.active-tab-production .explore-text{
	background: transparent !important;
}
.box-explore a:hover .explore-text{
	background: transparent !important;
}
#show-tab-img{
	background: url('../images/close-btn-gold.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
    width: 20px;
    border: none !important;
}
.box-explore a{cursor: pointer;}
.modal__footer span:last-child{color:#000;}
.reviews-content p,
.reviews-content a{color:#FFF;}
.reviews-content a:before{
	/* content: '';
	width:25px;
	border:1px solid #b66a50;
	position: absolute; */
}
.reviews-content a:hover{color:#FFF;}
.reviews-content a{
	font-size:14px
}
.arrow {
	border: solid #FFF;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 2px;
  }
  .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
.arrow-bg{
	background: #df8785;
    padding: 2px 6px 2px 0px;
    border-radius: 100%;
}
.link-text{
	display: block !important;
}
@media(min-width:1367px){
	.landing-video{
		width: 690px;
		margin: 7em 0 7em -7em;
	}
	.landing-video {
		height: unset !important;
	}
	hr.line-1{
		margin-top:-63px;
	}
}
.relative{
	position: relative;
}
.btn-tab-content{
	position: absolute;
}
.buy-now-btn{
	position: fixed;
    bottom: 0;
    right: 5%;
	z-index: 999999999;
}
ul.buy-now-award li{
	display: inline-block;
	margin-top:20px;
}

.buy-now-btn{
    background-color: #f35429;
	padding:12px 20px 10px 20px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 -3px 15px 2px rgb(0 0 0 / 40%);
}
.buy-now-btn a,
.buy-now-btn-award a{
	color:#FFF;
    -webkit-transition: background-color .25s linear,border-color .25s linear,opacity .25s linear,color .25s linear,fill .25s linear;
    transition: background-color .25s linear,border-color .25s linear,opacity .25s linear,color .25s linear,fill .25s linear;
}
@media(max-width:560px){
	.btn-tab-content{
    bottom: 5%;
	transform: translate(7%,0%);
	}
	.relative{
		margin-bottom:30px;
	}
	ul.buynow-slide{
		display:block;
		margin:25px auto 25px auto !important;
	}
	ul.buy-now-award li a.buynow-title{
		padding: 10px 25px !important;
	}
	ul.buy-now-award li a{
		font-size: 1rem;
		padding: 10px 20px 10px 20px;
		background-color: #000;
		color: #FFF;
		border-radius: 10px;
	}
}
@media(min-width:561px) and (max-width:1024px){
	.btn-tab-content{
		bottom: 5%;
    transform: translate(-8%,0%);
		}
		.relative{
			margin-bottom:30px;
		}
		ul.buynow-slide{
			display:block;
			margin:25px auto 25px auto !important;
		}
		ul.buy-now-award li a {
			font-size: 1rem;
			padding: 10px 8px;
			background-color: #000;
			color: #FFF;
			border-radius: 10px;
		}
}


@media(min-width:1025px){
	.btn-tab-content{
		bottom: 5%;
		transform: translate(10%,0%);
	}
	ul.buynow-slide{
		display:block;
		margin:50px auto 0 auto !important;
	}
	ul.buy-now-award li a.buynow-title{
		padding: 10px 25px !important;
	}
	ul.buy-now-award li a{
		font-size: 1rem;
		padding: 10px 20px 10px 20px;
		background-color: #000;
		color: #FFF;
		border-radius: 10px;
	}
}
@media(max-width:767px){
	.pop-up-content{
		max-width:350px;
		width:100%;
	}
	#closepopup{
		position: absolute;
		top: -2%;
		right: -1.5%;
	}
}
@media(min-width:768px){
	.pop-up-content{
		max-width:450px;
		width:100%;
	}
	#closepopup{
		right: 0%;
	}
}
.pop-up{
	height: 100vh;
    width: 100%;
    z-index: 9999999999999999999999;
    background-color: #000000bf;
    position: fixed;
    top: 0;
}
.pop-up-content{
	/* position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,50%); */
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.button-popup{
	position: absolute;
    transform: translate(-50%,50%);
    border: none;
    background: transparent;
    width: 21px;
    height: 21px;
}
.pop-up-content a:visited,
.pop-up-content a:focus{
	outline: none;
	border:none;
}