html, body, main {
	overflow-x: hidden;
}

blockquote {
	line-height: 1.25em;
}

/* Our Team Section */
.our-team-image {
  cursor: pointer;
  transition: all 0.3s ease;
}
.our-team-image img:hover {
  opacity: 1 !important;
}
.our-team-image.active img {
  opacity: 1 !important;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ) !important;
}

/* Our Team - Milestone section */
.milestone-image {
  height: 100%;
}
.milestone-image img {
  width: 100%;
}
.milestone-year h2 {
  cursor: pointer;
  transition: all 0.3s ease;
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.milestone-year.active h2 {
  font-size: 28px !important;
  background: var(
    --AXS-Gradient---Orange-03,
    linear-gradient(134deg, #f8973e 16.22%, #f3716f 83.42%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.milestone-content {
  padding: 0 !important;
}
.milestone-content > .e-con-inner {
  padding: 0 !important;
}

/* Blog Post Category Tag */
.blog-post-category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-post-category-item {
  padding: 4px 12px;
  border-radius: 12px;
  color: #fff;
  background-color: #000;
  font-size: 11.11px;
  font-weight: 400;
  font-family: "Barlow";
}

/* Custom Countdown */
.custom-countdown {
  font-family: "Barlow";
}

.custom-countdown .rotor-group-heading::before {
  display: none !important;
}

.custom-countdown .rotor-group-heading::after {
  content: attr(data-after);
}
.custom-countdown .rotor-group-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  padding-top: 8px;
  font-weight: 300;
  color: #fff;
}
.custom-countdown .rotor-group {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
}
.custom-countdown .rotor-group::after {
  display: none;
}
.custom-countdown .rotor-group::before {
  display: none;
}
.custom-countdown .rotor-leaf-rear {
  border-radius: 0px 0px 8px 8px;
}
.custom-countdown .rotor-leaf-front {
  border-radius: 8px 8px 0px 0px;
}
.custom-countdown .rotor::after {
  border-top: 1px solid #fff !important;
}
.custom-countdown .rotor,
.custom-countdown .rotor-top,
.custom-countdown .rotor-bottom {
  background: rgba(255, 255, 255, 0.3) !important;
  font-weight: 300 !important;
}
.custom-countdown .rotor-leaf-rear,
.custom-countdown .rotor-leaf-front {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Homepage Select Box */
.mastheadBg .select-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

.mastheadBg .select-box .select-box-title {
  background: var(
    --AXS-Gradient---Teal-01,
    linear-gradient(134deg, #20a988 16.22%, #24bfd0 83.42%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19.2px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mastheadBg .select-box .select-box-title span {
  display: flex;
  top: 1px;
  position: relative;
  padding-left: 12px;
}

.mastheadBg .select-box .select-box-popup {
  display: block;
  line-height: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;

  background: #fff;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 0 0 12px 12px;
  text-align: center;

  box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.15);
}
.mastheadBg .select-box.active .select-box-popup > div {
  margin-bottom: 16px;
}
.mastheadBg .select-box .select-box-popup a {
  font-size: 19.2px;
  font-weight: 400;
  color: #000 !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mastheadBg .select-box .select-box-popup a:hover {
  background: var(
    --AXS-Gradient---Teal-01,
    linear-gradient(134deg, #20a988 16.22%, #24bfd0 83.42%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mastheadBg .select-box.active .select-box-popup {
  line-height: 1.25;
  height: fit-content;
  overflow: hidden;
  padding: 16px 20px 20px;
}


/* Lightbox Section */
.lightbox {
  position: fixed;
  width: 655px;
  height: 718px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FCF8F3;
  padding-top: 92px;
  padding-left: 40px;
  padding-right: 23px;
  border-radius: 24px;
  box-shadow: 0px 0px 20px 2000px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.lightbox-content {
  color: #000;
}

.close {
  position: absolute;
  top: 40px;
  right: 23px;
  font-size: 19px;
  border-radius: 15px;
  background: #000;
  cursor: pointer;
  color: #fff;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  text-align: center;
}

#image-data-title span {
  background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  text-decoration: underline;
}

/* Dropdown Style */
.custom-dropdown select {
	-webkit-padding-end: 20% !important;
    border-radius: 5px;
    border: 1px solid #D9D9D966;
    background: var(--AXS---White, #FFF);
    color: #00000073 ;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.custom-dropdown::after {
    content: url("/wp-content/uploads/2024/04/Down.svg");
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%)
}

.custom-dropdown select::-ms-expand {
    display: none;
}

/* Guide Section */
#guide-dropdown {
	-webkit-padding-end: 20% !important;
    border-radius: 5px;
    border: 1px solid #D9D9D966;
    background: var(--AXS---White, #FFF);
    color: #00000073 ;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.guide-section-dropdown-container::after {
    content: url("/wp-content/uploads/2024/04/Down.svg");
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%)
}

#guide-dropdown::-ms-expand {
    display: none;
}

#guide-section .image-item img {
	height: 100%;
	object-fit:contain;
	max-height: 500px;
}

#guide-section #guide-title-container h4 {
/* 	margin: 80px 0 0; */
}




@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 500px) {
	#guide-section #guide-title-container h4 {
		margin: 0;
	}
	#guide-section .guide-image-container {
		gap:0;
	}
	#guide-section .guide-content-container {
		gap:0;
	}
}

/* FAQ Section */
#faq-section .acnav__list--level3 {
	padding-left: 6em;
	margin-bottom:32px;
}
#faq-section .acnav__list--level3 p {
/* 	margin:0; */
	margin-right:22px;
}
#faq-section .acnav__link, .acnav__label {
	margin-bottom: 10px;
}
#faq-section .acnav__label {
	align-items:center;
}
#faq-section .acnav__label-icon {
	display:flex;
	align-items: center;
	justify-content:flex-start;
}
#faq-section .acnav__list h5, #faq-section .acnav__list h4 {
	margin:0px;
}
#faq-section li.help_li {
	padding-bottom: 10px;
}
#faq-section li.help_li p{
	margin-top: 10px;
	margin-bottom: 0;
}
#faq-section .acnav__list--level3 ul, 
#faq-section .acnav__list--level3 ol {
	margin-block-end: 0.9rem;
	padding-left: 0;
}
#faq-section .mstn-faq {
	display: none;
}
@media screen and (max-width:768px){
	#faq-section .acnav__list--level2 {
		padding-left: 2em;
	}
	#faq-section .acnav__list--level3 {
		padding-left: 4em;
	}
	#faq-section .one-level {
		padding-left: 0;
	}
}

/* Custom Taxonomyu Dropdown Filter */
.custom-taxonomy-filter {
	border-radius: 5px;
    border: 1px solid #D9D9D966;
    background: var(--AXS---White, #FFF);
    color: #00000073;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.custom-taxonomy-filter-container::after {
	content: url(/wp-content/uploads/2024/04/Down.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}

/* Custom Taxonomy Tag Filter */
.custom-taxonomy-tag-filter{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap:8px;
}

.custom-taxonomy-tag-item {
	padding: 10px 16px;
    border: 1.014px solid #000;
    border-radius: 84.516px;
	transition: all 0.3s ease;
	cursor: pointer;
	
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.custom-taxonomy-tag-item.active {
	background: #000;
	color: #fff;
}

.custom-taxonomy-tag-item:hover {
	background: #000;
	color: #fff;
}

/* Service List */

.loop-grid-gradient-view-more .elementor-button-text {
	color: #000;
	font-size:18px;
	font-weight: 600;
	line-height: 120%;
}

.loop-grid-gradient-view-more .elementor-button-text::after {
	content: url("/wp-content/uploads/2024/10/Down-black-1.png");
	padding-left: 10px;
	position: relative;
	top: -2px;
}

.loop-grid-gradient-view-more .elementor-button {
	background:none !important;
}


/* Global Nav */
.global-float-nav-btn {
    background: linear-gradient(151deg, rgba(32, 169, 136, 1) 0%, rgba(34, 182, 179, 1) 100%);
  color: white;
  text-decoration: none;
  border-radius: 40px;
  height: 60px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 60px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
    padding: 0px 15px;
}

.global-float-nav-btn-container {
    text-align: right;
}

.global-float-nav-btn:hover {
  max-width: 300px;
}

.global-float-nav-btn:hover .icon {
    margin-left: 12px;
	content: url('/wp-content/uploads/2024/08/chevron-right.png');
	transform: rotate(0deg);
	width: 20px;
}

.global-float-nav-btn .icon {
    margin-left: 0;
    display: flex;
    align-items: center;
    width: 30px;
    height: auto;
}

.global-float-nav-btn .text {
  white-space: nowrap;
  font-weight: 700;
  color: #fff !important;
}
.global-float-nav-btn .text:hover {
  color: #fff !important;
}

.global-float-nav {
	width: fit-content;
}

.global-float-close-btn {
	display:flex;
	align-items:center;
	justify-content: center;
	margin-bottom:24px;
	position: absolute;
    top: -24px;
    right: 26px;
    transform: translate(50%, -100%);
    cursor: pointer;
}

.global-float-close-btn > div {
	width: 32px;
	height: 32px;
	display:flex;
	align-items: center;
	justify-content:center;
	border-radius: 100%;
/*     background: linear-gradient(151deg, rgba(32, 169, 136, 1) 0%, rgba(34, 182, 179, 1) 100%); */
	background: #D9D9D9;
}

.global-float-nav-btn > span {
	display: none;
}

.global-float-nav-btn:hover > span {
	display: block;
}

/* Custom Template Store Locator */
@media screen and (max-width:500px){
	#wpsl-search-wrap form {
		display:unset !important;
	}
	#wpsl-search-wrap .wpsl-input {
		margin-top:30px;
	}	
	#wpsl-search-input, #wpsl-category .wpsl-dropdown, .wpsl-dropdown {
		width: 100% !important;
	}
	#wpsl-category {
		display:unset !important;
	}
	#wpsl-search-btn, #wpsl-search-wrap div {
		float:unset !important;
	}
	.wpsl-search {
		margin-bottom:0 !important;
	}
	#wpsl-category select {
		-webkit-padding-end: 20% !important;
		border-radius: 5px;
		border: 1px solid #D9D9D966;
		background: var(--AXS---White, #FFF);
		color: #00000073 ;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
	}
	#wpsl-category::after {
		content: url("/wp-content/uploads/2024/04/Down.svg");
		position: absolute;
		z-index:12;
		width: 20px;
		height: 20px;
		top: 75%;
		right: 20px;
		transform: translate(0%, -50%)
	}
	#wpsl-category select::-ms-expand {
		display: none;
	}
	
}

.wpsl-select-wrap {
	display:none !important;	
}

.wpsl-search-btn-wrap {
	display:none;
}

.wpsl-search{
	background:none;
	margin-bottom:40px;
}

#wpsl-search-wrap form {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.wpsl-select-wrap{
	display:flex;
	align-items:center;
}

#wpsl-category {
	display:flex;
	align-items:center;
}



#wpsl-search-input, #wpsl-category .wpsl-dropdown, .wpsl-dropdown {
    width: 250px;
}

#wpsl-search-wrap div label{
	background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 19.2px;
    font-weight: bold;
}

#wpsl-stores::-webkit-scrollbar{
	width:4px;
}

#wpsl-stores::-webkit-scrollbar-thumb{
	background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
	border-radius: 5px;
}

/* Elementor Form */
.elementor-field-group {
	align-items: flex-start;
}

.elementor-field-group .elementor-message-danger {
	font-size: 12px !important;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.elementor-field-type-number input::-webkit-outer-spin-button, .elementor-field-type-number input::-webkit-inner-spin-button  {
	-webkit-appearance: none;
  	margin: 0;
}

.elementor-field-type-number input {
	-moz-appearance: textfield;
}

.custom-dropdown .select-caret-down-wrapper {
	display: none;
}

.elementor-message-success {
	color: #52B963;
}

/* Promotion Section */
.promotion-url .elementor-icon-list-text{
	background: linear-gradient(134deg, #20A988 16.22%, #24BFD0 83.42%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.promotion-platform-icon{
	width: 32px;
}

.axs-promo-details-icon{
	width: 32px;
	filter: invert(1);
}

.axs-drive-promo-details-icon{
	width: 120px;
}

.axs-unionpay-promo-details-icon{
	width: 50px;
}

.promotion-info-center {
  height: 100%;
}

.promotion-info-center .elementor-widget-container{
  display: flex;
  align-items: center;
}

/* Menu Item Content */
.menu-item-content a {
    cursor: pointer;
}

.menu-item-content a{
    background: #000;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: #000;
transition: all 0.3s ease;
}

.menu-item-content h4:hover a {
    background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.menu-item-content h4 {
    width: fit-content;
    position: relative;
}

.menu-item-content h4:hover:before {
    width: 100%;
}

.menu-item-content h4::before {
    content: "";
    width: 0%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
}

.menu-item-content-child span {
    cursor: pointer;
}

.menu-item-content-child span {
    background: #00000080;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.3s ease;
}

.menu-item-content-child a:hover span {
    background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.menu-item-content-child a {
    width: fit-content !important;
    position: relative;
}

.menu-item-content-child a:hover:before {
    width: 100%;
}

.menu-item-content-child a::before {
    content: "";
    width: 0%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
}

.menu-item-content-mobile a {
    border-bottom: 0px solid;
    transition: all 0.1s ease;
}

.menu-item-content-mobile a:hover {
    border-bottom: 2px solid;
}

/* Store Locator */
.wpsl-direction-wrap {
	display: none;
}

.gm-style .gm-style-iw-c {
	color:white;
	background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
}

.gm-style {
	font:inherit;
}

.gm-style-iw-d {
	overflow: auto !important;
    padding-right: 3em;
    padding-bottom: 1em;
}

.gm-style .gm-style-iw-tc::after {
	background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
}

.newtag-map {
	 background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
	 background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.gm-ui-hover-effect {
	top: 0 !important;
    right: 0 !important;
}

#wpsl-stores ul li .wpsl-store-location p strong:hover,
#wpsl-stores ul li .wpsl-store-location p strong.active {
     background: var(--AXS-Gradient---Orange-03, linear-gradient(134deg, #F8973E 16.22%, #F3716F 83.42%));
	 background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor:pointer;
}


/* Payment Option */
.payment-option {
	display: none !important;
}
.payment-option.active {
	display: flex !important;
}
.payment-option img {
	opacity: 0.1;
	transition: all 0.3s ease;
}
.payment-option.active img {
	opacity: 1;
}

/* Disabled Context Menu */
body.disable-right-click{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* MCST Card */
.mcst-service-card {
	padding: 45px 25px;
	border-radius: 12px;
	background: var(--AXS-Gradient---Teal-01, linear-gradient(134deg, #20A988 16.22%, #24BFD0 83.42%));
	min-height: 450px;
}

.mcst-service-card .e-con-inner {
	gap: 0px;
}

.service-mcst-search-input {
    margin-bottom: 16px;
    width: 100%;
}

.service-mcst-search-input input {
    width: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid rgba(217, 217, 217, 0.40);
    background: var(--AXS---White, #FFF);
}

.service-mcst-search-button button {
    padding: 12px 20px;
    border-radius: 40px;
    border: none;
	background: var(--AXS---White, #FFF);
	color: #000;
	font-size: 16px;
}

@keyframes serviceLoadingSpinner {
	from {transform: rotate(0deg)}
	to {transform: rotate(360deg)}
}

#service-mcst-search-button .loading {
	display: none;
	margin-left: 3px;
	animation-name: serviceLoadingSpinner;
  	animation-duration: 3000ms;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
}

#service-mcst-search-button .loading svg {
	width: 12px;
	animation-name: serviceLoadingSpinner;
  	animation-duration: 3000ms;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
}

#service-mcst-search-button .loading.active {
	display: inline;
}

.service-mcst-sub-title h5 {
	font-size: 20.25px !important;
	font-weight: 400;
	line-height: 120%;
	color: #FFF !important;
	margin-bottom:8px;
}

.service-mcst-title h3{
	font-size: 25.63px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #FFF !important;
	margin-bottom: 32px;
}

.service-mcst-search-result, .service-mcst-search-description {
	color: #FFF;
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.service-mcst-search-result {
	margin-top: 20px;
}

.service-mcst-search-result.error {
	color: #d9534f;
}

#service-mcst-search-result {
	display: none;
}

.tag-outout-img{
	width: 112px;
}

/* AXS Revamp CSS  */
.axs-revamp-input{
	width: 100% !important;
	border: 1px solid #D9D9D9 !important;
	color: #656565 !important;
	border-radius: 0 !important;
}

.e-load-more-spinner{
  width: 100%;
  background: #fff;
}

.e-load-more-spinner svg{
	height: 2em !important;
	width: 2em !important;
}

.e-font-icon-svg.e-fas-spinner.eicon-animation-spin {
	display: block !important;
}