.marq1,
.marq2 {
    box-shadow: 0 3px 3px #cecece;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.hotAdj_Icon {
    height: 50px;
}

.hotAdj_Icon::before {
    position: absolute;
    top: -5px;
    left: 50%;
    content: '';
    background: url('../images/icon-img/homeAdjIcon.svg') no-repeat center center;
    width: 40px;
    height: 60px;
    margin-left: -20px;
}

.marqDown{
	padding: 10px 15px;
}
.marquee {
	width: 75%;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: background-color 350ms;
	-moz-transition: background-color 350ms;
	transition: background-color 350ms;
	/* display: inline-flex; */
}
/*
 .marquee p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	color: #666;
	transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	font-size: 20px;
	overflow: hidden;
}

.marquee p a {
	color: #666;
	text-decoration: none;
}
 */

.marquee div.marqueediv {
	height: 100%;
	text-align: center;
	padding: 0 5px;
	height: 50px;
}

.marquee div.marqueediv p {
	text-align: center;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 50px;
}

/* .marquee p:nth-child(1) {
	animation: left-one 20s ease infinite;
	-moz-animation: left-one 20s ease infinite;
	-webkit-animation: left-one 20s ease infinite;
}

.marquee p:nth-child(2) {
	animation: left-two 20s ease infinite;
	-moz-animation: left-two 20s ease infinite;
	-webkit-animation: left-two 20s ease infinite;
}

.marquee.down p {
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.marquee.down p:nth-child(1) {
	animation: down-one 20s ease infinite;
	-moz-animation: down-one 20s ease infinite;
	-webkit-animation: down-one 20s ease infinite;
}

.marquee.down p:nth-child(2) {
	animation: down-two 20s ease infinite;
	-moz-animation: down-two 20s ease infinite;
	-webkit-animation: down-two 20s ease infinite;
} */

.marqTitle_1,
.marqTitle_2 {
	width: 25%;
	height: 50px;
	line-height: 50px;
	background: #62d0a0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}

.marqTitle_1 p,
.marqTitle_2 p {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	line-height: 50px;
}

.marqTitle_2 {
	background: #ed1c24;
}

.marqTitle_1::after {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #62d0a0 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #62d0a0 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	content: '';
	transform: rotate(-137deg);
	-webkit-transform: rotate(-137deg);
	-moz-transform: rotate(-137deg);
}

.marqTitle_2::after {
	position: absolute;
	left: -9px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #ed1c24 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ed1c24 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	content: '';
	transform: rotate(-137deg);
	-webkit-transform: rotate(-137deg);
	-moz-transform: rotate(-137deg);
}

/*================================
	Move the Marquee Downwards
==================================*/

/** Mozilla Firefox Keyframes **/

@-moz-keyframes down-one {
	0% {
		-moz-transform: translateY(-100%);
	}
	10% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(0);
	}
	50% {
		-moz-transform: translateY(100%);
	}
	100% {
		-moz-transform: translateY(100%);
	}
}

@-moz-keyframes down-two {
	0% {
		-moz-transform: translateY(-100%);
	}
	50% {
		-moz-transform: translateY(-100%);
	}
	60% {
		-moz-transform: translateY(0);
	}
	90% {
		-moz-transform: translateY(0);
	}
	100% {
		-moz-transform: translateY(100%);
	}
}

/** Webkit Keyframes **/

@-webkit-keyframes down-one {
	0% {
		-webkit-transform: translateY(-100%);
	}
	10% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(100%);
	}
}

@-webkit-keyframes down-two {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(-100%);
	}
	60% {
		-webkit-transform: translateY(0);
	}
	90% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
	}
}

@media only screen and (max-width: 540px) {
	.marqDown{
		margin: 10px 0 !important;
	}
	.qseStasus_M{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.qseStasus_M div{
		word-break: keep-all;
	}
	.marqTitle_1::after,
	.marqTitle_2::after,
	.hotAdj_Icon{
		display: none;
	}
	.marq1,
	.marq2{
		margin:10px;
	}

	.marquee p{
		font-size: 14px;
	  }
	
	.marquee{
	width: 70%;
	}

	.marqTitle_1, .marqTitle_2{
		width: 30%;
	}
}