/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body .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: #034732 !important;
	border: 6px solid #fec802;
}

.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: #034732;
	border: 6px solid #fec802;
}

.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: #fec802;
	border-radius: 14px;
	font-weight: 900;
	font-size: 18px;
}

.algona-page * {
	box-sizing: border-box;
}

.algona-page .right-side {
	background: #fff;
	padding: 0;
}

.algona-page .right-side .right-side-bottom {
	padding-top: 10px;
	gap: 10px;
}

.algona-page .right-side .right-side-bottom .wm-info {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

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

.algona-page .right-side .right-side-top {
	gap: 10px;
	padding: 6px;
	border: 6px solid #fec802;
	justify-content: center;
}

/* .algona-page .right-side .right-side-top svg {
            width: 40px;
            height: 40px;
        }

        .algona-page .right-side .right-side-top h2 {
            font-size: 22px;
            text-transform: uppercase;
        } */

.algona-page .right-side .right-side-top-half-left {
	background: #034732;
	border: 6px solid #fec802;
}

.algona-page .right-side .right-side-top-half-left h5,
.algona-page .right-side .right-side-top-half-left h6 {
	color: white;
}

.algona-page .right-side .right-side-top-half-right {
	background: #034732;
	border: 6px solid #fec802;
}

.algona-page .right-side .right-side-top-half-right ul {
	padding-left: 25px;
}

.algona-page .right-side .right-side-top-half-right li {
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.algona-page .left-side {
	padding: 0;
}

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

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

.algona-page .left-side .download-link-sec {
	display: flex;
	flex-flow: row;
	gap: 10px;
	padding-top: 15px;
}

.algona-page .left-side .download-link-sec img {
	width: 110px;
}

.algona-page .left-side .download-link-sec p {
	font-size: 19px;
	line-height: 1.4;
	color: #fff;
}
a {
	cursor: pointer;
}
