/* 
  Theme Name: Sync Made Easy
  Theme URI: https://syncmadeasy.com
  Author: Sync Made Easy
  Author URI: https://syncmadeasy.com
  Description: Want your Salesforce CRM platform hooked up to Shopify? We’ve got you covered. We made Salesforce-Shopify Integration look easy, the way it’s meant to be.
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 5.6
  Version: 6.2.2
*/

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

/********** Template CSS **********/
:root {
  --primary: #95be45;
  --secondary: #025959;
  --green-primary: #27ae60;
  --light: #c3bfb6;
  --dark: #1D2833;
  --dark-blue: #032d60;
  --yellow: #f5b44b;
  --light-green: #7ea93f;
  --light-blue: #2d91cf;
}
html{
	overflow-x:hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #000;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}

.text-dark-green {
  color: var(--dark-green);
}


/*** Button ***/
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 8px;
}

/*** Global CSS ***/
.footer .btn.btn-link.btn:focus{
	border:none!important;
}
.bg--secondary-light{
	background-color:rgb(195 191 182 / 15%);
}
.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:focus+.btn, .btn-primary:focus, .btn-primary:focus, .btn:focus{
/*   background: none; */
  border-color: var(--secondary);
  box-shadow: none !important;
  border:none !important;
}

.text-green-primary{
	color:var(--green-primary) !important;
}

.btn-green-primary {
  color:#fff;
  background:var(--green-primary);
  border: 2px solid var(--green-primary) !important;
}

.btn-green-primary:hover {
  background: none;
  color: var(--green-primary);
}

.btn-primary {
  border: 2px solid var(--primary) !important;
}

.btn-primary:hover {
  background: none;
  color: var(--primary);
}

.btn-secondary {
  border: 2px solid var(--secondary) !important;
}

.btn-secondary:hover {
  background: none;
  color: var(--secondary);
}

.btn-light-primary {
  border: 2px solid var(--light) !important;
  background-color: var(--light);
  color: var(--secondary);
}

.btn-light-primary:hover {
  background: none;
  color: var(--secondary);
}

.btn-light-blue {
  border: 2px solid var(--light-blue) !important;
  background-color: var(--light-blue);
  color: #fff;
}

.btn-light-blue:hover {
  background: none;
  color: var(--light-blue);
}

.btn-outlined-primary {
  border: 2px solid var(--primary) !important;
  background: none;
  color: var(--primary);
}

.btn-outlined-primary:hover {
  background: var(--primary);
  color: #fff;
}

.btn-outlined-green-primary {
  border: 2px solid var(--green-primary) !important;
  background: none;
  color: var(--green-primary);
}

.btn-outlined-green-primary:hover {
  background: var(--green-primary);
  color: #fff;
}

.btn-outlined-secondary {
  border: 2px solid var(--secondary) !important;
  background: none;
  color: var(--secondary);
}

.btn-outlined-secondary:hover {
  background: var(--secondary);
  color: #fff !important;
}

@media (max-width:575.92px) {
  .action-btn-box .btn {
    font-size: 11px;
  }
}

.text-dark-blue {
  color: var(--dark-blue);
}

.text-light-blue {
  color: var(--light-blue);
}
.sme-pro-banner-section .btn-light:focus{
	background:transparent;
}

.btn-dark:hover, .btn-dark:focus{
	background:none;
	color:#1D2833;
}

.sme-pro-banner-section .btn-light{
	background:rgb(195 191 182 / 40%);
	border:1px solid transparent !important;
}

.btn-light:hover{
	background:rgb(195 191 182 / 80%);
}
/* .switch-to-pro-btn {
    background: linear-gradient(-32deg, rgb(255 255 255 / 0%), #ff9d28, #ff9d28, #ff9d28);
    color: #fff;
    border: none !important;
}
.switch-to-pro-btn:hover, .switch-to-pro-btn:focus {
	color: #fff;
    background: linear-gradient(-32deg, rgb(255 255 255 / 0%), rgb(255 157 40 / 70%), rgb(255 157 40 / 70%), rgb(255 157 40 / 70%));
} */

.switch-to-pro-btn {
	font-size: 15px;
    background: #95be45;
     color: #fff !important; 
    border: none !important;
	box-shadow: 0px 0px 14px 0px rgb(195 191 182 / 60%);
}
.switch-to-pro-btn span{
	background: linear-gradient(-32deg, rgb(255 255 255 / 100%), #ff9d28, #ff9d28, #ff9d28);
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
}
.switch-to-pro-btn i{
	font-size: 15px;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    background: var(--primary);
}
.switch-to-pro-btn:hover{
	color: #fff;
    background: #00a1e0;
	box-shadow: none;
}

/*** Navbar ***/
.navbar-light {
  background: #fff;
  box-shadow: 0px 0px 11px 0px #8080804a;
  height: 80px;
}
.navbar-light .navbar-nav ul li .nav-link, .navbar-light .navbar-nav ul{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
	padding-left:0px;
}

.navbar-light .navbar-nav ul li .nav-link, .navbar-light .navbar-nav ul li{
    list-style: none;
}

.navbar-light .navbar-nav ul li .nav-link, .navbar-light .navbar-nav ul li a{
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(13 18 22 / 80%);
  font-weight: 600;
  outline: none;
  transition: .5s;
}

.navbar-light .navbar-nav ul li .nav-link, .navbar-light .navbar-nav ul li:first-child a{
  margin-left: 0px !important;
}

.sticky-top.navbar-light .navbar-nav ul li .nav-link, .sticky-top.navbar-light .navbar-nav ul li a{
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav ul li a:hover,
.navbar-light .navbar-nav ul li.current_page_item a{
  color: var(--primary) !important;
}

/* .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--green-primary) !important;
} */

.navbar-light .navbar-brand h1 {
  color: #FFFFFF;
}

.navbar-light .navbar-brand img {
  /* max-height: 60px; */
  transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
  /* max-height: 60px; */
  /* max-width: 311px; */
}

  .navbar-light .navbar-brand img {
   max-width:280px;
  }
@media (max-width: 410px) {
  .navbar-light .navbar-brand img {
     max-width:180px;
  }
}
/* @media (max-width: 991.98px) { */
@media (max-width: 1200px) {
  .sticky-top.navbar-light {
    position: relative;
    background: #FFFFFF;
  }

  .navbar-light {
    height: auto;
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--dark) !important;
  }

  .navbar-light .navbar-brand h1 {
    color: var(--primary);
  }

 .navbar-light .navbar-nav ul li .nav-link, .navbar-light .navbar-nav ul{
    flex-direction:column;
	align-items: start;
  }
	.navbar-light .navbar-nav ul li a{
		margin-left:0px;
	}
	.navbar-light .navbar-nav ul li{
		margin-top:10px;
	}
}

@media (min-width: 992px) {
  .navbar-light {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: sticky;
    background: #FFFFFF;
	  
  }

  .sticky-top.navbar-light .navbar-brand h1 {
    color: var(--primary);
  }
}



/*** Home Page Start ***/
.home-banner-serction {
  background-color: rgb(195 191 182 / 15%);
}

/*** Banner CTA Section  Start***/
/* .banner-cta-section {
  margin-top: -8%;
} */
.banner-cta-section .items img{
	width:110px;
	height:110px;
}

.banner-cta-section .container {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0px rgb(195 191 182 / 50%);
  background-color: #fff;
}

.banner-cta-section .users-profile img {
  width: 70px;
  margin-left: -6%;
  transition: ease-in-out 0.5s;
  position: relative;
}

.banner-cta-section .users-profile img:hover {
  transform: translateY(-6px);
}

@media (max-width:394px) {
  .banner-cta-section .users-profile img {
    width: 50px;
/*     margin-left: -5%; */
  }
}

/*** Banner CTA Section  End***/

/*** Home Page Start ***/
.home-banner-serction {
  background-color: rgb(195 191 182 / 15%);
}

/*** Company Logo Section  Start***/
.company-logo-section .trusted-item {
  display: flex;
  align-items: center;
	justify-content:center;
}

.company-logo-section .trusted-item img {
  object-fit: contain;
  width: 250px;
  height: 250px;
}

/*** Company Logo Section Section  End***/


/*** Rating Section  Start***/
.rating-section {
/*   background-color: rgb(245 180 75 / 15%); */
	background-color:transparent;
}

.rating-section .items {
  height: 100%;
}

.rating-section .items img {
  overflow: hidden;
  transition: ease-in-out 0.5s;
}

.rating-section .items img:hover {
  transform: scale(1.1);
}

.rating-section .rating-points span {
  display: block;
  text-align: center;
/*   background-color: rgb(245 180 75 / 20%); */
  color: #687D94;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 7px;
}

.rating-section .review-start i {
  color: #ffbb0a;
/*   font-size: 22px; */
}

/* @media (max-width:1200px) {
  .rating-section .review-start i {
    font-size: 18px;
  }
} */

/*** Rating Section Section  End***/


.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 11px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #5A5A5A;
  border-bottom: 1px solid #5A5A5A;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: var(--primary);
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -30px;
}

.section-title.text-center::after {
  width: 120px;
  left: 50%;
  margin-left: -60px;
}

/*** Testimonial Section Start ***/
.testmonial-section .container {
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0px rgb(195 191 182 / 50%);
  background-color: #fff;
}

.testmonial-section .testimonial-item .review-star i {
  color: #FF9D28;
  font-size: 1.2rem;
	margin-right:3px;
}

/* .testmonial-section .testimonial-item .profile-name img{
	width: 60px;
    height: 60px;
} */
.testmonial-section .testimonial-item .profile-name .apexchange-logo{
    max-width: 200px;
    width: 100%;
}
.testmonial-section .testimonial-item .profile-name a{
    color:var(--light-blue);
}
.testmonial-section .testimonial-item .profile-name .user-circle{
	height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}
@media (max-width:480px) {
	.testmonial-section .testimonial-item .profile-name .user-circle{
	  height: 45px;
      width: 45px;
	  min-height:45px;
	  min-width:45px;
	}
	.testmonial-section .testimonial-item .profile-name h4{
		font-size: 1.1rem;
	}
	.testmonial-section .testimonial-item .review-star i{
		font-size:0.85rem;
	}
	.testmonial-section .testimonial-item .quotes p{
		font-size: 1.2rem !important;
	}
}
/* .testmonial-section .testimonial-item .yellow-box {
  background-color: #FF9D28;
  border-radius: 8px;
  height: 100%;
  max-height: 50%;
  width: 46px;
  position: relative;
  z-index: -1;
}

.testmonial-section .testimonial-item .blue-box {
  background-color: var(--light-blue);
  border-radius: 8px;
  height: 46px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
} */

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: .5s;
}

.testimonial-carousel .owl-dots {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
/*   right: 9%; */
}

/* @media (max-width:1399.92px) {
  .testimonial-carousel .owl-dots {
    right: 0%;
  }
}

@media (max-width:1199.92px) {
  .testimonial-carousel .owl-dots {
    right: -10.5%;
  }
}

@media (max-width:991.92px) {
  .testimonial-carousel .owl-dots {
    right: unset;
    margin-top: 10px;
  }
} */

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 10px;
  background: #DDDDDD;
  border-radius: 4px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 100px;
  background: var(--secondary);
}

.testimonial-item {
  min-height: 207px;
}

.bg-light {
  background-color: #eff9f3 !important;
}

/*** Youtube Video start ***/
.video {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 370px;
  height: 370px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-white);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.videoModal {
  z-index: 99999;
}

.videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.videoModal .modal-body {
  position: relative;
  padding: 0px;
}

.videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.testmonial-model .modal-content .modal-header {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: right;
  background: rgb(0 0 0 / 80%);
  border-bottom: none;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.testmonial-model .modal-content:hover .modal-header {
  opacity: 1;
}

.modal-header .btn-close {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

@media (max-width:767.92px) {
  .video {
    width: 260px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .video .btn-play:after {
    width: 70px;
    height: 70px;
  }

  .video .btn-play span {
    border-left: 25px solid var(--bs-dark);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .video .btn-play:before {
    width: 80px;
    height: 80px;
  }

}

/*** Youtube Video End ***/

/*** Testimonial Section End ***/

/*** Number Counting Section ***/
.number-counting-sectionfacts {
  background: linear-gradient(rgba(39, 174, 96, .91), rgba(39, 174, 96, .91)), url('../img/counting-number-bg.png');
  background-repeat: round;
}

/*** FAQs ***/
.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.accordion .accordion-button {
  background: var(--light);
  border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background: var(--primary);
  box-shadow: none;
}

/* #27ae60 */
.faq-section .accordion-button {
  color: #000;
  font-weight: 700;
  background-color: #ceecdb94;
}

.faq-section .accordion-button:focus {
  border: none;
  border-color: #ceecdb94;
  box-shadow: none;
}

.faq-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.faq-section .accordion-item:last-of-type {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.faq-section .accordion-item:first-of-type {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

/* .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */

.accordion .accordion-body {
  padding: 15px 0 0 0;
}

.accordion-item {
  background-color: #f3faf6 !important;
  border: 1px solid #CEECDB !important;
}


/* Custom Faq icon style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.footer {
  background-color: rgb(195 191 182 / 15%);
}
.footer p {
  font-size: 15px;
}

.footer .btn.btn-social {
  margin-right: 10px;
  /* margin-bottom: 5px; */
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid;
  border-radius: 35px;
  transition: .3s;
  border-color: var(--light);
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  /* margin-bottom: 5px; */
  padding: 0;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  transition: .3s;
  line-height: normal;
}

/* .footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
} */

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
  color: #1eb75f;
}

.footer .footer-menu a:hover {
  color: #1eb75f;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (max-width:458px){
 .footer .quick-links-box{
	justify-content:center;
  }
  .footer .quick-links-box .btn-link{
	margin-bottom:5px;
  }
}



#pricing-switch {
  margin: 80px auto 90px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  max-width: 1080px;
}

#pricing-switch .switch-label {
  display: inline-block;
  width: 200px;
  text-align: center;
  opacity: 0.4;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
  color: #4caf50;
  font-style: italic;
  padding-left: 8px;
}

#pricing-switch .save-money--mobile {
  color: #4caf50;
  font-style: italic;
  padding-top: 22px;
  display: none;
}

#pricing-switch .switch-label.active {
  font-size: 18px;
  opacity: 1;
}

#pricing-switch .switch-label-monthly {
  text-align: right;
}

#pricing-switch .switch-label-yearly {
  text-align: left;
}

#pricing-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: -50%;
  margin: 0;
}

#pricing-switch .switch input {
  display: none;
}

#pricing-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3f9b63;
  border-radius: 34px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#pricing-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#pricing-switch input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

#pricing-switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/*** Footer CTA Section Start ***/
.footer-cta-section .container {
  background-color: rgb(39 174 96 / 13%);
  border-radius: 19px;
}
/*** Footer CTA Section End ***/

/*** Easy Connect Section Start ***/
.easy-connect-section {
  background: linear-gradient(90deg, var(--dark-blue), var(--dark-blue), var(--secondary));
  min-height: 73vh;
  display: flex;
  align-items: center;
}

.easy-connect-section .animate-circle {
  position: relative;
  width: 550px;
  display: flex;
  align-items: center;
}

.easy-connect-section .animate-circle .front-circle {
  position: absolute;
  z-index: 1;
}

.easy-connect-section .animate-circle .back-circle {
  position: absolute;
  z-index: 0;
  animation-name: rotate;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199.92px) {
  .easy-connect-section .animate-circle {
    width: 470px;
    height: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .easy-connect-section .animate-circle {
    width: 330px;
    height: 330px;
  }
}

@media (max-width: 425px) {
  .easy-connect-section .animate-circle {
    width: 250px;
    height: 250px;
  }
}

/*** Easy Connect Section End ***/


/*** Features Section Start ***/
.circle-point {
    width: 25px;
    height: 25px;
	min-width: 25px;
    min-height: 25px;
    background: linear-gradient(160deg, #025959, #95be45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}

.feature-section .feature-tag {
  padding: 2px 20px;
  border-radius: 4px;
  display: inline-block;
}

.feature-tag span {
  font-weight: 600;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.feature-green-tag {
  background: -webkit-linear-gradient(45deg, var(--secondary), var(--primary) 80%);
}

.feature-section .feature-yello-tag {
  background: -webkit-linear-gradient(45deg, #FF9D28, #FFC500 80%);
}

.multi-store-feature {
  background: linear-gradient(90deg, rgb(39 174 96 / 22%), rgb(39 174 96 / 13%), rgb(174 211 255 / 50%), rgb(174 211 255 / 50%), rgb(201 212 239 / 20%), rgb(202 207 250 / 13%));
}

.cycle-tab-container .nav-tabs .nav-item {
  width: 30%;
  text-align: center;
  /* border-top: 5px solid; */
  /* border-color: var(--primary); */
}

.cycle-tab-container .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #000;
  padding: 0rem !important;
  background-color: #fff;
  border-radius: 0px;
}

.cycle-tab-container .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}

.cycle-tab-container .nav-tabs .nav-link.active,
.cycle-tab-container .nav-tabs .nav-item.show .nav-link {
  border: none;
}

.cycle-tab-container .nav-tabs .nav-item .nav-link::before {
  display: block;
  content: '';
  border-top: solid 5px var(--primary);
  transform: scaleX(0);
  transition: transform 0ms ease-out;
}

.cycle-tab-container .nav-tabs .nav-item .nav-link.active:before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
  transition: transform 12000ms ease-in;
}

@media (min-width:1200px) {
  .cycle-tab-container .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
}

@media (max-width:767.92px) {
  .cycle-tab-container .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*** Features Section End ***/


/*** Premium Support Package Start ***/
.premium-support-banner-section{
/*   background: rgb(195 191 182 / 15%); */
}
.premium-pricing-section .pricing-card{
  background-color:#fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 40px 0px;
  border-radius: 4px;
  height: 100%;
  border-radius: 24px;
}
.premium-pricing-section .most-popular{
  border: 4px solid var(--green-primary);
  background: linear-gradient(180deg, #D7E7F9, #D5F4EC);
}

.premium-pricing-section .pricing-card button{
  background: var(--green-primary);
/*   background: #1D2130; */
  width: 100%;
  max-width: 230px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.premium-pricing-section .most-popular button{
  background: #1D2130;
}
.premium-pricing-section .pricing-card button:hover{
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.premium-pricing-section .pricing-card .items .check-box i.fa-circle-check{
  color: var(--green-primary);
}
.premium-pricing-section .pricing-card .exclamation-icon i{
 cursor: pointer;
}
.premium-pricing-section .pricing-card .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -5px;
}
.premium-pricing-section .pricing-card .ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.premium-pricing-section .pricing-card .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background: #ff9d28;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 14px / 1 'Montserrat', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}
.premium-pricing-section .pricing-card .ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
@media (min-width:1400px){
	.premium-pricing-section .pricing-card{
		padding: 40px 20px;
	}
}
/*** Premium Support Package End ***/


/*** Product Overview Page Start ***/
.product-feature-section .review-star i{
	color:#FF9D28;
}

.product-feature-section .user-circle{
	height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}
@media (max-width:480px) {
	.product-feature-section .user-circle{
	  height: 45px;
      width: 45px;
	  min-height:45px;
	  min-width:45px;
	}
	.product-feature-section h4{
		font-size: 1.1rem;
	}
	.product-feature-section .review-star i{
		font-size:0.85rem;
	}
	.product-feature-section .quotes p{
		font-size: 1.2rem !important;
	}
}
.product-feature-section .apexchange-logo {
    max-width: 182px;
    width: 100%;
}
.product-feature-section .profile-rating a{
	color: var(--light-blue);
}

.number-counting-section{
	background:linear-gradient(90deg, var(--primary), var(--secondary));
	margin-bottom:190px;
}
.number-counting-section .container{
	background-color:#fff;
	border-radius: 16px;
    padding: 30px;
	position: relative;
	top:100px;
	box-shadow: 0px 0px 10px 0px rgb(195 191 182 / 50%);
}
.number-counting-section .container hr{
	height:10px;
	background-color:var(--primary);
	border-radius: 19px;
    max-width: 110px;
	opacity:1;
}
/*** Product Overview Page End ***/


/*** Pricing Page FAQ's Start ***/
.accordion {
  background-color: transparent;
  color: #1D2130;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 19px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.active, .accordion:hover {
  background-color: transparent;
}

.accordion .icons:after {
  content: '\002B';
  color: #1D2130;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  line-height: 33px;
  font-size: 39px;
}

.active .icons:after {
  content: "\2212";
}

.panel {
  border-radius: 19px;
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.pricing-page-faq .container{
	background-color:rgb(195 191 182 / 30%);
	border-radius: 19px;
}
.pricing-page-faq .container .items{
	background-color:#fff;
	border-radius: 19px;
}
@media (max-width:767px){
  .accordion {
    font-size: 16px;
   }
 .accordion .icons:after {
  line-height: normal;
  font-size: 27px;
 }
}
/*** Pricing Page FAQ's End ***/

/*** SME Pro Page Start ***/
.sme-pro-banner-section .home-blur{
	top: -23%;
	right:0px;
	z-index:-1;
	width:63%;
}
@media (max-width:767px){
.sme-pro-banner-section .home-blur{
	top: 0px;
	height:100%;
	width:100%;
  }
}
.sync-sell-succeed-section{
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.sync-sell-succeed-section .feauture-list-box{
	background-color: rgb(255 255 255 / 67%);
    padding: 45px 45px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.sync-sell-succeed-section .feauture-list-box .card-item{
	text-align:center;
}
.sync-sell-succeed-section .feauture-list-box .card-item img{
	width:100%;
	max-width:90px;
}
@media (max-width:767px){
 .sync-sell-succeed-section .feauture-list-box{
    padding: 45px 20px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.sme-pro-feature-section .feature-tag{
	background:-webkit-linear-gradient(45deg, var(--secondary), var(--primary) 80%);
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.advance-sync-functionality-section{
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.advance-sync-functionality-section .feauture-list-box{
	background-color: rgb(195 191 182 / 13%);
    padding: 45px 45px;
    border-radius: 60px;
}
.advance-sync-functionality-section .feauture-list-box .card-item img{
	width:100%;
	max-width:90px;
	margin-left: -15px;
}
.border-right{
	border-right:2px solid #dee2e6;
}
@media (max-width:767px){
 .advance-sync-functionality-section .feauture-list-box{
    padding: 45px 20px;
    border-radius: 24px;
  }
}
@media (max-width:991.92px){
 .border-md-right-none{
	border-right:none;
  }
  .border-md-right{
	border-right:2px solid #dee2e6;
  }
}
@media (max-width:575.92px){
 .border-right, .border-md-right{
	border-right:none !important;
  }
}
.why-choose-us-section .sub-title{
     background: -webkit-linear-gradient(45deg, var(--secondary), var(--primary) 80%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
/*** SME Pro Page End ***/


/*** Product Overview Partner Section Start ***/
.product-overview-partner-section .items{
	box-shadow: 0px 0px 9px 4px #f6f5f4;
    background: #fff;
    padding: 20px;
/*     justify-content:center; */
	height:100%;
	border-radius: 8px;
}
.product-overview-partner-section .items img{
	width:100%;
	max-width:60px;
	margin-right:10px;
	transition: all 300ms ease-in-out;
}
.product-overview-partner-section .items:hover img{
	transform: scale(1.2);
}
.product-overview-partner-section .items h4{
	margin-top:5px;
	font-size: 1.3rem;
}
/*** Product Overview Partner Section End ***/

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.dreamforceModalBtnHome{
	position: absolute;
    bottom: 19%;
    left: 47%;
    background: #5e8d3e;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
	transition:0.2s ease-in;	
	}
	.dreamforceModalBtnHome:hover{
		background: #fff;
		color:#5e8d3e;
	}
	@media(max-width:992px){
		.dreamforceModalBtnHome{
			bottom: 32%;
    		left: 14%;
    		font-size: 14px;
		}
	}
	@media(max-width:375px){
		.dreamforceModalBtnHome{
    		font-size: 11px;
		    padding: 0.5rem 1rem;
		}
	}
	@media(max-width:320px){
		.dreamforceModalBtnHome{
    		font-size: 9px;
		    padding: 0.35rem 0.75rem;
		}
	}



.discount-price{
	background-color: #FFC728;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 10px 20px;
/*     border-radius: 8px; */
	max-width: 270px;
	font-weight:600;
}
.discount-price h5{
	font-weight:600 !important;
}
.discounted-amount{
	color:#CC0C39;
    font-size: 26px;
    display: block;
}
.season-offer-icon{
	max-width: 75px;
    position: absolute;
    left: -15px;
    top: -69px;
}
@media (max-width:991.92px){
 .season-offer-icon{
    left: 20%;
 }
}
@media (max-width:767.92px){
 .season-offer-icon{
    left: -10px;
 }
}



/*** Home Updated Banner Section Start ***/
/*https://sxhmypxm.yoursalesforcedeveloper.com/wp-content/uploads/2024/11/sync-banner-bg.jpg*/
.home-banner-section, .news-banner-section{
    background: radial-gradient(circle at 30% 30%, #d2f6e3, #d0f0f8, #e9defb, #f7f0dd, #d0f0f8);
}
/* .home-banner-section{
    background-repeat: round;
    background-image: url('https://sxhmypxm.yoursalesforcedeveloper.com/wp-content/uploads/2024/11/sync-banner-bg.jpg');
} */

.home-banner-section .banner-title{
    transition: .5s;
    position: relative;
}

.home-banner-section .banner-title:before {
    position: absolute;
    content: "";
    background: url('https://res.cloudinary.com/drqieihlc/image/upload/v1732539215/banner-title-sign_n6x1sj.png');
    left: 0;
    bottom: -20px;
    height: 55%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spinner{
    animation: 1.75s linear infinite spinner-sync;
}
@keyframes spinner-sync{
    100%{
        transform:rotate(360deg);
    }
}

/*** Home Updated Banner Section End ***/

/*** News & Events Page Start ***/
/* .news-banner-section{
	background-repeat: round;
    background-image: url('https://sxhmypxm.yoursalesforcedeveloper.com/wp-content/uploads/2024/11/sync-banner-bg.jpg');
} */
.news-banner-section .tranding-post-box{
	border:2px solid #C3BFB6;
	border-radius:20px;
}
.news-banner-section .tranding-post-box .title-link, .news-banner-section .tranding-post-box p, .news-latest-post-section .all-news-card p, .news-latest-post-section .all-news-card .title-link{
	text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-banner-section .tranding-post-box .title-link h4:hover, .news-latest-post-section .title-link h4:hover{
	color:var(--primary);
}

.text-btn{
	color:var(--primary);
}
.text-btn:hover{
	color:var(--secondary);
}
.news-latest-post-section{
	background-color:rgb(195 191 182 / 15%);
}
.news-latest-post-section .all-news-card{
	background-color:#fff;
	overflow: hidden;
}
.news-latest-post-section .all-news-card img{
	transition: ease-in-out 0.5s;
}
.news-latest-post-section .all-news-card:hover img{
	transform: scale(1.05);
}
 #top-header {
      background-color:#025959;
      color: white;
     padding-top: 9px;
    padding-bottom: 0px;
      text-align: center;
/*       position: fixed; */
/*       top: 0;
      left: 0;
      right: 0; */
      z-index: 9999;
      display: none;
    }

    #close-btn {
     
      
      right: 15px;
      color: white;
      font-size: 25px;
      cursor: pointer;
	      font-weight: bold;
    }
.cnglink:hover{
	color:#FFF !important;
}

/*** News & Events Page End ***/

/*become a partner */
 .partner .accordion {
    display: block !important;
    padding: 0px !important;
}
.partner button.accordion-button {
    background: none !important;
    color: #000 !important;
    font-size: 21px;
    font-weight: 500;
}
.partner .accordion-body {
    font-size: 16px;
    font-weight: normal;
    padding: 19px !important;
}
.partner .accordion-item {
    border: none !important;
    border-bottom: 2px solid #95be45 !important;
}

	 .partner-section {
      padding: 60px 0;
      text-align: center;
    }

    .partner-section h2 {
      font-size: 2.2rem;
      font-weight: 600;
      color: #0d1c3f;
    }

    .partner-section h2 strong {
      color: #0d1c3f;
    }

    .btn-success {
      background-color: #88c244;
      border: none;
      border-radius: 30px;
      font-weight: 500;
      padding: 10px 25px;
    }

    .btn-success:hover {
      background-color: #7bb032;
    }

    .partner-box {
     background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    width: 18%;
    margin: 10px;
    height: auto;
    }

    .partner-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

    .partner-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #eaeaea;
      margin: 0 auto 20px auto;
    }
	 .partner-benefits-section h2 {
  font-size: 2rem;
}

.partner-benefits-section .icon img {
  max-width: 50px;
}
.become-partner-ctc-btu:hover {
    background: #198754 !important;
    color: #FFF !important;
}
.benefit-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
 .partner-invite {
      background: #66bb43;
      color: white;
      border-radius: 30px;
      background: linear-gradient(to right, #95BE45, #455820);
/*       padding: 60px 30px; */
	 position: relative;
    }

    .partner-invite h2 {
      font-size: 2.5rem;
    }

    .partner-invite .btn-light {
      font-weight: 600;
      font-size: 1rem;
      border-radius: 50px;
      padding: 10px 25px;
    }

    .partner-invite .btn-light i {
      font-size: 1.2rem;
    }
.become-pathner-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 476px;
}
    @media (max-width: 767.98px) {
      .partner-invite h2 {
        font-size: 2rem;
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
    .partner-box{
        width:46%;
    }
     .become-pathner-cta{
        position: relative !important;
        right: 0;
        top: 0px  !important;
    }
    }
    @media (min-width: 280px) and (max-width: 767px) {
    .partner-box{
        width:100%;
    }
    .become-pathner-cta{
        position: relative !important;
        right: 0;
        top: 0px  !important;
    }
    }
    .img-clind-pathenr{
        width:55px !important;
    }
    .partner .accordion-button::after{
        display: none !important;
    }
    .partner .accordion-button::beffor{
        display: none !important;
    }
   
}
/*new header section*/

	.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }
  .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 1px solid #eee;
}

.mega-menu.show {
  max-height: 500px; /* adjust based on content height */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

a.dropdown-item.fw-bold:hover {
    background: #025959 !important;
    color: #fff !important;
	    cursor: pointer;
}
  .mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 2rem;
    background-color: white;
    display: none;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #eee;
    z-index: 9999;
  }
.dropdown-menu.show{
  margin-top:0px;

}
  .nav-item:hover .mega-menu {
    display: block;
  }

  .dropdown-item {
    padding: 1rem 3px;
    font-size: 0.95rem;
    color: #333;
/*     border-bottom: 5px solid #fff; */

  }

	.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #ffffff;
}
  .dropdown-item:hover {
    color: #000 !important;
    text-decoration: none !important;
   
	   background-color: #ffffff;
     
  }

  .nav-link {
    font-weight: 500;
    color: #333 !important;
    margin-right: 1rem;
  }

  .btn-start {
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background-color: #00a651;
    border: none;
    color: white;
    border-radius: 0.375rem;
  }

  @media (max-width: 991.98px) {
    .mega-menu {
      position: static;
      width: 100%;
      padding: 1rem 0;
      box-shadow: none;
      border-top: none;
    }

    .nav-item:hover .mega-menu {
      display: none;
    }

    .dropdown-menu.show .mega-menu {
      display: block !important;
    }
  }
  .mune-desktopop{
     padding:0px;
    width: 226px;
    margin-top: 12px;
  }
.mune-desktopop.show {
    padding:0px;
    width: 226px;
    margin-top: 19px;
}

 
 
    .btn-start {
      font-weight: 600;
      padding: 0.5rem 1.25rem;
      background-color: #00a651;
      border: none;
      color: white;
      border-radius: 0.375rem;
    }

    @media (max-width: 991.98px) {
      .mega-menu {
        display: none !important;
      }

      .offcanvas-body .accordion-button {
        padding-left: 0;
      }

      .offcanvas-body .nav-link {
        padding-left: 1rem;
      }

      .offcanvas-body .dropdown-content {
/*         padding-left: 1.5rem; */
      }
    }
	.offcanvas-body{
		padding:0px !important
	}
    .offcanvas-start {
      width: 280px;
      transition: transform 0.3s ease-in-out;
    }
	.menu-ridho:hover{
		background: #025959 !important;
    color: #fff !important;
	}
	#mobileMenu button.accordion-button.collapsed {
    background: none !important;
    border: none !important;
    box-shadow: none;
}
	div#mobileMenu .accordion {
    display: block !important;
}
	div#mobileMenu .accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF !important;
    box-shadow: none;
    background: none;
    color: #000 !important;
}
div#mobileMenu .accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: none !important;
    border: none !important;
}
.sticky-top{
	background:#FFF !important;
	z-index:9999;
}
 @media (max-width: 991.98px) {
.end-section-footer {
    padding-bottom: 71px;
}
}
/*** pro price page **//

/*** Updated Pro Page Pricing Section Start ***/
.pro-page-pricing-section .table-container{
   border: 1px solid #DADADA;
   border-radius: 19px;
}

        .pro-page-pricing-section table {
            width: 100%;
            border-collapse: collapse;
            background: transparent;
			border-radius: 19px;
/*             min-width: 991px; */
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        }
        .pro-page-pricing-section tr:nth-child(1){
            border-top: none;
			border-top-left-radius: 19px;
			border-bottom-left-radius: 19px;
			border-top-right-radius: 19px;
			border-bottom-right-radius: 19px;
        }
        .pro-page-pricing-section tbody tr:nth-last-child(1){
            border-bottom:none;
        }
        .pro-page-pricing-section tr{
            border-top: 1px solid #E0E0E0;
            border-bottom: 1px solid #E0E0E0;
        }
        .pro-page-pricing-section tr td:nth-child(3), .pro-page-pricing-section tr th:nth-child(3) {
         background: #F8F8F8;
       }

        .pro-page-pricing-section th,
        .pro-page-pricing-section td {
            /* border: 1px solid #eee; */
            padding: 16px;
            text-align: center;
            vertical-align: middle;
        }
        .pro-page-pricing-section thead{
            position: sticky;
            top: 70px;
            z-index: 2;
        }

        .pro-page-pricing-section th {
            background: #fff;
            font-size: 18px;
            font-weight: bold;
        }

        .pro-page-pricing-section td:first-child {
            text-align: left;
            font-weight: 500;
        }

        .pro-page-pricing-section .time-valid-text {
            font-size: 16px;
            color:#8C8C8C;
			font-weight:400;
            max-width: 300px;
        }
.pro-page-pricing-section table thead .btn1 {
  width:100%;
  max-width: 180px;
}

        .pro-page-pricing-section .check {
            color: #1F9300;
            font-size: 16px;
        }

        .pro-page-pricing-section .optional {
            font-weight:400;
			color:#D4D4D4;
			font-size: 20px;
        }

        .pro-page-pricing-section tr:nth-child(even) {
            background: #fcfcfc;
        }
.pro-page-pricing-section .plan-text{
	color:#8C8C8C;
}
.tooltip{
	max-width:230px !important;
}
.tooltip .tooltip-inner{
	max-width:230px !important;
}
.pro-page-pricing-section .most-popular-box{
    background-color: #085897;
    position: absolute;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
@media(min-width:1200px){
	.table-head-width{
		min-width:261px;
	}
}
@media(max-width:991.92px){
  .pro-page-pricing-section .table-container{
   overflow-x: auto;
 }
.pro-page-pricing-section thead{
   position: unset;
 }
 .pro-page-pricing-section .table-head-width{
		min-width:175px;
	}
 .pro-page-pricing-section table {
   min-width: 991px;
  }
}
/*** Updated Pro Page Pricing Section End ***/

/*** Add-on Pricing Section Start ***/
.add-on-pricing-section .table-container {
  border: 1px solid #dadada;
  border-radius: 19px;
}

.add-on-pricing-section table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 19px;
}
.add-on-pricing-section table tr td img{
  width: 100%;
  max-width:22px;
  margin-left: 10px;
}
.add-on-pricing-section tr:nth-child(1) {
  border-top: none;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.add-on-pricing-section tbody tr:nth-last-child(1) {
  border-bottom: none;
}
/* .add-on-pricing-section tr {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
} */
/* .add-on-pricing-section tr td:nth-child(2),
.add-on-pricing-section tr th:nth-child(2) {
  background: #f8f8f8;
} */
.add-on-pricing-section tr th:nth-child(2), .add-on-pricing-section tr td:nth-child(2){
  background: #f8f8f8;
/* 	border-radius: 19px; */
}

.add-on-pricing-section th,
.add-on-pricing-section td {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}
.add-on-pricing-section .sticky-table-head {
  position: sticky;
  top: 70px;
  z-index: 2;
}

.add-on-pricing-section th {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

.add-on-pricing-section td:first-child {
  text-align: left;
  font-weight: 500;
}

.add-on-pricing-section .time-valid-text {
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
}
.add-on-pricing-section .btn1 {
  width: 100%;
  max-width: 180px;
}

.add-on-pricing-section .check {
  color: #1f9300;
  font-size: 24px;
}
.add-on-pricing-section tr:nth-child(even) {
  background: #fcfcfc;
}
.add-on-pricing-section .rowCheckbox{
	height: 16px;
    width: 16px;
    margin-right: 8px;
    cursor: pointer;
}
@media (min-width: 1200px) {
  .add-on-pricing-section .table-head-width {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 991.92px) {
  .add-on-pricing-section .table-container {
    overflow-x: auto;
  }
  .add-on-pricing-section .sticky-table-head {
    position: unset;
  }
  .add-on-pricing-section .table-head-width {
    min-width: 175px;
  }
  .add-on-pricing-section table {
    min-width: 991px;
  }
}

.add-on-select-feature-section .add-on-cards{
    padding: 50px 50px;
	height: 100%;
}
.disabled-btn{
	opacity: 0.6 !important;
}
.disabled-btn:hover{
	background-color: #0055FF !important;
	border-color: #0055FF !important;
	color: #fff !important;
}

.add-on-select-feature-section .left-side-card{
	background:linear-gradient(80deg, #e6f0ff, rgb(230 240 255 / 0%), rgb(230 240 255 / 0%)), url('https://res.cloudinary.com/drqieihlc/image/upload/v1749207253/add--on-feature-bg_lqmdcr.webp');
	object-fit: cover;
	border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
/* 	background: linear-gradient(to bottom right, #e6f0ff, #ffffff); */
}
.add-on-select-feature-section .right-side-card{
	background-color:#F3F3F3;
	border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.add-on-select-feature-section .right-side-card .exclamation-icon{
	border: 2px solid #4b4b4b;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-on-select-feature-section .right-side-card .exclamation-icon i{
	transform: rotate(180deg);
	font-size: 14px;
    color: #4b4b4b;
    font-weight: bold;
}
.add-on-select-feature-section .right-side-card .rowCheckbox{
/* 	border: 2px solid #8E8E8E !important; */
    width: 20px;
    height: 20px;
    margin-right: 10px;
	accent-color: #1F9300;
}
.add-on-select-feature-section .right-side-card .rowCheckbox:hover{
	accent-color: #1F9300;
}
.add-on-select-feature-section .right-side-card .rowCheckbox, .add-on-select-feature-section .right-side-card label{
  cursor:pointer;
}
@media (max-width: 991.92px) {
 .add-on-select-feature-section .left-side-card{
	background-color:#F3F3F3;
	border-top-left-radius: 24px;
	 border-top-right-radius: 24px;
    border-bottom-left-radius: unset;
 }
 .add-on-select-feature-section .right-side-card{
	background-color:#F3F3F3;
	border-top-right-radius: unset;
    border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
 }
}
/*** Add-on Pricing Section End ***/

/*** Documents Generation Number Section Start ***/
.documens-generation-number-section{
	background-color: #0A0118;
    background-image: radial-gradient(ellipse at bottom left, rgba(132, 112, 255, 0.7), transparent 40%), radial-gradient(ellipse at bottom right, rgba(132, 112, 255, 0.4), transparent 30%);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: bottom left, bottom right;
}
.documens-generation-number-section .counter-container {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
/*   justify-content: center; */
  align-items: baseline;
}

.documens-generation-number-section .static-part, .documens-generation-number-section .animated-digits, .documens-generation-number-section .digit-column span{
	color:#ABC4F5;
/*     -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(180deg, #ABC4F5, #D1D7E4 100%); */
}

.documens-generation-number-section .animated-digits {
  display: flex;
  overflow: hidden;
  height: 4rem;
}

.documens-generation-number-section .digit-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.documens-generation-number-section .digit-column span {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.documens-generation-number-section .green-gredient{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(180deg, #00FF92, #00F6FF 100%);
}
.documens-generation-number-section .graph-box{
	border-radius:8px;
	border: 2px solid rgb(255 255 255 / 10%);
}
.documens-generation-number-section .chart {
  display: flex;
  align-items: flex-end;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  border-right: 2px solid rgb(255 255 255 / 10%);
/*   border-bottom: 2px solid #333; */
/*   padding: 10px; */
  gap: 10px;
/*   background-color: white; */
/*   box-shadow: 0 0 5px rgba(0,0,0,0.2); */
}

.documens-generation-number-section .bar {
  width: 40px;
  background-color: #4CAF50;
  text-align: center;
  color: white;
  font-size: 14px;
  position: relative;
  transition: background-color 0.3s ease;
}

.documens-generation-number-section .bar:hover {
  background-color: #388e3c;
}

.documens-generation-number-section .bar-label {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
  color: #fff;
}
/*** Documents Generation Number Section End ***/

/*** Updated Documents Generation Number Section Start ***/
.updated-docs-gen-number-section{
	background-color: #0A0118;
/*     background-image: radial-gradient(ellipse at top left, rgba(132, 112, 255, 0.7), transparent 40%), radial-gradient(ellipse at top right, rgba(132, 112, 255, 0.4), transparent 30%); */
	background-image:radial-gradient(ellipse at top left, rgb(48 41 99), rgb(47 40 96), rgb(23 12 53), rgb(24 13 55), transparent 41%), radial-gradient(ellipse at top right, rgb(26 18 50), transparent 30%);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: top left, top right;
}
.updated-docs-gen-number-section .bar-box{
	padding: 0px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	position: absolute;
    width: 100%;
    top: 22%;
}
.updated-docs-gen-number-section .counter-container {
  font-size: 10rem;
  font-weight: bold;
  display: flex;
/*   justify-content: center; */
  align-items: baseline;
}

.updated-docs-gen-number-section .static-part, .updated-docs-gen-number-section .animated-digits, .updated-docs-gen-number-section .digit-column span{
	color:#fff;
}

.updated-docs-gen-number-section .animated-digits {
  display: flex;
  overflow: hidden;
  height: 10rem;
}

.updated-docs-gen-number-section .digit-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.updated-docs-gen-number-section .digit-column span {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.updated-docs-gen-number-section .bottom-content{
    position: absolute;
    bottom: 4%;
    left: 10%;	
}
.updated-docs-gen-number-section .bar-box .items{
	position: relative;
}
.updated-docs-gen-number-section .bar-box .item-2{
	bottom: 114px;
}
.updated-docs-gen-number-section .bar-box .item-3{
	bottom: 132px;
}
.updated-docs-gen-number-section .bar-box .item-4{
	bottom: 241px;
}
.updated-docs-gen-number-section .bar-box .item-5{
	bottom: 437px;
}
@media (max-width:991.92px){
    .updated-docs-gen-number-section .counter-container {
      font-size: 3.2rem;
    }
	.updated-docs-gen-number-section .digit-column span{
	   height: 3.2rem;
	}
	.updated-docs-gen-number-section .animated-digits {
      height: 3.2rem;
   }
}
@media (max-width:1838px){
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:7px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:430px;
  }
}
@media (max-width:1800px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:232px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:419px;
  }
}
@media (max-width:1750px){
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:411px;
  }
}
@media (max-width:1700px){
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:400px;
  }
}
@media (max-width:1600px){
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:16px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:220px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:380px;
  }
}
@media (max-width:1500px){
  .updated-docs-gen-number-section .bottom-content{
    position: absolute;
    bottom: 4%;
    left: 4%;	
   }
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:22px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:216px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:366px;
  }
}
@media (max-width:1450px){
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:103px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:120px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:200px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:345px;
  }
}
@media (max-width:1400px){
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:103px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:120px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:200px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:345px;
  }
}
@media (max-width:1350px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:195px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:335px;
  }
}
@media (max-width:1300px){
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:30px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:325px;
  }
}
@media (max-width:1250px){
   .updated-docs-gen-number-section .bar-box {
    padding: 0px 15px;
   }
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:30px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:100px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:115px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:185px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:315px;
  }
}
@media (max-width:1200px){
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:305px;
  }
}
@media (max-width:1150px){
   .updated-docs-gen-number-section .bar-box .item-4{
	bottom:175px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:292px;
  }
}
@media (max-width:1050px){
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:40px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:96px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:110px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:170px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:277px;
  }
}
@media (max-width:991px){
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:105px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:162px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:266px;
  }
}
@media (max-width:900px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:155px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:248px;
  }
}
@media (max-width:800px){
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:45px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:88px;
  }
  .updated-docs-gen-number-section .bar-box .item-3{
	bottom:98px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:145px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:228px;
  }
}
@media (max-width:750px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:140px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:215px;
  }
}
@media (max-width:700px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:135px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:210px;
  }
}
@media (max-width:600px){
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:50px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:82px;
  }
  .updated-docs-gen-number-section .bar-box .item-3{
	bottom:90px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:125px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:185px;
  }
}
/*** Updated Documents Generation Number Section End ***/
/*** Compare Trusted Section Start ***/
.compare-trusted-section{
	margin-top: -160px;
}
.compare-trusted-section .container{
	background-color:#fff;
	border-radius: 29px;
	box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
}
.dark-mode .compare-trusted-section .container{
	background-color:var(--primary1);
}
.compare-trusted-section .items{
    max-width: 225px;
/*     box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
/*     padding: 5px 30px; */
    min-height: 80px;
    max-height: 80px;
/*     border-radius: 50rem; */
    margin-left: auto;
    margin-right: auto;
/* 	overflow: hidden; */
}
.compare-trusted-section .items img{
    max-width: 80%;
/*     overflow: hidden; */
    transition: ease-in-out 0.5s;
}
.compare-trusted-section .items img:hover {
    transform: scale(1.1);
}

#search-bar {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.suggestions-list {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    border: 2px solid #ccc;
    border-top: none;
/*     max-height: 200px; */
    overflow-y: auto;
    background-color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 10;
	position: absolute;
    right:0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width:1199.92px){
	.suggestions-list{
		top: 108px;
	}
}

.suggestions-list li {
    padding: 10px;
    cursor: pointer;
	display: flex;
    align-items: center;
}

.suggestions-list li:hover {
    background-color: #f0f0f0;
}
.comparison-section .suggestions-list li img{
    width: 100%;
    max-width: 130px;
    margin-right: 20px;
}
@media (max-width:991.92px) {
   .suggestions-list li {
    flex-wrap:wrap;
	   justify-content:center;
   }
}
/*** Compare Trusted Section End ***/

/*** Compare Page Start ***/
.compare-banner-section{
    background: #E6EEF5;
}
.compare-trusted-section .items .transparent-logo{
  display:inline-block;
}
.compare-trusted-section .items .white-logo{
  display:none;
}
.dark-mode .compare-trusted-section .items .transparent-logo{
  display:none;
}
.dark-mode .compare-trusted-section .items .white-logo{
  display:inline-block;
}

.bg-light-color{
    background: #E6EEF5;
}

@media (max-width:767px) {
    .comparison-section .table-container{
        overflow-x: scroll;
    }
    .comparison-section table{
        min-width: 778px;
        overflow-x: scroll;
    }
}

.comparison-section table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
  }

  .comparison-section th{
    padding-top: 30px !important;
  }
  
  .comparison-section td, .comparison-section th {
    /* border: 1px solid #dddddd; */
    text-align: center;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    max-width: 390px;
  }
  
  .comparison-section tr:nth-child(odd) {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9f9;
  }



/*** Compare Page End ***/

.dme-pro-feaures1-section .accordion {
    display: block;
    padding:0px !important;
}
.dme-pro-feaures1-section .accordion-item {
    background-color: #f3faf6 !important;
    border-left: 5px solid #095128 !important;
    padding-top: 0px;
    margin-bottom: 10px !important;
}
.dme-pro-feaures1-section button.accordion-button {
    background: none !important;
    color: #009688 !important;
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0px;
}
.pricing-faqs-section .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px !important;
    height: 100%;
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.pricing-faqs-section .accordion {
    display: block;
    padding:0px !important;
}
.pricing-faqs-section .accordion-item {
    background-color: #f3faf6 !important;
    border-left: 5px solid #095128 !important;
    padding-top: 0px;
    margin-bottom: 10px !important;
    padding:10px;
}
.pricing-faqs-section button.accordion-button {
    background: none !important;
    color: #009688 !important;
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0px;
}
.pricing-faqs-section .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px !important;
    height: 100%;
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
button.btn1.btn-primary1:hover {
    background: #6da500;
    color: #FFF;
}
.shopify-section {
    /* background-color: #f8fdf8; */
    padding: 60px 0;
    position: relative;
/*     background-image: url(https://sxhmypxm.yoursalesforcedeveloper.com/wp-content/uploads/2025/08/image-14-scaled.png) !important; */
    background-position: center;
    background-size: cover;
}
    .browser-mockup {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      max-width: 650px;
      margin: auto;
      border-top: 25px solid #f5f5f5;
      position: relative;
    }
    .browser-mockup::before {
      content: '';
      position: absolute;
      top: -18px;
      left: 20px;
      width: 12px;
      height: 12px;
      background: #ff5f56;
      border-radius: 50%;
      box-shadow: 20px 0 #ffbd2e, 40px 0 #27c93f;
    }
    .highlight {
      color: #0d6efd;
      font-weight: bold;
    }
    .shopify-btn {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      font-size: 16px;
      transition: 0.3s;
    }
    .shopify-btn:hover {
      background-color: #45a049;
    }
    .side-icon {
      max-width: 80px;
    }
    @media (max-width: 767px) {
      .side-icon {
        max-width: 60px;
        margin-bottom: 20px;
      }
    }

/*** Footer Promobar CSS Start ***/
.footer-promobar{
	position: fixed; 
	width: 100%!important; 
	z-index: 9995; 
	text-align: center;
	bottom: 0px;
}
.footer-promobar .custom-container{
	background: linear-gradient(90deg, #27ae60, #5e8d3e, #025959);
	position:relative;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	max-width:1340px;
}
.sticky-ads{
	bottom: 0;
	left: 0;
	width: 100%;
/* 	height: 207px; */
/* 	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1); */
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #025959;
	z-index: 20;
}

.sticky-ads-close{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 12px 0px 0px;
	position: absolute;
	right: 2px;
	top: 3px;
	background-color: #025959;
	color: #fff;
/* 	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08); */
	cursor: pointer;
	z-index:1;
}

.sticky-ads .sticky-ads-content {
	overflow: hidden;
	display: block;
	position: relative;
/* 	height: 200px; */
	width: 100%;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
}
.footer-promobar .btn1{
	font-size: 14px;
	color: #fff;
	background-color: var(--primary);
    font-weight: 600;
    padding: 8px 18px;
}
.footer-promobar .btn1:hover{
	color: var(--primary);
    background-color: #fff;
}

@media(max-width:1440px){
 .footer-promobar .custom-container{
	max-width: 1024px;
  }
}
@media(max-width:1280px){
 .footer-promobar .custom-container{
	max-width: 991px;
  }
}
@media(max-width:1245px){
 .footer-promobar .custom-container{
	max-width: 860px;
  }
}
@media(max-width:1120px){
 .footer-promobar .custom-container{
	max-width: 730px;
  }
}
@media(max-width:991px){
 .footer-promobar .custom-container{
	max-width: 605px;
  }
}
@media(max-width:490px){
 .footer-promobar .custom-container{
	max-width: 605px;
  }
}
@media(max-width:1299.92px){
 .footer-promobar .einstein-img{
    display:none !important;
  }
}
@media(max-width:1199.92px){
	.sticky-ads{
		padding-bottom: 50px;
	}
}
@media(max-width:991.92px){
  .sticky-ads{
		padding-bottom: 0px;
	}
}
@media(max-width:767.92px){
 .sticky-ads{
		padding-bottom: 63px;
	}
}
@media(max-width:575.92px){
	.sticky-ads .sticky-ads-content h4{
		font-size: 22px;
	}
	.sticky-ads .sticky-ads-content img{
		max-width: 165px;
	}
	.footer-promobar .btn1 {
       padding: 8px 14px;
   }
}
@media(max-width:425px){
	.sticky-ads .sticky-ads-content h4{
		font-size: 16px;
	}
	.sticky-ads .sticky-ads-content img{
		max-width: 115px;
	}
	.footer-promobar .btn1 {
       font-size: 14px;
       font-weight: 600;
       padding: 5px 16px;
   }
}
/*** Footer Promobar CSS End ***/