* {
  font-family: 'Inter', sans-serif;
}

a:hover {
  text-decoration: none !important;
}

svg {
  vertical-align: middle;
}

.container {
  max-width: 1600px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fredoka';
  color: #415b80;
  font-weight: 600;
}

body {
  color: #ff8080;
  text-transform: capitalize;
}
/*********************** Header Start ***********************/
.navbar-collapse{
  justify-content: end;
}
#header {
  background-color: #f4f5fb;
  position: sticky;
  top: 0;
  z-index: 999;
}

#header .navbar {
  padding: 23px 0px;
}

#header .navbar-nav .nav-item a {
    padding: 8px 20px;
    font-size: 18px;
    color: #415b80;
    /* font-weight: 500; */
    font-family: 'Fredoka';
    font-weight: 600;
}

#header .navbar-nav .nav-item a:hover {
  color: #ff8080;
  transition: all 0.5s;
}

#header .navbar-nav .nav-item a.active {
  color: #ff8080;
  font-weight: 700;
}

.theme-btn {
  background-color: #ff8080;
  color: #ffffff;
  border: 0px;
  padding: 15px 26px;
  font-size: 14px;
  margin-left: 20px;
  display: inline-block;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: capitalize;
  vertical-align: middle;
  line-height: 1;
  font-weight: 500;
  border-radius: 25px;
}

.theme-btn:hover {
  background-color: #ff8080;
  color: #ffffff;
}

/*********************** Header End ***********************/
/*********************** Slideshow Start ***********************/
.main-slideshow-video {
  vertical-align: middle;
}
.slideshow{
  background-color: #f4f5fb;
  position: relative;
  height: 850px;
}
.slider-inner {
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0px;
}
.slideshow-logo-img {
  font-size: 70px;
  line-height: 74px;
  font-weight: 600;
  font-family: 'Fredoka';
  color: #4d5b80;
  text-transform: capitalize;
}
.slideshow-logo-img span{
  line-height: 74px;
  font-size: 70px;
  font-weight: 600;
  font-family: 'Fredoka';
  color: #ff8080;
}
.slider-inner .main-heading {
  font-size: 18px;
  line-height: 22px;
  color: #415b80;
  font-family: 'Inter';
  color: #ff8080;
  margin: 20px 0px;
}
.slideshow1-img{
  position: absolute;
  max-width: 210px;
  width: 100%;
  top: 20%;
  left: 15%;
  animation: mover 1s infinite alternate;
}
.slideshow2-img{
  position: absolute;
  max-width: 448px;
  width: 100%;
  bottom: 0px;
  left: 0;
  animation: mover1 2s infinite alternate;
}
.slideshow3-img {
  position: absolute;
  max-width: 850px;
  width: 100%;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.slideshow4-img{
  position: absolute;
  max-width: 450px;
  width: 100%;
  bottom: 0px;
  right: 0;
  animation: mover1 2s infinite alternate;
}
.slideshow5-img{
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 20%;
  right: 15%;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20px); }
}
@keyframes mover1 {
  0% { transform: translateY(30px); }  
  100% { transform: translateY(0px); }
}
/*********************** Slideshow End ***********************/
/*********************** Shipping Block Start ***********************/
.one-click-demo,
.no-need-code-skill,
.responsive-all-devices,
.well-documented {
  overflow: hidden;
}

.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: #f4f5fb;
  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;
  background-color: #FFFFFF;
  border: 2px solid #f4f5fb;

  padding: 40px 0px;
}

.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;
  border-right: 1px solid #E0E4E5;
}
.main-shipping-block{
  margin-bottom: 100px;
}
.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 ***********************/
/*********************** Password Start ***********************/
.main-password {
  overflow: hidden;
}

.password-gift {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 100%;
  border-radius: 25px;
}

.password-content {
  background-color: #f4f5fb;
  padding: 0px 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

.password-content .section-title img {
  max-width: 75px;
  max-height: 75px;
  margin-bottom: 30px;
}

.password-content .section-title h2 {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 24px;
}

.password-content .section-title p {
  color: #ff8080;
  font-size: 16px;
  text-transform: uppercase;
}

.password-content .clipboard {
  display: flex;
  align-items: center;
}

.password-content .password-copy-btn {
  width: 100%;
}

.password-content .copy-input {
  cursor: pointer;
  background-color: #ffffff;
  color: #70747f;
  font-size: 18px;
  width: 100%;
  padding: 15px 75px 15px 30px;
  border: 0px;
  border-radius: 25px;
}

.password-content .copy-input:focus-visible {
  outline: 0;
}

.password-content .copy-btn {
  padding: 0;
  margin-left: -50px;
  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;
  border: none;
  background: none;
}

.password-content .copy-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.password-content .copy-btn:focus {
  outline: none;
}

.password-content .theme-btn {
  margin-top: 50px;
}

.password-content .theme-btn img {
  display: none;
  max-width: 24px;
  max-height: 24px;
}

/*********************** Password End ***********************/
/*********************** Demo Start ***********************/
/*.main-theme-demo .main-section-heading .main-title {
  color: transparent;
  font-size: 200px;
  font-weight: 800;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #ff8080;
  stroke-dasharray: 5;
  -webkit-animation: bounce 0.6s ease infinite alternate;
  animation: bounce 0.6s ease infinite alternate;
}
@keyframes bounce {
  0% {
    transform:translateY(20px);
  }
  100% {
    transform:translateY(-20px);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform:translateY(20px);
  }
  100% {
    transform:translateY(-20px);
  }
}*/

.main-theme-demo {
  background-color: #f4f5fb;
}

.main-theme-demo .page-menu-item {
  margin-top: 40px;
  position: relative;
  padding: 0px 40px;
}

.main-theme-demo .page-menu-item::before {
  content: "";
  background: linear-gradient(#f4f5fb, #ff8080, #f4f5fb);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
}

#mobile-optimized a.theme-btn {
  margin-left: 0;
  margin-top: 40px;
}

.main-theme-demo .page-menu-item:last-child::before {
  content: none;
}

.main-theme-demo .page-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.main-theme-demo .page-demo-img {

  overflow: hidden;
  transition: all 0.5s;
}

.page-demo-img-inner {
  position: relative;
  overflow: hidden;
}
.page-demo-img-inner img{
  border-radius: 25px;
}
.main-theme-demo .demo-overlay {
  background: rgb(0 0 0 / 60%);
  border-radius: 25px;
  color: #ffffff;
  opacity: 0;
  transition: .35s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.main-theme-demo .page-inner-wrapper:hover .demo-overlay {
  opacity: 1;
}

.main-theme-demo .page-menu-item .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.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: #ff8080;
  font-weight: 700;
  font-size: 20px;
  background-color: #ffffff;
  padding: 7px 14px;
  border-radius: 50px;
}

.main-theme-demo .demo-name a {
  font-size: 24px;
  color: #415b80;
  transition: all 0.5s ease;
  font-family: 'Fredoka';
  font-weight: 600;
}

.main-theme-demo .demo-name a:hover {
  color: #ff8080;
}
.product-page-hover .main-content {
  color: #fff;
}
.main-theme-demo .demo-name p {
  font-size: 14px;
  color: #70747f;
  margin-top: 5px;
  margin-bottom: 0px;
}

.main-theme-demo .view-demo a {
  background-color: #ff8080;
  padding: 13px 14px;
  transition: all 0.5s ease;
  margin-right: 10px;
  border-radius: 25px;
}

.main-theme-demo .view-demo a:hover {
  background-color: #ff8080;
}

.main-theme-demo .page-title .view-demo a img {
  width: 100%;
  max-width: 19px;
  height: 100%;
  max-height: 15px;
}

/*********************** Demo End ***********************/

/*********************** Mobile optimized Start ***********************/
.mobile-optimized-right-side {
  margin-top: 40px;
}

/*********************** Mobile optimized End ***********************/

/*********************** header and footer styles Start ***********************/
.header-footer-styles {
  background: #f4f5fb;
  padding: 100px 0px;
  text-align: center;
}
.shapeup-header-footer{
  margin-top: 100px;
}
.header-footer-styles img{
  margin-top: 40px;
  border-radius: 25px;
}
/*********************** header and footer styles End ***********************/

/*********************** Features Start ***********************/
.main-features-content {
  background-color: #f4f5fb;
  margin-bottom: -33px;
}

.main-features-content .main-features-wrapper {
  margin-top: 20px;
}

.features-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.features-box .features-image {
  overflow: hidden;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #2a2a2a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.features-box:hover .features-image{
  background: #ff8080;
  color: #ffffff;
}

.features-name span {
  font-size: 20px;
  display: block;
  color: #415b80;
  font-weight: 600;
  font-family: 'Fredoka';
}

/*********************** Features End ***********************/
/*********************** product hover fetures Start ***********************/
.product-page-hover .slick-slide img{
  border-radius: 25px;
}
.product-page-hover {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.product-shape{
  margin-top: -44px;
}
.product-inner-hover {
  margin-top: 40px;

}

.product-positions {
  background-color: #415b80;
}
.product-positions .main-heading span{
  color: #ff8080;
}
.product-page-hover h3 {
  color: #fff;
}

.product-page-hover .prokduct-hover-wrapper {
  padding: 0px 15px;
}

/*********************** product hover fetures End ***********************/
/*********************** Common Css Start ***********************/
.top-bottom-padding {
  padding: 100px 0px;
}

.main-section-heading {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}

.main-heading {
  color: #ff8080;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 20px;
  font-weight: 600;
}

.main-heading span {
  color: #415b80;
  font-family: 'Fredoka';
}

.main-content {
  color: #70747f;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1.8;
}

.main-shipping-block,
.main-password,
.main-theme-demo,
.mobile-optimized-content,
.main-features-content,
.main-language-section,
.main-page-features,
.mobile-view-features,
.all-ecommerce-features,
.main-faq-section,
.why-choose-section,
.footer {
  overflow: hidden;
}

/*********************** Common Css End ***********************/
/*********************** Language Start ***********************/
.main-language-section {
  background-color: #ff8080;
}

.main-language-section .main-heading {
  color: #FFFFFF;
}

.main-language-section .main-content {
  color: #FFFFFF;
}

.languages-item-wrapper {
  width: 175px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 25px;
}

.languages-box {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.languages-image {
  margin: 0 auto;
}

.languages-image img {
  max-width: 64px;
  max-height: 42px;
}

.languages-name {
  font-size: 18px;
  color: #415b80;
  margin-top: 18px;
  margin-bottom: 0px;
  font-weight: 600;
}

.languages-count {
  color: #ff8080;
  margin-bottom: 0px;
  font-size: 34px;
}

/*********************** 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{
  border-radius: 25px;
}
.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 #C1C1C1;
  border-radius: 25px;
  overflow: hidden;
}

.main-page-features .page-view-wrapper .main-page-view .page-view-image img {

  overflow: hidden;
}

.page-view-name {
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
}

.page-view-name span {
  font-family: 'Fredoka';
  color: #415b80;
  font-weight: 600;
}

/*********************** Page Layout End ***********************/
/*********************** Mobile View Start ***********************/
.mobile-view-features {
  background-color: #f4f5fb;
}

.mobile-view-features-wrapper .col-lg-3.col-md-3.col-sm-6.col-12 {
  padding: 0 30px;
}

.mobile-view-features .mobile-view-demo {
  margin-top: 40px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ff8080;
  border-radius: 25px;
}
.mobile-view-features .mobile-view-demo img{
  border-radius: 25px;
}
.mobile-view-features .mobile-view-demo-name {
  text-align: center;
  padding-top: 30px;
}

.mobile-view-features .mobile-view-demo-name h5 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #415b80;
  font-weight: 600;
}

/*********************** Mobile View End ***********************/
/*********************** All Features Start ***********************/
.first-features-slider-marquee {
  margin-top: 40px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.first__features__marquee__content {
  width: 300%;
  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: 33.33%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.first__features__marquee__content ul li {
  max-width: 20%;
  width: 100%;
  padding: 0px 15px;
}

.first__features__marquee__content ul li img {
  border: 1px solid #C1C1C1;
  border-radius: 25px;
  overflow: hidden;
}

@-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: 300%;
  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: 33.33%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.second__features__marquee__content ul li {
  max-width: 20%;
  width: 100%;
  padding: 0px 15px;
}

.second__features__marquee__content ul li img {
  border: 1px solid #C1C1C1;
  border-radius: 25px;
  overflow: hidden;
}

@-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{
  margin-top: 100px;
  margin-bottom: 100px;
}
.monthly-fee-price-table {
  border: 2px solid #ff8080;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 25px;
}

.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: 22px 5px;
  border-right: 2px solid #616161;
  border-bottom: 2px solid #CCCCCC;
  text-align: center;
  width: 100%;
  max-width: 25%;
  font-size: 16px;
  font-weight: 500;
  color: #626262;
  vertical-align: middle;
}

.monthly-fee-price-table td:last-child {
  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 {
  background: #ff8080;
  color: #ffffff;
  font-size: 20px;
  padding: 19px 5px;
  font-weight: 500;
  border-right: 2px solid #ff8080;
  border-bottom: 2px solid #ff8080;
  vertical-align: middle;
  font-family: 'Fredoka';
}

.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(181.44deg, rgba(245, 245, 245, 0) -10.16%, #FFFFFF 81.4%);
  border-radius: 0px 0px 5px 5px;
  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 {
  margin-left: 0px;
}

.total-price-table .view-more-price button:focus {
  outline: none;
}

table tfoot th {
  padding: 20px 5px;
  border-right: 2px solid #ff8080;
  border-top: 2px solid #ff8080;
  background: #FFFFFF;
  width: 100%;
  max-width: 50%;
}

table tfoot th:last-child {
  border-right: none;
}

table tfoot th p {
  margin-bottom: 0px;
  color: #ff8080;
  font-size: 22px;
  font-family: 'Fredoka';
}

table tr {
  display: none;
}

table tr.active {
  display: table-row;
}

/*********************** Faq Start ***********************/
.main-faq-section .faqs-card {
  margin-top: 40px;
}

.main-faq-section .faq-section {
  display: flex;
  align-items: center;
}

.main-faq-section .faq-section #accordion {
  width: 100%;
  max-width: 75%;
  padding: 0px 15px;
}

.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: 16px 78px 16px 34px;
  background-color: #ff8080;
  color: #FFFFFF;
  font-size: 20px;
  transition: all 0.5s ease;
  border-radius: 25px;
}

.faq-section .card-header>h5 a {
  display: block;
  position: relative;
  font-family: 'Fredoka';
}

.faq-section .card-header>h5 a:after {
  content: "";
  background-image: url(../images/faq-arrow.png);
  background-size: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 28px;
  max-height: 16px;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.faq-section .card-header>h5 a[aria-expanded="true"]:after {
  content: "";
  right: 30px;
  background-image: url(../images/faq-arrow.png);
  background-size: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  max-width: 28px;
  max-height: 16px;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.faq-section .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

.faq-section .card-header h5 {
  margin-bottom: 0px;
}

.faq-section .card {
  margin-top: 20px;
  border: none;
}

.faq-section #accordion .card-body {
  font-size: 14px;
  background-color: #f4f5fb;
  color: #70747f;
  padding: 32px;
  margin-top: 12px;
  border-radius: 5px;
}

/*********************** Faq End ***********************/
/*********************** Why Choose Start ***********************/
.why-choose-section .main-why-choose-box {
  background-color: #f4f5fb;
  padding: 34px;
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 25px;
}

.why-choose-section .main-why-choose-box .why-choose-icon {
  background-color: #FFFFFF;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  border-radius: 100%;
  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 .why-choose-icon img {
  max-width: 40px;
  max-height: 40px;
}

.why-choose-section .main-why-choose-box h5 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #415b80;
  font-weight: 600;
}

.why-choose-section .main-why-choose-box p {
  color: #70747f;
  font-size: 14px;
  margin-bottom: 0px;
}

/*********************** Why Choose End ***********************/
/*********************** Footer Start ***********************/
.footer{
  margin-top: 100px;
}
.shape-footer{
  margin-top: 100px;
}
.footer {
  background-color: #415b80;
  padding: 100px 0px;
  overflow: hidden;
}

.footer .main-heading {
  color: #FFFFFF;
  font-weight: 400;
}

.footer .main-heading span {
  color: #ff8080;
}

.footer .main-content {
  color: #FFFFFF;
}

.footer-description {
  overflow: hidden;
}

.footer-description ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  column-gap: 60px;
}

.footer-description ul li {
  font-size: 20px;
  list-style-type: none;
  padding: 15px 30px;
  margin: 40px 0px;
  position: relative;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

.footer-description ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-description ul li img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 20px;
}

.main-footer-btn .theme-btn {
  background-color: #ff8080;
}

.main-footer-btn .theme-btn:hover {
  background-color: #FFFFFF;
  color: #ff8080;
}

.main-footer-btn {
  margin-top: 30px;
}

/*********************** 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;
}

.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;
}

#back-to-top-button {
  display: inline-block;
  background-color: #ff8080;
  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 #ff8080d;
  border-radius: 25px;
}

#back-to-top-button:hover {
  cursor: pointer;
  background-color: #ff8080;
}

#back-to-top-button:active {
  background-color: #555;
}

#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/*********************** Qr code End ***********************/

/*********************** Responsive Start ***********************/
@media (max-width: 1429px) {
  .footer-description ul {
    column-gap: 40px;
  }

  .footer-description ul li {
    font-size: 20px;
    padding: 15px 25px;
    margin: 20px 0px;
  }

  .footer-description ul li img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 25px;
  }

  .page-view-name {
    padding-top: 20px;
  }

  .features-box {
    margin-top: 50px;
  }

  .main-faq-section .faqs-card {
    margin-top: 45px;
  }

  .faq-section .card {
    margin-top: 15px;
  }

  .card-header a {
    padding: 20px 65px 20px 20px;
    font-size: 20px;
  }

  .faq-section .card-header>h5 a:after {
    right: 30px;
    max-width: 22px;
    max-height: 10px;
  }

  .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: 18px;
    padding: 22px;
  }

  .why-choose-section .main-why-choose-box h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 70px;
  }

  .languages-item-wrapper {
    margin-top: 70px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 70px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 60px;
  }

  .why-choose-section .why-choose-section-wrapper {
    margin-top: 30px;
  }

  .monthly-fee-price-table {
    margin-top: 70px;
  }
}
@media (max-width: 1366px) {
  .footer {
    margin-top: 80px;
  }
  .slideshow1-img {
    max-width: 150px;
  }
  .slideshow-logo-img,
  .slideshow-logo-img span {
    font-size: 50px;
    line-height: 54px;
  }
  .slideshow5-img{
    right: 8%;
  }
  .slideshow2-img {
    max-width: 350px;
  }
  .slideshow4-img{
    max-width: 350px;
  }
  .slideshow3-img {
    max-width: 660px;
  }
  .slideshow {
    height: 700px;
  }
}
@media (max-width: 1299px) {
  .top-bottom-padding {
    padding: 90px 0px;
  }
  .main-shipping-block {
      margin-bottom: 90px;
  }
  .product-page-hover,
  .main-page-features{
    padding-bottom: 90px;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 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-heading {
    font-size: 42px;
    margin-bottom: 18px;
    line-height: 46px;
  }

  .main-content {
    margin-bottom: 10px;
  }

  .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: 60px;
  }

  .main-theme-demo .page-title .demo-name a {
    font-size: 20px;
  }

  .features-box {
    margin-top: 40px;
  }

  .languages-item-wrapper {
    width: 140px;
    height: 140px;
    margin-top: 60px;
  }

  .languages-name {
    font-size: 18px;
  }

  .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: 15px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 50px;
  }

  .main-faq-section .faqs-card {
    margin-top: 35px;
  }

  .why-choose-section .why-choose-section-wrapper {
    margin-top: 20px;
  }

  .why-choose-section .main-why-choose-box {
    margin-top: 30px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    margin-bottom: 20px;
  }

  .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 {
    font-size: 16px;
  }

  .footer {
    padding: 90px 0px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon img {
    max-width: 34px;
    max-height: 34px;
  }

  .theme-btn {
    padding: 12px 24px;
    font-size: 16px;
  }

  #header .navbar-nav .nav-item a {
    padding: 6px 16px;
  }

  .monthly-fee-price-table {
    margin-top: 60px;
  }

  .monthly-fee-price-table thead th {
    font-size: 20px;
    padding: 15px 5px;
  }

  .monthly-fee-price-table td {
    padding: 18px 5px;
  }

  table tfoot th p {
    font-size: 20px;
  }

  .main-theme-demo .page-menu-item .page-title {
    padding-top: 25px;
  }

  .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: 18px 5px;
  }
}
@media (max-width: 1199px) {
.slideshow2-img {
    display: none;
  }
  .slideshow4-img{
    display: none;
  }
  .slideshow1-img {
    top: 30%;
    left: 7%;
  }
  .slideshow5-img {
    top: 30%;
    right: 8%;
  }
  .slideshow-logo-img, .slideshow-logo-img span {
    font-size: 42px;
    line-height: 46px;
  }
  .slideshow {
    height: 630px;
  }
}
@media (max-width: 1099px) {
  .features-name span{
    font-size: 18px;
  }
  .footer {
    margin-top: 60px;
  }
  .main-shipping-block {
      margin-bottom: 80px;
  }
  .product-page-hover,
  .main-page-features{
    padding-bottom: 80px;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 80px;
  }
  .top-bottom-padding {
    padding: 80px 0px;
  }
  .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-heading {
    font-size: 44px;
    margin-bottom: 16px;
    line-height: 60px;
  }

  .main-content {
    font-size: 16px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 50px;
  }

  .main-theme-demo .page-title .demo-name a {
    font-size: 18px;
  }

  .features-box {
    margin-top: 30px;
  }

  .languages-item-wrapper {
    width: 125px;
    height: 125px;
    margin-top: 50px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 50px;
  }

  .page-view-name {
    font-size: 16px;
  }

  .mobile-view-features .mobile-view-demo-name h5 {
    font-size: 18px;
  }

  .main-faq-section .faqs-card {
    margin-top: 25px;
  }

  .card-header a {
    padding: 15px 50px 15px 15px;
    font-size: 18px;
  }

  .faq-section .card-header>h5 a:after {
    right: 25px;
  }

  .faq-section .card-header>h5 a[aria-expanded="true"]:after {
    right: 17px;
  }

  .faq-section #accordion .card-body {
    font-size: 16px;
    padding: 12px;
  }

  .why-choose-section .why-choose-section-wrapper {
    margin-top: 15px;
  }

  .why-choose-section .main-why-choose-box {
    margin-top: 25px;
    padding: 35px 15px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    margin-bottom: 20px;
  }

  .footer {
    padding: 80px 0px;
  }

  .features-name span {
    font-size: 18px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 40px;
  }

  .password-content .section-title img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 15px;
  }

  .monthly-fee-price-table {
    margin-top: 50px;
  }

  .monthly-fee-price-table thead th {
    font-size: 18px;
    padding: 10px 5px;
  }

  .monthly-fee-price-table td {
    padding: 13px 5px;
  }

  table tfoot th p {
    font-size: 18px;
  }

  .main-theme-demo .page-menu-item .page-title {
    padding-top: 20px;
  }

  .main-theme-demo .demo-overlay p {
    font-size: 16px;
  }

  .main-theme-demo .demo-overlay p span {
    font-size: 16px;
    padding: 3px 10px;
  }

  table tfoot th {
    padding: 13px 5px;
  }
}

@media (max-width: 991px) {
  .footer {
    margin-top: 40px;
  }
  .slider-inner .main-heading{
    margin: 10px 0px;
  }
  .slideshow-logo-img, .slideshow-logo-img span {
    font-size: 36px;
    line-height: 44px;
  }
  .slideshow {
    height: 575px;
  }
  .slideshow5-img{
    max-width: 150px;
  }
  .slideshow {
    height: 600px;
  }
  .slideshow1-img {
    max-width: 125px;
  }
  .main-shipping-block {
      margin-bottom: 70px;
  }
  .product-page-hover,
  .main-page-features{
    padding-bottom: 70px;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 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;
  }

  .top-bottom-padding {
    padding: 70px 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-heading {
    font-size: 40px;
    margin-bottom: 14px;
    line-height: 46px;
  }

  .main-section-heading {
    max-width: 65%;
  }

  .footer {
    padding: 70px 0px;
  }

  .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;
  }

  .languages-image img {
    max-width: 54px;
    max-height: 32px;
  }

  .footer-description ul {
    column-gap: 30px;
  }

  .footer-description ul li {
    padding: 10px 15px;
    margin: 15px 0px;
  }

  .footer-description ul li img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 10px;
  }

  .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 {
    max-width: 100%;
    padding: 0px;
  }

  .main-faq-section .faq-section .faq-img {
    display: none;
  }

  .languages-name {
    font-size: 16px;
  }

  .main-footer-btn {
    margin-top: 25px;
  }

  #header .navbar-nav .nav-item a::after {
    display: none;
  }

  #header .navbar-nav .nav-item.active a::after {
    display: none;
  }

  #header .theme-btn {
    margin-left: 0px;
    margin-top: 20px;
  }

  .theme-btn {
    font-size: 14px;
  }

  #header .navbar-nav .nav-item a {
    padding: 8px 0px;
  }

  .faq-section #accordion .card-body {
    margin-top: 10px;
  }

  .main-theme-demo .page-menu-item {
    padding: 0px 30px;
  }

  #header .navbar {
    padding: 15px 0px;
  }
}

@media (max-width: 840px) {
  .slideshow3-img {
    max-width: 600px;
    bottom: 0px;
  }
  .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;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 60px;
  }
  .top-bottom-padding {
    padding: 60px 0px;
  }

  .password-content {
    padding: 0px 15px;
  }

  .main-theme-demo .main-section-heading .main-title {
    font-size: 100px;
  }

  .main-heading {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 36px;
  } 

  .main-content {
    font-size: 14px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 40px;
  }

  .main-theme-demo .page-title .demo-name a {
    font-size: 16px;
  }

  .features-box {
    margin-top: 25px;
  }

  .languages-item-wrapper {
    margin-top: 40px;
  }

  .languages-count {
    font-size: 30px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 40px;
  }

  .page-view-name {
    font-size: 16px;
  }

  .mobile-view-features .mobile-view-demo-name h5 {
    font-size: 16px;
  }

  .main-faq-section .faqs-card {
    margin-top: 20px;
  }

  .faq-section .card {
    margin-top: 10px;
  }

  .card-header a {
    font-size: 16px;
  }

  .faq-section #accordion .card-body {
    font-size: 14px;
  }

  .why-choose-section .why-choose-section-wrapper {
    margin-top: 10px;
  }

  .why-choose-section .main-why-choose-box {
    margin-top: 20px;
    padding: 30px 15px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    margin-bottom: 20px;
  }

  .why-choose-section .main-why-choose-box h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-description ul {
    margin: 10px 0px 0px;
  }

  .footer-description ul svg {
    left: 3px;
    top: 5px;
  }

  .footer {
    padding: 60px 0px;
  }

  .features-name span {
    font-size: 16px;
  }

  .main-features-content .main-features-wrapper {
    margin-top: 15px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 30px;
  }

  .monthly-fee-price-table thead th {
    font-size: 16px;
  }

  .monthly-fee-price-table td {
    font-size: 14px;
  }

  table tfoot th p {
    font-size: 16px;
  }

  .main-theme-demo .page-title .demo-name a {
    font-size: 16px;
  }
  .main-theme-demo .demo-overlay p {
    font-size: 14px;
  }

  .main-theme-demo .page-menu-item .page-title {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .main-shipping-block {
      margin-bottom: 50px;
  }
  .product-page-hover,
  .main-page-features{
    padding-bottom: 50px;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 50px;
  }
  .shipping-marquee {
    padding: 15px 0px;
  }

  .top-bottom-padding {
    padding: 50px 0px;
  }

  .password-content {
    text-align: center;
    padding: 35px;
  }

  .main-section-heading {
    max-width: 75%;
  }

  .password-content .section-title h2 {
    font-size: 20px;
  }

  .languages-count {
    font-size: 28px;
  }

  .footer {
    padding: 50px 0px;
  }

  .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: 450%;
  }

  .first-features-marquee-wrapper,
  .second-features-marquee-wrapper,
  .third-features-marquee-wrapper {
    width: 150%;
  }

  .first__features__marquee__content ul li,
  .second__features__marquee__content ul li {
    width: 50%;
  }

  .footer-description ul {
    column-gap: 25px;
  }

  .footer-description ul li {
    padding: 10px 15px;
    margin: 10px 0px;
  }

  .main-password .row {
    row-gap: 20px;
  }
  .main-password a{
    border-radius: 25px;
  }
  .main-footer-btn {
    margin-top: 20px;
  }

  .mobile-optimized-right-side {
    margin-top: 40px;
  }

  .faq-section #accordion .card-body {
    margin-top: 8px;
  }

  table tfoot th {
    padding: 14px 5px;
  }

  .main-theme-demo .page-menu-item {
    padding: 0px 20px;
  }

  .main-theme-demo .view-demo a {
    padding: 10px 11px;
  }
}

@media (max-width: 640px) {
  .main-shipping-block {
      margin-bottom: 40px;
  }
  .product-page-hover,
  .main-page-features{
    padding-bottom: 40px;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 40px;
  }
  .main-theme-demo .main-section-heading .main-title {
    font-size: 75px;
  }

  .main-heading {
    font-size: 32px;
    line-height: 46px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 30px;
  }

  .languages-item-wrapper {
    margin-top: 30px;
  }

  .languages-count {
    font-size: 26px;
  }

  .main-page-features .page-view-wrapper .main-page-view {
    margin-top: 30px;
  }

  .mobile-view-features .mobile-view-demo {
    margin-top: 20px;
  }

  .main-faq-section .faqs-card {
    margin-top: 10px;
  }

  .why-choose-section .why-choose-section-wrapper {
    margin-top: 5px;
  }

  .why-choose-section .main-why-choose-box {
    margin-top: 15px;
  }

  .main-features-content .main-features-wrapper {
    margin-top: 15px;
  }

  .features-box {
    margin-top: 15px;
  }

  .first-features-slider-marquee,
  .second-features-slider-marquee {
    margin-top: 20px;
  }

  .footer {
    padding: 40px 0px;
  }

  .top-bottom-padding {
    padding: 40px 0px;
  }

  .mobile-optimized-right-side {
    margin-top: 30px;
  }

}

@media (max-width: 575px) {
  .footer {
    margin-top: 30px;
  }
  .slideshow3-img{
    max-width: 80%;
  }
  .slideshow-logo-img, .slideshow-logo-img span {
    font-size: 26px;
    line-height: 32px;
  }
  .slideshow {
    height: 470px;
  }
  .slideshow5-img,
  .slideshow1-img{
    display: none;
  }
  .main-shipping-block {
    margin-bottom: 30px;
  }
  .product-page-hover,
  .main-page-features{
    padding-bottom: 30px;
  }
  .monthly-fee-section,
  .shapeup-header-footer,
  .shape-footer {
    margin-top: 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;
  }

  .main-heading {
    line-height: 28px;
    font-size: 24px;
  }
  .slideshow .main-heading {
    font-size: 16px;
  }

  .password-content .section-title h2 {
    font-size: 18px;
  }

  .password-content .copied {
    margin-left: 20px;
  }

  .main-section-heading {
    max-width: 100%;
  }

  .languages-item-wrapper {
    width: 110px;
    height: 110px;
    padding: 5px;
    margin-top: 15px;
  }

  .main-theme-demo .page-demo-img .page-title {
    margin-top: 15px;
  }

  .languages-count {
    font-size: 24px;
  }

  .faq-section .card-header>h5 a:after {
    right: 17px;
  }

  .faq-section .card-header>h5 a[aria-expanded="true"]:after {
    right: 10px;
  }

  .why-choose-section .main-why-choose-box {
    padding: 30px 15px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }

  .why-choose-section .main-why-choose-box .why-choose-icon img {
    max-width: 30px;
    max-height: 30px;
  }

  .footer {
    padding: 30px 0px;
  }

  .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: 100%;
  }

  .password-content .password-copy-btn {
    display: block;
  }

  .password-content .theme-btn {
    width: auto;
    margin-top: 15px;
  }

  .footer-description ul {
    column-gap: 15px;
  }

  .footer-description ul li {
    margin: 10px 0px;
    padding: 10px;
  }

  .footer-description ul li img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
  }

  .main-theme-demo .page-menu-item {
    margin-top: 15px;
  }

  .features-box {
    margin-top: 15px;
  }

  .main-features-content .main-features-wrapper {
    margin-top: 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;
  }

  .main-footer-btn {
    margin-top: 15px;
  }

  .mobile-optimized-right-side {
    margin-top: 15px;
  }

  .faq-section #accordion .card-body {
    margin-top: 5px;
  }

  .monthly-fee-price-table {
    margin-top: 15px;
  }

  .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;
  }

  #header .navbar {
    padding: 10px 0px;
  }

  table tfoot th {
    padding: 24px 5px;
  }

}

@media (max-width: 479px) {
  .slideshow {
    height: 425px;
  }
  .footer {
    margin-top: 20px;
  }
}

@media (max-width: 369px) {
  table tfoot th {
    padding: 12px 5px;
  }
  .navbar-brand img{
    max-width: 200px;
    width: 100%;
  }
  .slideshow-logo-img, .slideshow-logo-img span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 340px) {
  .slideshow {
      height: 370px;
  }
}

/*********************** Responsive End ***********************/