/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/










.amlab_ibtn i {
  right: -270px;
}
.amlab_ibtn {
  text-align: left;
}
.amlab_ibtn:hover::before {
  content: url('/wp-content/uploads/2024/09/right-arrow-1.png') !important;
  z-index: 2;
}
.amlab_ibtn:hover span {
  color: white !important;
}

.amlab_ibtn span {
  color: black !important;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  line-height: 0;
}
.amlab_ibtn:hover:after {
  height: 100%;
  left: 0;
  right: auto;
  top: 0;
}
.amlab_ibtn::after {
  content: "";
  background-color: #222;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  z-index: 1;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.amlab_ibtn::before {
  content: url('/wp-content/uploads/2024/09/right-arrow.png');
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 50px;
  right: 5px;
  transform: rotate(90deg);
}
.amlab_ibtn {
  position: absolute;
  width: 30px;
  bottom: 0;
  right: 0;
  background-color: #2a8350 !important;
  border: none !important;
  border-image: none !important;
  margin: 0;
  height: 100%;
}

.amlab_cfbtn .wpcf7-submit {
  background-color: #2a8350;
  color: whitesmoke;
  padding: 0 20px;
}
.amlab_cfbtn .wpcf7-submit:hover {
  background-color: black;
  color: white;
}

textarea {resize: none;}
.amlab_formcar input[type=text], .amlab_formcar input[type=tel], .amlab_formcar input[type=email], .amlab_formcar textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}
.amlab_ibtn .icon-angle-right {
  display: none;
}

.amlab_carbtn3 {
  background-color: #2a8350 !important;
}
.amlab_carbtn3:hover {
  background-color: black !important;
}
.amlab_carbtn3 span {
  color: white !important;
}
.amlab_flexc3 {
  display: flex;
  align-items: center;
  background-color: rgb(255, 189, 53);
}
.amlab_flexc2 {
  display: flex;
  align-items: center;
}
.amlab_flexc .col-inner .amlab_carbtn3 {
  width: 25%;
}
.amlab_flexc .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.amlab_carbtn:hover {
  background-color: #2a8350 !important;
  border-color: #2a8350 !important;
}
.amlab_carbtn:hover span {
  color: white !important;
}
.amlab_carbtn {
  color: black !important;
  border-color: rgb(180, 180, 180) !important;
}
.amlab_carbtn2:hover {
  background-color: #222 !important;
  border-color: #222 !important;
  color: white !important;
}
.amlab_carbtn2 {
  color: black !important;
  border-color: #222 !important;
}




.amlab_faqacc .accordion-item {
  border: 1px solid rgb(170, 170, 170);
  border-top: none;
}
.amlab_faqacc .accordion-item:hover .accordion-title::before {
  height: 100%;
}
.amlab_faqacc .active::before {
  height: 100% !important;
}
.amlab_faqacc .accordion-title::before {
  content: "";
  width: 3px;
  height: 0;
  background-color: #2a8350;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.amlab_faqacc .toggle {
  right: 0;
  left: unset;
}
.amlab_imgcer {
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px solid #c8c8c8;
}
.amlab_redmor:hover {
  background-color: #2a8350 !important;
}
.amlab_redmor {
  background-color: #ddd !important;
  color: black;
}

.amlab_hov:hover .col-inner {box-shadow: 0 20px 40px rgba(0,0,0,.09);}
.amlab_icmp:hover .icon-box-img {
  border-color: #2a8350;
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  /* transform: translate(-50%, -20px); */
}

.amlab_icmp .icon-box-img {
    width: 125px !important;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
    border: 5px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 28px;
}

.mg-0 {
  margin-bottom: 0 !important;
}

.amlab-link-list__title {
  color: #6d6e71;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e5e6e9;
  padding-bottom: 4px;
}
#amlab_linksp {
  display: none;
}
#amlab_baogia {
  box-shadow: none !important;
  background-color: transparent !important;
}
.woocommerce-message.message-wrapper {
  display: none;
}
.amlab_baogia {
  flex: 0 0 auto !important;
  padding: 5px 20px;
}
form.cart {
  align-items: flex-start !important;
}
.ux-quantity.quantity {
  width: 100%;
}
.qty-text {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: fl-icons;
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 5px;
}
a.amlab_baogia:before {
  display: inline-block;
  font-family: fl-icons;
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 5px;
}
button.single_add_to_cart_button {
  background-color: white !important;
  border: 1px solid #2a8350;
  color: #2a8350;
  padding: 5px 20px;
}
button.single_add_to_cart_button:hover {
  box-shadow: none !important;
  background-color: #2a8350 !important;
}
#list_product {
  display: none;
}
.amlab_btn_submit {
  border-radius: 24px !important;
}
.woocommerce-cart-form {
  background-color: white;
  border-radius: 24px;
  padding: 30px 30px 0;
}
.amlab_product-thumbnail a img {
  width: 100px !important;
}
.amlab_product-name,
.amlab_product-quantity {
  color: #2a8350 !important;
}
/*new*/
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
  box-shadow: none !important;
  font-weight: normal !important;
}
.amlab_divider_contact {
  padding-left: 30px !important;
  gap: 10px;
  margin-bottom: 15px;
}
.amlab_contact_iconbox {
  margin-bottom: 30px;
  align-items: center;
}
.amlab_contact_iconbox .icon-box-text h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.01em;
  opacity: 0.5;
}
.amlab_contact_iconbox .icon-box-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
}
.amlab_contact_left {
  background-color: #052e16;
  border-radius: 24px 0 0 24px;
  padding: 30px 20px;
  position: relative;
}
.amlab_contact_left::before {
  content: "";
  background-image: url(./images/Shape.png);
  width: 211.76px;
  height: 261px;
  top: -50px;
  right: -70px;
  position: absolute;
}
.amlab_contact_right {
  padding: 30px;
  background-color: white;
  border-radius: 0 24px 24px 0;
}
.amlab_w100 {
  width: 100% !important;
}
.pb-1 {
  padding-bottom: 15px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.labelFile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 200px;
  border: 2px dashed #ccc;
  align-items: center;
  text-align: center;
  padding: 5px;
  color: #404040;
  cursor: pointer;
}
/*new*/

.amlab_tab_switch {
  z-index: 10;
}
.amlab_tab_switch .flickity-viewport {
  width: 90% !important;
  height: 150px !important;
}
.amlab_tab_default {
  margin-top: -30px;
}
.amlab_tab_default .nav-tabs {
  display: none;
}
.amlab_tab_default .tab-panels {
  padding: 0;
}
.amlab_tab_switch .col {
  max-width: 20% !important;
  width: 20% !important;
  padding: 30px !important;
  /*background: #2a8350 !important;*/
  background-color: white;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
}
.amlab_tab_switch .col.active {
  background-color: #2a8350 !important;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
}
.amlab_tab_switch .col.active::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: inherit;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 1;
}
.amlab_tab_switch .col.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2a8350;
  position: absolute;
  left: 50%;
  bottom: -30px;
}
.amlab_underline {
  border-bottom: 3px solid #2a8350;
  width: fit-content;
}
.amlab-widget-title {
  font-size: 24px;
  font-weight: 700;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.amlab_client_say .icon-box-img.testimonial-image {
  width: 250px !important;
  max-width: 250px !important;
  position: relative;
}
.amlab_client_say .icon-box-img.testimonial-image img {
  width: 250px;
  height: 190px;
  border-radius: 0 !important;
  object-fit: contain !important;
}
.amlab_client_say .icon-box-img.testimonial-image::before {
  content: url(images/quote.png);
  background: #f8c823;
  width: 54px;
  height: 54px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amlab_client_say .icon-box-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.amlab_client_say .icon-box-text .testimonial-meta {
  order: 1;
}
.amlab_client_say .icon-box-text .testimonial-meta .testimonial-name {
  font-size: 20px;
  color: #222222;
  font-weight: bolder;
}
.amlab_client_say .icon-box-text .testimonial-meta .testimonial-company {
  font-size: 15px;
  color: #222222;
}
.amlab_client_say .icon-box-text .testimonial-text {
  order: 2;
}
.amlab_client_say .icon-box-text .testimonial-text p {
  font-size: 15px;
  font-style: normal;
  text-decoration: none !important;
}
.amlab_client_say .icon-box-text .star-rating {
  order: 3;
}
.amlab_client_say .icon-box-text .star-rating:before {
  color: #f8c823 !important;
}
.amlab_client_say .icon-box-text .star-rating span:before {
  color: #f8c823 !important;
}
/*INPUT CONTACT*/
.amlab_input {
  box-shadow: none !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 2px solid #ddd !important;
}
.amlab_input:focus {
  color: #222;
  border-color: #2a8350 !important;
}

/*END INPUT CONTACT*/

.amlab_height_330 .flickity-viewport {
  height: 365px !important;
}
.yith-ywraq-add-button .add-request-quote-button {
  background-color: white !important;
  border: 1px solid #2a8350 !important;
  font-size: 16px !important;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
}
.yith-ywraq-add-button .add-request-quote-button span {
  line-height: 1;
}
.yith-ywraq-add-button .add-request-quote-button svg {
  margin-right: 10px;
}
.yith-ywraq-add-button .add-request-quote-button:hover svg * {
  stroke: white;
}
.yith-ywraq-add-button .amlab_btn_baogia {
  background-color: #2a8350 !important;
  border: none;
  color: white;
  font-size: 16px !important;
  padding: 10px 30px;
  max-width: 193px;
  width: 193px;
}
.yith-ywraq-add-button .amlab_btn_baogia span {
  margin-right: 10px;
}
.amlab_text_share {
  color: #222222;
  font-weight: bolder;
  font-size: 14px;
}
.product_meta {
  margin-top: 20px;
  margin-bottom: 2px;
}
.product_meta > span {
  border: none;
  color: #222222;
  font-size: 14px;
  font-weight: bolder;
}
.product_meta span.sku {
  color: #888888;
  font-weight: normal;
}
.header-wrapper.stuck .header-button-1 .header-button a.button {
  height: 70px;
}
.header-button-1 .header-button a.button {
  height: 109px;
  display: flex;
  align-items: center;
}
.amlab_menu .ux-menu-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.amlab_menu .ux-menu-link__link .ux-menu-link__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24.9px;
  color: #b6b6b6 !important;
}
.absolute-footer {
  display: none;
}
.amlab_section_flex .col-inner {
  display: flex;
}
.text-primary-color {
  color: rgb(42, 131, 80) !important;
}
.text-gray {
  color: #888888 !important;
}
.text-white {
  color: white !important;
}
.amlab-text-large {
  font-size: 60px;
  margin-bottom: 0;
}
.amlab-text-md {
  font-size: 32px;
  margin-bottom: 0;
}
.text-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.text-title {
  font-size: 40px;
  line-height: 54px;
  position: relative;
  margin-bottom: 30px;
}
.amlab_testimonial {
  position: relative;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.amlab_testimonial .icon-box-text {
  display: flex;
  flex-direction: column;
}
.amlab_testimonial .icon-box-text .star-rating {
  order: 2;
}
.amlab_testimonial .icon-box-text .testimonial-text {
  order: 3;
}
.amlab_testimonial .icon-box-text .testimonial-meta {
  order: 1;
}
.amlab_testimonial:before {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #fff transparent transparent;
  -webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
}
.amlab_btn_anim {
  background-color: transparent !important;
  color: #222222;
  border: none;
  border-bottom: 2px solid #eee !important;
  border-color: #eee !important;
}
.amlab_text_container {
  padding: 5px 20px;
}
.amlab_mg_reverse {
  margin-top: -225px;
}
.amlab_mg_reverse .col {
  transition: all 0.3s linear;
}
.amlab_mg_reverse .col:hover {
  margin-top: -20px;
}
.amlab_feedback_slider .flickity-page-dots {
  bottom: -30px;
}
.flickity-button {
  width: 50px;
  color: rgba(34, 34, 34, 0.16);
}
.flickity-button svg.flickity-button-icon {
  width: 40px;
  height: 40px;
  color: rgba(34, 34, 34, 0.16);
  fill: #222222 !important;
}
.flickity-button svg.flickity-button-icon .arrow {
  fill: #222222;
}
.amlab_btn_see_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-top: 1px solid #333;
}
.amlab_btn_see_more:hover:before {
  width: 100%;
  left: 0;
  background-color: rgb(42, 131, 80);
  right: auto;
  z-index: 1;
}
.amlab_btn_see_more::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.amlab_btn_see_more:hover {
  background-color: rgb(42, 131, 80);
  color: white;
}
.amlab_btn_see_more:hover span {
  color: white !important;
}
.amlab_btn_see_more:hover i {
  color: white !important;
}
.amlab_btn_see_more span {
  z-index: 2;
  margin-left: 20px !important;
}
.amlab_btn_see_more i {
  z-index: 2;
  margin-right: 20px !important;
}
ul#header-contact li a.tooltip {
  text-transform: none;
}
.amlab_submit_btn {
  width: 100%;
  background-color: #222222 !important;
  color: white;
}
.amlab_page_header .page-title-inner .title-wrapper,
.amlab_page_header .page-title-inner .title-content {
  text-align: left !important;
}
.amlab_page_header.featured-title .page-title-inner {
  padding-bottom: 0 !important;
}
.shop-page-title .page-title-inner {
  padding-top: 0 !important;
}
.badge-container {
  left: 20px !important;
  margin-top: 15px !important;
}
.badge-container .callout.badge {
  height: 24px;
  width: 48px;
}
.badge-container .badge-inner {
  line-height: 14px;
  background-color: #f6a623 !important;
}
.badge-container .badge-inner span.onsale {
  font-size: 14px;
  line-height: 14px;
}
.stuck .header-main .nav > li > a {
  line-height: 20px !important;
}
.single-product .page-title-inner {
  padding-top: 0 !important;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas .nav-vertical > li > a {
    color: #000;
  }

  .sub-menu .nav-slide-header .toggle {
    border-bottom: 1px solid #2a8350;
    color: #000;
    opacity: 1;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    padding: 10px 0px 10px 20px;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
  }

  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header) {
    border: none !important;
  }

  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li:not(.nav-slide-header) {
    width: 50%;
    float: left;
  }

  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .nav.nav-vertical {
    padding-top: 50px !important;
  }
  /* new */
  #amlab_baogia {
    padding: 0 !important;
  }
  .sm-justify-content {
    justify-content: center;
  }
  .amlab_contact_left {
    width: 95%;
    padding-bottom: 30px !important;
    border-radius: 24px 24px 0 0;
    z-index: 2;
  }
  .amlab_contact_right {
    width: 95%;
    margin-top: -20px;
    border-radius: 0 0 24px 24px;
    z-index: 1;
  }
  /* new */
  .amlab_client_say .icon-box-img.testimonial-image {
    width: 100% !important;
    max-width: 100% !important;
  }
  .amlab_client_say .icon-box-img.testimonial-image img {
    width: 100%;
    height: 250px;
  }
  .amlab_height_330 .flickity-viewport {
    height: 502px !important;
  }
  .yith-ywraq-add-button {
    width: 100%;
  }
  .yith-ywraq-add-button .add-request-quote-button {
    width: 100%;
    justify-content: center;
  }
  .yith-ywraq-add-button .amlab_btn_baogia {
    max-width: 100%;
    width: 100%;
  }
  .text-title {
    font-size: 35px;
    line-height: 54px;
    position: relative;
    margin-bottom: 30px;
  }
  .amlab_mg_reverse {
    margin-top: 0;
  }
  .amlab_mg_reverse .col:hover {
    margin-top: 0;
  }
  .amlab_ibtn {
    position: relative;
    width: 100%;
    background-color: #2a8350 !important;
    border: none !important;
    border-image: none !important;
    margin: 0;
    height: auto;
  }
  .amlab_ibtn::before {
    content: url('/wp-content/uploads/2024/09/right-arrow.png');
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: none;
  }
  .amlab_ibtn span {
    color: black !important;
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    white-space: nowrap;
    position: relative;
    z-index: 3;
    line-height: 0;
  }
  .amlab_flexc .col-inner .amlab_carbtn3 {
    width: 65%;
  }
}
