/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

.hfe-nav-menu {align-items: center;}
a.elementor-button.elementor-button-link.elementor-size-sm::after {
	position: absolute;
	border: 1px solid #000;
	height: 100%;
	width: 100%;
	content: '';
	left: 8px;
	top: 8px;
	z-index: -1;
	border-color: #D40032;
}
a.elementor-button.elementor-button-link.elementor-size-sm{
	position: relative;
}
/*.bgLinearGradient{
background: linear-gradient(180deg, rgba(42, 1, 10, 0) 0%, rgba(42, 1, 10, 0.5) 50%, rgba(42, 1, 10, 0.9) 100%);
}*/

.bgLinearGradient .elementor-widget-container {
	position: absolute; 
	bottom: 0; 
	background: linear-gradient(180deg, rgba(42, 1, 10, 0) 0%, rgba(42, 1, 10, 0.5) 50%, rgba(42, 1, 10, 0.9) 100%);
	left: 0; 
	width: 100%; 
	right: 0; 
	margin: auto; 
}
.serviceGap20 .elementor-container{
	gap:  20px;
}
.she-header {
	background: #fff;
}
.rightPosition{
	background-position: right !important;
}
p{
	margin-bottom: 0 !important;
}
.gap30 .elementor-container{
	gap: 30px;
}
.dualHeader del{
	color: #D40032;
}
.flexSlider{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
.contentSlider , .imageSlider{
	flex: 0 0 auto;
	width: 48%;
}

.homeSlider .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.homeSlider .swiper-pagination-bullet {
	background-color: #D40032;
	height: 8px;
	width: 8px;
}

.homeSlider .swiper-pagination-bullet-active {
	background-color: #D40032;
	height: 8px;
	width: 8px;
}
h4.sliderText {
	font-family: Marcellus;
	font-weight: 400;
	font-size: 90px !important;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000000 !important;

}
.sliderText del{
	text-decoration: none !important;
	color: #D40032;
}
.paragraphSlider p{
	font-family: Open Sans;
	font-weight: 300;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
}
.paragraphSlider strong{
	font-weight: 700;
}
.buttonSlider a {
	background: #D40032;
	text-decoration: none;
	color: #fff;
	padding: 15px 25px;
	font-family: Open Sans;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	position: relative;
}

.buttonSlider a::after {
	position: absolute;
	border: 1px solid #000;
	height: 100%;
	width: 100%;
	content: '';
	left: 8px;
	top: 8px;
	z-index: -1;
	border-color: #D40032;
}
.buttonSlider {
	margin-top: 55px;
}
.tabularHome .elementor-tab-title.elementor-active , .tabularHome .elementor-tab-content.elementor-clearfix.elementor-active{ 
	background: #FFEFF3 !important;
}
.tabularHome .elementor-tab-title.elementor-active {
	padding-bottom: 15px;
}
.tabularHome .elementor-tab-content.elementor-clearfix.elementor-active{
	border:  none !important;
	padding-bottom: 15px !important;
}
.tabularHome .elementor-accordion-item {
	margin-bottom: 20px;
	border: none;
}
.contactForm input, .contactForm select, .contactForm textarea {
	border: 1px solid #E5EAEF;
	padding: 14px;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
}
.contactForm br {
	display: none;
}
.headerAbsolute{
	position: absolute;
}

a.elementor-button.elementor-button-link.elementor-size-sm::after {
	content: '';
	display:none;
}

.header-butt {
	margin: 0px !important;
}

/* Newsletter Form Wrapper */
.newsletter-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

/* Email Input */
.newsletter-form input[type="email"] {
	width: 100%;
	padding: 14px 20px;
	border-radius: 25px;
	border: 1px solid rgba(255,255,255,0.2);
	background: transparent;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

/* Placeholder Style */
.newsletter-form input::placeholder {
	color: #99A1AF;
	text-align: center;
	font-family: Onest;
	font-size: 14px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/* color: #FFF; */
	text-align: center;
}

/* Subscribe Button */
.newsletter-form input[type="submit"] {
	width: 100%;
	padding: 14px 20px;
	border-radius: 25px;
	background: #0F4D82;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	margin-top: 15px;
}

/* Hover Effect */
.newsletter-form input[type="submit"]:hover {
	background: #0a4876;
}

.newsletter-form {
	margin: 0px !important;
}

.wpcf7-response-output {
	margin: 0px !important;
}

.play-sec .ekit-wid-con:before {
	content: " ";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 4px;
	top: 4px;
	background-image: url('https://eccentricai.ca/wp-content/uploads/2025/09/Background-1.png');
	z-index: 9;
	border-radius: 100px;
	background-size: cover;
}

span.ekit-video-popup-title {
	position: absolute;
	left: 47px;
}

.gred-bottom:after {
	content: ' ';
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100px;
	background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(253 187 45 / 0%) 100%);
}


/* Inline Wrapper */
.newsletter-inline {
	display: flex;
	align-items: center;
	max-width: 550px;
	margin-top: 20px;
}

/* Email Input */
.newsletter-inline input[type="email"] {
	flex: 1;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
}

/* Placeholder */
.newsletter-inline input::placeholder {
	color: rgba(0, 0, 0, 0.4);
}

/* Submit Button */
.newsletter-inline input[type="submit"] {
	padding: 12px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	border-radius: 48px;
	background: #160042;
}

.newsletter-inline span.wpcf7-not-valid-tip {
	position: absolute;
}

.newsletter-inline p {
	display: flex;
	gap: 10px;
}

/* Hover Effect */
.newsletter-inline input[type="submit"]:hover {
	background: #160042;
}

span.save-option {
	background: #FF8904;
	padding: 5px 10px;
	border-radius: 200px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.pricing-table div#content-1fcd53368b92e4e24857 {
	padding: 0px !important;
}

.pricing-table .wrcpt_content {
    width: 100%;
    min-width: 100%;
    font-weight: normal;
    color: #333;
    line-height: normal !important;
    margin: 0 auto;
}

.has-not-available{
	display:none;
}

span.price {
	color: #1E2939 !important;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: 36px !important;
	font-style: normal;
	font-weight: 600 !important;
	text-align: left !important;
}

span.plan {
	color: #6A7282 !important;
	font-family: var(--font-family-Font-1, Onest);
	font-size: 14px !important;
	text-align: left !important;
}

li.pricing_table_plan {
	background: #fff !important;
	color:#1E2939 !important;
	text-align: left !important;
	margin-bottom:70px !important;
	padding: 0px 15px !important;
}

a.action_button {
	width: 200px !important;
}

li.pricing_table_title {
	background: #fff !important;
	text-align: left !important;
	padding: 0px 20px !important;
}

span.feat_value {
	color: var(--ai-agent-preview-uideck-com-mirage, var(--color-azure-17, #1E2939)) !important;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: var(--font-size-14, 14px) !important;
	font-weight: var(--font-weight-400, 400) !important;
}

.pricing_table_button a.action_button {
	border-radius: 33554400px !important;
	padding: 14px 32px !important;
	height: 100% !important;
	/* 	width: 100% !important; */
	color: #fff !important;
	text-align: center;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 500 !important;
	background: linear-gradient(91deg, var(--color-blue-68, #725CFF) 0%, var(--color-blue-85, #B5B1FF) 100%) !important;
	margin:20px 0px !important;
}

/* .pricing_table_button a.action_button {
	border-radius: 33554400px !important;
	border: var(--stroke-weight-1, 1px) solid var(--color-grey-91, #E5E7EB) !important;
	padding: 14px 32px !important;
	height: 100% !important;

	color: #1E2939 !important;
	text-align: center;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	background: #fff !important;
	font-weight: 500 !important;
	margin:20px 0px !important;
}

.pricing_table_button a.action_button {
	border-radius: 33554400px !important;
	background: #364153 !important;

	padding: 14px 32px !important;
	height: 100% !important;

	color: #fff !important;
	text-align: center;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 500 !important;
	margin:20px 0px !important;
}

.pricing_table_button a.action_button {
	border-radius: 33554400px !important;
	background: #364153 !important;

	padding: 14px 32px !important;
	height: 100% !important;

	color: #fff !important;
	text-align: center;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 500 !important;
	margin:20px 0px !important;
} */

.pricing_table_title h3 {
	color: #1E2939 !important;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 600 !important;
}

.button_code {
	background: #fff;
}

.button_code:hover {
	background: #fff;
	box-shadow:none;
}

li.feature_style_1 {
	background: #fff !important;
	color:#1E2939 !important;
	height: 37px !important;
}

/* li.pricing_table_button {
position: absolute !important;
top: 118px;
} */

div.wrc_pricing_table h2.package_plan {
	width: auto !important;
	margin-top: -50px;
}

li.pricing_table_button {
	position: absolute !important;
	top: 160px !important;
	background: #0000 !important;
	margin: 0px !important;
}

div.wrc_pricing_table h2 {
	font-size: 39px;
}

span.unit {
	color: #1E2939 !important;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: 36px !important;
	font-style: normal;
	font-weight: 600 !important;
	text-align: left !important;
}

div.wrc_pricing_table ul {
	list-style-type: none;
	padding-bottom: 30px;
	background: #fff !important;
	height: 500px;
	border-radius: 20px;
}

.package_details {
	background: #fff;
	border-radius: 20px;
	border:solid 2px #F4F3FF !important;
}

span.price_desc {
	color: var(--ai-agent-preview-uideck-com-pale-sky, var(--color-azure-46, #6A7282)) !important;
	font-family: var(--font-family-Font-1, Onest) !important;
	font-size: var(--font-size-14, 14px) !important;
	font-style: normal;
	font-weight: var(--font-weight-400, 400) !important;
	margin-top: 8px !important;
	margin-left: 5px !important;
}

.package_details:hover {
	background: #fff;
	border-radius: 20px;
	box-shadow:none !important;
	border:solid 2px #0F4D82 !important;
}

li.pricing_table_plan {
	margin-top: 0px !important;
}

.wpcf7-response-output {
	margin-top: 30px !important;
}

.elementskit-menu-overlay {

	background-color: #0000 !important;

}

.txcolor-19 span.package_desc , .txcolor-37  span.package_desc, .txcolor-30  span.package_desc {
	color: #0F4D82;
	font-family: var(--font-family-Font-1, Onest);
	font-size: var(--item-spacing-12, 12px) !important;
	font-style: normal;
	font-weight: var(--font-weight-500, 500);
	line-height: var(--font-size-16, 16px);
	position: absolute;
	top: 0;
	width: 100% !important;
	right: -133% !important;
	border-radius: 33554400px !important;
	background: var(--color-grey-98, #F4F3FF) !important;
	text-align: center;
	padding: 3px;
}

.flex-list {
  display: inline-flex; /* keep it tight around content */
  gap: 10px; /* spacing between icon and text if needed */
  border: 2px solid transparent; /* reserve border space */
  border-radius:200px; /* rounded edges */

  /* Gradient border trick */
  background: 
    linear-gradient(#fff, #fff) padding-box, /* inner background */
    linear-gradient(90deg, #f78ad1, #8ca6ff) border-box; /* gradient border */
}

.play-audio .plyr__controls {
    background: #0000 !important;
    padding: 0 !important;
}

.play-audio button.plyr__controls__item.plyr__control {
    padding: 11px 9px;
    background: #7F68FF;
     color: #fff !important;
    font-size: 10px !important;
}

.play-audio svg.icon--not-pressed {
    margin-left: 3px;
}

.play-audio .plyr__controls__item.plyr__menu {
    display: none;
}

.play-audio .plyr__progress input[type=range] {
    position: relative;
    z-index: 2;
    color: #7f68ff;
}

.play-audio .plyr__volume input[type=range] {
    color: #7f68ff;
}

.play-audio button.plyr__control:hover {
    background: #7f68ff;
}

/* .play-audio .plyr__control svg {
    fill: #494949;
} */

@media screen and (min-width: 1600px) {
	.cont-sec .elementor-container {
		max-width: 1300px;
	}

	.cont-sec-inner .elementor-container{
		max-width:100% !important;
	}
}

@media screen and (max-width: 1919px) {
	.cont-sec .elementor-container {
		max-width: 90.3% !important;
	}

	.cont-sec-inner .elementor-container{
		max-width:100% !important;
	}
}
@media  (min-width: 1025px) and (max-width: 1067px) {
.width100  {
	max-width: 100% !important;
	width: 100% !important;
}
	.padding0{
		padding: 0 30px !important;
	}
}

@media  (min-width: 768px) and (max-width: 1024px) {
	.pricingRow{
		width: 30% !important;
	}
.secFlex .elementor-container {
    gap: 0px !important;
}
	.secFlex .elementor-container .elementor-column{
		width: 30% !important;
	}
	.secFlex .elementor-container {
		justify-content: space-between !important;
	}
	.pricing-table .package_details {
		width: 32% !important;
		margin-right: 2% !important;
	}
	.package_details:last-child {
		margin-right: 0 !important;
	}
}
@media  (min-width: 1161px) and (max-width: 1196px) {
.elementor-widget.elementor-widget-button.marginb0 {
    /*margin-bottom: 15px !important;*/
    margin-right: 5px !important;
}
}
@media  (min-width: 768px) and (max-width: 1160px) {
.elementor-widget.elementor-widget-button.marginb0 {
    margin-bottom: 15px !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
}
@media  (min-width: 768px) and (max-width: 1024px) {
	.showTablet{
		display: block !important;
	}
	.elementor-absolute.btnRelative{
		display: none !important;
	}
}
@media  (min-width: 1025px) and (max-width: 1100px) {
.btnRelative.btn4 {
	left: auto !important;
	right: 0 !important;
}
}
@media  (min-width: 399px) and (max-width: 1030px) {
	.btnMrgin {
    padding: 0 !important;
    margin: 0  10px 0 0  !important;
}
}
@media  (min-width: 320px) and (max-width: 398px) {
	.btnMrgin {
    padding: 0 !important;
    margin: 0 0 10px 0  !important;
}
}
@media  (min-width: 320px) and (max-width: 767px) {

	.pricing-table .package_details {
		width: 100% !important;
		margin-right: 0 !important;
	}
}
@media screen and (min-width: 1024px) {
	.pricing-table .package_details {
		width: 31% !important;
		margin-right: 2% !important;
	}
}
@media screen and (max-width: 1024px) {

	.cont-sec .elementor-container {
		max-width: 100% !important;
	}	
	.newsletter-inline {
		display: flex;
		align-items: center;
		max-width: 100% !important;
		margin-top: 20px;
	}

	.package_details.package-15.special-package {
		margin-bottom: 20px;
	}

	.package_details.package-16.special-package {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	h2.fetureItem::before{
		background-size: 15px !important;
	}
	.martBtn10{
		margin-top: 10px !important;
	}
	.marginb0 {
    margin-right: 0 !important;
}
	.pricingRow{
		width: 100% !important;
	}
	.btnRelative{
		position: relative !important;
	}
	.contentSlider , .imageSlider{
		flex: 0 0 auto;
		width: 100% !important;
	}

	.cont-sec .elementor-container {
		max-width: 100% !important;
	}

	.flex-list .elementor-image-box-wrapper {
		display: flex;
		gap: 10px;
	}


	.package_details {
		margin-bottom: 0px !important;
	}

}
@media screen and (max-width: 500px) {
	.packagePrice{
		margin-top: 0 !important;
	}
	h2.packageName.onest , h3.tagLine.onest {
		margin-bottom: 0 !important;
	}
	.currencyTabs {
    border-radius: 10px !important;
    display: block !important;
    padding: 15px 5px 0 5px !important;
}
	.currencyBtn.pointerNone{
		display: block !important;
		margin: 0 auto 10px auto;
	}
}
@media screen and (max-width: 330px) {

	li.elementkit-nav-item {
		width: 100%;
		margin: 0px !important;
	}

	ul.nav.nav-tabs.elementkit-tab-nav {
		padding: 10px !important;
		border-radius: 30px !important;
	}

	.header-butt a.elementor-button {
		font-size: 12px;
	}
	div.wrc_pricing_table ul {
		list-style-type: none;
		padding-bottom: 30px;
		background: #fff !important;
		height: auto;
		border-radius: 20px;
	}

}


/* Custom Pricing */

.pricingFlex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 60px;
}
.pricingRow {
	box-shadow: 0px 1px 2px 0px #1018280D;
	background-color: #fff;
	padding: 30px;
	flex: 0 0 auto;
	width: 23%;
	border:2px solid transparent;
	border-radius: 20px;
}
.packageName{
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 1.5 !important;
	color: #1E2939 !important;
}
.pricingRow:hover{
	border: 2px solid #0F4D82;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border-radius: 20px;
}

.pricingRow:hover .subscribeButton a{
	background: linear-gradient(90.84deg, #725CFF 0%, #B5B1FF 100%);
}


.onest , .onest p , .onest a {
  font-family: "Onest", sans-serif;
}

.elementor-kit-7  .cokkie_policy h2 b, .elementor-kit-7  .cokkie_policy h3 b {
    color: #1E2939;
    font-family: "Onest", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;

}
.elementor-kit-7  .cokkie_policy h2{
		margin: 0 !important;
	padding: 0 !important;
}

.elementor-kit-7  .cokkie_policy p  , .elementor-kit-7  .cokkie_policy ul li {
	color: #6A7282;
    font-family: "Onest", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
	margin: 0 !important;
	padding: 0 !important;
}
.page-id-2475 h1.entry-title , .page-id-3 h1.entry-title , .page-id-2473 h1.entry-title {
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 40px;
    color: #000;
    padding-bottom: 30px;
    padding-top: 30px;
}
.packageFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.text-align{
	background: var(--color-grey-98, #F4F3FF);
}
.tagLine{
	background: #F4F3FF !important;
	padding: 4px 8px !important;
	border-radius: 100px !important;
	color: #0F4D82 !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: 500 !important;
}
.pricePackage{
	font-weight: 600 !important;
	font-size: clamp(28px , 2.5vw , 36px) !important;
	line-height: 1.2;
	color: #1E2939 !important;
}
.packagePrice{
	margin-top: 16px;
}
.priceUnit , .priceDescription p{
	color: #6A7282;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}
.priceDescription p{
	line-height: 1.5 !important;
}
.priceDescription{
	margin-top: 12px;
}
.subscribeButton a {
    background-color: #364153;
    padding: 14px 32px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 28px;
    width: 100% !important;
    display: block;
}
.subscribeButton {
    margin-bottom: 32px;
    margin-top: 28px;
    display: block;
    text-align: center;
}
h2.fetureItem{
	color: #1E2939;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	margin: 0 !important;
	padding-left: 20px;
	text-transform: capitalize;
}
h2.fetureItem::before {
    content: "";
    font-family: "fontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    background-image: url(https://eccentricai.ca/wp-content/uploads/2025/09/Vector.png);
    top: 0;
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: left;
    height: 100%;
    width: 100%;
}
.featureLists{
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
/* Common styles for toggle buttons */
.currencyBtn {
    display: inline-block;
    padding: 8px 20px !important;
    margin: 4px;
    border: 2px solid transparent; /* pink border */
    border-radius: 25px; /* pill shape */
    background: #fff;
    color: #1e2235;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pointerNone{
	pointer-events: none !important;
	 background: #1e2235;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
}

/* Active tab */
 .currencyBtn.active {
   position: relative;
}

.currencyBtn.active::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 33px;
    background: #1E2939;
    border: 3px solid #1E2939;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    border-radius: 100px;
    outline: 3px solid #F4F3FF;
}

/* Hover effect */
.currencyBtn:hover , .currencyBtn:focus {
    background: transparent !important;
    	color: #1e2235 !important;
}

.typeTabs {
  display: inline-flex;
  background: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 40px;
  overflow: hidden;
}

.toggleBtn {
  position: relative;
  border: none;
  background: transparent;
  padding: 10px 22px;
  font-weight: 600;
  cursor: pointer;
  color: #222;
  transition: all 0.3s ease;
}

.toggleBtn.active {
  background: #1e2235; /* dark active tab */
  color: #fff;
}

.toggleBtn:not(.active):hover {
  background: #f6f6f6;
  color: #222;
}

/* Save badge if you want on yearly */
.toggleBtn .saveTag {
  background: #ff9800;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 6px;
  font-weight: 600;
}
.toggleWrapper{
	text-align: center;
}
.currencyTabs {
    margin-top: 30px;
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 1px;
}

.currencyBtn img.flag {
    /*width: 20px;*/
    height: auto;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 100px;
}

.marginb0 {
    margin-bottom: 0 !important;
}
.imageBG img {
/*     background: #f5f5f5;
    width: 100% !important;
    padding: 10px; */
    border-radius: 24px;
}
.pum-content.popmake-content {
    text-align: center;
}
.pum-content.popmake-content iframe {
    width: 100% !important;
}