html,
body {
  overflow-x: hidden !important;
}

html {
  scrollbar-color: #ec848b #ffffff;
  scrollbar-width: thin !important;
}

html::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, from(#ec848b), to(#df6d75));
  background: linear-gradient(90deg, #ec848b 0%, #df6d75 100%);
  border-radius: 20px;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 1rem !important;
  color: #3d3d3d;
  line-height: 1.78;
}

.gradient-icon {
  color: #ec848b;
  opacity: 1 !important;
}

b,
strong {
  font-weight: 500;
}

.head-btn {
  line-height: 1;
  border-radius: 4px !important;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
  color: #fff !important;
  border: 2px solid #ec848b !important;
  background: #ec848b !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.primary-btn {
  line-height: 1;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
  color: #fff !important;
  border: 2px solid #FF9900;
  background: #FF9900;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); */
  border-radius: 4px;
}

.primary-btn:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
}

.primary-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.primary-btn-outline {
  line-height: 1;
  border-radius: 4px;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
  border: 2px solid #ec848b;
  color: #ec848b !important;
  background: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn-outline:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
}

.primary-btn-outline:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.secondary-btn {
  line-height: 1;
  border-radius: 4px;
  padding: 12px 33px;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
  color: #fff !important;
  background: #FFBB00 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.secondary-btn:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
}

.secondary-btn:focus {
  outline: none;
}

.border-btn-new {
  line-height: 1;
  border-radius: 4px;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
  color: #FF9900 !important;
  border: 2px solid #fff;
  background-color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.border-btn-new:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
}

.border-btn-new:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.white-btn {
  line-height: 1;
  border-radius: 4px;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
  color: #3d3d3d !important;
  border: 2px solid #fff;
  background: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.white-btn:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
}

.white-btn:focus {
  outline: none;
}

.bg-gray {
  background-color: #f5f5f5;
}

.pt-200 {
  padding-top: 200px;
}

.bg-white {
  background: #ffffff;
}

.black {
  color: #3d3d3d;
}

.blk-opcty-87 {
  color: rgba(0, 0, 0, 0.87);
}

.blk-opcty-0-1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.blk-opcty-0-3 {
  color: rgba(0, 0, 0, 0.3);
}

.blk-opcty-0-5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.danger-msg {
  color: red;
  font-weight: 500;
}

.sucess-msg {
  color: #57d18f;
  font-weight: 500;
}

.back-to-top.plug {
  background-color: #ec848b;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.back-to-top.show {
  z-index: 99999;
}

.back-to-top {
  width: 54px;
  height: 54px;
}

.back-to-top i {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 36px;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

a:hover {
  color: #ec848b;
}

.page-heading h2 {
  margin-bottom: 10px;
}

.page-heading p {
  line-height: normal;
}

.input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
}

.input-group .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .input-group-append .input-group-text {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  border-left: none !important;
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .input-group-append .input-group-text .pass-visibility {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-group .input-group-append .input-group-text:hover {
  cursor: pointer;
}

button:disabled {
  opacity: 0.5 !important;
}

.section-line-btn {
  color: #000000 !important;
  margin-left: 2rem;
}

.section-line-btn::after {
  background: #000000 !important;
}

.preloader {
  background: #ec848b;
}

/* .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
} */

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.header-wraper {
  width: 100%;
  padding-left: calc(5% + 0px);
  padding-right: calc(5% + 0px);
}

.btn-crs.plug {
  background: #ec848b;
  color: #ffffff;
}

.btn-crs.plug:hover {
  background: #6addc6;
  color: #ffffff;
}

.header .header-main.email .main-menu .nav>li>a {
  color: #3d3d3d;
}

.header .header-main.plugin .main-menu .nav li.current-menu-parent>a,
.header .header-main.email .main-menu .nav li.current-menu-parent>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-main.plugin .main-menu .nav li.current-menu-parent>a::after,
.header .header-main.email .main-menu .nav li.current-menu-parent>a::after {
  content: "";
  display: block;
  opacity: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  width: 35px;
  background: #ec848b;
  opacity: 1;
}

.header .header-main.email.sticky .main-menu .nav>li.current-menu-parent>a,
.header .header-main.email.sticky .main-menu .nav>li.current-menu-item>a,
.header .header-main.email.sticky .main-menu .nav>li:hover>a {
  color: #292929 !important;
}

.header .header-main .main-menu .nav li ul {
  width: 300px;
  box-shadow: 0 1px 10px 0 rgba(140, 152, 164, 0.15);
}

.header .header-main .main-menu .nav li ul li a {
  font-weight: 600;
  padding: 13px 22px;
}

.header .header-main .main-menu .nav>li>a,
.header .header-main.plugin .main-menu .nav>li>a {
  font-weight: 600;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.15rem !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-main .main-menu .nav>li>a::after,
.header .header-main.plugin .main-menu .nav>li>a::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  opacity: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  width: 0;
  background: #ec848b;
}

.header .header-main .main-menu .nav>li>a:hover::after,
.header .header-main.plugin .main-menu .nav>li>a:hover::after {
  width: 35px;
  opacity: 1;
}

.header .header-main.email .main-menu .nav li ul li:hover>a {
  color: #ec848b;
}

.header .header-main.sticky #menu-button span,
.header .header-main.sticky #menu-button span:before,
.header .header-main.sticky #menu-button span:after {
  background: #707070 !important;
}

.highlighted-text {
  color: #ec848b;
}

/******HOME MAIN SECTION*****/
.shopping_girl,
.shopping_girl_p {
  border-radius: 15px;
  width: 100%;
}

.shopping_frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.shopping_bag {
  position: absolute;
  bottom: -30px;
  left: -55px;
}

.shopping_bag img {
  width: 180px;
}

.home-top-small {
  margin-bottom: 5px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 0.875rem;
}

.home-btm-instruction {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}


.banner.style--two.plugins .banner-content h1 {
  font-size: 2.25rem;
  text-transform: none;
  line-height: 1.2 !important;
}

.btn-book.line-btn {
  font-size: 1.15rem;
}

.btn-book.line-btn:before {
  display: none;
}

.banner-content .content {
  margin-bottom: 24px;
}

.banner-content .content h2 {
  font-size: 1.87rem;
  max-width: 100%;
  font-weight: 300;
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #3d3d3d;
}

.banner .banner-content h1 {
  color: #3d3d3d !important;
}

.gradient-box-1,
.gradient-box-2,
.gradient-box-3 {
  background: #ec848b;
}

.logo img {
  width: 130px;
}

.mobile-template-showcase {
  display: none;
}


.ribbon {
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ribbon h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ribbon h3 span {
  background: #ffffff;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 0;
}

.ribbon h3 span i {
  font-size: 16px;
  color: #ec848b;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
}

.ribbon:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
}

.section-title h2.black {
  color: #3d3d3d;
}

.section-title.host h2 {
  font-weight: 500;
}

.section-title.sec-first-title h2 {
  font-size: 2.75rem !important;
  line-height: 1.5;
}

.section-title.sec-second-title h2 {
  font-size: 2.25rem !important;
  line-height: 1.5;
}

.feature-content.plug .section-title h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 500;
}

.section-title h3 {
  font-size: 1.125rem;
  line-height: 2;
}

.section-title .title {
  font-size: 2.25rem;
}

/*****Features*****/
.ys-features {
 padding: 40px;
}

.ys-features .service-icon img {
  width: 50px;
}

.ys-features .service-content h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.section-title.host h2 {
  font-size: 2.25rem;
}

.section-title p {
  font-size: 1.125rem;
}

.single-service.style--six .service-content p {
  font-size: 1rem;
  line-height: 1.5;
}

.single-service.style--six {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
}

.cta-content h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-service.style--three.plug .service-icon img {
  width: 100px;
}

.feature-wrap.plug {
  padding-top: 80px;
  padding-bottom: 55px;
}

.ys-premium-features {
  background: #ffffff !important;
  padding: 40px 20px !important;
}

.ys-premium-features .service-content h3 {
  color: #000000 !important;
  font-size: 1.125rem;
  line-height: 1.5;
}

/*****Contact*****/
.get-touch .contact-form {
  padding: 40px 60px;
  text-align: left;
}

.get-touch input,
.get-touch textarea {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.get-touch textarea {
  height: 150px !important;
}

/*****TESTIMONIALS*****/
.testimonial-single.style--two .tst-content .content h5 {
  font-size: 1rem;
}

.testimonial-single.style--two .ts-bottom p {
  font-size: 1rem;
}

.testimonial-info-inline .testimonial-info h5:after {
  content: none !important;
}

.flickity-slider,
.carousel-item,
.testimonial,
.carousel-item-inner {
  height: 100% !important;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ys-testimonial-wrapper .ys-testimonial {
  padding: 0 !important;
}

.ys-testimonial-wrapper .ys-testimonial .ys-client-testimonial-image img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.ys-testimonial-wrapper .ys-testimonial .ys-client-testimonial-content {
  padding: 20px;
}

.ys-testimonial-wrapper .ys-testimonial .ys-client-testimonial-content .ys-client-logo img {
  width: auto;
  height: 50px;
  margin: 20px 0;
}

.ys-testimonial-wrapper .ys-testimonial .ys-client-testimonial-content .ys-client-testimonial-des p {
  color: #3d3d3d;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.ys-testimonial-wrapper .ys-testimonial .ys-client-testimonial-content .ys-client-details .ys-client-name {
  color: #3d3d3d;
  opacity: 0.5;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}

.ys-testimonial-wrapper .ys-testimonial .ys-client-testimonial-content .ys-client-details .ys-client-designation {
  font-size: 1rem;
  font-weight: 500;
  color: #ec848b;
}

.ys-testimonial-wrapper .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 60px;
}

.ys-testimonial-wrapper .owl-nav button {
  right: -50px !important;
  border-radius: 10px !important;
}

.ys-testimonial-wrapper .owl-nav button svg {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 12px !important;
}

.ys-testimonial-wrapper .owl-nav button:hover {
  background: #ec848b !important;
}

.ys-testimonial-wrapper .owl-nav button:hover svg {
  fill: #ffffff;
}

.ys-testimonial-wrapper .owl-nav button.owl-prev,
.ys-testimonial-wrapper .owl-nav button.owl-prev {
  right: auto;
  left: -50px !important;
}

.ys-testimonial-wrapper .owl-dot {
  margin: 10px 3px;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
  background-color: #e0e0e0 !important;
}

.ys-testimonial-wrapper .owl-dot.active {
  border-radius: 50%;
  background-color: #ec848b !important;
}

.ys-testimonial-wrapper .owl-dots {
  right: 35%;
  top: unset;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 30px;
  bottom: 20px;
}

/*****LEADING BRANDS*****/


.accordion>.card .accordion-title {
  margin-left: 0;
}

/*****FOOTER*****/
.footer.plugin-footer {
  background-color: #ec848b;
}

.footer .widget.widget_text h2 {
  font-size: 1.15rem;
  line-height: 2rem;
}

.footer .widget .widget_title h3 {
  font-size: 1.5rem;
}

.footer .ftr-onln-business:last-child {
  margin-bottom: 0px;
}

.widget.widget_footer_menu .footer_menu.plug li a {
  font-size: 1.15rem;
}

footer .footer-main a:hover {
  color: #ffffff;
}

.footer .widget .widget-logo {
  width: 130px;
  margin-bottom: 10px;
}

.social-icon.plug a:hover {
  background-color: #e0a4a8;
}

.social-icon a .social-img {
  width: 24px;
}

/*****Pricing*****/
.pkg .pkg-list>span {
  background: #ec848b !important;
}

.pkg.active .pkg-list {
  background: #ec848b !important;
}

.btn-pay.host {
  background: #ec848b;
}

.pkg .pkg-list {
  padding: 35px;
}

.pkg-info .price-feature li,
.mobile-price-feature .price-feature li {
  margin-bottom: 18px !important;
}

.pricing-right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pkg .pkg-list .left h3 {
  font-size: 22px;
}

.pkg .pkg-list .left .pack-name {
  margin-bottom: 15px;
}

.pkg .pkg-list .left div h3 {
  color: #ec848b;
  font-size: 16px;
}

.pkg .pkg-list .left div strong {
  font-size: 16px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.pkg:hover .pkg-list .left div strong {
  color: #ffffff;
}

.pkg-info h3.pkg-name {
  background-color: rgba(236, 132, 139, 0.3);
  color: #ec848b;
}

.pkg-info .price-feature p,
.mobile-price-feature .price-feature p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.pkg-info .price-feature p i,
.mobile-price-feature .price-feature p i {
  margin-right: 10px;
  color: #79e0c9;
}

.pricing-tab-card-inner ul {
  list-style-type: disc;
  padding-left: 20px;
}

.pricing-tab-card-inner ul li {
  -webkit-transition: 0.5s linear !important;
  transition: 0.5s linear !important;
  color: #3d3d3d;
  font-size: 18px;
}

.pkg:hover .pkg-list .left ul li,
.pkg.active .pkg-list .left ul li {
  color: #ffffff;
}

/*****Mobile Pricing*****/
.mobile-pricing,
.mobile-feature {
  display: none;
}

.mobile-pricing-tables .nav-tabs {
  border-radius: 15px;
  border-bottom: none;
  margin-bottom: 20px;
  background: #f6f6f6;
}

.mobile-pricing-tables .nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 4px;
}

.mobile-pricing-tables .nav-tabs .nav-link.active {
  border-radius: 12px;
  border: none;
  background: #ec848b;
  color: #fff;
}

.mobile-pricing-tables .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3d;
  padding: 0.75rem 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  border: none;
  -webkit-transition: none;
  transition: none;
}

.mobile-pricing-tables .nav-tabs .nav-link:hover {
  color: #ffffff;
  border: none;
  border-color: transparent;
}

.mobile-pricing-tables .nav-tabs .nav-link:focus {
  color: #ffffff;
  border: none;
}

.mobile-pricing-tables .mobile-features-head-amout h2 {
  color: #3d3d3d;
  margin-bottom: 20px;
}

.mobile-pricing-tables .mobile-features-head-amout h3 {
  color: #ec848b;
  margin-bottom: 20px;
}

.mobile-pricing-tables .mobile-features-head-amout h4 {
  color: #3d3d3d;
}

.mobile-pricing-tables .mobile-features-inner {
  padding: 20px 20px 30px 20px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

/*****PRICING END*****/
/*****highlighted-sec*****/
.highlighted-sec {
  background: #ec848b;
}

.btn-crm.border-btn.style--two {
  border: 2px solid #ffffff !important;
}

.btn-crm.border-btn.style--two:hover {
  background-color: #55d292 !important;
}

.terms-head {
  color: #3d3d3d;
}

/*****SIGNUP*****/
#email-exist {
  color: red;
  font-size: 14px;
  line-height: 1;
}

.signup-form-title h2,
.signin-form-title h2 {
  font-size: 2rem !important;
  margin-bottom: 0px !important;
  line-height: normal;
}

.signup-form-title p,
.signin-form-title p {
  max-width: 100%;
}

.mobile-num-container .input-group-prepend .input-group-text {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  padding-right: 0;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.mobile-num-container .input-group-prepend .input-group-text select {
  border: none;
  background: transparent;
  width: 60px;
}

.mobile-num-container .form-control {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.signup-icon-container .input-group-append .input-group-text {
  background-color: transparent;
  border: none;
}

.signup-form .login-text {
  font-size: 13px;
}

.email-group .input-group-append i {
  opacity: 0.1;
}


.step-one {
  width: 33.3%;
}

.step-two {
  width: 66.66%;
}

.step-three {
  width: 100%;
}

.step-four {
  width: 100%;
}

.check-status {
  font-size: 1rem !important;
}

.invalid-category {
  display: none;
}

.email-exist-wrapper {
  display: none;
}

.email-exist {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #ea4a4a;
  padding: 5px 10px;
  border-radius: 5px;
}

.email-exist i {
  color: #fff;
}

.email-exist span {
  color: #fff;
}

/*****BLOGS*****/
.color-black {
  color: #707070 !important;
}

.bshadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.header .header-main.email .main-menu {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.section-title.host {
  margin-bottom: 25px;
}

.header .header-main.plugin #menu-button span,
.header .header-main.plugin #menu-button span:before,
.header .header-main.plugin #menu-button span:after {
  background: #707070;
}

.clientlogo {
  background: url("../img/yourstore/clients-logos.png") no-repeat;
}

.bg-ell_logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-position: -2px -2px;
}

.bg-fabloe_logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-position: -146px -2px;
}

.bg-histyle_logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-position: -2px -146px;
}

.bg-kay_logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-position: -146px -146px;
}

.bg-manyapratha_logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-position: -290px -2px;
}

.bg-tulsi_logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-position: -290px -146px;
}

.partners-technology {
  background: url("../img/yourstore/partners-technology.png") no-repeat;
}

.bg-cloudflare_logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-position: -2px -2px;
}

.bg-facebook_logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-position: -126px -2px;
}

.bg-google_logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-position: -2px -126px;
}

.bg-node_js_logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-position: -126px -126px;
}

.bg-razorpay_logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-position: -250px -2px;
}

.bg-redis_logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-position: -250px -126px;
}

/*****End BLOGS*****/
.txt-trans-n-btn {
  text-transform: none !important;
  line-height: 1.3;
}

.img-list-check li {
  padding-left: 0;
}

.img-list-check li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-list-check li h3 img {
  width: 50px;
  margin-right: 20px;
}

.img-list-check li:after {
  display: none;
}

blockquote {
  max-width: 100%;
  margin-top: 50px;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
}

blockquote:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: -40px;
  z-index: 2;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z' fill='rgba(218,222,237,1)'/%3E%3C/svg%3E");
}

blockquote:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -40px;
  right: 0px;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M19.417 6.679C20.447 7.773 21 9 21 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311-1.804-.167-3.226-1.648-3.226-3.489a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179zm-10 0C10.447 7.773 11 9 11 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311C4.591 12.322 3.17 10.841 3.17 9a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179z' fill='rgba(218,222,237,1)'/%3E%3C/svg%3E");
}

.address-head {
  font-weight: 600;
  margin-bottom: 6px !important;
}

.spin {
  display: none;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.show-spin {
  display: inline-block;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*Sathya Free tools*/
.freetool-txt a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}

.freetool-txt a:hover {
  color: #fff !important;
  text-decoration: none;
}

.banner.style--two.plugins {
  padding-top: 140px !important;
  padding-bottom: 0px !important;
}

.block__icon {
  margin-bottom: 1em;
}

.icon--fill-primary {
  fill: #008060;
}

.icon--size-small {
  width: 45px;
  height: 45px;
}

.icon {
  display: inline-block;
  width: 0.8em;
  height: 1em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.material-icons-two-tone {
  -webkit-filter: invert(60%) sepia(56%) saturate(840%) hue-rotate(355deg) brightness(96%) contrast(112%);
  filter: invert(60%) sepia(56%) saturate(840%) hue-rotate(355deg) brightness(96%) contrast(112%)

}

.theme-input-style {
  height: 42px !important;
}

.service-link a {
  /* color: #ec848b !important; */
  color: #FF9900 !important;
  text-decoration: underline;
}

/*****Sections*****/
.section7 .single-service .icon-arrow {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0.22, 0.28, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0.22, 0.28, 1);
  transition: transform 300ms cubic-bezier(0.4, 0.22, 0.28, 1);
  transition: transform 300ms cubic-bezier(0.4, 0.22, 0.28, 1), -webkit-transform 300ms cubic-bezier(0.4, 0.22, 0.28, 1);
}

.section7 .single-service:hover .icon-arrow {
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}

.section4 .ys-premium-features {
  padding: 0 !important;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1) !important;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1) !important;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.section4 .ys-premium-features:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

.section4 .ys-premium-features:hover img {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.section4 .image-crop {
  overflow: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  border-radius: 20px;
}

.section4 .image-crop img {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
}

.section4 picture {
  margin-bottom: 0 !important;
}

.section4 picture img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section4 .arrow-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.section4 .arrow-button .material-icons {
  color: #000;
}

.section4 .ys-premium-features:hover .arrow-button {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.section4 .ys-premium-features:hover .arrow-button:hover {
  background-color: #ec848b;
}

.section4 .ys-premium-features:hover .arrow-button:hover .material-icons {
  color: #fff;
}

.section4 .service-content h3 {
  color: #000000 !important;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}

.section5 img,
.section6 img {
  border-radius: 20px;
}

.section8 .ys-premium-features {
  padding: 40px 40px !important;
}

.section8 .ys-premium-features .service-content h3 {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}

.pricing-section .pricing-table-header {
  text-align: center;
}

.pricing-section .pricing-table-header h5 {
  display: inline-block;
  padding: 0.6em 1.2em;
  margin: 0;
  background-color: #F1F3F7;
  border-radius: 50em;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #2D3136;
}

.pricing-section .pricing {
  margin: 0;
  line-height: 1em;
  position: relative;
}

.pricing-section .pricing>.span2 {
  font-size: 45px;
}

.pricing-section .pricing>.span2 .span3 {
  font-size: 16px !important;
  position: absolute;
  bottom: 12px;
  text-decoration: line-through;
}

.pricing-section .pricing>.span1 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 12px;
}

.pricing-section .pricing small {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 13px;
}

.pricing-section .pricing-table-body {
  margin-top: 25px;
  font-size: 16px;
}

.pricing-section .pricing-table ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0 !important;
}

.pricing-section .pricing-table-body ul {
  padding-left: 0 !important;
}

.pricing-section .pricing-table-body li {
  display: block;
  margin-bottom: 5px;
}

/*FAQ*/
#faq .fcard {
  border-bottom: 1px solid #eee;
}

#faq .fcard .card-body {
  font-size: 16px;
}

#faq .fcard .fcard-header {
  border: 0;
  padding: 0;
}

#faq .fcard .fcard-header .btn-header-link {
  text-align: left;
  color: #3d3d3d;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#faq .fcard .fcard-header .btn-header-link:after {
  content: "expand_less";
  font-family: "Material Icons";
  font-weight: 500;
  float: right;
  font-size: 24px;
}

#faq .fcard .fcard-header .btn-header-link.collapsed {
  background: #fff;
  color: #3d3d3d;
}

#faq .fcard .fcard-header .btn-header-link.collapsed:after {
  content: "expand_more";
  font-family: "Material Icons";
}

#faq .fcard .collapsing {
  background: #fff;
  line-height: 30px;
}

#faq .fcard .collapse {
  border: 0;
}

#faq .fcard .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #3d3d3d;
}

.client-section .col-item {
  width: calc(100% * 1 / 5);
}

.section2 .service-content img {
  border-radius: 20px;
}

/*Media query*/
@media screen and (min-width: 1200px) {

  .banner .container-fluid,
  .section8 .container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .container {
    width: 75%;
  }

  .shopping_girl {
    width: 500px;
    height: auto;
  }

  .section8 img {
    margin-bottom: -65px;
  }
}

@media only screen and (max-width: 1199px) {
  .signup-form-right {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .section8 img {
    margin-bottom: -45px;
  }
}

@media (min-width: 1024px) {
  .carousel-item {
    min-height: 300px;
    max-height: 100%;
  }

  .mob-center-sec {
    margin-top: 0px !important;
  }
  .banner .container-fluid,
  .section8 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .carousel-item {
    min-height: 350px;
    max-height: 100%;
  }

  .section4 picture img {
    height: 400px !important;
  }

  .shopping_girl {
    width: 450px;
  }

  .tab {
    padding: 9px !important;
  }

  .position img {
    width: 100% !important;
    height: auto;
  }

  .transparent-card h3 {
    font-size: 13px !important;
  }

  .transparent-card h5 {
    font-size: 12px !important;
  }

}

@media (max-width: 991px) {
  .banner-content .content h2 {
    font-size: 1.125rem !important;
  }

  .home-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .banner.style--two.plugins .banner-content {
    margin-top: 0;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pt-md-140 {
    padding-top: 140px;
  }

  .pb-md-140 {
    padding-bottom: 140px;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-40 {
    padding-bottom: 40px !important;
  }

  .pt-40 {
    padding-top: 40px !important;
  }

  .pb-50 {
    padding-bottom: 50px;
  }
  .pt-50{
    padding-top: 50px;
  }

  .pt-60 {
    padding-top: 40px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .section2.pb-50 {
    padding-bottom: 0px !important;
  }

  .shopping_bag {
    left: 10px;
  }

  .footer-invisible {
    display: none;
  }

  .footer-invisible-widget {
    display: none;
  }

  .desktop-template-showcase {
    display: none;
  }

  .mobile-template-showcase {
    display: block !important;
  }

  .owl-dots {
    display: none;
  }

  .mobile-pricing,
  .mobile-feature {
    display: block;
  }

  .desktop-pricing,
  .desktop-feature {
    display: none;
  }
  .mobile-tab {
    display: flex !important;
  }

  .desktop-tab {
    display: none !important;
  }
  .section-title {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .container-fluid{
    padding-left:30px;
    padding-right:30px;
  }
  .pricing-section .container-fluid {
    padding: 0 !important;
  }

  .header .header-main {
    min-height: 75px !important;
  }

  .banner.style--two.plugins {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .home-btm-instruction {
    padding: 20px 0;
  }

  .banner.style--two.plugins .banner-content h1 {
    font-size: 30px;
    line-height: 1.3 !important;
    margin-bottom: 10px;
  }

  /* .banner .banner-content {
    margin-bottom: 10px;
  } */

  .feature-content.plug .banner-btn-group {
    padding-top: 30px !important;
  }

  .pt-80 {
    padding-top: 80px;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .pt-50{
    padding-top: 80px;
  }
  .pb-50{
    padding-bottom: 80px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pt-100{
    padding-top: 80px;
  }
  .pb-100{
    padding-bottom: 80px;
  }
  .pb-70{
   padding-bottom: 80px;
  }

  #section-4{
    padding-bottom: 40px;
  }
  #section-5{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-6{
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #section-7{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-8{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-9{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-title {
    text-align: center !important;
  }

  .section-title.host h2 {
    font-size: 2rem !important;
  }

  .mob-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    text-align: center !important;
  }

  .c-md-mt-30 {
    margin-top: 30px !important;
  }

  .c-md-mb-30 {
    margin-bottom: 30px !important;
  }

  .position {
    margin: 0px !important;

  }

  .position img {
    margin: 0 0 1rem;
    width: 100% !important;
    height: auto !important;
  }

  .tab {
    padding: 0px !important;
  }

  .mob-card {
    /* padding-left: 0px !important;
    padding-right: 0px !important; */
    margin-bottom: 1.5rem !important;
  }
  .panels{
    padding: 0px 0px !important;
  }
}

@media only screen and (max-width: 767px) {

  .container{
    padding-left:24px;
    padding-right: 24px;
  }
  .client-section .col-item {
    width: calc(100% * 1 / 3) !important;
    padding: 5px;
  }

  .client-section .col-item:nth-child(10) {
    display: none !important;
  }

  .client-section p {
    font-size: 14px !important;
  }

  .client-section img {
    padding: 5px;
    width: 100% !important;
    height: auto;
    border: 1px solid #eee;
    border-radius: 6px;
  }

  .carousel-item {
    min-height: 300px;
    max-height: 100%;
  }

  .prl-sm-15 {
    padding: 0 15px !important;
  }

  .ys-testimonial-wrapper .ys-testimonial {
    min-height: 660px;
    padding: 10px !important;
  }

  .banner-content .content P.freetool-txt {
    font-size: 14px !important;
  }

  .banner .banner-content p {
    margin-bottom: 10px;
  }

  .freetool-txt a {
    font-size: 14px !important;
  }

  .banner.style--two.plugins .banner-content h1,
  .banner.style--two.plugins .banner-content h1 p {
    font-size: 28px !important;
  }

  .banner-content .content P {
    font-size: 18px !important;
  }

  .primary-btn,
  .btn-book,
  .border-btn-new,
  .primary-btn-outline {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }

  .section-title.host h2 {
    font-size: 30px !important;
  }

  .section5 .feature-content.plug .section-title {
    margin-bottom: 0px !important;
  }

  .section-title .title {
    font-size: 24px !important;
  }

  .section-title p {
    font-size: 16px !important;
  }

  .section4 picture img {
    height: 230px !important;
  }

  .section4 .service-content h3 {
    font-size: 16px !important;
  }

  .pricing-section .pricing>.span1 {
    margin-bottom: 12px !important;
  }

  .pricing-section .pricing>.span2 {
    font-size: 45px !important;
  }

  .pricing-section .pricing small {
    margin-bottom: 14px !important;
  }

  .pricing-section .pricing>.span2 .span3 {
    bottom: 13px !important;
  }

  .pricing-section .section-title.host h2 {
    font-size: 28px !important;
  }

  .pricing-section .section-title p {
    font-size: 14px !important;
  }

  .mobile-tab {
    display: block !important;
  }

  .desktop-tab {
    display: none !important;
  }

 .mob-card{
  text-align: center;
 }
}

@media (max-width: 575px) {
  /* .banner .banner-content h1 br {
    display: block !important;
  } */

  .shopping_bag img {
    width: 100px;
  }

  .header-wraper {
    padding-left: calc(5% + 4px);
    padding-right: calc(5% + 4px);
  }

  .ribbon {
    height: 30px !important;
    line-height: 30px !important;
  }

  .ribbon h3 {
    font-size: 12px !important;
  }

  .ribbon h3 span {
    padding: 4px !important;
    margin-left: 3px !important;
  }

  .ribbon h3 span i {
    font-size: 10px !important;
  }

  .header .header-main {
    min-height: 75px;
  }

  .logo img {
    width: 130px;
  }

  .pricing-right-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-heading h2 {
    font-size: 24px;
  }

  .banner.style--two.plugins {
    padding-top: 120px;
  }

  .feature-content.plug .section-title h2 {
    font-size: 1.75rem !important;
  }

  .signup-form-title h2,
  .signin-form-title h2 {
    font-size: 1.5em;
  }

  .img-list-check li h3 img {
    width: 35px;
    margin-right: 15px;
  }

  .signup-form-title h2,
  .signin-form-title h2 {
    font-size: 1.5em;
  }

  .section-title h3 {
    font-size: 1rem !important;
  }

}

@media (max-width: 479px) {
  .ys-features {
    padding: 20px;
  }

  .ys-features .service-icon {
    margin-right: 20px;
  }

  .ys-premium-features {
    padding: 20px !important;
  }

  .ys-premium-features .service-icon {
    margin-right: 20px;
  }

  .mobile-pricing-tables .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0.75rem 0.75rem;
  }
}

/* subash css */

.banner-content .content h2 {
  font-size: 1.25rem;
  max-width: 100%;
  font-weight: 300;
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #8d8d8d;
}


.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  margin: 30px 0px 30px 0px;
  width: 100%;
  /* justify-content: space-between; */
  display: flex;
}

.tab {
  cursor: pointer;
  /* padding:2px 30px; */
  /* margin:0px 2px; */
  /* background:# 000; */
  display: inline-block;
  color: #3d3d3d;
  border-radius: 3px 3px 0px 0px;
  /* box-shadow: 0 0.5rem 0.8rem #00000080; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-bottom: 3px solid transparent;
}

.panels {
  background: #fffffff6;
  /* box-shadow: 0 2rem 2rem #00000080; */
  /* min-height:200px; */
  width: 100%;
  /* max-width:500px; */
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 0px;
}

.tab img {
  padding-right: 20px;
  cursor: pointer;
}

.tab label {
  font-size: 20px;
  cursor: pointer;
  white-space: nowrap;
  padding: 1rem 1.5rem;
}

#section-2 .panel {
  display: none;
  animation: fadein .8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold
}

.radio {
  display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel {
  display: block !important
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab,
#four:checked~.tabs #four-tab {
  /* background:#fffffff6; */
  color: #FF9900;
  border-bottom: 3px solid #FF9900;
}

#one:checked~.tabs #one-tab {
  border-bottom-left-radius: 0.3125rem !important;
}

#four:checked~.tabs #four-tab {
  border-bottom-right-radius: 0.3125rem !important;
}


.panel li {
  text-align: start
}

.panel ul {
  padding-left: 0px;

}

.section-title ul {
  padding-top: 20px;
  padding-left: 0px;
}

.section-title ul.checkmark li {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: .25em 0 0 2.5em;
  position: relative;
}

.section-title ul.checkmark li::before {
  content: " ";
  display: block;
  border-radius: .8em;
  height: 0;
  width: 0;
  position: absolute;
  left: .5em;
  top: 40%;
  margin-top: -.5em;
}

.section-title ul.checkmark li::after {
  content: " ";
  display: block;
  width: 0.4em;
  height: 0.8em;
  border: solid #ec848b;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 1em;
  top: 40%;
  margin-top: -.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-color {
  background: #466368;
  background: linear-gradient(to top, #ffffff, #cff8ef);
}

.card-color-red {
  background: #466368;
  background: linear-gradient(to top, #ffffff, #dbb6e2);
}

.card-color-blue {
  background: #466368;
  background: linear-gradient(to top, #ffffff, #b7c4e9);
}

.card-color-green {
  background: #466368;
  background: linear-gradient(to top, #ffffff, #c1f0bd);
}

.card-color2 {
  background: #466368;
  /* background: linear-gradient(180deg, #FFC76D 0%, #FFFCF9 100%); */
  background: linear-gradient(180deg, rgb(255 199 109 / 15%) 0%, #FFFCF9 100%);
  border-radius: 8px;
  padding: 25px;
}

.card-color2-red {
  background: #466368;
  /* background: linear-gradient(180deg, #FE95B5 0%, #FFFCF9 100%); */
  background: linear-gradient(180deg, rgb(255 51 102 / 10%) 0%, rgba(255, 51, 102, 0) 100%);
}

.card-color2-blue {
  background: #466368;
  /* background: linear-gradient(180deg, #0288d1bf 0%, #FFFCF9 100%); */
  background: linear-gradient(180deg, rgb(2 136 209 / 10%) 0%, #FFFCF9 100%);
}

.card-color2-green {
  background: #466368;
  /* background: linear-gradient(180deg, #f61c0d78 0%, #FFFCF9 100%); */
  background: linear-gradient(180deg, rgb(246 28 13 / 10%) 0%, #FFFCF9 100%);
  ;
}

.transparent-card span {
  font-size: 38px;
  color: black;
  margin-bottom: 20px;
}

.transparent-card {

  border-radius: 8px;
  padding: 25px;
}

.transparent-card h3 {
  font-size: 22px;
  font-weight: 600;
  /* margin-bottom: 30px; */
  margin-bottom: 12px;
  color: #000000
}

.transparent-card h5 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400
}

.free-ecommerce-site {
  /* background: #ec848b */
  background: #FF9900;
}

.free-ecommerce-site h4 {
  padding-top: 20px;
}

.free-ecommerce-site button {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .tab {
    cursor: pointer;
    padding: 10px !important;
    white-space: unset !important;
    line-height: 1.2rem;
  }

  .panels {
    padding: 20px 0px;
  }

  .tab label {
    font-size: 14px;
    white-space: break-spaces;
    padding: 6px 12px;
  }

  .tab img {
    padding-right: 5px;
    width: 30px
  }
}

/*landingpage css (extra class) */
.tab-border {
  box-shadow: 0 3px 6px 0 rgb(140 152 164 / 25%);
  border-radius: 5px;
}

a,
.arrow-btn .svg,
.header .header-main .main-menu .offcanvas-trigger span,
.offcanvas-overlay,
#mobile_menu,
#menu-button span,
#menu-button span:before,
#menu-button span:after,
.single-service,
.modal-header button.close {
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}


/* ******Animations***** */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2;
  }
}

@keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2;
  }
}

.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
  animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* Custom */

@-webkit-keyframes leftToRight {
  from {
    left: 0;
  }
  to {
    right: 0;
  }
}

@keyframes leftToRight {
  from {
    left: -130px;
  }
  to {
    left: 100%;
  }
}

.mob-card{
  margin-bottom: 30px;
  display: flex;
}

.media-body{
  flex: 1 0 auto !important;
}
#section-2 .section-title{
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px)
{
.banner-content h1 br, .banner.email .banner-content h1 br {
    display: none;
}
}

@media only screen and (min-width:1200px) and (max-width: 1500px)
{
.banner-content h1 br, .banner.email .banner-content h1 br {
    display: block!important;
}
}

/* dd */
.accordion{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordion-item{
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
    border-radius: unset;
    border: none;

}
.accordion-button:focus {
  z-index: 3;
  border-color: #000 !important;
  box-shadow:unset ;

}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
}
.accordion-button::after{
  filter: invert(60%) sepia(56%) saturate(840%) hue-rotate(355deg) brightness(96%) contrast(112%);
}
.accordion-button{
  font-size: 18px;
  font-weight: 600;
}
.service-content a {
  color: #ff9900 !important;
  text-decoration: underline;
}
