/* 

CORP APPROVED COLORS

WM Green
HEX: #00693C
RGB: 0, 105, 60
CMYK: 94, 11, 84, 43
PMS: 349
 
WM Gold
HEX: #EBAB00
RGB: 235, 171, 0
CMYK: 0, 28, 100, 6
PMS: 124 

*/

.custom-wapper {
	max-width: 940px;
	max-height: 307px;
	height: 307px;
	margin: 0 auto;
	background-color: #fff;
}

.banner-header {
	border: 6px solid #ebab00;
	background-color: #00693c;
	color: #fff;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.banner-header h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 !important;
	font-weight: 500;
	padding: 8px 0;
}

.banner-header h2 strong {
	font-weight: bold;
}

.banner-sub-header {
	width: 100%;
	text-align: center;
	background: linear-gradient(360deg, #00693C 0%, #01452c 55.5%, #043e29 100%);
	padding: 8px 0;
	margin-bottom: 0;
}

.banner-body .left-side h3 {
	font-size: 20px;
	color: #ebab00;
	margin: 0;
	padding-top: 10px;
}

.banner-body .left-side .contact-into p a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

.banner-sub-header h4 {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}

.banner-body {
	display: flex;
	align-items: center;
	flex-flow: row;
	gap: 10px;
	width: 100%;
	height: 90%;
}

.wm-row {
	display: flex;
	flex-flow: column;
	height: 100%;
	gap: 8px;
}

.left-side {
	max-width: 38%;
	width: 100%;
	height: 255px;
	background: linear-gradient(360deg, #00693C 0%, #01452c 55.5%, #043e29 100%);
	border: 6px solid #EBAB00;
	padding: 5px;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.right-side {
	max-width: 62%;
	width: 100%;
	height: 255px;
	background-color: #EBAB00;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 6px;
}

.right-side-top-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 50%;
}

.right-side-top-container .right-side-top-half-left {
	display: flex;
	flex-direction: row;
	width: 25%;
	margin-right: 4px;
	background-color: #00693C !important;
	border: 6px solid #EBAB00;
}

.right-side-top-container .right-side-top-half-left .virtual-assistant {
	width: 100%;
	text-align: center;
}

.right-side-top-container .right-side-top-half-left .virtual-assistant img {
	width: 20%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.right-side-top-container .right-side-top-half-right {
	display: flex;
	flex-direction: row;
	width: 75%;
	margin-left: 4px;
	background: #00693C;
	border: 6px solid #EBAB00;
}

.right-side-top-container .right-side-top-half-right .online-form {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-items: center;
	width: 100%;
}

.right-side-top-container .right-side-top-half-right .online-form ul {
	padding-left: 25px;
}

.right-side-top-container .right-side-top-half-right .online-form li {
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.right-side-top-container
	.right-side-top-half-right
	.online-form
	.oval-container {
	display: flex;
	width: 45%;
}

.right-side-top-container
	.right-side-top-half-right
	.online-form
	.oval-container
	.oval-outter {
	display: flex;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.right-side-top-container
	.right-side-top-half-right
	.online-form
	.oval-container
	.oval-outter
	.oval {
	color: black;
	padding: 8px 12px;
	background: #EBAB00;
	border-radius: 14px;
	font-weight: 900;
	font-size: 18px;
}

.right-side .right-side-top,
.right-side .right-side-bottom {
	background: linear-gradient(360deg, #00693C 0%, #01452c 55.5%, #043e29 100%);
	color: #fff;
	max-height: 50%;
	height: 100%;
	display: flex;
	flex-flow: row;
}

.right-side .right-side-top {
	border-bottom: 4px solid #0347;
	align-items: center;
	padding: 10px 20px;
}

.right-side .right-side-top .brand-info-box {
	padding-left: 10px;
}

.right-side .right-side-top .brand-info-box .content-with-play-btn,
.right-side
	.right-side-top
	.brand-info-box
	.content-with-play-btn
	.content-with-play-btn
	ul {
	width: 100%;
	max-width: 100%;
}

.right-side .right-side-top .brand-info-box .content-with-play-btn {
	padding-top: 0;
}

.right-side
	.right-side-top
	.brand-info-box
	.content-with-play-btn
	.content-with-play-btn
	ul {
	font-size: 13px;
	padding-top: 3px;
}

.right-side .right-side-bottom {
	gap: 6px;
	padding-top: 6px;
	background: transparent;
}

.right-side .right-side-bottom .wm-info {
	background: #00693C;
	height: 100%;
	flex: 1;
	display: flex;
	flex-flow: column;
}

.right-side .right-side-bottom .wm-info .header-box {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.right-side .right-side-bottom .wm-info .header-box p {
	margin: 0;
	font-size: 18px;
	color: #b7e314;
}

.right-side .right-side-bottom .wm-info .header-box svg {
	margin-left: 10px;
	max-width: 20px;
	max-height: 20px;
}

.right-side .right-side-bottom .wm-info:nth-child(2) {
	flex-grow: 1.4 !important;
}

.right-side .right-side-bottom .wm-info:last-child {
	flex-grow: 1.4 !important;
}

.right-side .right-side-bottom .wm-info .body-box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: linear-gradient(180deg, #3e8a30 0%, #3d892e 36.54%, #6caf0a 100%);
	height: 100%;
	padding: 0 5px;
}

.right-side .right-side-bottom .wm-info:last-child .header-box p {
	color: #EBAB00;
}

.right-side .right-side-bottom .wm-info:last-child .header-box p a {
	color: #fff;
}

.right-side .right-side-bottom .wm-info .body-box {
	display: flex;
	flex-flow: column;
}

.right-side .right-side-bottom .wm-info .body-box p,
.right-side .right-side-bottom .wm-info .body-box p a {
	margin: 0;
	padding-top: 0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	font-size: 15px;
}

.wm-banner-alt-2 * {
	box-sizing: border-box;
}

.wm-banner-alt-2 .right-side {
	background: #fff;
	padding: 0;
}

.wm-banner-alt-2 .right-side .right-side-bottom {
	padding-top: 10px;
	gap: 10px;
}

.wm-banner-alt-2 .right-side .right-side-bottom .wm-info {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

.wm-banner-alt-2
	.right-side
	.right-side-bottom
	.wm-info:last-child
	.header-box
	p {
	color: #b7e314;
}

.wm-banner-alt-2 .right-side .right-side-top {
	gap: 10px;
	padding: 6px;
	border: 6px solid #EBAB00;
	justify-content: center;
}

.wm-banner-alt-2 .right-side .right-side-top-half-left {
	background: #00693C;
	border: 6px solid #EBAB00;
}

.wm-banner-alt-2 .right-side .right-side-top-half-left h5,
.wm-banner-alt-2 .right-side .right-side-top-half-left h6 {
	color: white;
}

.wm-banner-alt-2 .right-side .right-side-top-half-right {
	background: #00693C;
	border: 6px solid #EBAB00;
}

.wm-banner-alt-2 .right-side .right-side-top-half-right ul {
	padding-left: 25px;
}

.wm-banner-alt-2 .right-side .right-side-top-half-right li {
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.wm-banner-alt-2 .left-side {
	padding: 0;
}

.wm-banner-alt-2 .left-side > a {
	padding: 10px;
	position: relative;
	display: block;
}
.wm-banner-alt-2 .banner-body .left-side h3 {
	font-size: 20px;
}

.wm-banner-alt-2 .left-side .download-app-area .heading-area {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.wm-banner-alt-2 .left-side .download-link-sec {
	display: flex;
	flex-flow: row;
	gap: 10px;
	padding-top: 15px;
}

.wm-banner-alt-2 .left-side .download-link-sec img {
	width: 110px;
}

.wm-banner-alt-2 .left-side .download-link-sec p {
	font-size: 19px;
	line-height: 1.4;
	color: #fff;
}
