
/*
	Theme Name: etodstore
	Author: etodstore team
	Description: Description
	Version: 1.0.0
	Tested up to: 5.4
	Requires PHP: 5.6
	License: GNU General Public License v2 or later
	License URI: LICENSE
	Text Domain: etodstore
	Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned.
*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

html, body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.container {
	width: 85%;
	margin: 0px auto;
}

img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
}

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 75px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	color: rgba(0, 0, 0, 1);
}

.top_bar {
	background: rgba(0, 0, 0, 5%);
}

.top_bar_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}

.top_bar_inner a {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.top_bar_inner .social_media {
	display: flex;
	align-items: center;
	gap: 25px;
}

.top_bar_inner svg {
	width: 18px;
	height: 18px;
}

.top_bar_inner .language svg:last-of-type {
	width: 14px;
	height: 14px;
}

.top_bar_inner .left, .top_bar_inner .right {
	display: flex;
	align-items: center;
	gap: 45px;
}

.border {
	width: 2px;
	height: 25px;
	background: rgba(0, 0, 0, .3);
}

.header_background {
	background-color: white;
}

.header {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}

.header_inner .logo {
	width: 526px;
}

.header_inner img {
	width: 100%;
}

.header_inner .menu {
	display: flex;
	align-items: center;
	gap: 45px;
	list-style: none;
	margin-left: -11%;
}

.header_inner .menu span {
	display: none;
}

.header_inner a {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_inner .header_icons {
	display: flex;
	align-items: center;
	gap: 35px;
}

.header_inner .header_icons span {
	display: none;
}

.header_inner svg {
	width: 24px;
	height: 24px;
}

.header_inner .menu svg {
	width: 14px;
	height: 14px;
}

.banner {
	background: url("https://cdn-jmiln.nitrocdn.com/pmZLCNcqLAROAOQPrxSQAApTXFMngXAz/assets/images/optimized/rev-b44d55e/etodstore.caam.gov.my/wp-content/themes/etodstore/images/Rectangle%201.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.banner.nitro-lazy {
	background-image: none !important;
}

.banner_inner {
	max-width: 940px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 45px;
	padding: 120px 0px 270px 0px;
	margin: 0px auto;
}

.banner_inner a {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	white-space: nowrap;
	width: 190px;
	height: 190px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0px auto;
	position: relative;
}

.banner_inner a::before {
	content: "";
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.banner_inner a:hover::before {
	width: 100%;
	height: 100%;
}

.services {
	margin-top: -150px;
	z-index: 100000;
	position: relative;
}

.services_inner {
	display: flex;
	align-items: center;
	padding: 35px 0px;
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, .12);
	background: #fff;
}

.services_inner .col {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
	border-right: 2px solid rgba(0, 0, 0, .2);
	padding: 0px 35px;
}

.services_inner .col:last-of-type {
	border-right: unset;
}

.services_inner svg {
	width: 100%;
	height: 100%;
}

.services_inner .image {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.services_inner a {
	text-decoration: none;
}

.services_inner p {
	color: rgba(0, 0, 0, 1);
	text-align: start;
	margin-bottom: 15px;
}

a.link_class svg {
	width: 34px;
	height: 34px;
}

.blog_inner {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	padding: 120px 0px;
}

.blog_inner .left {
	width: 100%;
	background: url("https://etodstore.caam.gov.my/wp-content/themes/etodstore/images/Rectangle%2010.png") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 35px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	min-height: 722px;
	justify-content: flex-end;
}

.blog_inner .left.nitro-lazy {
	background-image: none !important;
}

.blog_inner .right {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.blog_inner .right .image {
	min-width: 224px;
	max-width: 224px;
	height: 224px;
}

.blog_inner .right .content {
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.blog_inner a {
	text-decoration: none;
}

.blog_inner h1 {
	text-align: start;
}

.blog_inner p {
	text-align: start;
	margin: 6px 0px 20px 0px;
	overflow: hidden;
}

.blog_inner .col {
	width: 100%;
	display: flex;
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, .12);
}

.blog_inner .col p {
	color: rgba(0, 0, 0, 1);
}

.about_us_inner {
	display: flex;
}

.about_us_inner .content {
	width: 100%;
	background: rgba(243, 248, 255, 1);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	padding: 75px 45px 75px 7.5%;
}

.about_us_inner .image {
	width: 100%;
}

.about_us_inner h1, .about_us_inner p {
	text-align: start;
	color: rgba(0, 0, 0, 1);
}

.about_us_inner .same_btn {
	margin-top: 15px;
}

.same_btn {
	background: rgba(40, 39, 122, 1);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: 167px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: unset;
	outline: unset;
	cursor: pointer;
}

.announcements_inner {
	padding: 120px 0px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.announcements_inner p {
	width: 100%;
	max-width: 700px;
	margin: 0px auto;
}

.announcements_inner h1, .announcements_inner p {
	color: rgba(0, 0, 0, 1);
}

.announcements_inner .row {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.announcements_inner .col {
	width: calc(50% - 12px);
	display: flex;
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, .12);
}

.announcements_inner a {
	text-decoration: none;
}

.announcements_inner .image {
	min-width: 224px;
	max-width: 224px;
	height: 224px;
}

.announcements_inner .content {
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.announcements_inner .content p {
	max-width: 100%;
	text-align: start;
	margin: 6px 0px 20px 0px;
}

.content_footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.announcements_inner .col_date {
	background: rgba(40, 39, 122, 1);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 6px 16px;
	margin-left: auto;
	margin-bottom: -35px;
}

.footer {
	background: url("https://cdn-jmiln.nitrocdn.com/pmZLCNcqLAROAOQPrxSQAApTXFMngXAz/assets/images/optimized/rev-b44d55e/etodstore.caam.gov.my/wp-content/themes/etodstore/images/galaxy-night-landscape%201.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.footer.nitro-lazy {
	background-image: none !important;
}

.footer_inner {
	padding: 100px 0px 0px 0px;
}

.newsletter {
	display: none;
	align-items: center;
	justify-content: center;
}

.newsletter .left {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 60%;
}

.newsletter .right {
	width: 40%;
	display: flex;
	align-items: center;
}

.newsletter .left h1, .newsletter .left p {
	text-align: start;
}

.newsletter .left p {
	width: 100%;
	max-width: 745px;
}

.newsletter .right form {
	width: 100%;
	display: flex;
	align-items: center;
	background: linear-gradient(0deg, #0d0d0d, #0d0d0d), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
	border-radius: 60px;
	border: 1px solid rgba(255, 255, 255, .2);
	overflow: hidden;
}

.newsletter .right form input {
	width: 100%;
	height: 80px;
	padding-left: 25px;
	background: transparent;
	outline: none;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.newsletter .right form input ::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.newsletter .right form button {
	min-width: 80px;
	max-width: 80px;
	height: 80px;
	border-radius: 100%;
	background: transparent;
	border: unset;
	outline: unset;
	cursor: pointer;
	overflow: hidden;
}

.newsletter .right form button svg {
	width: 100%;
	height: 100%;
}

.contact {
	padding: 75px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: rgba(255, 255, 255, .05);
	margin: 100px 0px;
}

.contact h1, .contact p {
	text-align: start;
	max-width: 725px;
	width: 100%;
}

.contact .row {
	display: flex;
	gap: 25px;
	margin-top: 45px;
}

.contact .row form {
	width: 100%;
	max-width: 770px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.input_row {
	display: flex;
	gap: 35px;
}

.contact .row form label {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	gap: 6px;
}

.contact .row form label svg {
	width: 18px;
	height: 18px;
}

.contact .row form label input, .contact .row form label textarea {
	background: transparent;
	border: unset;
	outline: unset;
	border-bottom: 1px dotted rgba(255, 255, 255, 1);
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 6px;
}

.contact .row form label textarea {
	height: 120px;
	resize: none;
}

.contact .row form label input ::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.contact .row form .same_btn {
	background: #fff;
	color: rgba(0, 0, 0, 1);
	margin-top: 15px;
}

.contact_info {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	max-width: 100% !important;
	margin: 0px auto;
}

.contact_info h2 {
	color: #fff;
}

.contact_info a {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 8px 0 0 0;
}

.contact_info .social_media {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 15px;
}

.footer_about {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
}

.footer_about p {
	text-align: start;
}

.footer_about h2 {
	color: #fff;
	margin-bottom: 10px;
}

.footer_about .logo {
	width: 100%;
}

.footer_about .col:first-of-type {
	width: 430px;
	margin-right: 0px;
}

.footer_about .col {
	width: 25%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer_about .col a {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.copy_right {
	padding: 25px 15px;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 50px;
	letter-spacing: .6px;
	position: relative;
}

.copy_right::before {
	position: absolute;
	content: "";
	left: -10%;
	top: 0px;
	width: calc(100% + 20%);
	height: 2px;
	background: rgba(255, 255, 255, .3);
}

/* .about */
.about_banner {
	background: url("https://cdn-jmiln.nitrocdn.com/pmZLCNcqLAROAOQPrxSQAApTXFMngXAz/assets/images/optimized/rev-b44d55e/etodstore.caam.gov.my/wp-content/themes/etodstore/images/about_banner.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.about_banner.nitro-lazy {
	background-image: none !important;
}

.about_banner_inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 70px 0px 70px 0px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

.about_banner_inner .button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.about_banner_inner .button a, .about_banner_inner .button span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}

.about_banner_inner .button .about {
	text-decoration: none;
}

.about_banner_inner .menu {
	position: absolute;
	width: 21.6%;
	right: 0;
	top: 73%;
}

.about_banner_inner .head {
	background: #28277a;
	padding: 13px 30px;
	flex-direction: unset;
	justify-content: space-between;
	align-items: center;
	display: flex;
	cursor: pointer;
}

.about_banner_inner .head svg {
	width: 22px;
	height: 16px;
}

.about_banner_inner .content {
	padding: 30px 30px 40px 30px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 5px;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, .12);
	min-height: 164px;
}

.about_banner_inner .content li {
	list-style: none;
}

.about_banner_inner .content li a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
}

.about_banner_inner .content.active {
	opacity: 1;
	transition: .5s all;
}

.about_banner_inner .content:not(.active) {
	opacity: 0;
	transition: .5s all;
}

.about_about_us {
	margin: 120px 0px 150px 0;
}

.about_about_us_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.about_about_us_inner .left {
	width: 100%;
}

.about_about_us_inner .right {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.about_about_us_inner .right h1, .about_about_us_inner .right p {
	color: rgba(0, 0, 0, 1);
	text-align: start;
}

.about_announcements .announcements_inner {
	padding: 0px;
}

.about_announcements .about .about_us {
	margin-top: 40px;
}

.about .about_us .image {
	width: 50%;
}

.about .about_us .content {
	padding: 108px 128px 83px 7.5%;
	width: 50%;
}

.about_service .services {
	margin-top: 150px;
}

.about_footer .footer {
	margin-top: -150px;
}

.about_footer .footer_inner {
	padding: 236px 0px 0px 0px;
}

/* contant_us */
.contant_us {
	margin-top: 86px;
	position: relative;
}

.contant_us_inner {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.contant_us_inner .left {
	width: 100%;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, .12);
	height: 730px;
	background-color: white;
}

.contant_us_inner .left iframe {
	width: 100%;
	height: 100%;
}

.contant_us_inner .right {
	width: 100%;
	gap: 10px;
	display: flex;
	flex-direction: column;
	padding-top: 202px;
}

.contant_us_inner .right h1, .contant_us_inner .right p {
	text-align: start;
	color: #000;
}

/* all_pages */
.marketplace {
	margin: 60px 0px 60px 0px;
}

.marketplace_inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.marketplace_inner h1, .marketplace_inner p {
	text-align: start;
	color: #000;
	width: 62%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.market_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.market_box .main {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	border: 1px solid rgba(0, 0, 0, .3);
	width: 8.3536585365854%;
	cursor: pointer;
	position: relative;
	flex-direction: column;
	transition: .5s all;
}

.market_box .main li {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}

.market_box .main li svg {
	width: 12px;
	height: 7px;
}

.market_box .main ul {
	width: 100%;
	transition: .5s all;
	position: absolute;
	top: 100%;
	padding: 0px 14px;
	border: 1px solid rgba(0, 0, 0, .3);
	left: 0;
	background-color: white;
}

.market_box .drop_down li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 6px 0px;
}

.market_box ul li:last-child {
	padding-bottom: 0;
}

.market_box .main .drop_down.active {
	display: none;
	transition: .5s all;
}

.market_box .main .drop_down:not(.active) {
	display: block;
	transition: .5s all;
}

.marketplace_inner .boxes {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.marketplace_inner .boxes .box {
	display: flex;
	align-items: center;
	gap: 30px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .08);
}

.marketplace_inner .boxes .box .image {
	width: 18%;
}

.marketplace_inner .boxes .box .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 86%;
	padding-right: 40px;
}

.marketplace_inner .boxes .box .text .left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.marketplace_inner .boxes .box .text .left ul {
	display: flex;
	gap: 50px;
	margin-top: 30px;
	list-style: none;
}

.marketplace_inner .boxes .box .text .left a {
	text-decoration: none;
	display: flex;
	gap: 10px;
	color: black;
	align-items: center;
}

.marketplace_inner .boxes .box .text .left a svg {
	width: 24px;
	height: 22px;
}

.same {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.same .same_btn {
	height: unset;
	width: unset;
	padding: 13px 30px;
	border: 1px solid transparent;
}

.same_btn:first-of-type {
	background-color: transparent;
	color: #28277a;
	border: 1px solid #28277a;
}

/* product_page */
.product .about_us {
	margin-top: 0px;
}

.product .about_us .content {
	padding: 0px 96px 165px 7.5%;
	justify-content: center;
}

.product .marketplace {
	margin-top: 150px;
}

.product .marketplace .marketplace_inner h1, .product .marketplace .marketplace_inner p {
	text-align: center;
	margin: 0 auto;
}

.product .marketplace .marketplace_inner ul {
	display: none;
}

.product .marketplace .marketplace_inner .box p {
	text-align: start;
	margin: unset;
}

.product .about .about_us .content {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.heading {
	padding: 37px 0px;
	background-color: #28277a;
}

.heading_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.heading_inner h3, .product .about_about .about_us .content h3 {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 75px;
	text-transform: capitalize;
}

.product .about_about .about_us .about_us_inner .image {
	width: 50%;
}

.product .about_about .about_us .content {
	padding: 53px 7.5% 53px 71.1px;
	width: 50%;
	gap: 7px;
	justify-content: center;
}

.product .about_about .about_us .content h2 {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.product .about_about .about_us .content h3 {
	color: #000;
}

.product .about_about .about_us .content .same {
	margin-top: 21px;
}

.product .about_about .about_us .content .same .same_btn {
	width: unset;
	height: unset;
	padding: 13px 30px;
}

.product .about_about .about_us .content .same .same_btn:first-of-type {
	border: 1px solid transparent;
	color: white;
	background-color: #28277a;
}

.product .about_about .about_us .content .same .same_btn:last-of-type {
	background-color: transparent;
	color: #28277a;
	border: 1px solid #28277a;
}

/* cart */
.cart .marketplace_inner .boxes {
	margin-top: 0;
}

.summary {
	width: 26.768292682927%;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .08);
	padding: 30px 30px 40px 30px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.summary h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
}

.summary li, .summary .coupon_code {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.summary li {
	list-style: none;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
}

.summary .coupon_code {
	color: #28277a;
	padding-bottom: 25px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
}

.summary li span {
	font-weight: 500;
	margin-bottom: 10px;
}

.summary .same .same_btn {
	margin: 30px auto 0px auto;
	background: #28277a;
	border: 1px solid transparent;
	color: white;
}

/* FAISAL STYLE */
.services_inner .col {
	width: 25%;
}

.header_inner .menu li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}

.header_inner .menu li:hover .sub_menu {
	top: calc(100% + 10px) !important;
	opacity: 1 !important;
	z-index: 100 !important;
}

.header_inner .menu li .sub_menu.active {
	top: calc(100% + 10px) !important;
	opacity: 1 !important;
	z-index: 100 !important;
}

.header_inner .sub_menu {
	position: absolute;
	top: calc(100% + 30px);
	background: #f2f2f2;
	transition: .3s;
	opacity: 0;
	z-index: -1;
}

.header_inner .sub_menu a {
	padding: 10px 25px;
	white-space: nowrap;
	color: #000 !important;
}

.header_inner .sub_menu a:hover {
	background: #fff;
}

.services_inner .col {
	border-right: 1.8px solid rgba(0, 0, 0, .2);
}

.services_inner {
	align-items: unset;
}

.services_inner .service_link {
	margin-top: auto;
}

.announcements_inner .content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.footer_email_form .wpcf7-spinner, .footer_email_form .wpcf7-not-valid-tip, .footer_email_form .wpcf7-form-control.submit, .footer_email_form .wpcf7-response-output, .footer_email_form br {
	display: none !important;
}

.footer_email_form p {
	display: flex;
	align-items: center;
}

.contact_form_footer br {
	display: none !important;
}

.contact_form_footer span {
	width: 100%;
}

.contact_form_footer p {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.input_row p {
	flex-direction: row;
}

.contact_form_footer .wpcf7-response-output {
	display: none !important;
}

.services {
	z-index: 100000;
}

.marketplace_inner h1 {
	text-align: start !important;
}

.subscription_outer {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

.entry-content .subscription_box p {
	color: #28277a;
	font-size: 24px !important;
	line-height: 30px;
}

.subscription_box {
	width: 23%;
	margin: 10px 1%;
	background-color: #f2f2f2;
	text-align: center;
	padding: 20px;
	transition: .3s;
}

.subscription_box:hover {
	box-shadow: 0 0px 3px 0px #000;
}

.subscription_box p {
	color: #000;
}

.subscription_box ul {
	font-size: 14px;
}

.subscription_box ul li {
	list-style: none;
	margin: 5px 0;
}

.subscription_box a {
	background: rgba(40, 39, 122, 1);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	height: 40px;
	line-height: 14px;
	margin: 10px 0 0 0;
}

.subscription_box p {
	text-align: center !important;
}

.subscription_box ul {
	font-size: 14px;
	padding-left: 0 !important;
}

a.coupon_code {
	display: none !important;
}

.right.same a {
	white-space: nowrap !important;
}
