* {
  font-family: "Outfit", sans-serif;
}

a:hover {
  text-decoration: none !important;
}

svg {
  vertical-align: middle;
}

.container {
  max-width: 1560px;
}
.navbar-brand{
  color: #000;
  font-weight: 600;
}
#footer .purchase_btn{
  border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  color: #fff;
}

body {
  position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
/*********************** Top-Bar Start ***********************/
.marquee-main-text {
  margin: 0 19px;
}
.section-full {
  max-width: 100%;
  width: 100%;
}
.scrolling_content{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.marquee-main-text {
  margin: 0 19px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.marquee-with-text {
  position: relative;
}
.marquee-with-text.border .h3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0px;
  height: 10px;
  width: 10px;
  border-radius: 20px;
}
.marquee-text-function {
  font-size: 14px;
  transition: all 0.5s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: var(--font-body-family);
  text-align: center;
  line-height: 1.2;
}
.marquee-with-text:hover .marquee-text-function {
  animation-play-state: paused !important;
}
.scroll.marquee-text-function{
    animation: left-right 20s infinite linear;
}
@keyframes left-right{
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 1429px){
  .marquee-with-text.border .h3:before {
    height: 8px;
    width: 8px;
  }
}
@media screen and (max-width: 991px){
  .marquee-with-text.border .h3:before {
    height: 6px;
    width: 6px;
  }
  .scrolling_content  .h3{
    padding: 0px 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .scrolling_content  .h3{
    padding: 0px 20px !important;
  }
}
.main-topbar {
  background: linear-gradient(90deg, #fe1e78 0%, #8668ff 100%);
  position: relative;
}

.main-topbar span.closebtn {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  line-height: 1;
}

.main-topbar__inner {
  align-items: center;
  color: #fff;
  fill: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 0px;
}

.main-topbar__inner span {
  background: #367e62;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-right: 12px;
  padding: 5px 13px;
  white-space: nowrap;
  border-radius: 20px;
}

.main-topbar__inner p {
  color: #fff;
  font-size: 14px;
}

/*********************** Top-Bar End ***********************/
/*********************** Header Start ***********************/
header#header {
  position: absolute;
  z-index: 9999;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.navbar-light .navbar-brand img {
  max-width: 160px;
}

.navbar-collapse {
  justify-content: end;
}

#header.sticky {
  position: sticky;
  top: 0;
  transition: all .5s ease;
  z-index: 9999;
  margin-top: 0;
}
.inter-headeing{
  color: #000;
  font-weight: 600;
  font-size: 36px;
}
#header.sticky .navbar {
  box-shadow: 0px 5px 15px 0 rgb(50 50 50 / 10%);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
}
#header.sticky .container {
  max-width: 100%;
  padding: 0;
}
#header.sticky .main-slideshow-text {
  margin-top: 0px;
}

#header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  margin-right: 0px;
}

#header .navbar {
  padding: 12px 20px;
}

#header .navbar-nav .nav-item a {
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  font-family: "Outfit", sans-serif;
}

#header .navbar-nav .nav-item a:hover {
  background: #fe1e78 ;
  background: linear-gradient(to right, #2e7390 0%, #17364a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}

#header .navbar-nav .nav-item a.active {
  background: #fe1e78 ;
  background: linear-gradient(to right, #2e7390 0%, #17364a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-light .navbar-toggler {
  border: none;
  padding: 0px;
}

.theme-btn {
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: capitalize;
  vertical-align: middle;
  line-height: 1;
  border-radius: 50px;
  text-align: center;
}

.theme-btn:hover {
  background-color: #000;
  color: #fff;
}

.theme-border-btn{
  padding: 6px 22px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #2e7390 0%, #17364a 100%);
}

/*********************** Header End ***********************/
/*********************** Slideshow start ***********************/
.slideshow3-img img {
    border-radius: 20px;
}
.slideshow img {
  width: 100%;
}

.main-slideshow-img {
  position: relative;
  height: 750px;
  overflow: hidden;
  padding-bottom: 80px;
  background-image: url(../img/slideshow/main-ng.png);
  background-size: cover;
  background-position: center;
}

#hero-slideshow .theme-btn {
  margin-left: 0px;
}

.main-slideshow-text .main-heading,
.main-slideshow-text .main-content {
  color: #000000;
}

.slider-main-images-wrapper img {
  width: 100%;
}

.main-slideshow-text {
  margin-top: 150px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0px 15px;
}

.main-slideshow-text .main-heading {
  font-size: 48px;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-weight: bold;
  margin: 30px 0px;
}
.slideshow-main-content{
  font-size: 18px;
  color: #fff;
  margin: 30px 0px;
}
.text-pattern-img{
  width: 100%;
  max-width: 40.4%;
}

.main-slideshow-text .main-content {
  margin-bottom: 30px;
  font-size: 16px;
}

.main-slideshow-img-first {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 50%;
  width: 100%;
}

.main-slideshow-img-second {
  position: absolute;
  bottom: 100px;
  right: 0;
  max-width: 47%;
  width: 100%;
  z-index: 4;
}

.main-slideshow-img-three {
  position: absolute;
  bottom: 190px;
  right: 0;
  max-width: 44%;
  width: 100%;
  z-index: 3;
}

.slideshow1-img{
  max-width: 81.05%;
  width: 100%;
  margin: 0 auto;
}
.slideshow2-img {
  position: absolute;
  max-width: 35.95%;
  width: 100%;
  bottom: 0%;
  left: 0;
  animation: mover1 1s infinite alternate;
}

.slideshow3-img {
  position: absolute;
  max-width: 20.90%;
  width: 100%;
  bottom: 0%;
  right: 0;
  animation: mover 1s infinite alternate;
}


.slideshow-images{
  margin-top: -75px;
  position: relative;
  padding-bottom: 100px;
}

@keyframes mover {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}
.post{
  position: relative;
}
.inter-plus{
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 60%;
}
/*********************** Slideshow end ***********************/
/*********************** Goal Achievement Start ***********************/
.goal-achievement-section.top-bottom-padding {
  padding-top: 0px;
}

.goal-achievement-section .main-section-heading {
  padding-bottom: 40px;
}

.goal-achievement-section-first-img img,
.goal-achievement-section-second-img img {
  border-radius: 20px;
}
/*********************** Goal achievement End ***********************/
/*********************** Shipping Block Start ***********************/
.one-click-demo,
.no-need-code-skill,
.responsive-all-devices,
.well-documented {
  overflow: hidden;
  padding: 25px 20px;
  background-color: #f2f5f8;
  border-radius: 20px;
}

.one-click-demo-icon,
.no-need-code-skill-icon,
.responsive-all-devices-icon,
.well-documented-icon {
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
  display: inline-block;
  vertical-align: middle;
}

.one-click-demo-icon::before,
.no-need-code-skill-icon::before,
.responsive-all-devices-icon::before,
.well-documented-icon::before {
  position: absolute;
  content: "";
  background-color: #e7f9fc;
  width: 30px;
  height: 30px;
  top: 0;
  right: -10px;
  border-radius: 50%;
}

.shipping-marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
}

.shipping__marquee__content {
  width: 300%;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee 30s linear infinite forwards;
  animation: marquee 30s linear infinite forwards;
}

.shipping__marquee__content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.shipping-list-inline {
  display: flex;
  justify-content: space-around;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shipping__marquee__content ul li {
  max-width: 25%;
  width: 100%;
  padding: 0px 15px;
}

.main-shipping-block {
  background-color: #fffd;
  padding: 50px 0px 0;
}

.main-shipping-block .shipping-marquee svg {
  position: relative;
  max-width: 63px;
  max-height: 53px;
}

.main-shipping-block .shipping-marquee svg:before {
  position: absolute;
  background-color: red;
  content: "";
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  border-radius: 50%;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.6%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.6%);
  }
}

/*********************** Shipping Block End ***********************/
/*********************** Cms section start ***********************/

.cms-right-top-img{
  margin-bottom: 30px;
}
.cms-section img {
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(to right, #8668ff 0%, #fe1e78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid rgb(255 255 255 / 20%);
}
.cms-section .main-section-heading{
  margin-bottom: 30px;
}
/*********************** Cms section End ***********************/
/*********************** Premium Start ***********************/
.exclusive-features-wrapper {
  background-color: #ffffff;
}

.exclusive-features-wrapper .main-heading,
.e-commerce-exclusive {
  text-align: left;
}

.e-commerce-exclusive {
  font-size: 24px;
  margin-bottom: 0px;
}

.exclusive-features-title .main-heading {
  font-size: 56px;
  line-height: 66px;
}

.e-commerce-exclusive span {
  font-weight: 600;
}

.exclusive-inner-top-one img,
.exclusive-inner-top-two img {
  height: 426px;
  border-radius: 20px;
}

.exclusive-inner-right-images img {
  height: 882px;
  border-radius: 20px;
}

.exclusive-inner-bottom-images {
  padding-top: 30px;
}

.exclusive-features-title {
  padding-bottom: 40px;
}

/*********************** Premium End ***********************/
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}

@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}

.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
  background-color: red;
  cursor: pointer;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.install-video-main {
  position: relative;
  text-align: center;
}

/* IGNORE FORM THIS POINT ON */
#playme {
  background: #ffffff;
  border: none;
  color: #ffffff;
  padding: 10px 25px;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 15px #ffffff61;
  cursor: pointer;
}

#playme:hover {
  background: #367e62;
  color: #ffffff;
}
.list-wrapper li {
  margin-bottom: 16px;
}
.list-wrapper li:last-child {
 margin-bottom: 0; 
}
.list-wrapper {
  margin-top: 25px;
}
.list-wrapper li span {
  color: #fff;
  padding-left: 3px;
}
.main-theme-demo .page-menu-item {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}

.main-theme-demo .page-menu-item:last-child::before {
  content: none;
}

.main-theme-demo .page-inner-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
    transition: 0.3s linear;
    width: 100%;
    background: #fff;
}

.main-theme-demo .page-inner-wrapper:hover {
  transform: translateY(-2%);
  box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
}

.subtitle-heading-wrapper {
  font-size: 270px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  background: -webkit-linear-gradient(#40846a, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -75px;
  z-index: -1;
}

.main-theme-demo .page-demo-img {
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 20px;
    border: 1px solid hsl(0deg 0% 0% / 10%);
}

.page-demo-img-inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.page-demo-img-inner img {
  border-radius: 20px;
}

.main-theme-demo .demo-overlay {
  background: rgb(0 0 0 / 60%);
  color: #ffffff;
  opacity: 0;
  transition: .35s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}

.main-theme-demo .page-inner-wrapper:hover .demo-overlay {
  opacity: 1;
}

.main-theme-demo .demo-overlay p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #FFFFFF;
}

.main-theme-demo .demo-overlay p span {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  background-color: #ffffff;
  padding: 7px 14px;
  border-radius: 50px;
}

.main-theme-demo .demo-name a {
  font-size: 25px;
  color: #000;
  transition: all 0.5s ease;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.main-theme-demo .demo-name a:hover {
  background: #fe1e78 ;
  background: linear-gradient(to right, #fe1e78 0%, #8668ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-page-hover .main-content {
  color: #fff;
}

.main-theme-demo .demo-name p {
  font-size: 16px;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0px;
}

.main-theme-demo .page-inner-wrapper .page-title {
  padding: 20px 0px 0;
}

.main-theme-demo .page-inner-wrapper .page-title .demo-name {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.main-theme-demo .page-inner-wrapper .page-title .demo-lable {
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo-lable>span {
  padding: 7px 15px;
  font-size: 11px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.demo-lable .lable-free {
  background: #daf3e4;
  color: #329f5c;
  margin-left: 3px;
}

.demo-lable .lable-new {
  background: #ffe3e1;
  color: #ec5b54;
}

/*********************** Demo End ***********************/

/*********************** Marqury Shopify section Start ***********************/
.marquee {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: block;
  transform-origin: 50% 100%;
  transition: transform 0.25s;
}

.marquee .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  color: #f4f6fa;
  font-size: 130px;
  white-space: nowrap;
}

.marquee .inner>* {
  padding: 0 1rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marqury-shopify-theme  {
  overflow: hidden;
}
.marquee-secound-wrapper .inner>* {
  padding: 0 1rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  color: #8668ff; 
  background: transparent;
  -webkit-text-stroke-width: 1px; 
  -webkit-text-stroke-color: #8668ff; 
}
/*********************** Marqury Shopify section End***********************/

/*********************** header and footer styles Start ***********************/
.header-footer-styles {
  background: #e7f9fc;
  padding: 100px 0px;
  text-align: center;
}

.shapeup-header-footer {
  margin-top: 100px;
}

.header-footer-styles img {
  margin-top: 40px;
  border-radius: 20px;
}

/*********************** header and footer styles End ***********************/

/*********************** product hover fetures Start ***********************/

.product-page-hover {
  width: 100%;
  overflow: hidden;
}

.product-page-styles {
  background-color: #fff;
}

.product-shape {
  margin-top: -44px;
}

.product-positions {
  background-color: #1c4a3e;
}

.product-page-hover h3 {
  color: #fff;
}

.product-page-hover .prokduct-hover-wrapper {
  padding: 0px 15px;
}

.product-page-hover .prokduct-hover-wrapper img {
  border-radius: 20px;
}

.slick-slider .element {
  border-radius: 5px;
  display: inline-block;
  margin: 0px 5px;

}

.product-page-styles .slick-slider .element {
  display: inline-block;
  margin: 0px 25px;
}


/*********************** product hover fetures End ***********************/

/************************Product page styles start ***********************/
.product-page-styles {
  position: relative;
  display: flex;
  align-items: center;
}

.product-page-styles-slider img {
  width: 100%;
  border-radius: 20px;
}

.product-page-styles .main-section-heading {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 15%;
  width: 100%;
}

.product-page-styles .main-section-heading h3 {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
}

.product-page-styles .container-fluid {
  padding-left: 0px;
  padding-right: 0;
  overflow: hidden;
  max-width: 85%;
  width: 100%;
  margin: 0 0 0 auto;
}

/************************Product page styles End ***********************/

/************************Page Featured Tab Start ***********************/
.page-features-tab [data-tab-content] {
  display: none;
}
.page-features-tab .active[data-tab-content] {
  display: block;
}
.page-features-tab .tab-row{
 margin: 0px -15px;
 display: inline-block;
 vertical-align: middle;
}
.page-features-tab .tab-left-part{
  max-width: 100%;
  float: left;
  width: 100%;
  padding: 0px 15px;
}
.page-features-tab .tab-content{
  max-width: 100%;
  float: left;
  width: 100%;
  padding: 0px 15px;
}
.page-features-tab .tab-content .row{
  row-gap: 30px;
}
ul.tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.page-features-tab .page-tab .page-name {
    padding-top: 15px;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.page-features-tab .tabs .tab {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 50px;
    margin-bottom: 20px;
    box-shadow: 0 0 9px 4px rgb(37 124 236 / 4%);
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
}
.page-features-tab .tabs .tab.active{
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
/************************Page Featured Tab End ***********************/

/*********************** Outstanding Features Start ***********************/
.mobile-responsive{
  background-color: #f2f2f2;
}
.outstanding-text h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  padding-top: 14px;
}
.responsive-image{
  border-radius: 20px;
}
.main-outstanding-box {
  text-align: center;
}
.main-outstanding-box {
  max-width: 100%;
  width: 100%;
  background: #000;
  box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
  padding: 62px 0px;
  border-radius: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.outstanding-featured .main-section-heading {
  margin-bottom: 40px;  
}
.outstanding-icon img {
    transition: all 0.5s;
}
.main-outstanding-box:hover .outstanding-icon img {
  webkit-animation: bounceIn 0.5s ease;
  -o-animation: bounceIn 0.5s ease;
  animation: bounceIn 0.5s ease;
}

/*********************** Outstanding Features End ***********************/

/*********************** Common Css Start ***********************/
.install-video-wrapper.top-bottom-padding {
  position: relative;
  overflow: hidden;
}

.install-video-wrapper .marqury-shopify-theme .marqury-shopify-heading {
  position: absolute;
  top: 45%;
  left: 0;
  width: 110%;
  margin-left: -5vw;
  padding: 30px;
  margin-right: -5vw;
  background: linear-gradient(to bottom, #5fa984 0%, #d1f1a9 100%, rgba(251, 135, 61, 0.15) 100%);
  transform: rotate(345deg);
  right: 0;
}

.install-video-wrapper .section-main-heading {
  margin-bottom: 40px;
}

.video-player {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  z-index: 1;
  position: relative;
  box-shadow: 2px 20px 30px rgba(0, 0, 0, .05);
}

.video-remote {
  width: 100%;
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 20px;
}

.remote-button.current {
  background: #367e62 !important;
  color: #FFF !important;
  cursor: default !important;
  border: 1px solid #367e62;
}

.remote-button svg {
  fill: #367e62;
}

.remote-button.current svg {
  fill: #fff;
}

.remote-button.current svg .triangle {
  fill: #ffffff !important;
}

.remote-button svg .triangle {
  fill: #fff !important;
}

.remote-button {
  display: block;
  color: #FFF;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #eee;
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-radius: 5px;
  max-width: 235px;
  width: 100%;
  flex-shrink: 0;
}

.remote-button:hover {
  background: #367e62;
  color: #FFF !important;
  border: 1px solid #367e62;
}

.video-holder {
  width: 100%;
}

.video-single {
  opacity: 0;
  display: none;
  transition: opacity 1s;
}

.video-single.current {
  display: inherit;
  opacity: 1;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.clearme:after {
  content: "";
  display: table;
  clear: both;
}

.video-remote-text {
  margin-top: 20px;
}

.video-pagination {
  font-weight: 700;
  display: flex;
  column-gap: 5px;
}

.video-remote-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #0000002e;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.top-bottom-padding {
  padding: 100px 0px;
}

.top-bottom-margin {
  margin: 100px 0px;
}

.install-video-wrapper {
  background: linear-gradient(360deg, rgb(255 255 255) 0%, rgb(255 255 255 / 68%) 50%, rgb(224 255 159 / 71%) 100%);
}

.install-video-wrapper .section-main-heading span {
  color: #367e62;
}

.tm-page-col-left ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  width: 100%;
  row-gap: 10px;
  justify-content: center;
  column-gap: 10px;
}

.tm-page-col-left ul li a {
  background-color: rgb(255 255 255 / 15%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 30px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 9px 4px rgb(37 124 236 / 4%);
  border-radius: 5px;
}

.main-theme-demo .main-section-heading p.main-content.aos-init.aos-animate {
  margin-bottom: 28px;
}

.tm-page-col-left ul li a.active {
  display: inline-block;
  vertical-align: middle;
  background: #fe1e78 ;
  background: linear-gradient(90deg, #fe1e78 0%, #8668ff 100%);
  border: none;
  color: #ffffff;
}

.tm-page-col-left ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.tm-page-col-left ul li:last-child {
  margin-right: 0px;
}

.updated-every-month {
  text-align: center;
}

.updated-every-month p {
  margin-bottom: 0;
  padding-top: 30px;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 35px;
  line-height: 1.2;
}

.tm-page-cols-container .tm-page-col-left {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 45px;
}

.main-section-heading {
  width: 100%;
  margin: 0 auto;
}
.tab-container {
  box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
  border-radius: 20px;
  margin-top: 40px;
}
.product-hover-images {
  background: #fff;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
}
.product-inner-hover .slick-list{
  margin: 0px -60px;
}
.prokduct-hover-wrapper {
    padding: 0 60px;
}
.product-hover-images img {
  width: 100%;
  border-radius: 20px;
}
.product-page-shop-page-main .page-name{
  padding-top: 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.main-heading {
  color: #000;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
.main-language-section {
    background-color: #000;
}
.main-language-section h3.main-heading{
  color: #fff;
}
.sub-main-heading {
  font-size: 50px;
  font-weight: bold;
  background: #fe1e78 ;
  background: linear-gradient(to right, #fe1e78  0%, #193ddd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.paragraph-wrapper {
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 20px;
}
.section-main-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 50px;
}
.main-section-heading h3.main-heading p {
  color: #367e62;
  font-size: 40px;
  line-height: 40px;
  margin-top: 30px;
}

#demos.main-theme-demo p.main-content {
  margin-bottom: 20px;
}

.monthly-fee-section .main-section-heading.text-center {
  max-width: 100%;
}

.main-content {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 10px;
  line-height: 24px;
  margin-bottom: 12px;
}

.main-shipping-block,
.main-password,
.main-theme-demo,
.main-language-section,
.main-page-features,
.mobile-view-features,
.all-ecommerce-features,
.main-faq-section,
.why-choose-section,
.footer {
  overflow: hidden;
}

/*********************** Common Css End ***********************/
.counter-text {
  width: 100%;
  max-width: 48%;
}

.counter-text {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.counter-text .counter-text-wrapper {
  width: 100%;
  max-width: 20%;
  padding: 0px 15px;
  position: relative;
  font-size: 40px;
}

.counter-text span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.counter-text span.sub {
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 64%;
}

/*********************** Language Start ***********************/
.main-multiple-language .multiple-language-support {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-shadow: 0 0 70px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  background: #fff;
  color: #000;
}
.main-multiple-language .multiple-language-support:first-child {
  margin-left: 0;
}
.main-multiple-language {
  margin-top: 25px;
}
.main-multiple-language .justify-content-center {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
}

.main-language-section .section-main-subheading {
  color: #e0ff9c;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  display: inline-block;
}

.multiple-language-support {
  text-align: center;
}

.languages-image img {
  max-width: 80px;
  max-height: 80px;
}

.languages-name {
  font-size: 22px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
  padding-top: 12px;
}

.languages-count {
  color: #fff;
  margin-bottom: 0px;
  font-size: 46px;
}

/*********************** Language End ***********************/
/*********************** Page Layout Start ***********************/
.main-page-features {
  padding-bottom: 100px;
}

.main-page-features .page-view-wrapper {
  overflow: hidden;
}

.main-page-features .page-view-wrapper img {}

.main-page-features .page-view-wrapper .main-page-view {
  padding: 0px 15px;
  margin-top: 40px;
}

.main-page-features .page-view-wrapper .main-page-view .page-view-image {
  border: 1px solid #ffffff;
  overflow: hidden;
  border-radius: 20px;
}

.main-page-features .page-view-wrapper .main-page-view .page-view-image img {
  border-radius: 20px;
  overflow: hidden;
}

.page-view-name {
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
}

.page-view-name span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

/*********************** Page Layout End ***********************/
/*********************** Mobile View Start ***********************/
.mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
  padding: 0 50px;
}

.mobile-view-features .mobile-view-demo {
  margin-top: 40px;
  overflow: hidden;
  padding: 15px;
  border: 2px solid #367e62;
  border-radius: 20px;
}

.mobile-view-features .mobile-view-demo img {
  border-radius: 20px;
}

.mobile-view-features .mobile-view-demo-name {
  text-align: center;
  padding-top: 20px;
}

.mobile-view-features .mobile-view-demo-name h5 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

/*********************** Mobile View End ***********************/
/*********************** All Features Start ***********************/
.all-ecommerce-features h3.main-heading,
.all-ecommerce-features h3.main-heading span {
  color: #fff;
}

.all-ecommerce-features p {
  color: #ffffff;
}

.all-ecommerce-features {
  background-color: #1c4a3e;
}

.first-features-slider-marquee {
  margin-top: 40px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.first__features__marquee__content {
  width: 333.3%;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee-left 30s linear infinite forwards;
  animation: marquee-left 30s linear infinite forwards;
}

.first-features-marquee-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 166.65%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.first__features__marquee__content ul li {
  max-width: 33.33%;
  width: 100%;
  padding: 0px 15px;
}

.first__features__marquee__content ul li img {
  border: 1px solid #ffffff;
  overflow: hidden;
  border-radius: 20px;
}

@-webkit-keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.6%);
  }
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.6%);
  }
}

.second-features-slider-marquee {
  margin-top: 40px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.second__features__marquee__content {
  width: 333.3%;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee-right 30s linear infinite forwards;
  animation: marquee-right 30s linear infinite forwards;
}

.second-features-marquee-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 166.65%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.second__features__marquee__content ul li {
  max-width: 33.33%;
  width: 100%;
  padding: 0px 15px;
}

.second__features__marquee__content ul li img {
  border: 1px solid #ffffff;
  overflow: hidden;
  border-radius: 20px;
}

@-webkit-keyframes marquee-right {
  0% {
    transform: translateX(-66.6%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-66.6%);
  }

  100% {
    transform: translateX(0);
  }
}

/*********************** All Features Start ***********************/
.monthly-fee-section .main-section-heading .main-heading span {
  color: #367e62;
}

.monthly-fee-section .container-fluid {
  width: 100%;
}

.monthly-fee-price-table {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
  padding: 20px;
}

.monthly-fee-price-table .table {
  position: relative;
  transition: 0.3s height;
  margin-bottom: 0px;
}

.monthly-fee-price-table table {
  width: 100%;
}

.monthly-fee-price-table td {
  padding: 20px 5px;
  border-right: 1px solid rgb(222 226 230 / 32%);
  text-align: center;
  width: 100%;
  max-width: 25%;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
  border-top: none;
}

.monthly-fee-price-table td:last-child {
  color: #000;
  border-right: none;
}

.monthly-fee-price-table td img {
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 22px;
  margin-right: 5px;
}

.monthly-fee-price-table thead th {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 5px;
  border-right: 1px solid rgb(222 226 230 / 32%);
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
}

.monthly-fee-price-table .table thead {
  background: hsla(0, 0%, 96%, 0.7);
  border: 2px solid rgb(255 255 255 / 20%);
  font-weight: bold;
  border-radius: 20px;
}

.monthly-fee-price-table .table tbody tr:nth-child(even) {
  background: hsla(0, 0%, 96%, 0.7);
}

table tfoot th:first-child {
  border-radius: 0px 0px 0px 10px;
}

table tfoot th:last-child {
  border-radius: 0 10px 10px 0;
}

.monthly-fee-price-table thead th:last-child {
  border-right: none;
}

.total-price-table {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.total-price-table .view-more-price {
  background: linear-gradient(
    0.504turn,
    hsla(0, 0%, 96%, 0) -10.16%,
    #f5f5f5 81.4%
  );
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 11;
  padding-top: 100px;
  padding-bottom: 30px;
}

.monthly-fee-price-table table tr.active .view-more-price {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.total-price-table .view-more-price .theme-btn img {
  padding-right: 5px;
}

.total-price-table .view-more-price button:focus {
  outline: none;
}

table tfoot th {
  padding: 20px 5px;
  border-right: 1px solid #ccc;
  background-color: #000;
  width: 100%;
  max-width: 25%;
}

table tfoot th:last-child {
  border-right: none;
  background: #000;
}

table tfoot th:last-child span {
  color: #ffffff;
}

table tfoot th p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

table tfoot th span {
  font-size: 14px;
  color: #7f7f8a;
  font-weight: 400;
}

table tr {
  display: none;
}

table tr.active {
  display: table-row;
}

/*********************** Faq Start ***********************/
.main-faq-section{
  padding-top: 0 !important;
}
.main-faq-section .faq-section #accordion .card {
  background-color: transparent;
}

.main-faq-section .faq-section .faq-img {
  width: 100%;
  max-width: 25%;
  padding: 0px 15px;
  text-align: center;
}

.main-faq-section .faq-section .faq-img img {
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 837px;
}

.card-header a {
  padding: 20px 60px 20px 25px;
  background-color: #1b244a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s ease;
  box-shadow: 0 0 9px 10px rgb(37 124 236 / 3%);
  border-radius: 10px;
}

.faq-section .card-header>h5 a {
  display: block;
  position: relative;
  font-family: "Outfit", sans-serif;
}

.faq-section .card-header>h5 a:before {
  display: block;
  position: absolute;
  content: "";
  top: 31px;
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
}

.faq-section .card-header>h5 a:after {
  display: block;
  position: absolute;
  content: "";
  top: 27px;
  right: 29px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.faq-section .card-header>h5 a[aria-expanded="true"]:after {
  width: 0;
}

.faq-section .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

.faq-section .card-header h5 {
  margin-bottom: 0px;
}

.faq-section .card {
  margin-bottom: 20px;
  border: none;
}

.faq-section .card:last-child {
  margin-bottom: 0px;
}

.faq-section #accordion .card-body {
  background-color: #1b244a;
  border-radius: 20px;
}

.card-body {
  padding: 20px 25px;
}
.faqs-card > .card-body {
  padding: 20px 0;
}

/*********************** Faq End ***********************/

/*********************** Customer Support Start ***********************/
.customer-main-images img {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(to right, #8668ff 0%, #fe1e78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.customer-support-main-wrapper {
  position: relative;
}
.customer-main-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  max-width: 645px;
  margin: 0 auto;
}
.customer-client-text h2,
.customer-client-text p {
  color: #ffffff;
}
.customer-client-text h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 22px;
}
.customer-client-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 37px;
}
.customer-client-images {
  margin-bottom: 15px;
}
/*********************** Customer Support End ***********************/

/*********************** Why Choose Start ***********************/
.why-choose-section .main-why-choose-box {
  cursor: pointer;
  transition: all 0.5s;
}
.featured-box {
    max-width: 420px;
}
.why-choose-section .main-why-choose-box .why-choose-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  transition: all 0.5s;
}
.why-choose-section .main-why-choose-box:hover .why-choose-icon {
  -webkit-animation: bounceIn 0.5s ease;
  -o-animation: bounceIn 0.5s ease;
  animation: bounceIn 0.5s ease;
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.why-choose-section .main-why-choose-box h5 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 700;
}
.why-choose-section .card-wrapper-featured .row{
  row-gap: 30px;
}
.why-choose-section .main-why-choose-box {
  background-color: #1b244a;
  padding: 25px;
  border-radius: 20px;
}
.card-wrapper-featured .col-lg-4.col-md-4.col-sm-6.col-12:nth-child(3) .main-why-choose-box,
.card-wrapper-featured .col-lg-4.col-md-4.col-sm-6.col-12:nth-child(6) .main-why-choose-box {
  border-right: none;
}
.why-choose-section .main-why-choose-box p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  max-width: 290px;
  width: 100%;
}

/*********************** Why Choose End ***********************/

/*********************** All Section Features Start ***********************/
div#demos-secound-wrapper .subtitle-heading-wrapper {
  font-size: 270px;
  background: -webkit-linear-gradient(#dbf1b5, #1c4a3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

div#demos-secound-wrapper .main-heading {
  color: #fff;
}

.main-heading {
  position: relative;
  z-index: 999;
}

div#demos-secound-wrapper .main-content {
  color: #ffffff;
  max-width: 660px;
}

div#demos-secound-wrapper {
  background-color: #1c4a3e;
  padding-bottom: 100px;
}

.second__features__marquee__content.all-section-feature-main {
  width: 360%;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee-right 60s linear infinite forwards;
  animation: marquee-right 60s linear infinite forwards;
}

.first__features__marquee__content.all-section-feature-main {
  width: 360%;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee-left 60s linear infinite forwards;
  animation: marquee-left 60s linear infinite forwards;
}

.first-features-marquee-wrapper.all-section-feature-one,
.second-features-marquee-wrapper.all-section-feature-one {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 120%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.second__features__marquee__content.all-section-feature-main ul li,
.first__features__marquee__content.all-section-feature-main ul li {
  max-width: 12%;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
}

.second__features__marquee__content.all-section-feature-main ul li span,
.first__features__marquee__content.all-section-feature-main ul li span {
  color: #ffffff;
  background-color: #265b4d;
  padding: 6px 26px;
  display: block;
  border-radius: 5px;
}

/*********************** All Section Features End ***********************/

/*********************** Footer Start ***********************/
.footer-pattern-img{
  margin: 30px 0px;
}
.shape-footer {
  margin-top: 100px;
}
.footer p.main-content {
  margin-top: 30px;
  margin-bottom: 25px;
}
.footer {
  position: relative;
  background: #000;
  overflow: hidden;
  padding: 122px 0;
}
.subtitle{
  font-size: 75px;
  font-weight: 600;
}
.support-desc{
  font-size: 25px;
}
.classic-row{
  align-items: center;
}
.footer .main-heading{
  color: #fff;
}
.footer .main-section-heading {
  max-width: 60%;
}
.footer-description {
  overflow: hidden;
  max-width: 730px;
  margin: 0 auto;
  width: 100%;
}
.main-footer-btn {
  margin-top: 33px;
}
.footer-description ul li {
  font-size: 22px;
  list-style-type: none;
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 17px;
  position: relative;
  color: #ffffff;
  font-weight: 600;
}
.footer-description ul li img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
.footer-description ul {
  overflow: hidden;
  float: left;
}
.footer-description ul:last-child {
    float: right;
}
/*********************** Footer End ***********************/

/*********************** Qr code Start ***********************/
.qr-button {
  float: right;
  position: fixed;
  z-index: 10;
  top: auto;
  bottom: 80px;
  right: 0;
  left: auto;
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}

.qr-button-inner {
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  right: -200px;
  position: fixed;
  z-index: 99;
  top: auto;
  bottom: 80px;
}

.qr-wrapper img {
  height: auto;
  max-width: 100%;
}

.qr-wrapper.active .qr-button {
  right: 200px;
}

.qr-wrapper.active .qr-button-inner {
  z-index: 99;
  position: fixed;
  top: auto;
  bottom: 80px;
  right: 0;
  left: auto;
  transition: all .5s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.collapse.show{
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
#back-to-top-button {
  border-radius: 5px;
  display: inline-block;
  background: #000;
  width: 40px;
  color: #fff;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  line-height: 37px;
  box-shadow: 0px 0px 16px 1px #ffffff2b;
}

#back-to-top-button:hover {
  cursor: pointer;
  background: linear-gradient(to right, #fe1e78 0%, #8668ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid rgb(255 255 255 / 20%);
  font-weight: bold;
}

#back-to-top-button:active {
  background: linear-gradient(to right, #fe1e78 0%, #8668ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid rgb(255 255 255 / 20%);
  font-weight: bold;
}

#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/*********************** Qr code End ***********************/

/*********************** Responsive Start ***********************/
@media (max-width: 1600px) {
  .container {
    max-width: 1430px;
  }
  .why-choose-section .main-why-choose-box h5 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .marquee-main-text {
    margin: 0 12px;
  }
  .why-choose-section .main-why-choose-box p {
    max-width: 250px;
  }
  .main-multiple-language .multiple-language-support {
    width: 230px;
    height: 230px;
    margin-left: -40px;
  }
  .languages-name {
    font-size: 16px;
    padding-top: 10px;
  }

  .top-bottom-padding {
    padding: 80px 0px;
  }
  .tm-page-cols-container .tm-page-col-left {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .main-theme-demo .demo-name a {
    font-size: 16px;
  }
  .main-theme-demo .demo-name p {
    font-size: 14px;
    margin-top: 2px;
  }
  .demo-lable>span {
    padding: 7px 12px;
    font-size: 10px;
  }
  .updated-every-month p {
    font-size: 22px;
  }
  table tfoot th p {
    font-size: 20px;
  }
  .install-video-wrapper .marqury-shopify-theme .marqury-shopify-heading {
    padding: 25px;
  }

  .marquee {
    height: 105px;
  }

  .marquee .inner {
    font-size: 6rem;
  }

  .product-page-styles .slick-slider .element {
    margin: 0px 20px;
  }

  .product-page-styles .main-section-heading {
    max-width: 12%;
  }

  .product-page-styles .container-fluid {
    max-width: 88%;
  }

  .product-page-styles .main-section-heading h3 {
    font-size: 44px;
    line-height: 54px;
  }

  .tm-page-col-left ul li a {
    padding: 8px 22px;
  }

  .exclusive-inner-top-one img,
  .exclusive-inner-top-two img {
    height: 326px;
  }

  .exclusive-inner-right-images img {
    height: 682px;
  }

  .counter-text span.sub {
    font-size: 26px;
  }

  .counter-text {
    max-width: 55%;
  }

  .main-slideshow-img {
    height: 980px;
  }

  .languages-count {
    font-size: 36px;
  }
  .main-slideshow-text .main-heading,
  .main-sub-heading {
    font-size: 40px;
  }
  .sub-main-heading{
    font-size: 35px;
    line-height: 46px;
  }
  .outstanding-text h5 {
    font-size: 16px;
  }
  .card-header a {
    font-size: 18px;
  }
  .faq-section #accordion .card-body {
    font-size: 15px;
  }
  .main-heading {
    font-size: 30px;
    line-height: 46px;
  }
  .paragraph-wrapper {
    font-size: 14px;
  }
  .list-wrapper li span {
    font-size: 15px;
  }
  .main-sub-heading::after {
    display: none;
  }
  .main-sub-heading {
    padding: 0 0 0;
  }
  .main-slideshow-text .main-heading {
    line-height: 50px;
  }
  .theme-btn {
    padding: 15px 26px;
    font-size: 15px;
  }
  .customer-client-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .customer-client-text p {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .footer-description ul li {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footer-description {
    max-width: 600px;
  }
  .customer-main-text {
    max-width: 600px;
  }
  .monthly-fee-price-table thead th {
    font-size: 18px;
    padding: 16px 5px;
  }
}

@media (max-width: 1429px) {
  .subtitle{
    font-size: 60px;
  }
  .product-hover-images{
    padding: 15px;
  }

  .goal-achievement-section .main-section-heading {
    padding-bottom: 35px;
  }

  table tfoot th {
    padding: 16px 5px;
  }

  .monthly-fee-price-table td img {
    max-width: 18px;
    max-height: 18px;
  }

  .monthly-fee-price-table thead th {
    padding: 16px 5px;
    font-size: 18px;
  }

  .monthly-fee-price-table td {
    padding: 16px 5px;
  }

  .total-price-table .view-more-price .theme-btn img {
    width: 23px;
    height: 18px;
  }

  .faq-section .card-header>h5 a:before {
    top: 26px;
    right: 22px;
  }

  .faq-section .card-header>h5 a:after {
    right: 26px;
    top: 22px;
  }

  div#demos-secound-wrapper {
    padding-bottom: 90px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 35px;
  }

  .features-box {
    padding: 0px;
  }

  .main-outstanding-box {
    padding: 53px 0px;
  }
  .mobile-view-features .mobile-view-demo {
    margin-top: 35px;
  }

  .install-video-wrapper .section-main-heading {
    margin-bottom: 35px;
  }

  .updated-every-month p {
    font-size: 16px;
    padding-top: 25px;
  }

  .exclusive-features-title {
    padding-bottom: 35px;
  }

  .main-footer-btn .theme-btn {
    padding: 14px 30px;
    font-size: 16px;
  }

  .second__features__marquee__content.all-section-feature-main ul li span,
  .first__features__marquee__content.all-section-feature-main ul li span {
    font-size: 14px;
    padding: 4px 20px;
  }

  .second__features__marquee__content.all-section-feature-main ul li,
  .first__features__marquee__content.all-section-feature-main ul li {
    padding: 0px 10px;
  }

  .install-video-wrapper .marqury-shopify-theme .marqury-shopify-heading {
    padding: 20px;
  }

  div#demos-secound-wrapper .subtitle-heading-wrapper {
    font-size: 230px;
  }

  .marquee {
    height: 115px;
  }

  .marquee .inner {
    font-size: 6rem;
  }
  .product-page-styles .slick-slider .element {
    margin: 0px 15px;
  }

  .product-page-styles .main-section-heading {
    max-width: 10%;
  }

  .product-page-styles .container-fluid {
    max-width: 90%;
  }

  .product-page-styles .main-section-heading h3 {
    font-size: 38px;
    line-height: 48px;
  }

  .mobile-view-features .mobile-view-demo-name {
    padding-top: 15px;
  }

  .mobile-view-features .mobile-view-demo-name h5 {
    font-size: 18px;
  }

  .mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
    padding: 0px 40px;
  }

  .demo-lable>span {
    padding: 5px 10px;
    font-size: 10px;
  }

  .main-theme-demo .page-inner-wrapper {
    padding: 15px;
  }

  .main-theme-demo .demo-name p {
    font-size: 14px;
  }

  .tm-page-col-left ul li a {
    font-size: 14px;
    padding: 8px 20px;
  }

  .exclusive-inner-top-one img,
  .exclusive-inner-top-two img {
    height: 276px;
  }

  .exclusive-inner-right-images img {
    height: 582px;
  }

  .subtitle-heading-wrapper {
    font-size: 230px;
    margin-bottom: -65px;
  }

  .video-player {
    padding: 25px;
  }

  .main-section-heading h3.main-heading p {
    font-size: 36px;
    line-height: 46px;
    margin-top: 24px;
  }

  .section-main-heading {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 14px;
  }

  .counter-text span.sub {
    font-size: 24px;
  }

  .counter-text .counter-text-wrapper {
    font-size: 36px;
  }
  .main-slideshow-img {
    height: 880px;
  }

  .main-topbar span.closebtn img {
    width: 10px;
    height: 10px;
  }

  .container-fluid {
    padding: 0px 15px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    margin-bottom: 25px;
  }

  .languages-image img {
    max-width: 70px;
    max-height: 70px;
  }
  .e-commerce-exclusive {
    font-size: 22px;
  }

  .footer-description ul {
    column-gap: 25px;
  }

  .page-view-name {
    padding-top: 20px;
  }

  .card-header a {
    padding: 16px 50px 16px 16px;
    font-size: 18px;
  }

  .faq-section .card-header>h5 a[aria-expanded="true"]:after {
    right: 25px;
    max-width: 22px;
    max-height: 10px;
  }

  .faq-section #accordion .card-body {
    font-size: 14px;
    padding: 15px 16px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 35px;
  }

  .multiple-language-support {
    margin-top: 35px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 70px;
  }
}


@media (max-width: 1400px) {
  .main-multiple-language .justify-content-center {
    grid-template-columns: repeat(4, 1fr);
  }
  .main-multiple-language .multiple-language-support {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .multiple-language-support {
    margin-top: 0;
  }
}
@media (max-width: 1299px) {
  .subtitle{
  font-size: 50px;
}
  .page-features-tab .tabs .tab{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .main-slideshow-text{
    margin-top: 130px;
  }
  .product-page-shop-page-main,
  .page-features-tab .page-tab .page-name,
  .product-page-shop-page-main .page-name{
    font-size: 18px;
  }
  .main-outstanding-box {
    padding: 42px 0px;
  }
  .tm-page-col-left ul li a {
    padding: 8px 10px;
  }
  .list-wrapper {
    margin-top: 15px;
  }
  .paragraph-wrapper {
    margin-top: 10px;
  }
  .goal-achievement-section .main-section-heading {
    padding-bottom: 30px;
  }

  .second__features__marquee__content.all-section-feature-main ul li span,
  .first__features__marquee__content.all-section-feature-main ul li span {
    padding: 4px 16px;
  }

  .footer .main-section-heading {
    max-width: 70%;
  }

  .faq-section .card-header>h5 a:before {
    top: 22px;
    right: 16px;
  }

  .faq-section .card-header>h5 a:after {
    right: 20px;
    top: 18px;
  }

  .card-header a {
    padding: 12px 40px 12px 12px;
    font-size: 16px;
  }

  .faq-section #accordion .card-body {
    padding: 10px 12px;
  }

  div#demos-secound-wrapper {
    padding-bottom: 80px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 30px;
  }

  .mobile-view-features .mobile-view-demo {
    margin-top: 30px;
  }

  .install-video-wrapper .section-main-heading {
    margin-bottom: 30px;
  }

  .updated-every-month p {
    padding-top: 20px;
  }

  .exclusive-features-title {
    padding-bottom: 30px;
  }

  .main-footer-btn .theme-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .footer-description ul {
    column-gap: 20px;
  }

  .install-video-wrapper .marqury-shopify-theme .marqury-shopify-heading {
    padding: 15px;
  }

  div#demos-secound-wrapper .subtitle-heading-wrapper {
    font-size: 190px;
  }

  .marquee {
    height: 80px;
  }

  .marquee .inner {
    font-size: 5rem;
  }

  .product-page-styles .main-section-heading h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .mobile-view-features .mobile-view-demo-name h5 {
    font-size: 16px;
  }

  .mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
    padding: 0px 30px;
  }
  .tm-page-col-left ul li {
    margin-right: 8px;
  }
  .exclusive-inner-top-one img,
  .exclusive-inner-top-two img {
    height: 226px;
  }

  .exclusive-inner-right-images img {
    height: 482px;
  }

  .subtitle-heading-wrapper {
    font-size: 190px;
    margin-bottom: -55px;
  }

  .video-player {
    padding: 20px;
  }

  .main-section-heading h3.main-heading p {
    font-size: 32px;
    line-height: 32px;
    margin-top: 18px;
  }

  .section-main-heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .counter-text span.sub {
    font-size: 20px;
  }

  .counter-text .counter-text-wrapper {
    font-size: 32px;
  }

  .counter-text {
    max-width: 72%;
  }

  .main-slideshow-img {
    height: 780px;
  }

  .e-commerce-exclusive {
    font-size: 20px;
  }

  .main-slideshow-text .main-heading,
  .exclusive-features-title .main-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    margin-bottom: 20px;
  }

  .top-bottom-padding {
    padding: 80px 0px;
  }

  .main-shipping-block {
    margin-bottom: 90px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 90px;
  }

  .shipping-marquee {
    padding: 20px 0px;
  }

  .one-click-demo-icon img,
  .no-need-code-skill-icon img,
  .responsive-all-devices-icon img,
  .well-documented-icon img {
    max-width: 35px;
    max-height: 35px;
  }

  .one-click-demo-content h5,
  .no-need-code-skill-content h5,
  .responsive-all-devices-content h5,
  .well-documented-content h5 {
    font-size: 18px;
  }

  .password-content {
    padding: 0px 50px;
  }

  .password-content .section-title h2 {
    margin-bottom: 15px;
    line-height: 35px;
  }

  .password-content .copy-input {
    font-size: 16px;
  }

  .password-content .copied {
    font-size: 16px;
  }

  .password-content .section-title img {
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 25px;
  }

  .password-content .theme-btn {
    margin-top: 40px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 175px;
  }

  .main-theme-demo .page-title .view-demo a::before {
    right: 24px;
    top: 27px;
  }

  .main-theme-demo .page-title .view-demo a::after {
    width: 120px;
    height: 120px;
    border-top: solid 60px currentcolor;
    border-right: solid 60px currentcolor;
    border-left: solid 60px transparent;
    border-bottom: solid 60px transparent;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 30px;
  }

  .languages-count {
    font-size: 26px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 60px;
  }

  .page-view-name {
    font-size: 18px;
    padding-top: 15px;
  }

  .mobile-view-features .mobile-view-demo-name {
    padding-top: 10px;
  }

  .why-choose-section .main-why-choose-box h5 {
    font-size: 18px;
  }

  .why-choose-section .main-why-choose-box p {
    font-size: 14px;
  }

  .footer-description ul li img {
    max-width: 16px;
    max-height: 16px;
  }

  .theme-btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  #header .navbar-nav .nav-item a {
    padding:  4px 12px;
  }

  .monthly-fee-price-table thead th {
    font-size: 16px;
    padding: 14px 5px;
  }

  .monthly-fee-price-table td {
    padding: 14px 5px;
    font-size: 14px;
  }

  table tfoot th p {
    font-size: 20px;
  }

  .main-theme-demo .demo-overlay p {
    font-size: 18px;
  }

  .main-theme-demo .demo-overlay p span {
    font-size: 18px;
    padding: 5px 12px;
  }

  table tfoot th {
    padding: 14px 5px;
  }
}

@media (max-width: 1099px) {
   .subtitle{
  font-size: 40px;
}
  .tm-page-col-left ul li {
    margin-right: 5px;
  }
  .tm-page-col-left ul li a {
    padding: 8px 6px;
  }
  .main-theme-demo .page-inner-wrapper .page-title .demo-lable {
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .features-name span {
    font-size: 18px;
  }

  .main-shipping-block {
    margin-bottom: 80px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 80px;
  }

  .shipping__marquee__content {
    width: 420%;
  }

  .shipping-list-inline {
    width: 140%;
  }

  .shipping__marquee__content ul li {
    width: 35%;
  }

  .password-content {
    padding: 0px 35px;
  }

  .password-content .section-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .password-content .copy-input {
    padding: 12px 70px 12px 25px;
  }

  .password-content .copy-btn {
    margin-left: -45px;
  }

  .password-content .copied {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 30px;
  }

  .password-content .theme-btn {
    margin-top: 30px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 150px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 50px;
  }

  .page-view-name {
    font-size: 16px;
  }

  .password-content .section-title img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 15px;
  }

  table tfoot th p {
    font-size: 18px;
  }

  .main-theme-demo .demo-overlay p {
    font-size: 16px;
  }

  .main-theme-demo .demo-overlay p span {
    font-size: 16px;
    padding: 3px 10px;
  }
}

@media (max-width: 991px) {
   .subtitle{
  font-size: 30px;
}
  .page-features-tab .tab-left-part,
  .page-features-tab .tab-content{
    max-width: 100%;
  }
  .page-features-tab .tab-left-part{
    position: relative;
    top: inherit;
  }
  .page-features-tab .tabs{
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-features-tab .tabs .tab{
    margin-bottom: 0;
    font-size: 16px;
  }
  .prokduct-hover-wrapper{
    padding: 0px 30px;
  }
  .product-inner-hover .slick-list{
    margin: 0 -30px;
  }
  .main-slideshow-text .main-heading{
    margin: 20px 0px;
  }
  .theme-border-btn{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .slideshow-images{
    padding-bottom: 60px;
  }
  .slideshow-images{
    margin-top: 0;
  }
  .customer-client-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .customer-client-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .customer-main-text {
    max-width: 430px;
  }
  .customer-client-images img {
    max-width: 220px;
    width: 100%;
  }
  .customer-client-rating img {
    max-width: 170px;
    width: 100%;
  }
  .footer p.main-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-description ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer-description {
    max-width: 500px;
  }
  .main-footer-btn {
    margin-top: 23px;
  }
  .faq-section .col-lg-6.col-md-10.m-md-0.m-auto.col-12:first-child {
    margin-bottom: 15px !important;
  }
  .main-slideshow-img {
    height: 720px;
  }
  .goal-achievement-section .main-section-heading {
    padding-bottom: 25px;
  }
  .featured-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .paragraph-wrapper {
    margin-top: 0;
  }
  .featured-box .main-section-heading.text-left {
    text-align: center !important;
    padding-bottom: 30px;
  }
  #header .navbar-nav .nav-item:first-child a {
    padding-top: 15px;
  }
  .main-heading {
    font-size: 28px;
    line-height: 26px;
  }
  .sub-main-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .list-wrapper li {
    margin-bottom: 7px;
  }
  .why-choose-section .main-why-choose-box h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .monthly-fee-price-table {
    margin-top: 30px;
  }
  div#language {
    padding-bottom: 20px;
  }
  .why-choose-section .main-why-choose-box .why-choose-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .why-choose-section .main-why-choose-box .why-choose-icon img {
    max-width: 60px;
    width: 100%;
  }
  .first__features__marquee__content,
  .second__features__marquee__content {
    width: 600%;
  }

  .first-features-marquee-wrapper,
  .second-features-marquee-wrapper {
    width: 200%;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    max-width: 40%;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    padding: 0px 13px;
  }
  
  .navbar-light .navbar-brand img {
    max-width: 126px;
  }

  .qr-button,
  .qr-button-inner,
  .qr-wrapper.active .qr-button-inner {
    bottom: 70px;
  }

  #back-to-top-button {
    width: 35px;
    height: 35px;
    line-height: 32px;
    bottom: 15px;
    right: 15px;
  }

  .faq-section .card {
    margin-bottom: 15px;
  }

  div#demos-secound-wrapper {
    padding-bottom: 70px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 25px;
  }
  .tab-container {
    margin-top: 30px;
  }
  .main-theme-demo .page-menu-item {
    margin-top: 25px;
  }
  .outstanding-featured .main-section-heading {
    margin-bottom: 30px;
  }
  div#faq {
    padding-top: 30px;
  }
  .install-video-wrapper .section-main-heading {
    margin-bottom: 25px;
  }

  .updated-every-month p {
    font-size: 14px;
    padding-top: 15px;
  }

  div#demos-secound-wrapper .subtitle-heading-wrapper {
    font-size: 150px;
  }

  .marquee {
    height: 75px;
  }

  .marquee .inner {
    font-size: 4rem;
  }

  .tm-page-col-left ul li {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tm-page-col-left ul li a {
    padding: 6px 16px;
  }

  .product-page-styles .main-section-heading h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
    padding: 0px 15px;
  }

  .main-theme-demo .page-inner-wrapper .page-title .demo-lable {
    flex-wrap: inherit;
  }

  .exclusive-inner-top-one img,
  .exclusive-inner-top-two img {
    height: auto;
  }

  .exclusive-inner-right-images img {
    height: auto;
  }

  .subtitle-heading-wrapper {
    font-size: 150px;
    margin-bottom: -45px;
  }

  .remote-button {
    padding: 8px;
    font-size: 14px;
    max-width: 215px;
  }

  .remote-button svg {
    width: 20px;
    height: 20px;
  }

  .video-player {
    padding: 15px;
  }

  .main-section-heading h3.main-heading p {
    font-size: 28px;
    line-height: 28px;
    margin-top: 12px;
  }

  .main-language-section .section-main-subheading {
    font-size: 14px;
  }

  .section-main-heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 6px;
  }

  .counter-text span.sub {
    font-size: 18px;
  }

  .counter-text .counter-text-wrapper {
    font-size: 28px;
  }

  .counter-text {
    max-width: 80%;
  }

  .exclusive-features-title {
    row-gap: 10px;
    padding-bottom: 25px;
  }

  .exclusive-inner-right-images {
    padding-top: 30px;
  }

  .e-commerce-exclusive {
    font-size: 18px;
  }

  .main-password {
    margin-top: 20px;
  }

  .slideshow-logo-img,
  .slideshow-logo-img span {
    font-size: 36px;
    line-height: 44px;
  }

  .main-shipping-block {
    margin-bottom: 70px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 70px;
  }

  .header-btn {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    margin-top: 10px;
  }

  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:focus-visible {
    outline: none;
  }

  #header .navbar-nav .nav-item a {
    padding: 8px 0px;
  }
  .main-slideshow-text .main-heading, .shopify-tag .main-sub-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .top-bottom-padding {
    padding: 60px 0px;
  }

  .password-content {
    padding: 0px 25px;
  }

  .password-content .section-title h2 {
    font-size: 18px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 125px;
  }

  .languages-count {
    font-size: 32px;
  }

  .main-theme-demo .page-title .view-demo a::before {
    right: 16px;
    top: 18px;
  }

  .main-theme-demo .page-title .view-demo a::after {
    width: 100px;
    height: 100px;
    border-top: solid 50px currentcolor;
    border-right: solid 50px currentcolor;
    border-left: solid 50px transparent;
    border-bottom: solid 50px transparent;
  }

  .password-content .password-copy-btn {
    display: flex;
    align-items: center;
  }

  .password-content .theme-btn {
    margin-top: 0px;
    width: 100%;
  }

  .password-content .clipboard {
    width: 100%;
    margin-right: 20px;
  }

  .main-faq-section .faq-section #accordion {
    padding: 0px;
  }

  .main-faq-section .faq-section .faq-img {
    display: none;
  }

  #header .navbar-nav .nav-item a::after {
    display: none;
  }

  #header .navbar-nav .nav-item.active a::after {
    display: none;
  }

  #header .theme-btn {
    margin-top: 10px;
  }

  .theme-btn {
    font-size: 14px;
  } 
  .main-slideshow-img {
    height: 660px;
  }
  .main-multiple-language .multiple-language-support {
    width: 190px;
    height: 190px;
  }

}

@media (max-width: 840px) {
   .subtitle{
  font-size: 20px;
}
  .prokduct-hover-wrapper{
    padding: 0px 15px;
  }
  .product-inner-hover .slick-list{
    margin: 0 -15px;
  }
  .footer .main-section-heading {
    max-width: 100%;
  }
  .why-choose-section .main-why-choose-box p {
    max-width: 220px;
  }
  div#demos-secound-wrapper {
    padding-bottom: 60px;
  }

  .slideshow-logo-img,
  .slideshow-logo-img span {
    font-size: 32px;
    line-height: 36px;
  }

  .main-shipping-block {
    margin-bottom: 60px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 60px;
  }
  .password-content {
    padding: 0px 15px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 100px;
  }

  .main-theme-demo .page-title .demo-name a {
    font-size: 16px;
  }

  .languages-count {
    font-size: 30px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 40px;
  }

  .page-view-name {
    font-size: 16px;
  }

  .faq-section #accordion .card-body {
    font-size: 14px;
  }

  .footer-description ul svg {
    left: 3px;
    top: 5px;
  }

  .features-name span {
    font-size: 16px;
  }

  table tfoot th p {
    font-size: 16px;
  }

  .main-theme-demo .demo-overlay p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navbar-brand{
    font-size: 14px;
  }
  .cms-right-top-img{
    margin-top: 30px;
  }
  .main-multiple-language .multiple-language-support {
    width: 100%;
    height: 190px;
    max-width: 190px;
    margin-bottom: 30px;
  }
  .main-multiple-language .justify-content-center {
    grid-template-columns: repeat(3, 1fr);
  }
  .customer-client-images img {
    max-width: 200px;
  }
  .customer-client-rating img {
    max-width: 130px;
    width: 100%;
  }
  .customer-main-text {
    max-width: 330px;
  }
  .footer-description ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .faqs-card > .card-body {
    padding: 20px 0 0;
  }
  .customer-client-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .tab-container {
    margin-top: 25px;
  }
  .main-heading,
  .sub-main-heading {
    font-size: 26px;
    line-height: 26px;
  }
  .features-box {
    margin-top: 20px;
  }
  .main-content {
    font-size: 14px;
    line-height: 21px;
  }
  .outstanding-text h5 {
    font-size: 15px;
  }
  .featured-box .main-section-heading.text-left {
    padding-bottom: 20px;
  }
  .featured-box {
    margin-bottom: 20px;
  }
  .why-choose-section .main-why-choose-box .why-choose-icon {
    margin-bottom: 10px;
  }
  .why-choose-section .main-why-choose-box h5 {
    margin-bottom: 6px;
  }
  .main-multiple-language {
    margin-top: 20px;
  }
  .languages-image img {
    max-width: 60px;
    max-height: 60px;
  }
  .main-theme-demo .page-title .demo-name a {
    font-size: 15px;
  }
  .monthly-fee-price-table {
    margin-top: 20px;
  }
  .main-section-heading {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
  .why-choose-section .main-why-choose-box {
    margin-bottom: 17px;
  }
  .why-choose-section .main-why-choose-box p {
    max-width: 100%;
    padding-right: 10px;
  }
  .card-wrapper-featured .col-lg-4.col-md-4.col-sm-6.col-12:nth-child(3) .main-why-choose-box {
    border-right: 1px solid #f1edf9;
  }
  .card-wrapper-featured .col-lg-4.col-md-4.col-sm-6.col-12:nth-child(2) .main-why-choose-box,
  .card-wrapper-featured .col-lg-4.col-md-4.col-sm-6.col-12:nth-child(4) .main-why-choose-box {
    border-right: none;
  }
  .main-slideshow-text {
    margin-top: 120px;
  }
  .main-slideshow-img {
    height: 590px;
  }
  .goal-achievement-section-second-img {
    padding-top: 15px;
  }

  .goal-achievement-section .main-section-heading {
    padding-bottom: 20px;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    padding: 0px 10px;
  }
  
  div#demos-secound-wrapper {
    padding-bottom: 50px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 20px;
  }

  .mobile-view-features .mobile-view-demo {
    margin-top: 20px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 20px;
  }

  .install-video-wrapper .section-main-heading {
    margin-bottom: 20px;
  }

  .exclusive-features-title {
    padding-bottom: 20px;
  }

  div#demos-secound-wrapper .subtitle-heading-wrapper {
    font-size: 110px;
  }

  .marquee {
    height: 47px;
  }
  div#language {
    padding-bottom: 0;
  }
  .marquee .inner {
    font-size: 3rem;
  }

  .product-page-styles .main-section-heading h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .main-theme-demo .page-inner-wrapper .page-title .demo-lable {
    flex-wrap: wrap;
  }

  .subtitle-heading-wrapper {
    font-size: 110px;
    margin-bottom: -35px;
  }

  .remote-button {
    max-width: 169px;
  }

  .main-section-heading h3.main-heading p {
    font-size: 24px;
    line-height: 24px;
    margin-top: 6px;
  }

  .section-main-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2px;
  }

  .counter-text span.sub {
    font-size: 16px;
  }
  .counter-text {
    max-width: 75%;
  }

  .counter-text .row.justify-content-center {
    row-gap: 10px;
  }

  .counter-text .counter-text-wrapper {
    max-width: 30%;
  }

  .counter-text .counter-text-wrapper {
    font-size: 24px;
  }

  .e-commerce-exclusive {
    font-size: 16px;
  }
  .main-slideshow-text .main-heading {
    font-size: 28px;
    line-height: 26px;
  }

  .main-topbar__inner {
    flex-direction: column;
    row-gap: 5px;
  }

  .main-topbar__inner span {
    margin-right: 0px;
  }

  .video-remote,
  .video-holder {
    float: none;
    width: 100%;
  }

  .main-slideshow-img-first,
  .main-slideshow-img-second,
  .main-slideshow-img-three {
    display: none;
  }

  .main-shipping-block {
    margin-bottom: 50px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 50px;
  }

  .shipping-marquee {
    padding: 15px 0px;
  }

  .top-bottom-padding {
    padding: 50px 0px;
  }

  .password-content {
    text-align: center;
    padding: 35px;
  }

  .password-content .section-title h2 {
    font-size: 20px;
  }

  .languages-count {
    font-size: 28px;
  }

  .shipping__marquee__content {
    width: 600%;
  }

  .shipping-list-inline {
    width: 200%;
  }

  .shipping__marquee__content ul li {
    width: 50%;
  }

  .first__features__marquee__content,
  .second__features__marquee__content {
    width: 900%;
  }

  .first-features-marquee-wrapper,
  .second-features-marquee-wrapper,
  .third-features-marquee-wrapper {
    width: 300%;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    width: 60%;
  }

  .main-password .row {
    row-gap: 20px;
  }

  .main-theme-demo .view-demo a {
    padding: 10px 11px;
  }
}

@media (max-width: 640px) {
  .main-multiple-language .justify-content-center {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-heading, .sub-main-heading {
    font-size: 24px;
    line-height: 24px;
  }
  div#demos-secound-wrapper {
    padding-bottom: 40px;
  }

  .main-shipping-block {
    margin-bottom: 40px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 40px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 75px;
  }

  .languages-count {
    font-size: 26px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 30px;
  }
  div#faq {
    padding-top: 10px;
  }
  .customer-client-text p {
    display: none;
  }
  .top-bottom-padding {
    padding: 40px 0px;
  }

}

@media (max-width: 575px) {
  .text-pattern-img{
    max-width: 80%;
  }
  .slideshow-main-content,
  .footer-pattern-img{
    margin: 20px 0px;
  }
  .customer-client-text h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .outstanding-featured .main-section-heading {
    margin-bottom: 15px;
  }
  .main-outstanding-box {
    padding: 62px 0px;
    margin-bottom: 20px;
  }
  .faqs-card > .card-body {
    padding: 15px 0 0;
  }
  .footer p.main-content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .why-choose-section .main-why-choose-box {
    border-bottom: 1px solid #f1edf9;
    border-right: none !important;
  }
  .goal-achievement-section .main-section-heading {
    padding-bottom: 15px;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    padding: 0px 8px;
  }
  
  table tfoot th {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    border-bottom: 1px solid #ffffff24;
  }

  table tfoot th:last-child {
    border-bottom: none;
  }

  .why-choose-section-wrapper .col-lg-4.col-md-6.col-sm-6.col-12:first-child .main-why-choose-box {
    margin-top: 0;
  }

  div#demos-secound-wrapper {
    padding-bottom: 30px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 15px;
  }

  .main-features-wrapper .col-lg-4.col-md-4.col-sm-6.col-12:last-child .features-box {
    margin-bottom: 0px;
  }

  .mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
  }

  .mobile-view-features .mobile-view-demo {
    margin-top: 15px;
  }
  .monthly-fee-price-table {
    margin-top: 15px;
  }
  #demos.main-theme-demo p.main-content {
    margin-bottom: 15px;
  }

  .install-video-wrapper .section-main-heading {
    margin-bottom: 15px;
  }

  .exclusive-inner-right-images {
    padding-top: 15px;
  }

  .exclusive-features-title {
    padding-bottom: 15px;
  }

  .footer .main-section-heading {
    max-width: 100%;
  }

  div#demos-secound-wrapper .subtitle-heading-wrapper {
    font-size: 70px;
  }

  .marquee {
    height: 40px;
  }

  .marquee .inner {
    font-size: 2rem;
  }

  .product-page-styles {
    flex-direction: column;
  }

  .product-page-styles .main-section-heading {
    position: inherit;
    max-width: 100%;
  }

  .product-page-styles .main-section-heading h3 {
    transform: inherit;
    writing-mode: inherit;
    margin-bottom: 15px;
  }

  .product-page-styles .container-fluid {
    max-width: 100%;
  }

  .remote-button {
    max-width: 125px;
  }

  .exclusive-inner-top-images .exclusive-inner-top-one {
    padding-bottom: 15px;
  }

  .exclusive-inner-bottom-images .exclusive-inner-top-one {
    padding-top: 15px;
  }

  .exclusive-inner-bottom-images {
    padding-top: 15px;
  }

  .subtitle-heading-wrapper {
    font-size: 70px;
    margin-bottom: -25px;
  }

  .main-section-heading h3.main-heading p {
    font-size: 20px;
    line-height: 20px;
  }

  .why-choose-section .main-why-choose-box {
    padding: 14px;
  }

  .main-topbar span.closebtn {
    top: 25%;
    transform: translateY(-25%);
  }

  .counter-text span {
    font-size: 12px;
  }

  .counter-text {
    max-width: 100%;
  }

  .section-main-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .counter-text span.sub {
    font-size: 14px;
  }

  .counter-text .counter-text-wrapper {
    font-size: 20px;
  }

  .e-commerce-exclusive {
    font-size: 14px;
  }

  .main-slideshow-text .main-heading,
  .exclusive-features-title .main-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .main-slideshow-text .main-heading, .shopify-tag .main-sub-heading {
    font-size: 18px;
        line-height: 25px;
  }
  .main-shipping-block {
    margin-bottom: 30px;
  }

  .product-page-hover,
  .main-page-features {
    padding-bottom: 30px;
  }

  .shipping-marquee {
    padding: 10px 0px;
  }

  .shipping__marquee__content {
    width: 1200%;
  }

  .shipping-list-inline {
    width: 400%;
  }

  .shipping__marquee__content ul li {
    width: 100%;
  }

  .one-click-demo-icon,
  .no-need-code-skill-icon,
  .responsive-all-devices-icon,
  .well-documented-icon {
    margin-bottom: 10px;
  }

  .one-click-demo-content h5,
  .no-need-code-skill-content h5,
  .responsive-all-devices-content h5,
  .well-documented-content h5 {
    font-size: 16px;
  }

  .top-bottom-padding {
    padding: 30px 0px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 50px;
  }

  .password-content .section-title h2 {
    font-size: 18px;
  }

  .password-content .copied {
    margin-left: 20px;
  }

  .main-section-heading {
    max-width: 100%;
  } 

  .main-multiple-language {
    margin-top: 15px;
  }
  .tm-page-cols-container .tm-page-col-left {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .main-theme-demo .page-demo-img .page-title {
    margin-top: 15px;
  }

  .languages-count {
    font-size: 24px;
  }

  .first__features__marquee__content,
  .second__features__marquee__content {
    width: 1500%;
  }

  .first-features-marquee-wrapper,
  .second-features-marquee-wrapper,
  .third-features-marquee-wrapper {
    width: 500%;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    width: 100%;
  }

  .password-content .password-copy-btn {
    display: block;
  }

  .password-content .theme-btn {
    width: auto;
    margin-top: 15px;
  }
  .customer-client-images img {
    max-width: 170px;
  }
  .customer-main-text {
    max-width: 230px;
  }
  .main-theme-demo .page-menu-item {
    margin-top: 15px;
    padding: 0px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 15px;
  }

  .password-content {
    padding: 20px;
  }

  .main-password .row {
    row-gap: 15px;
  }

  .languages-name {
    font-size: 14px;
  }

  .monthly-fee-price-table .table {
    display: block;
    overflow-y: hidden;
    table-layout: fixed;
  }

  .monthly-fee-price-table td {
    width: 100%;
    max-width: 50%;
  }

  .monthly-fee-price-table td img {
    margin-right: 0px;
  }

  .main-theme-demo .page-menu-item::before {
    content: none;
  }
  .mobile-destop-device img {
    max-width: 60%;
  }
  .tablet-destop-device img {
    max-width: 70%;
  }
  .tablet-destop-device {
    top: 110px;
    right: -10px;
}

} 

@media (max-width: 479px) {
  .slideshow-main-content {
    margin: 10px 0px;
  }
  .main-slideshow-text .main-heading {
    margin: 10px 0px;
  } 
  .slideshow-images{
    padding-bottom: 0;
  }
  .mobile-destop-device,
  .tablet-destop-device {
    display: none;
  }
  .slideshow2-img,
  .slideshow3-img {
    display: none;
  }
  .main-slideshow-img {
    height: 630px;
  }
  .mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
    width: 100%;
    max-width: 100%;
  }

  .monthly-fee-price-table {
    margin-top: 7px;
  }

  .exclusive-features-title .main-heading {
    font-size: 20px;
    line-height: 30px;
  }

  table tfoot th {
    padding: 12px 5px;
  }

  .main-password {
    margin-top: 10px;
  }
}

/*********************** Responsive End ***********************/