/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY WorkDo  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
@media screen and (min-width:1199px) {

  /******************** home-banner-sec start css ********************/
  .home-banner-sec .section-title {
    max-width: 85%;
    width: 100%;
  }

  .page-template-dash-envato-landing-page .product-banner-section .dash-banner-title h1 {
    max-width: 500px;
    width: 100%;
  }

  /******************** home-banner-sec end css ********************/
  /******************** add-ons-section start css ********************/
  .add-ons-section .add-ons-wrp .btn-wrapper {
    margin-bottom: -30px;
  }

  /******************** add-ons-section end css ********************/
}

@media screen and (min-width:992px) {
  .desk-only {
    display: block !important;
  }

  .mobile-only {
    display: none !important;
  }

  /********************* header start css ********************/
  .main-navigation ul.menu>li.menu-item-has-children>a::after,
  .main-navigation ul.menu>li.page_item_has_children>a::after {
    width: 8px !important;
    height: 8px !important;
  }

  /********************* header end css ********************/
  /********************* client-support-section start css ********************/
  .client-support-section .client-support-content span {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  /********************* client-support-section end css ********************/
  /********************* advocatego-core-sec end css ********************/
  .advocatego-core-sec .advocatego-core-image {
    display: none;
  }
  /********************* advocatego-core-sec end css ********************/
  /********************* mobile-app-core-sec start css ********************/
  .mobile-app-core-sec .core-grid{
    gap: 30px;
  }
  /********************* mobile-app-core-sec end css ********************/
}

@media screen and (min-width:768px) {

  /******************** header start css ********************/
  .main-navigation ul.menu>li.menu-item-has-children>a::after,
  .main-navigation ul.menu>li.page_item_has_children>a::after {
    border-bottom: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    content: '';
    height: 6px;
    width: 6px;
    margin-top: -5px;
    pointer-events: none;
    transform-origin: 66% 66%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform: translateY(-2px) rotate(45deg);
    -webkit-transform: translateY(-2px) rotate(45deg);
    -ms-transform: translateY(-2px) rotate(45deg);
    -moz-transform: translateY(-2px) rotate(45deg);
    -o-transform: translateY(-2px) rotate(45deg);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }

  .main-navigation ul.menu>li.menu-item-has-children:hover>a::after,
  .main-navigation ul.menu>li.page_item_has_children:hover>a::after {
    transform: translateY(-2px) rotate(228deg);
    -webkit-transform: translateY(-2px) rotate(228deg);
    -moz-transform: translateY(-2px) rotate(228deg);
    -ms-transform: translateY(-2px) rotate(228deg);
    -o-transform: translateY(-2px) rotate(228deg);
  }

  .main-navigation ul.menu {
    text-align: center;
  }

  .main-navigation ul.menu>li:hover a,
  .main-navigation ul.menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: center;
  }

  .mobile-navigation {
    display: none;
  }

  .main-navigation ul.menu>li:hover a,
  .main-navigation ul.menu>li:hover .sub-menu {
    background: var(--white) !important;
  }

  .main-navigation ul.menu>li a:focus,
  .main-navigation ul.menu>li a:hover {
    color: var(--theme-color) !important;
  }

  /********************  header end css  ********************/
  /********************  footer start css  ********************/
  .right-sidebar .widget-area {
    width: 100% !important;
    float: unset !important;
    margin-right: unset !important;
  }

  /********************  footer end css  ********************/
  /********************  bookinggo-features-sec start css  ********************/
  .bookinggo-features-sec .bookinggo-features-row .bookinggo-features-card {
    max-width: 33.33%;
    padding: 45px 10px 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .bookinggo-features-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  /********************  bookinggo-features-sec end css  ********************/
  /********************  address start css  ********************/
  .woocommerce-MyAccount-content .form-row-first,
  .woocommerce-MyAccount-content .form-row-last {
    width: 49%;
  }

  .woocommerce-MyAccount-content .form-row-first {
    margin-right: 0;
  }

  /********************  address end css  ********************/
  /********************  cart start css  ********************/
  .woocommerce-cart-form table.shop_table_responsive tr td {
    vertical-align: middle;
    padding: 15px 20px;
  }

  .woocommerce-cart-form table.cart td.product-subtotal {
    padding: 1.618em;
  }

  /********************  cart end css  ********************/
  /******************** outstanding-features-sec start css ********************/
  .single-shopify-themes .outstanding-features-sec .outstanding-card {
    max-width: 25%;
    padding: 0 10px;
    width: 100%;
  }

  /******************** outstanding-features-sec end css ********************/
}

@media screen and (max-width:768px) {

  /******************** digital-business-card-template start css ********************/
  /******************** maker-sec start css ********************/
  .maker-sec .content-wrapper {
    gap: 20px;
  }

  .maker-sec .content-wrapper .phone-mockup {
    display: none;
  }

  .maker-sec .feature-item {
    padding: 15px;
  }

  .analytics-sec .section-title,
  .vcard-features-sec .section-title, .maker-sec .section-title {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .maker-sec .features-wrp {
    gap: 20px;
  }

  /******************** maker-sec end css ********************/
  /******************** digital-business-card-template end css ********************/
  /******************** core-features-sec start css ********************/
  .core-features-sec .core-features-slider .core-features-card.slick-slide {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .core-features-sec .core-features-slider {
    padding: 0 15px 50px;
  }

  /******************** core-features-sec end css ********************/
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {

  /******************** outstanding-features-sec start css ********************/
  .single-shopify-themes .outstanding-features-sec .outstanding-card {
    max-width: 33.33%;
  }

  /******************** outstanding-features-sec end css ********************/
}

@media screen and (min-width:576px) {

  .customer-mob-image,
  .features-card-section .tab-wrp .item::before {
    display: none;
  }
}

@media screen and (max-width:1500px) {

  /******************** header start css ********************/
  .site-header-cart .widget_shopping_cart {
    right: 0 !important;
    left: auto !important;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  /********************  header end css  ********************/
}

@media screen and (max-width:1230px) {
  .offset-left {
    margin-left: 0;
    padding-right: 15px;
  }

  .offset-right {
    margin-right: 0;
    padding-left: 15px;
  }

  /******************** advance-solution-section start css ********************/
  .dash-application-sec .dash-application-wrp .application-content::before,
  .advance-wrp,
  .advance-solution-section .advance-row::before {
    display: none;
  }

  .advance-solution-section .advance-row {
    padding-bottom: 0;
  }

  /******************** advance-solution-section end css ********************/
  /******************** ecom-new-addon-section start css ********************/
  .ecom-new-addon-section .add-ons-inner a:nth-child(2n+1) {
    padding-top: 0;
  }

  .ecom-new-addon-section .add-ons-card-icon {
    width: 80px;
    height: 80px;
  }

  .ecom-new-addon-section .add-ons-inner a {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }

  .ecom-new-addon-section .add-ons-inner .add-ons-card-icon img {
    width: 40px;
    height: 40px;
  }

  .ecom-new-addon-section .add-ons-inner::before {
    display: none;
  }

  /******************** ecom-new-addon-section end css ********************/
  /******************** powerful-features-sec start css ********************/
  .powerful-features-wrp .powerful-inner .powerful-content::before {
    display: none;
  }

  /******************** powerful-features-sec end css ********************/
  /******************** mobile-home-section start css ********************/
  .me-minus {
    margin-right: -15px;
  }

  .ms-minus {
    margin-left: -15px;
  }

  /******************** mobile-home-section end css ********************/
  /******************** why-workdo-section start css ********************/
  .why-workdo-section .offset-left .title-content-inner {
    padding: 50px 15px 50px 0;
  }

  .why-workdo-section .offset-right .title-content-inner {
    padding: 50px 0 50px 15px;
  }

  /******************** why-workdo-section end css ********************/
}

@media screen and (max-width:1199px) {
  :root {
    --h1: normal 700 34px/1.2 var(--first-font);
    --h2: normal 700 32px/1.2 var(--first-font);
    --h3: normal 700 26px/1.2 var(--first-font);
    --h4: normal 700 22px/1.2 var(--first-font);
    --h5: normal 700 18px/1.2 var(--first-font);
  }

  /******************** header start css ********************/
  .main-navigation ul.menu>li>a {
    padding: 30px 5px;
    font-size: 13px;
  }

  .menu-right>li.profile-header>a {
    padding: 11px 15px;
    gap: 5px;
  }

  .site-header .navigation-row .main-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-navigation ul.menu>li.menu-item-has-children>a::after,
  .main-navigation ul.menu>li.page_item_has_children>a::after {
    margin-left: 4px;
  }

  .site-header .dropdown-menu li a {
    font-size: 13px;
  }

  /******************** header end css ********************/
  /******************** footer start css ********************/
  .footer-col.footer-link.footer-link-1 {
    max-width: 340px;
    flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    -webkit-box-flex: 0;
  }

  .footer-logo {
    max-width: 225px;
  }

  .footer-subscribe-col {
    max-width: 270px;
    flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    -webkit-box-flex: 0;
  }

  footer ul.list-inline li.list-inline-item img,
  .footer-social-wrapper ul li a {
    width: 25px;
    height: 25px;
  }

  .footer-col {
    padding: 0 15px;
  }

  footer.site-footer .container {
    padding: 0;
  }

  .footer-col.footer-link.footer-link-1 .btn-wrapper .btn {
    padding: 11px 15px;
  }

  /******************** footer end css ********************/
  /******************** product-category-sec start css ********************/
  .product-category-sec .category-card-content p {
    margin-bottom: 10px;
  }

  .product-category-sec .category-card-inner {
    padding: 10px 0px 0px;
  }

  .product-category-sec .category-card-content {
    padding: 0 10px;
  }

  .category-pro-icon {
    width: 40px;
    height: 40px;
    border-width: 2px;
    margin: 0 auto -20px;
  }

  .category-pro-icon svg {
    width: 20px;
    height: 20px;
  }

  /******************** product-category-sec end css ********************/
  /******************** bookinggo-sass-top-sec start css ********************/
  .ticketgo-top-sec .btn-wrapper .btn, .bookinggo-sass-top-sec .bookinggo-btn-wrapper .btn, .dash-sass-top-selling .dash-btn-wrapper .btn {
    padding: 10px 15px;
    font-size: 13px;
  }

  .bookinggo-sass-top-sec .bookinggo-btn-wrapper .btn svg,
  .dash-sass-top-selling .dash-btn-wrapper .btn svg {
    width: 16px;
    height: 16px;
  }

  .bookinggo-sass-top-sec .bookinggo-btn-wrapper .btn i, .dash-sass-top-selling .dash-btn-wrapper .btn i {
    font-size: 14px;
  }

  /******************** bookinggo-sass-top-sec end css ********************/
  /******************** dash-sass-top-selling end css ********************/
  .dash-sass-top-selling .dash-sass-left-col::after {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  /******************** top-selling-section start css ********************/
  .dash-sass-top-selling .filter-right-column {
    max-width: 100%;
    padding-right: 10px;
  }

  /******************** top-selling-section end css ********************/
  /******************** dash-banner-sec start css ********************/
  .product-banner-section .section-title p {
    font-size: 16px;
  }

  /******************** dash-banner-sec end css ********************/
  /******************** features-card-section start css ********************/
  .dash-landing-wrapper .features-card-section .section-title p {
    font-size: 18px;
  }

  /******************** features-card-section end css ********************/
  /******************** advance-solution-section start css ********************/
  .advance-solution-section .advance-row {
    gap: 30px;
  }

  /******************** advance-solution-section end css ********************/
  /******************** add-ons-section start css ********************/
  .add-ons-section .right-inner span, .add-ons-section .left-inner span {
    font-size: 18px;
  }

  /******************** add-ons-section end css ********************/
  /******************** payment-lang-banner-section start css ********************/
  .payment-lang-banner-section .section-title {
    max-width: 420px;
  }

  /******************** payment-lang-banner-section end css ********************/
  /******************** bookinggo-addons-sec start css ********************/
  .bookinggo-addons-sec .bookinggo-addons-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  /******************** bookinggo-addons-sec end css ********************/
  /******************** bookinggo-features-sec start css ********************/
  .bookinggo-features-sec .bookinggo-features-inner {
    padding: 10px;
  }

  .bookinggo-feature-inner .bookinggo-feature-img {
    padding-top: 45%;
  }

  .bookinggo-feature-inner .row {
    row-gap: 20px;
  }

  /******************** bookinggo-features-sec end css ********************/
  /******************** bookingo-integration-sec start css ********************/
  .bookingo-integration-sec .integration-tab {
    gap: 20px 40px;
  }

  /******************** bookingo-integration-sec end css ********************/
  /******************** powerful-features-sec start css ********************/
  .powerful-features-wrp .powerful-inner .powerful-image {
    width: 110px;
    height: 110px;
  }

  .powerful-features-wrp .powerful-inner .powerful-image img {
    width: 70px;
    height: 70px;
  }

  /******************** powerful-features-sec end css ********************/
  /******************** erpgo-modules-sec start css ********************/
  .erpgo-modules-wrapper .erpgo-modules {
    gap: 20px 40px;
  }

  .erpgo-modules::before {
    display: none;
  }

  /******************** erpgo-modules-sec end css ********************/
  /******************** listing-sec start css ********************/
  .listing-sec .listing-slider .listing-content span {
    font-size: 17px;
  }

  /******************** listing-sec end css ********************/
  /******************** information-sec start css ********************/
  .information-content .information-col-left {
    max-width: 45%;
  }

  .information-content .information-col-left h3 {
    font-size: 17px;
  }

  /******************** information-sec end css ********************/
  /******************** own-solution-section start css ********************/
  .own-solution-section .solution-card-image .saas-logo {
    max-width: 160px;
  }

  /******************** own-solution-section end css ********************/
  /******************** ticketgo-addons-sec start css ********************/
  .ticketgo-addons-row .addons-card h3 {
    font-size: 15px;
  }

  .ticketgo-addons-row .slide {
    max-width: 165px;
  }

  .ticketgo-addons-row .addons-card-icon {
    width: 55px;
    height: 55px;
    margin: 10px;
  }

  /******************** ticketgo-addons-sec end css ********************/
  /******************** advanced-sec start css ********************/
  .advanced-top .advanced-content-wrapper:not(:last-of-type)::after,
  .advanced-wrapper .layer2 {
    display: none;
  }

  .advanced-row {
    padding: 20px 15px 0;
    gap: 30px 40px;
  }

  .advanced-top {
    gap: 20px;
    padding: 0 15px;
  }

  /******************** advanced-sec end css ********************/
  /******************** get-app-banner-section start css ********************/
  .get-app-banner-section .title-content-wrp:after {
    right: -47vw;
    border-radius: 0 20px 20px 0;
  }

  /******************** get-app-banner-section end css ********************/
  /******************** features-card-section start css ********************/
  .support-wrapper .features-card-section .features-card {
    padding: 40px 15px 25px;
  }

  .support-wrapper .features-card .icon-div {
    margin-top: -70px;
  }

  /******************** features-card-section end css ********************/
  /******************** sels-info-sec start css ********************/
  .sels-info-sec {
    padding: 30px 0;
  }

  .sels-info-sec .sels-item-inner svg {
    width: 26px;
    height: 26px;
  }

  .sels-info-sec .sels-item-inner {
    padding: 10px 20px;
  }

  .sels-info-sec .sels-item-inner p {
    font-size: 14px;
  }

  /******************** sels-info-sec end css ********************/
  /******************** screenshot-section start css ********************/
  .screenshots-gallery-slider .slick-list {
    padding: 25px 15% 80px !important;
  }

  /******************** screenshot-section end css ********************/
  /******************** app-features-section end css ********************/
  .app-features-section .app-features-inner {
    padding: 15px;
  }

  /******************** app-features-section end css ********************/
  /******************** vcardgo-addon-banner start css  ********************/
  .vcardgo-addon-banner .vcard-banner-bg {
    display: none;
  }

  /******************** vcardgo-addon-banner end css  ********************/
  /******************** documentation start css  ********************/
  .documentation-leftbar .Document-title {
    padding: 20px 15px;
  }

  /******************** documentation end css  ********************/
  /******************** downloads start css  ********************/
  .material-kit-box-inner .left-side {
    max-width: 170px;
  }

  .material-kit-box-inner .right-side .btn-wrapper .btn {
    padding: 10px 13px;
    font-size: 12px;
  }

  /******************** downloads end css  ********************/
  /******************** dash-payment-gateway start css  ********************/
  .dash-payment-gateway .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .dash-payment-gateway .payment-gateway-content {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .payment-gateway-img {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
  }

  /******************** dash-payment-gateway end css  ********************/
  /******************** Web solution Section Start css  ********************/
  .web-solution-section::before {
    width: 800px;
    height: 800px;
  }

  /******************** Web solution Section End css  ********************/
  /******************** technologies-sec start css  ********************/
  .technologies-sec .integration-tab {
    gap: 20px;
  }

  /******************** technologies-sec end css  ********************/

 /******************** dash-promo-section start css ********************/


  .dash-promo-section .category-icon{
    height: 40px;
    width: 40px;
  }
  .dash-promo-section .category-icon svg{
    height: 25px;
    width: 25px;
}
 /******************** dash-promo-section end css ********************/


}

@media screen and (max-width:1024px) {

  /******************** payment-banner-section start css ********************/
  .payment-banner-section .arrow-wrapper {
    bottom: 25px;
  }

  /******************** fpayment-banner-section end css ********************/
  /******************** features-card-section start css ********************/
  .features-card-section .tab-head-row ul {
    height: 360px;
  }

  /******************** features-card-section end css ********************/
  .advocatego-core-sec .core-accordion {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

}

@media screen and (max-width:991px) {
  :root {
    --h1: normal 700 28px/1.2 var(--first-font);
    --h3: normal 700 24px/1.2 var(--first-font);
    --common-text: normal 500 14px / 1.4 var(--second-font);
  }

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  .section-title br {
    display: none;
  }

  .pt {
    padding-top: 40px;
  }

  .pb {
    padding-bottom: 40px;
  }

  .mb {
    margin-bottom: 40px !important;
  }

  .mt {
    margin-top: 40px !important;
  }

  #go-top-btn {
    bottom: 60px;
    right: 50px;
    width: 40px;
    height: 40px;
  }

  .icon-div {
    width: 55px;
    height: 55px;
  }

  /******************** slick slider css  ********************/
  .slick-dots li {
    height: 8px;
    width: 8px;
  }

  .slick-dots li:before {
    height: 9px;
    width: 9px;
  }

  .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .slick-arrow svg {
    width: 12px;
    height: 12px;
  }

  .slick-dots {
    margin-top: 30px;
  }

  /******************** header start css  ********************/
  header .announcebar p {
    font-size: 13px;
    letter-spacing: 0;
  }

  .add-on-dash-css span.notification-badge {
    font-size: 10px;
    letter-spacing: 0;
    padding: 2px 4px;
  }

  .main-navigation ul.menu ul.sub-menu.mega-menu {
    max-width: 80%;
  }

  .main-navigation ul.menu>li>a {
    font-size: 12px;
    padding: 25px 4px;
  }

  .menu-right li.profile-header>a span {
    display: none;
  }

  .menu-right li.profile-header>a {
    font-size: 0;
    padding: 5px;
    gap: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }

  header .dropdown-btn .dropdown-menu {
    width: 150px;
    left: auto;
    right: 0;
  }

  .site-header .navigation-row .main-navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .woocommerce-active .site-header .site-branding {
    max-width: 150px;
  }

  .woocommerce-active .site-header .site-header-cart {
    padding: 22px 0;
  }

  .main-navigation ul.menu li:last-of-type .sub-menu {
    right: 15px;
  }

  /******************** header end css ********************/
  /******************** footer start css ********************/
  .footer-col.footer-link.footer-link-1 {
    max-width: 100%;
    text-align: center;
    background-color: #F6F6F6;
    padding: 30px 15px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .footer-logo {
    max-width: 220px;
    margin: 0 auto 15px;
  }

  .footer-col.footer-link.footer-link-1 .btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .footer-col.footer-subscribe-col {
    max-width: 50%;
    width: 100%;
    flex: auto;
    -ms-flex: auto;
    -webkit-box-flex: 1;
  }

  footer.site-footer {
    padding: 0;
  }

  .footer-tagline {
    padding-bottom: 30px;
  }

  /******************** home-banner-sec start css ********************/
  .home-banner-bg {
    max-width: 8vw;
    width: 100%;
  }

  .banner-search-form .form-input .banner-search-btn {
    padding: 8px 10px;
  }

  .banner-content-inner .counter-wrp {
    gap: 10px;
  }

  /******************** home-banner-sec end css ********************/
  /******************** bookinggo-sass-top-sec start css ********************/
  .bookinggo-sass-top-sec .section-title,
  .bookinggo-sass-top-sec .section-title p {
    max-width: 100%;
  }

  /******************** bookinggo-sass-top-sec end css ********************/
  /******************** product-card start css ********************/
  .product-card .selling-icon ul li {
    padding: 0px 10px;
  }

  .product-card .selling-icon ul li img {
    width: 18px;
    height: 18px;
  }

  .product-content .price {
    font-size: 16px;
  }
.product-card .price del {
  font-size: 14px;
}

  .product-rating-content .add-to-cart {
    padding: 10px 15px;
  }

  /******************** product-card end css ********************/
  /******************** top-selling-section start css ********************/
  .dash-sass-top-selling .row {
    row-gap: 30px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }

  .dash-sass-top-selling .dash-sass-left-col {
    padding: 20px 15px;
    text-align: center;
    margin-top: 10px;
  }

  .dash-sass-top-selling .dash-sass-left-col::after {
    display: none;
  }

  .dash-sass-top-selling .dash-sass-left-col .dash-btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .home .dash-sass-top-selling .filter-right-column {
    padding-right: 0;
  }

  /******************** top-selling-section end css ********************/
  /******************** money-back-section start css ********************/
  .money-back-section .money-back-inner .money-back-img-wrapper .money-back-bg1 {
    right: 0;
    bottom: 0%;
    left: auto;
  }

  .money-back-section .money-back-inner,
  .cashback-section .cashback-inner {
    padding: 20px;
  }

  .money-back-section .money-back-inner .money-back-img-wrapper {
    max-width: 100%;
  }

  .money-back-section .section-title {
    margin-bottom: 15px;
  }

  /******************** money-back-section end css ********************/
  /******************** cashback-section start css ********************/
  .money-back-section .money-back-inner .section-title {
    margin-bottom: 20px;
  }

  /******************** cashback-section end css ********************/

  /******************** client-review-section start css ********************/
  .client-review-section .top-content .quote-icon svg {
    width: 40px;
    height: 40px;
  }

  /******************** client-review-section end css ********************/
  /******************** affiliate-section start css ********************/
  .affiliate-section .section-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .affiliate-section .affiliate-img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .af-bg-img3 {
    display: none;
  }

  /******************** affiliate-section end css ********************/
  /********************* client-support-section start css ********************/
  .client-support-section .support-item:not(:last-of-type)::after {
    display: none;
  }

  .client-support-section .client-support-slide {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    gap: 15px;
  }

  .client-support-section .client-support-content span {
    font-size: 14px !important;
  }

  /********************* client-support-section end css ********************/
  /******************** custom-work-section start css ********************/
  .custom-work-section .custom-work-inner {
    padding: 20px;
  }

  /******************** custom-work-section end css ********************/
  /******************** video-banner-sec start css ********************/
  .video-banner-sec .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  /******************** video-banner-sec end css ********************/
  /******************** features-card-section start css ********************/
  .features-card-section .section-title {
    text-align: center;
  }

  .features-card-section .section-title .section-title-left,
  .dash-landing-wrapper .features-card-section .section-title p {
    max-width: 100%;
  }

  .dash-landing-wrapper .features-card-section .section-title p {
    font-size: 16px;
  }

  .features-card-section .tabs-container p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .features-card-section .tab-wrp {
    border-radius: 20px;
    padding: 20px 20px 20px 0;
  }

  .features-card-section .tab-head-row ul {
    height: 400px;
    padding-right: 10px;
  }

  .features-card-section .tab-head-row {
    padding: 15px 15px 15px 0;
    max-width: 180px;
  }

  .features-card-section .tab-head-row ul::-webkit-scrollbar {
    width: 7px;
  }

  .features-card-section .tab-head-row li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  /******************** features-card-section end css ********************/
  /******************** advance-solution-section start css ********************/
  .advance-solution-section .advance-row {
    gap: 25px;
  }

  .advance-solution-section .advance-card h3 {
    font-size: 14px;
  }

  /******************** advance-solution-section end css ********************/
  /******************** add-ons-section start css ********************/
  .add-ons-section .section-title {
    max-width: 100%;
  }

  .add-ons-section .right-inner span, .add-ons-section .left-inner span {
    font-size: 16px;
  }

  .add-ons-section .btn-wrapper a {
    padding: 10px 18px;
    font-size: 13px;
  }

  .add-ons-section .left-inner .btn-wrapper {
    gap: 10px;
  }

  /******************** add-ons-section end css ********************/
  /******************** dash-application-sec start css ********************/
  .dash-application-sec .dash-application-wrp {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .dash-application-sec .dash-application-wrp .application-inner {
    gap: 30px;
    max-width: 33.33%;
  }

  .dash-application-sec .dash-application-wrp .application-image {
    width: 210px;
  }

  .application-view-btn {
    margin-bottom: -40px;
  }

  .advance-solution-section .advance-row {
    gap: 25px;
  }

  /******************** dash-application-sec end css ********************/
  /******************** integration-section start css ********************/
  .integration-section .integration-tab {
    gap: 10px;
  }

  .integration-section .integration-btn img {
    width: 40px;
    height: 40px;
  }

  /******************** integration-section end css ********************/
  /******************** payment-lang-banner-section start css ********************/
  .payment-lang-left::before {
    left: 102%;
  }

  /******************** payment-lang-banner-section end css ********************/
  /******************** dash-youtube-section start css ********************/
  .dash-youtube-section .layer2,
  .youtube-svg {
    display: none;
  }

  .dash-youtube-section .dash-youtube-inner .logo {
    margin-bottom: 20px;
  }

  /******************** dash-youtube-section end css ********************/
  /******************** dash-value-section start css ********************/
  .dash-value-section .dash-value-bg-1,
  .dash-value-section .dash-value-bg-2 {
    display: none;
  }

  /******************** dash-value-section end css ********************/
  /******************** decoding-section start css ********************/
  .decoding-section .img-wrapper {
    max-width: 100%;
  }

  /******************** decoding-section end css ********************/
  /******************** bookinggo-banner-section start css ********************/
  .bookinggo-landing-wrapper .product-banner-section {
    padding: 80px 0 40px;
  }

  .bookinggo-landing-wrapper .product-banner-section .title-content-inner {
    margin: 0 auto 20px;
    text-align: center;
    height: auto;
  }

  .dash-landing-wrapper .product-banner-section .title-content-inner .btn-wrapper {
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-pack: left;
  }

  .product-banner-section .title-content-inner .btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .page-template-bookinggo-saas-landing-page .woocommerce-breadcrumb {
    max-width: 100%;
  }

  /******************** bookinggo-banner-section end css ********************/
  /******************** bookinggo-features-sec start css ********************/
  .bookinggo-features-sec .bookinggo-features-inner .bookinggo-features-img {
    width: 70px;
    height: 70px;
    margin: -50px auto 15px;
  }

  .bookinggo-features-sec .bookinggo-features-inner .bookinggo-features-img img {
    width: 32px;
    height: 32px;
  }

  .bookinggo-features-sec .bookinggo-features-content h3 {
    font-size: 18px;
  }

  /******************** bookinggo-features-sec end css ********************/
  /******************** payment-banner-section start css ********************/
  .payment-lang-card .payment-lang-content {
    max-width: 330px;
  }

  .payment-lang-card {
    padding: 20px;
  }

  .payment-banner-section .arrow-wrapper {
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .payment-banner-section .payment-lang-slider {
    padding-bottom: 50px;
  }

  /******************** payment-banner-section end css ********************/
  /******************** bookingo-integration-sec start css ********************/
  .bookingo-integration-sec .section-title {
    max-width: 350px;
  }

  .bookingo-integration-sec .integration-btn img {
    width: 55px;
    height: 55px;
  }

  .bookingo-integration-sec {
    padding: 40px 0;
  }

  /******************** bookingo-integration-sec end css ********************/
  /******************** bookinggo-appointment-section start css ********************/
  .bookinggo-appointment-section .bookinggo-appointment-wrp {
    padding: 20px;
  }

  /******************** bookinggo-appointment-section end css ********************/
  /******************** ecommercego page ********************/
  /******************** product-banner-section start css ********************/
  .eCommerceGo-landing-wrapper .title-content-inner {
    text-align: center;
    margin-bottom: 25px;
  }

  .eCommerceGo-landing-wrapper .product-banner-section .btn-wrapper a.btn {
    padding: 12px 15px;
  }

  /********************  product-banner-section end css ********************/
  /********************  features-card-section start css ********************/
  .eCommerceGo-landing-wrapper .features-card .card-icon {
    width: 60px;
    height: 60px;
  }

  .eCommerceGo-landing-wrapper .features-card .card-icon svg {
    width: 30px;
    height: 30px;
  }

  .eCommerceGo-landing-wrapper .features-card-section .section-title {
    max-width: 100%;
  }

  .eCommerceGo-landing-wrapper .features-card-section .features-card h3 {
    font-size: 18px;
  }

  /********************  features-card-section end css ********************/
  /********************  ecomm-seller-sec start css ********************/
  .eCommerceGo-landing-wrapper .title-content-inner {
    text-align: center;
    margin-bottom: 25px
  }

  .eCommerceGo-landing-wrapper .ecomm-seller-sec h2 {
    max-width: 100%;
  }

  .eCommerceGo-landing-wrapper .title-content-inner .btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  /********************  ecomm-seller-sec end css ********************/
  /********************  powerful-features-sec start css ********************/
  .powerful-features-wrp .powerful-inner.powerful-image-wrp {
    display: none
  }

  .powerful-features-sec .powerful-features-wrp .powerful-inner {
    gap: 50px;
    max-width: calc(50% - 10px);
    width: 100%;
  }

  .powerful-features-wrp .powerful-inner .powerful-content {
    max-width: 100%;
  }

  /********************  powerful-features-sec end css ********************/
  /********************  erpgo product-banner-section start css ********************/
  .erpgo-wrapper .product-banner-section {
    padding: 40px 0;
  }

  .erpgo-wrapper .product-banner-section .title-content-inner {
    text-align: center;
    margin: 0 0 20px;
  }

  /******************** erpgo product-banner-section end css ********************/
  /******************** customer-detail-section start css ********************/
  .customer-detail-section .customer-detail .customer-content,
  .customer-detail-section .section-title {
    max-width: 100%;
  }

  .customer-detail-section .price span del{
    font-size: 16px;
  }

  /******************** customer-detail-section end css ********************/
  /******************** erpgo-modules-sec start css ********************/
  .erpgo-modules .module-card:nth-child(2n+1) {
    padding-top: 0;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }

  .erpgo-banner-sec .section-title,
  .erpgo-modules-wrapper .section-title {
    max-width: 100%;
  }

  /******************** erpgo-modules-sec end css ********************/
  /******************** erpgo-banner-sec start css ********************/
  .erpgo-banner-wrp p {
    font-size: 16px;
  }

  .erpgo-banner-sec {
    margin-bottom: 55px;
  }

  /******************** erpgo-banner-sec end css ********************/
  /******************** license-sec start css ********************/
  .license-sec .license-wrp {
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .listing-sec .section-title {
    max-width: 100%;
  }

  /******************** license-sec end css ********************/
  /******************** support-card-section start css ********************/
  .support-card-section .support-card .support-card-inner {
    padding: 15px;
  }

  .support-card-section .support-card .support-card-inner .icon img {
    width: 40px;
    height: 40px;
  }

  .support-card-section .support-card .support-card-inner .icon {
    width: 70px;
    height: 70px;
  }

  /******************** support-card-section end css ********************/
  /******************** support-ticket-sec start css ********************/
  .support-ticket-sec .support-ticket-inner .support-ticket-icon {
    width: 65px;
    height: 65px;
  }

  .support-ticket-sec .support-ticket-inner .support-ticket-image img {
    width: 40px;
    height: 40px;
  }

  .support-ticket-inner .support-ticket-content {
    padding-bottom: 15px;
  }

  .support-ticket-sec .support-ticket-inner {
    padding: 15px 15px 0;
    gap: 10px;
  }

  .support-ticket-inner .support-ticket-content h3 {
    font-size: 18px;
  }

  .support-ticket-sec .row {
    row-gap: 20px;
  }

  .support-ticket-sec .section-title h2,
  .support-ticket-sec .section-title h3 {
    max-width: 100%;
  }

  .support-ticket-sec .section-title {
    text-align: center;
  }

  .support-ticket-card {
    max-width: 100%;
  }

  .support-ticket-sec .btn-wrapper {
    justify-content: center;
  }

  /******************** support-ticket-sec end css ********************/
  /******************** customer-experience-sec start css ********************/
  .customer-experience-content::before {
    left: 27px;
  }

  .customer-experience-content .customer-experience-icon {
    width: 55px;
    height: 55px;
  }

  .customer-experience-content .customer-experience-icon img {
    width: 25px;
    height: 25px;
  }

  /******************** customer-experience-sec end css ********************/
  /******************** customer-help-sec start css ********************/
  .customer-help-sec .customer-help-wrp {
    padding: 25px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .customer-help-wrapper {
    padding: 15px 15px 0;
  }

  /******************** customer-help-sec end css ********************/
  /******************** information-sec start css ********************/
  .information-col-left .information-icon {
    width: 70px;
    height: 70px;
  }

  .information-wrapper .information-content {
    padding: 15px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .information-col-right p {
    padding-left: 15px;
  }

  /******************** information-sec end css ********************/
  /******************** own-solution-section start css ********************/
  .own-solution-section .section-title {
    max-width: 100%;
  }

  .own-solution-section .solution-card .solution-card-content {
    padding: 15px;
  }

  /******************** own-solution-section end css ********************/
  /******************** advanced-sec start css ********************/
  .advanced-top {
    gap: 5px;
  }

  .advanced-row .advanced-card h3 {
    font-size: 14px;
  }

  .advanced-content h3 {
    font-size: 12px;
  }

  .advanced-row {
    gap: 20px 30px;
  }

  .advanced-row .advanced-card .advanced-icon {
    padding: 9px;
  }

  .advanced-row .advanced-card .advanced-card-icon {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .advanced-row .advanced-card {
    max-width: 70px;
    width: 100%;
  }

  /******************** advanced-sec end css ********************/
  /******************** addons-integrations start css ********************/
  .integrations-wrapper {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  /******************** addons-integrations end css ********************/
  /******************** dash-saas add-ons start css ********************/
  .workdo-dash-saas-banner .container .img-wrapper img {
    object-position: center;
    -o-object-position: center;
  }

  .search-box {
    margin-top: 30px;
  }

  .workdo-dash-saas-banner .title-content-inner {
    text-align: center;
  }

  .workdo-dash-saas-banner .btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .workdo-dash-saas-banner .row {
    row-gap: 20px;
  }

  .workdo-dash-saas-banner {
    padding: 80px 0 40px;
  }

  /******************** dash-saas add-ons end css ********************/
  /******************** mobile-home-section start css ********************/
  .mobile-home-section {
    padding: 100px 0 50px;
  }

  .green-round-img {
    bottom: -40px;
  }

  .web-solution-section::before {
    width: 600px;
    height: 600px;
  }

  /******************** mobile-home-section end css ********************/
  /******************** service-card-section start css ********************/
  .service-card-section.bg-gradient::before {
    height: 32%;
  }

  /******************** service-card-section end css ********************/
  /******************** portfolio-section start css ********************/
  .web-solutions-wrapper .portfolio-section {
    padding: 160px 0 40px;
  }

  /******************** portfolio-section end css ********************/
  /******************** contact-home-section start css ********************/
  .home-section {
    padding: 80px 0 40px;
  }

  .contact-page-wrapper .custom-req-form {
    margin-top: 0;
  }

  .contact-card .icon-div {
    left: -20px;
  }

  .cards-wrapper .contact-card:first-of-type,
  .cards-wrapper .contact-card {
    max-width: calc(100% - 15px);
    padding: 40px 15px 40px 50px;
  }

  .support-wrapper .cards-wrapper .contact-card:first-of-type,
  .support-wrapper .cards-wrapper .contact-card {
    max-width: 100%;
    width: 100%;
    padding: 30px 15px 30px 50px;
  }

  .support-wrapper .contact-home-section .cards-wrapper {
    padding: 0 0 0 20px
  }

  .contact-page-wrapper .custom-req-form .form-group .form-control {
    padding: 12px 10px;
  }

  .support-wrapper .left-side.section-title p {
    margin-top: 15px;
  }

  /******************** contact-home-section end css ********************/
  /******************** document-listing-section start css ********************/
  .documents-wrapper .category-option {
    margin: 0 0 30px;
  }

  /******************** document-listing-section end css ********************/
  /******************** theme-details-section start css ********************/
  .theme-details-section .theme-details-inner .btn-wrapper .btn {
    padding: 10px 15px;
  }

  /******************** theme-details-section end css ********************/
  /******************** sales-saas-addon start css ********************/
  .sales-video-wrapper {
    padding: 20px;
  }

  .sales-video-wrapper .apps-video img,
  .sales-video-wrapper .video-documentation {
    margin-bottom: 20px;
  }

  .sales-video-wrapper .btn-wrapper {
    margin-top: 20px;
  }

  .woocommerce-tabs .tabs-wrapper-main {
    margin: 0 0 25px;
  }

  /******************** sales-saas-addon end css ********************/
  #tab-comments,
  #tab-reviews,
  #tab-supports {
    margin-bottom: 40px;
  }

  .sec-box-shadow {
    margin-bottom: 0;
  }

  #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
    padding: 0;
  }

  /******************** get-app-section start css ********************/
  .sales-app-wrapper {
    padding: 20px 0;
  }

  .get-app-section .sales-wrapper-reverse.sales-app-wrapper .get-app-inner-text {
    padding-left: 20px;
  }

  .get-app-section .sales-app-wrapper .get-app-inner-text {
    padding-right: 20px;
  }

  .sales-app-wrapper:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .single-product .get-app-section {
    padding: 40px 0 40px;
  }

  /******************** get-app-section end css ********************/
  /******************** screenshot-section start css ********************/
  .screenshots-gallery-slider .screenshot-inner img,
  .screenshots-gallery-slider .screenshot-inner {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  /******************** screenshot-section end css ********************/
  /******************** app-features-section start css ********************/
  .app-features-section .app-features-icon {
    width: 40px;
    height: 40px;
  }

  .app-features-section .app-features-content {
    padding-left: 15px;
  }

  .app-features-row {
    row-gap: 20px;
  }

  /******************** app-features-section end css ********************/
  /******************** bookinggo-feature-sec start css  ********************/
  .bookinggo-envanto-btn .btn {
    font-size: 16px;
  }

  /******************** bookinggo-feature-sec end css  ********************/
  /******************** manage-info-sec start css  ********************/
  .manage-info-sec .manage-card-inner, .control-place-sec.manage-info-sec .manage-card::after {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
  }

  /******************** manage-info-sec end css  ********************/
  /******************** vcardgo-addon-banner start css  ********************/

  .vcardgo-addon-banner .title-content-inner {
    text-align: center;
  }

  .vcardgo-addon-banner .row {
    row-gap: 20px;
  }

  .product-banner-section.vcardgo-addon-banner {
    padding: 70px 0 40px;
  }

  /******************** vcardgo-addon-banner end css  ********************/
  /******************** code-mastery-sec start css  ********************/
  .code-mastery-sec .manage-card-inner .icon-div {
    margin-top: -50px;
    width: 70px;
    height: 70px;
  }

  .code-mastery-sec .manage-card {
    padding-top: 35px;
  }

  .code-mastery-sec .manage-card-inner .icon-div svg {
    width: 35px;
    height: 35px;
  }

  /******************** code-mastery-sec end css  ********************/
  /******************** dashboard start css  ********************/
  .four-card-section .main-row {
    row-gap: 20px;
  }

  /******************** MyAccount start css  ********************/
  /******************** MyAccount start css  ********************/
  .hentry .entry-content .woocommerce-MyAccount-navigation ul li a {
    padding: 6px !important;
  }

  .hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .woocommerce-MyAccount-navigation {
    max-width: 180px;
    margin-right: 10px;
  }

  /******************** MyAccount end css  ********************/
  /******************** cart start css  ********************/
  .woocommerce-cart-form, .cart-collaterals {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .cart-collaterals .cart_totals {
    margin: 30px 0 0;
    float: none;
  }

  .woocommerce-cart .site-content {
    padding-bottom: 40px;
    min-height: 400px;
  }

  .woocommerce-account .woocommerce-MyAccount-orders tbody th, .woocommerce-account .woocommerce-MyAccount-orders tbody tr:nth-child(2n) th, .entry-content tbody tr td {
    background: #fbfbfb !important;
  }

  /******************** cart end css  ********************/
  /******************** order start css  ********************/
  a.woocommerce-button.button:last-child {
    margin-right: 0 !important;
  }

  .woocommerce-MyAccount-content .woocommerce-Pagination {
    padding-top: 15px;
    padding-bottom: 0;
    border: none;
  }

  /******************** order end css  ********************/
  /******************** downloads start css  ********************/
  .material-kit-box-inner .left-side {
    max-width: 100%;
  }

  .material-kit-box-inner .right-side {
    margin-left: 0;
    margin-top: 15px;
  }

  .material-kit-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .material-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .material-kit-box {
    max-width: calc(50% - 5px);
  }

  .material-kit-box-inner .inner-content ul li {
    max-width: 100%;
  }

  .material-kit-box-inner .inner-content ul::before {
    display: none;
  }

  .material-kit-box-inner .right-side .btn-wrapper {
    gap: 7px;
  }

  .material-kit-box-inner .right-side .btn-wrapper .btn {
    padding: 10px;
    gap: 5px;
  }

  /******************** downloads end css  ********************/
  /******************** checkout page start css  ********************/
  .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-billing-fields__field-wrapper .form-row-first {
    width: 100%;

  }

  /******************** checkout page end css  ********************/
  /******************** order page end css  ********************/
  a.woocommerce-button.button.view, a.woocommerce-button.button.invoice {
    margin: 0 0 5px 0;
  }

  th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
    min-width: 90px;
  }

  .woocommerce-orders-table td, .woocommerce-orders-table th {
    padding: 10px 5px;
  }

  /******************** order page end css  ********************/
  /******************** contact-page-wrapper start css  ********************/
  .contact-page-wrapper .features-card-section {
    padding-bottom: 40px;
  }

  /******************** contact-page-wrapper end css  ********************/
  /******************** installation-banner start css  ********************/
  .installation-banner .section-title {
    max-width: 100%;
  }

  .installation-banner .user-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  .installation-banner .user-image p {
    font-size: 16px;
  }

  .installation-banner .img-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  /******************** installation-banner end css  ********************/
  /******************** attendance-machine-section start css  ********************/
  .attendance-machine-section .attendance-inner {
    padding: 15px;
  }

  /******************** attendance-machine-section end css  ********************/
  /******************** service-section start css ********************/
  .development-faq-sec .section-title p,
  .blog-section .section-title p,
  .service-section .section-title p,
  .process-works-section .section-title p {
    max-width: 100%;
  }

  .service-section .service-card {
    padding: 15px;
  }

  /******************** service-section end css ********************/
  /******************** technologies-sec start css ********************/
  .technologies-sec .technologies-icon {
    width: 70px;
    height: 70px;
  }

  /******************** technologies-sec end css ********************/
  /******************** process-works-section start css ********************/
  .process-works {
    margin: 0 -10px;
  }

  .process-works-section .process-card .process-card-inner {
    height: 100%;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(2, 35, 50, 0.05);
    box-shadow: 0px 3px 20px 0px rgba(2, 35, 50, 0.05);
    border: 1px dashed var(--theme-color);
    padding: 15px;
    margin-top: 45px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .process-works-section .slide {
    max-width: 100%;
  }

  .process-works-section .slick-dots li.slick-active:before {
    background-color: var(--theme-color);
  }

  .process-works-section .slick-dots li:before {
    background-color: var(--border-color);
  }

  .process-works-section .process-card::after {
    display: none;
  }

  .process-works {
    gap: 20px;
  }

  .process-works-section .process-card .process-icon {
    width: 50px;
    height: 50px;
    margin: -50px auto 5px;
  }

  .process-works-section .process-card .process-icon svg {
    width: 25px;
    height: 25px;
  }

  /******************** process-works-section end css ********************/
  /******************** digital-business-card-template start css ********************/
  .vcard-faq-section {
    padding-bottom: 40px;
  }

  /******************** digital-business-card-template end css ********************/
  .single-shopify-themes .customizable-sec .tab-head-row {
    max-width: 100%;
  }

  .single-shopify-themes .features-card-section .tab-head-row li a {
    padding: 10px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .single-shopify-themes .customizable-sec .tab-head-row ul {
    padding: 0 10px;
    max-height: 100%;
    height: auto;
    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;
    gap: 10px;
    margin-bottom: 15px;
  }

  .single-shopify-themes .customizable-sec .tab-head-row li:not(:last-of-type) {
    margin-bottom: 0;
  }

  /******************** theme-multi-lang start css ********************/
  .single-shopify-themes .theme-multi-lang .theme-lang-opc .theme-lang-inner span {
    font-size: 20px;
  }

  .single-shopify-themes .theme-multi-lang .theme-lang-opc .theme-lang-inner h3 {
    font-size: 12px;
  }

  .single-shopify-themes .theme-multi-lang .theme-lang-opc {
    gap: 10px;
  }

  /******************** theme-multi-lang end css ********************/
  /******************** theme-multi-lang start css ********************/
  .single-shopify-themes .theme-multi-lang .theme-lang-right {
    max-width: calc(100% - 180px);
  }

  /******************** theme-multi-lang end css ********************/
  /********************* setup-process-section css start *********************/
  .single-shopify-themes .setup-process-section .section-title p,
  .single-shopify-themes .new-feature-sec .section-title p,
  .single-shopify-themes .theme-page-sec .section-title p,
  .single-shopify-themes .shopify-theme-details .section-title p,
  .single-shopify-themes .other-business-sec .section-title p {
    max-width: 100%;
  }

  /********************* setup-process-section css end *********************/
  /******************** shopify-theme-details start css ********************/
  .single-shopify-themes .shopify-theme-details .details-card-inner {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-shopify-themes .shopify-theme-details .details-card-inner .details-card-img svg {
    margin: 0 auto;
  }

  /******************** shopify-theme-details end css ********************/
  /********************* shopify-theme-details section css start *********************/
  .single-shopify-themes .shopify-theme-details .details-card-inner,
  .single-shopify-themes .other-business-sec .business-card-inner {
    padding: 15px;
  }

  /********************* shopify-theme-details section css end *********************/
  /********************* other-business-sec css start *********************/
  .single-shopify-themes .other-business-sec .business-icon-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  /********************* other-business-sec css end *********************/
  /********************* single-shopify css start *********************/
  .single-shopify-themes .price-bar-sec .price-bar-total p, .single-shopify-themes .price-bar-sec .price-bar-total .btn, .single-shopify-themes .price-bar-sec table tr td {
    font-size: 14px;
  }


  .single-shopify-themes .shopify-tabs ul.pages-tabs {
    margin: 0 auto 25px;
  }

  .single-faq-section {
    padding-bottom: 40px;
  }

  /********************* single-shopify css end *********************/
  /********************* core-modules-sec css start *********************/
  .core-modules-sec .core-modules-image {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
  }

  .core-module-sec .row {
    flex-direction: column-reverse;
  }

  /********************* core-modules-sec css end *********************/
  /******************** advocatego-core-sec start css ********************/
  .advocatego-core-sec .core-grid,
  .mobile-app-core-sec .core-grid {
    flex-direction: column;
  }

  .advocatego-core-sec .core-visual {
    display: none;
  }

  .advocatego-core-sec .core-accordion,
  .mobile-app-core-sec .core-accordion {
    width: 100%;
  }

  .advocatego-features-tab-sec .pages-tabs {
    margin-bottom: 20px;
  }

  .advocatego-core-image {
    margin-top: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }

  /******************** advocatego-core-sec end css ********************/
  
 /******************** dash-promo-section start css ********************/
 .dash-promo-section .row{
  row-gap: 20px;
  }
  .dash-promo-section .section-title{
  text-align: center;
}
.dash-promo-content .btn-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dash-promo-section .dash-addons-showcase {
  padding: 15px;
}
.dash-promo-section .addons-header{
  margin-bottom: 15px;
}
/******************** dash-promo-section end css ********************/
.category-discount-badge-title{
  top: 0 !important;
  padding: 4px 10px !important;
}


}

@media screen and (max-width:962px) {

  /******************** erpgo-modules-sec start css ********************/
  .erpgo-modules-wrapper .erpgo-modules {
    gap: 20px 12px;
  }

  /******************** erpgo-modules-sec end css ********************/
}

@media screen and (max-width: 780px) {

  /******************** features-card-section start css ********************/
  .features-card-section .tab-head-row ul {
    height: 290px;
  }

  /******************** features-card-section end css ********************/
}

@media screen and (max-width:767px) {
  :root {
    --h2: normal 700 24px/1.2 var(--first-font);
    --h3: normal 700 22px/1.2 var(--first-font);
    --h4: normal 700 20px/1.2 var(--first-font);
  }

  .section-title {
    margin-bottom: 20px;
  }
  .subtitle{
    margin-bottom: 10px;
  }

  br {
    display: none;
  }

  .btn, .secondary-btn {
    gap: 5px;
  }

  .btn-wrapper {
    gap: 12px;
  }

  .woocommerce-breadcrumb {
    font-size: 12px;
    max-width: 100%;
  }

  .icon-div {
    width: 50px;
    height: 50px;
  }

  .single-documents .site.hfeed {
    overflow-x: hidden !important;
  }

  .max-w-80 {
    margin-bottom: 20px;
  }

  /********************  header start css  ********************/
  .site-header .navigation-row .main-navigation {
    padding: 0;
  }

  .mobile-navigation {
    display: block;
  }

  .main-navigation ul.menu ul.sub-menu.active {
    margin-bottom: 15px;
  }

  header.site-header .announcebar a,
  header .announcebar p {
    font-size: 12px;
  }

  .site-header .mobile-navigation {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background: var(--white);
    color: var(--black);
    padding: 20px 15px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    overflow-y: auto;
  }

  .site-header .mobile-navigation.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .site-header .mobile-navigation li a {
    color: #002332;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .site-header button.mobile-menu-button {
    display: block;
  }

  .mobile-navigation .menu-close-icon svg {
    width: 20px;
    height: 20px;
  }

  .mobile-navigation .menu-close-icon svg path {
    fill: var(--black);
  }

  .mobile-navigation .menu-close-icon {
    margin-bottom: 20px;
  }

  #menu-mobile-menu .sub-menu.active {
    margin-left: 0;
    padding: 10px;
  }

  .main-navigation ul.menu ul.sub-menu.mega-menu>li,
  .main-navigation ul.menu ul.sub-menu.mega-menu {
    max-width: 100%;
  }

  .main-navigation ul.menu ul.sub-menu.mega-menu {
    row-gap: 0;
  }

  .main-navigation ul.sub-menu ul {
    margin-left: 0;
  }

  /********************  header end css  ********************/
  /******************** footer start css ********************/
  .footer-col.footer-subscribe-col {
    max-width: 40%;
  }

  footer ul.list-inline li.list-inline-item img, .footer-social-wrapper ul li a {
    width: 20px;
    height: 20px;
  }

  .footer-col p, .footer-col ul li, .footer-bottom .copyright p {
    font-size: 14px;
  }

  footer ul.list-inline,
  .footer-social-wrapper ul {
    gap: 6px;
  }

  /******************** footer end css ********************/
  /******************** home-banner-sec start css ********************/
  .home-banner-sec {
    padding: 40px 0;
  }

  .banner-content-inner .counter-wrp {
    justify-content: center;
  }

  .home-banner-sec .banner-content-inner {
    text-align: center;
  }

  .home-banner-sec .row {
    row-gap: 30px;
  }

  .banner-search-form .form-input {
    padding: 5px;
  }

  .home-banner-sec .img-wrapper {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .home-banner-bg {
    display: none;
  }

  /******************** home-banner-sec end css ********************/
  /******************** arrival-sec start css ********************/
  .arrival-left-col {
    text-align: center;
    margin-bottom: 20px;
  }

  /******************** arrival-sec end css ********************/
  /******************** bookinggo-sass-top-sec start css ********************/
  .bookinggo-sass-top-sec .bookinggo-left-col .bookinggo-btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .bookinggo-sass-top-sec .row {
    row-gap: 30px;
  }

  .bookinggo-sass-top-sec .bookinggo-left-col .bookinggo-left-img {
    max-width: 85%;
    width: 100%;
    margin: 0 auto 20px;
  }

  /******************** bookinggo-sass-top-sec end css ********************/
  /******************** money-back-section start css ********************/
  .money-back-section .money-back-inner .money-back-content,
  .cashback-section .cashback-inner .cashback-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .money-back-section .money-back-inner .money-back-bg {
    top: 20%;
    max-width: 70%;
  }

  .money-back-section .money-back-inner .money-back-image,
  .cashback-section .cashback-inner .cashback-image {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .money-back-section .money-back-inner .money-back-content .money-back-btn,
  .cashback-section .cashback-inner .cashback-content .cashback-btn,
  .cashback-section .cashback-inner ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /******************** money-back-section end css ********************/

  /******************** affiliate-section start css ********************/
  .custom-work-section .offset-right .custom-img,
  .affiliate-section .affiliate-img {
    display: none;
  }

  /******************** affiliate-section end css ********************/
  /******************** custom-work-section start css ********************/
  .custom-work-section .custom-work-inner .custom-work-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .custom-work-section .custom-work-bg {
    display: none;
  }

  /******************** custom-work-section end css ********************/
  /******************** faq-section start css ********************/
  .faq-section .accordion-container {
    border: 1px solid var(--border-color);
    margin: 0;
    padding: 15px 0;
    row-gap: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .faq-section .left-column, .faq-section .right-column {
    padding: 0px;
    border: none;
  }

  .faq-section .accordion-container .left-column .set:last-of-type {
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 10px;
  }

  .faq-section .accordion-container .set>a {
    font-size: 14px;
    padding-right: 20px;
  }

  .faq-section .accordion-container .set>a::before {
    height: 10px;
    right: 4px;
  }

  .faq-section .accordion-container .set>a::after {
    width: 10px;
  }

  /******************** faq-section end css ********************/
  /******************** custom-work-section start css ********************/
  .custom-work-section .offset-right .section-title {
    margin-bottom: 40px;
    max-width: 100%;
    text-align: center;
  }

  .custom-work-section .section-title p {
    margin: 15px auto 0;
  }

  .cs-bg-img {
    display: none;
  }

  /******************** custom-work-section end css ********************/
  /******************** contact-section start css ********************/
  .contact-section .left-col .section-title {
    text-align: center;
    max-width: 100%;
  }

  .contact-section.bg-dark-green .wpcf7 .form-group.submit-btn p {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .contact-section .contact-inner-col .form-group .btn,
  .contact-section .contact-inner-col .form-group label {
    font-size: 14px;
  }

  .contact-section .contact-image img {
    -o-object-position: center;
    object-position: center;
  }

  /******************** contact-section end css ********************/
  /******************** dash-banner-sec start css ********************/
  .page-template-dash-envato-landing-page .dash-landing-wrapper .product-banner-section {
    padding: 80px 0 40px;
  }

  .page-template-dash-envato-landing-page .product-banner-section .title-content-inner {
    margin: 0 auto 20px;
    text-align: center;
  }

  .dash-landing-wrapper .product-banner-section .title-content-inner .btn-wrapper {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  /******************** dash-banner-sec end css ********************/
  .client-support-section .support-item {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
  }

  /********************* client-support-section end css ********************/
  /******************** video-banner-sec start css ********************/
  .advance-solution-section .subtitle, .video-banner-sec .section-title .subtitle {
    font-size: 14px;
  }

  .video-banner-sec .video-wrapper .video-documentation {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  /******************** video-banner-sec end css ********************/
  /******************** features-card-section start css ********************/
  .features-card-section .tab-head-row li a svg {
    display: none;
  }

  .features-card-section .tab-head-row {
    padding: 10px 10px 10px 0;
    max-width: 150px;
  }

  .features-card-section .tab-head-row ul {
    height: 300px;
  }

  .features-card-section .tab-head-row li a {
    font-size: 13px;
  }

  .features-card-section .tab-head-row li:not(:last-of-type) {
    margin-bottom: 12px;
  }

  /******************** features-card-section end css ********************/
  /******************** advance-solution-section start css ********************/
  .advance-solution-section .advance-card .advance-card-icon {
    padding: 15px;
  }

  .advance-solution-section .advance-solution-inner {
    margin-bottom: 24px;
  }

  /******************** advance-solution-section end css ********************/
  /******************** add-ons-section start css ********************/
  .add-ons-section .section-title {
    margin-bottom: 20px;
  }

  .add-ons-section .right-inner span, .add-ons-section .left-inner span {
    font-size: 15px;
  }

  /******************** add-ons-section end css ********************/
  /******************** dash-application-sec start css ********************/
  .dash-application-sec .dash-application-wrp .application-image {
    display: none;
  }

  .dash-application-sec .dash-application-wrp .application-inner {
    max-width: calc(50% - 5px);
    text-align: center;
  }

  /******************** dash-application-sec end css ********************/
  /******************** integration-section start css ********************/
  .integration-section .integration-btn img {
    width: 35px;
    height: 35px;
  }

  .integration-section .integration-btn span {
    font-size: 14px;
  }

  /******************** integration-section end css ********************/
  /******************** payment-lang-banner-section start css ********************/
  .payment-lang-banner-section .payment-lang-col {
    max-width: 100%;
  }

  .payment-lang-banner-section .payment-lang {
    row-gap: 15px;
  }

  .payment-lang-banner-section::before,
  .payment-lang-banner-section::after,
  .payment-lang-left::before {
    display: none;
  }

  .payment-lang-banner-section .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .payment-section .section-title {
    max-width: 100%;
  }

  /******************** payment-lang-banner-section end css ********************/
  /******************** dash-youtube-section start css ********************/
  .dash-youtube-section.bookinggo-youtube-sec .dash-youtube-inner .logo a {
    max-width: 180px;
  }

  .dash-youtube-section .youtube-button {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .dash-youtube-section .dash-youtube-inner .logo a {
    margin: 0 auto;
  }

  .dash-youtube-section .dash-youtube-inner .section-title {
    text-align: center;
  }

  .dash-youtube-section .row {
    row-gap: 20px;
  }

  .dash-youtube-section .layer {
    left: 0;
    top: 0;
  }

  /******************** dash-youtube-section end css ********************/
  /******************** dash-value-section start css ********************/
  .dash-value-section .dash-value-inner {
    padding: 15px;
  }

  .contact-section .section-title p {
    font-size: 14px;
  }

  /******************** dash-value-section end css ********************/
  /******************** bookinggo-addons-sec start css ********************/
  .bookinggo-addons-sec .bookinggo-addons-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
  }

  .bookinggo-addons-sec .bookinggo-card h3 {
    font-size: 14px;
  }

  /******************** bookinggo-addons-sec end css ********************/
  /********************  bookinggo-features-sec start css  ********************/
  .bookinggo-features-sec .bookinggo-features-row .bookinggo-features-card {
    padding-top: 40px;
  }

  .bookinggo-features-sec .bookinggo-features-inner {
    width: 100%;
    height: 100%;
    border-left: 2px solid var(--third-color);
  }

  .bookinggo-features-sec .bookinggo-features-inner .bookinggo-features-img {
    width: 65px;
    height: 65px;
  }

  .bookinggo-features-sec .bookinggo-features-inner .bookinggo-features-img img {
    width: 30px;
    height: 30px;
  }

  /********************  bookinggo-features-sec end css  ********************/
  /********************  bookinggo-layout-sec end css  ********************/
  .bookinggo-layout-sec .product-card-content {
    padding: 15px;
  }

  .payment-lang-card .payment-lang-content {
    max-width: 100%;
    text-align: center;
  }

  .payment-lang-card .payment-lang-inner ul {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .payment-lang-card .payment-lang-inner .payment-btn {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
  }

  .payment-banner-section .arrow-wrapper .payment-lang-arrow {
    width: 28px;
    height: 28px;
  }

  /********************  bookinggo-layout-sec end css  ********************/
  /********************  bookingo-integration-sec start css  ********************/
  .bookingo-integration-sec .section-title {
    max-width: 100%;
    text-align: center;
  }

  .bookingo-integration-sec .integration-tab {
    max-width: 100%;
    gap: 20px 25px;
  }

  .bookingo-integration-wrp {
    row-gap: 20px;
  }

  .bookingo-integration-sec .integration-btn span {
    font-size: 13px;
  }

  .bookingo-integration-sec .section-title .btn,
  .bookingo-integration-sec .section-title p {
    margin-top: 15px;
  }

  /********************  bookingo-integration-sec end css  ********************/
  /********************  bookinggo-appointment-section end css  ********************/
  .bookinggo-appointment-wrp .row {
    row-gap: 20px;
  }

  .bookinggo-appointment-section .bookinggo-appointment-wrp {
    text-align: center;
    padding: 15px;
  }

  .bookinggo-appointment-section .appointment-right-col {
    padding-top: 65%
  }

  .appointment-left-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /********************  bookinggo-appointment-section end css  ********************/
  /******************** eCommerceGo page ********************/
  /******************** product-banner-section start css ********************/
  .eCommerceGo-landing-wrapper .product-banner-section {
    padding: 80px 0 40px;
  }

  /********************  features-card-section start css ********************/
  .eCommerceGo-landing-wrapper .features-card-section .section-title {
    margin-bottom: 50px;
  }

  .eCommerceGo-landing-wrapper .features-card .card-icon {
    width: 50px;
    height: 50px;
    margin-top: -40px;
  }

  .eCommerceGo-landing-wrapper .features-card .card-icon svg {
    width: 25px;
    height: 25px;
  }

  .eCommerceGo-landing-wrapper .features-card-section .features-card p {
    font-size: 14px;
  }

  .eCommerceGo-landing-wrapper .features-card-section .row {
    row-gap: 45px;
  }

  /********************  features-card-section end css ********************/
  /********************  ecomm-seller-sec start css ********************/
  .eCommerceGo-landing-wrapper .ecomm-seller-sec .section-title .subtitle {
    padding: 10px 20px;
  }

  /********************  ecomm-seller-sec end css ********************/
  /********************  ecom-new-addon-section start css ********************/
  .ecom-new-addon-section .add-ons-inner h3 {
    font-size: 14px;
  }

  .ecom-new-addon-section .add-ons-card-icon {
    width: 65px;
    height: 65px;
  }

  .ecom-new-addon-section .add-ons-inner .add-ons-card-icon img {
    width: 30px;
    height: 30px;
  }

  /******************** ecom-new-addon-section end css ********************/
  /******************** customer-detail-section start css ********************/
  .advocatego-core-sec .section-title,
  .mobile-app-core-sec .section-title,
  .core-features-sec .section-title,
  .advocatego-features-sec .section-title,
  .customer-detail-section .section-title {
    margin-bottom: 20px;
  }

  .customer-detail-section .customer-detail .customer-image {
    margin-bottom: -60px;
  }

  .customer-detail-section .customer-detail {
    padding: 20px 15px 0;
    margin-bottom: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .erpgo-wrapper .customer-detail-section .users-rating p {
    font-size: 14px;
  }

  /******************** customer-detail-section end css ********************/
  /******************** erpgo-modules-sec start css ********************/
  .erpgo-modules-wrapper {
    padding: 15px;
  }

  .erpgo-modules-wrapper .section-title {
    margin-bottom: 20px;
  }

  .erpgo-modules .module-card h3 {
    font-size: 14px;
  }

  /******************** erpgo-modules-sec end css ********************/
  /******************** erpgo-banner-sec start css ********************/
  .erpgo-banner-sec .section-title {
    margin-bottom: 20px;
  }

  .erpgo-banner-wrp {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .erpgo-banner-wrp .img-wrapper {
    margin: 10px 0;
    padding-top: 55%;
  }

  /******************** erpgo-banner-sec end css ********************/
  /******************** license-sec start css ********************/
  .license-sec .license-wrp .license-left-col p,
  .license-sec .license-left-col h2,
  .license-sec .license-right-col {
    max-width: 100%;
  }

  .license-sec .license-wrp .license-left-col .logo {
    margin: 0 auto 15px;
  }

  .license-right-col .license-btn-wrp {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    padding-left: 0;
  }

  .license-right-col .user-review {
    max-width: fit-content;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    margin: 0 auto 20px;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .license-sec .license-left-col {
    text-align: center;
  }

  .license-right-col .user-review::before {
    display: none;
  }

  .license-right-col .user-review .user-info p,
  .license-right-col .user-review .user-info span {
    font-size: 15px;
  }

  .listing-sec .listing-slider {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .listing-sec .listing-slider .listing-content {
    padding: 0 15px 15px;
  }

  .listing-sec .listing-slider .listing-content span {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .support-ticket-sec .section-title,
  .listing-sec .section-title {
    margin-bottom: 20px;
  }

  .license-sec .license-left-col .buyer-text {
    padding-left: 0;
    border-left: 0;
  }

  /******************** license-sec end css ********************/
  /******************** support-card-section start css ********************/
  .support-card-section .support-grid {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    border-left: 2px dashed var(--theme-color);
  }

  .support-card-section .support-card {
    border-right: 2px dashed var(--theme-color);
  }

  .support-card-section .support-card h3,
  .support-card-section .support-card .support-card-inner .icon {
    margin-bottom: 15px
  }

  /******************** support-card-section end css ********************/
  /******************** listing-sec start css ********************/
  .listing-sec .listing-slider {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .listing-sec .listing-slider .listing-content {
    padding: 0 15px 15px;
  }

  .listing-sec .listing-slider .listing-content span {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .license-sec .license-wrp .license-left-col p {
    max-width: 100%;
  }

  .support-ticket-sec .section-title,
  .listing-sec .section-title {
    margin-bottom: 20px;
  }

  /******************** listing-sec end css ********************/
  /******************** support-ticket-sec start css ********************/
  .customer-experience-sec .row,
  .support-ticket-sec .row {
    row-gap: 20px;
  }

  /******************** support-ticket-sec end css ********************/
  /******************** customer-experience-sec start css ********************/
  .customer-experience-image {
    padding-top: 50%;
  }

  /******************** customer-experience-sec end css ********************/
  /******************** customer-help-sec start css ********************/
  .customer-help-wrapper {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    gap: 15px;
  }

  .customer-help-col {
    max-width: 100%;
  }

  .customer-help-wrp .customer-help-image {
    padding-top: 55%;
  }

  .customer-help-wrp .arrow-wrapper {
    margin: 20px auto 0;
  }

  /******************** customer-help-sec end css ********************/
  /******************** information-sec start css ********************/
  .information-col-left .information-icon {
    width: 55px;
    height: 55px;
  }

  .information-col-left .information-icon img {
    width: 30px;
    height: 30px;
  }

  .information-col-right p {
    padding-left: 0;
  }

  .information-content .information-col-left h3 {
    font-size: 16px;
  }

  .information-content .information-col-left {
    max-width: 100%;
    gap: 10px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }

  .information-wrapper .information-content {
    padding: 10px 0;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .information-content .information-col-left::before {
    display: none;
  }

  /******************** information-sec end css ********************/
  /******************** system-sec start css ********************/
  .system-ticket-box .system-ticket-card {
    width: 300px;
  }

  /******************** system-sec end css ********************/
  /******************** own-solution-section start css ********************/
  .own-solution-section .section-title {
    margin-bottom: 20px;
  }

  .own-solution-section .solution-card .rate {
    font-size: 18px;
  }
  .own-solution-section .solution-card .price del{
    font-size: 16px;
  }

  /******************** own-solution-section end css ********************/
  /******************** vcard-theme-sec start css ********************/
  .theme-card.slick-slide {
    margin: 0;
    padding: 0 10px;
  }

  .vcard-theme-slider {
    margin: 0 -10px;
  }

  /******************** vcard-theme-sec end css ********************/
  /******************** builder-functionality-sec start css ********************/
  .builder-functionality-sec .listing-content span {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .vcard-theme-slider .theme-card.slick-slide,
  .vcard-theme-slider .slick-current.slick-active+.slick-active,
  .vcard-theme-slider .slick-active:has(+.slick-current) {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  /******************** builder-functionality-sec end css ********************/
  /******************** ticketgo-addons-sec start css ********************/
  .ticketgo-addons-row .slide {
    max-width: 100%;
    padding: 0 10px;
  }

  .ticketgo-addons-row .addons-card {
    max-width: 100%;
  }

  .ticketgo-addons-row .slide-arrow {
    background: var(--theme-color) !important;
  }

  .ticketgo-addons-row .slide-arrow.slick-prev svg {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }

  .ticketgo-addons-row {
    margin: 0 -10px;
  }

  .ticketgo-addons-row .addons-card h3 {
    font-size: 13px;
  }

  /******************** ticketgo-addons-sec end css ********************/
  /******************** advanced-sec start css ********************/
  .advanced-content h3 {
    display: none;
  }

  .advanced-row {
    gap: 20px;
  }

  .advanced-row .advanced-card {
    max-width: 80px;
  }

  /******************** advanced-sec end css ********************/
  /******************** checkout-sec start css ********************/
  .checkout-wrapper .section-title {
    margin-bottom: 20px;
  }

  .checkout-wrapper .section-title h2 {
    padding: 5px 15px 10px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
  }

  /******************** checkout-sec end css ********************/
  /******************** dash-saas add-ons start css ********************/
  .main-shop .filter-right-column {
    margin-top: 30px;
  }

  /******************** dash-saas add-ons end css ********************/
  /******************** mobile-home-section start css ********************/
  .mobile-home-section .title-content-inner {
    margin-bottom: 30px;
    text-align: center;
  }

  .mobile-home-section {
    padding: 80px 0 40px;
  }

  /******************** mobile-home-section end css ********************/
  /******************** apk-ios-card-section start css ********************/
  .decr-card .icon-div {
    top: 0;
    left: 0;
  }

  .apk-ios-card-section .innner-card {
    margin-bottom: 30px;
  }

  .decr-card {
    padding: 40px 20px;
  }

  /******************** apk-ios-card-section end css ********************/
  /******************** get-app-banner-section start css ********************/
  .get-app-banner-section .title-content-wrp:after {
    display: none;
  }

  .get-app-banner-section .title-content-wrp {
    margin-bottom: 60px;
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .page-template-mobile-apps-solutions .get-app-banner-section .title-content-wrp {
    text-align: center;
    padding: 50px 20px 30px;
    margin-bottom: 20px;
  }

  .get-app-banner-section .title-content-inner .icon-div {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .get-app-banner-section .title-content-inner {
    padding-left: 0;
    margin-bottom: 20px;
  }

  /******************** get-app-banner-section end css ********************/
  /******************** why-workdo-section start css ********************/
  .why-workdo-section .offset-right .title-content-inner,
  .why-workdo-section .offset-left .title-content-inner {
    padding: 0;
    margin-bottom: 20px;
  }

  /******************** why-workdo-section end css ********************/
  /******************** web-solution-section start css ********************/
  .web-solution-section::before {
    width: 450px;
    height: 450px;
  }

  /******************** web-solution-section end css ********************/
  /******************** contact-home-section start css ********************/
  .contact-page-wrapper .custom-req-form {
    margin: 0 0 15px 0;
    padding: 20px 15px;
  }

  .cards-wrapper .contact-card:first-of-type a {
    font-size: 18px;
  }

  .support-wrapper .contact-section .title-content-inner .section-title {
    text-align: center;
  }

  .support-wrapper .contact-section .title-content-inner .section-title .icon-div {
    margin: 0 auto 20px;
  }

  /******************** contact-home-section end css ********************/
  /******************** features-card-section start css ********************/
  .support-wrapper .features-card-section .features-card h4 {
    font-size: 16px;
  }

  /******************** features-card-section end css ********************/
  /******************** blog-home-section start css ********************/
  .docs-home-section .innner-content,
  .blog-home-section .innner-content {
    gap: 15px;
  }

  /******************** blog-home-section end css ********************/
  /******************** need-more-section end css ********************/
  .need-more-section .row {
    row-gap: 20px;
  }

  .need-more-section .title-content-inner {
    max-width: 100%;
    text-align: center;
  }

  .need-more-section .title-content-inner .icon-div {
    margin: 0 auto 20px;
  }

  /******************** need-more-section end css ********************/
  /******************** theme-details-section start css ********************/
  .theme-details-section .theme-details-right {
    margin-top: 15px;
  }

  .theme-details-top h1 {
    font-size: 26px;
  }

  /******************** theme-details-section end css ********************/
  /******************** sales-saas-addon start css ********************/
  .sales-video-wrapper {
    padding: 15px;
  }

  .sales-video-wrapper p {
    font-size: 14px;
  }

  /******************** sales-saas-addon end css ********************/
  /******************** get-app-section start css ********************/
  .get-app-section .sales-app-wrapper::after {
    display: none;
  }

  .sales-app-wrapper .row {
    row-gap: 20px;
  }

  .get-app-section .get-app-info {
    padding: 10px 15px !important;
  }

  .sales-app-wrapper,
  .get-app-section .sales-app-wrapper .get-app-inner-text, .get-app-section .sales-wrapper-reverse.sales-app-wrapper .get-app-inner-text {
    padding: 0;
  }

  .sales-app-wrapper:not(.sales-wrapper-reverse) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .woocommerce-tabs ul.tabs li a::before {
    display: none;
  }

  .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
  }

  .sales-app-wrapper:not(:last-of-type) {
    margin-bottom: 25px;
  }

  /******************** get-app-section end css ********************/
  /******************** woocommerce-tabs start css ********************/
  .single-product .woocommerce-tabs {
    padding-top: 40px;
  }

  /******************** woocommerce-tabs end css ********************/
  /******************** screenshot-section start css ********************/
  .screenshots-gallery-slider .slick-list {
    padding: 25px 15% 70px !important;
  }

  .screenshots-gallery-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .screenshots-gallery-slider .slick-prev {
    left: calc(50% - 50px);
  }

  .screenshots-gallery-slider .slick-next {
    right: calc(50% - 50px);
  }

  /******************** screenshot-section end css ********************/
  /******************** banner-section start css ********************/
  .bookinggo-theme-wrapper .banner-section .title-content-inner .btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bookinggo-theme-wrapper .banner-section .title-content-inner {
    text-align: center;
  }

  .bookinggo-theme-wrapper .banner-section .title-content-inner {
    margin-bottom: 20px;
  }

  /******************** banner-section end css ********************/
  /******************** saas bundle banner section end css ********************/
  /******************** bookinggo-feature-sec start css  ********************/
  .woocommerce-tabs .panel .theme-layout-sec .section-title,
  .woocommerce-tabs .panel .theme-multi-lang .section-title,
  .woocommerce-tabs .panel .theme-performance-sec .section-title,
  .woocommerce-tabs .panel .theme-value-sec .section-title,
  .woocommerce-tabs .panel .amazing-device-sec .section-title {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .bookinggo-feature-inner .section-title {
    max-width: 90%;
    margin: 0 auto 20px;
  }

  .bookinggo-envanto-btn .btn {
    font-size: 14px;
    padding: 10px 42px 10px 10px;
  }

  .bookinggo-envanto-btn .btn img {
    top: -5px;
    width: 50px;
    height: 50px;
  }

  .bookinggo-feature-list .bookinggo-feature-item .btn {
    padding: 10px;
  }

  .theme-layout-sec .layout-card::after {
    height: 45%;
  }

  .bookinggo-feature-wrapper {
    padding: 15px;
  }

  /******************** bookinggo-feature-sec end css  ********************/
  /******************** manage-info-sec start css  ********************/
  .manage-info-sec .manage-card-inner .icon-div svg {
    width: 30px;
    height: 30px;
  }

  .manage-info-sec .manage-card-inner h4 {
    font-size: 16px;
    max-width: 100%;
  }

  .manage-info-sec .manage-card-inner, .control-place-sec.manage-info-sec .manage-card::after {
    padding: 20px 15px;
  }

  /******************** manage-info-sec end css  ********************/
  /******************** custom-field start css  ********************/
  .custom-field .custom-field-content {
    padding: 15px;
    margin-right: 0;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .custom-field .row {
    gap: 20px;
  }

  .custom-field .label {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    gap: 8px;
  }

  .custom-field .row-reverse .custom-field-content {
    padding: 15px;
    margin-left: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  /******************** custom-field end css  ********************/
  /******************** key-feature-sec start css  ********************/
  .key-feature-sec .key-feature-content {
    margin-top: 25px;
  }

  .feature-tab-sec .key-feature-img {
    margin-top: 20px;
  }

  .key-feature-content .section-title {
    max-width: 100%;
  }

  /******************** key-feature-sec end css  ********************/
  /******************** add-cart-popup start css ********************/
  .add-cart-popup {
    max-width: calc(100% - 30px);
  }

  .add-cart-popup .img-wrapper {
    max-width: 200px;
  }

  /******************** add-cart-popup end css ********************/
  /******************** documentation start css ********************/
  .documentation-wrp .documentation-row {
    gap: 15px;
  }

  .documentation-row .documentation-column {
    padding-right: 0;
  }

  .documentation-leftbar .account-list li a {
    padding: 10px 25px 10px 10px;
  }

  .documentation-leftbar .account-list li a::before {
    right: 15px;
  }

  .documentation-leftbar .account-list li a::after {
    right: 10px;
  }

  .documentation-rightbar ul li {
    margin-bottom: 10px;
  }

  /******************** documentation end css ********************/
  /******************** MyAccount start css ********************/
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    overflow-y: unset;
    margin: 0 0 20px;
  }

  .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
  }

  .hentry .entry-content .woocommerce-MyAccount-navigation ul li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 0;
    padding: 0 !important;
    width: 100%;
    text-align: center;
  }

  .hentry .entry-content .woocommerce-MyAccount-navigation ul li a::before {
    font-size: 16px;
    margin: auto;
    text-align: center;
  }

  .hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0;
    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;
    padding: 6px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .tech-card .icon-div,
  .pro-feature-card .icon-div,
  .four-card-section .icon-div {
    width: 50px;
    height: 50px;
  }

  .four-card-section .icon-div svg {
    width: 28px;
    height: 28px;
  }

  .four-card-section .four-card-inner h3 {
    font-size: 18px;
  }

  .four-card-section .four-card-inner {
    padding: 15px;
  }

  /******************** MyAccount end css ********************/
  /******************** cart start css ********************/
  .entry-content .cart td.product-remove a.remove {
    position: relative;
    top: auto;
    right: 0;
    font-size: 14px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-content table.cart tr td.product-remove {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    padding: 10px;
    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;
    border-top: 1px solid #ddd;
  }

  .entry-content table.cart tr td.product-thumbnail {
    border-top: 1px solid #ddd;
  }

  .cart-collaterals .cart_totals {
    max-width: 100%;
  }

  .woocommerce table.cart .option-description {
    width: 275px;
    left: auto;
    right: 5px;
    top: 40px;
    margin: 0 auto;
    text-align: left;
    padding: 15px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .woocommerce table.cart .info-wrapper {
    position: unset;
  }

  table.cart td.product-name {
    position: relative;
  }

  .woocommerce table.cart .info-icon {
    display: none;
  }

  .woocommerce-cart .wc-proceed-to-checkout .button.checkout-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .woocommerce-cart .wc-proceed-to-checkout .button.checkout-button.wc-forward::after {
    margin-left: 0;
  }

  .wc-proceed-to-checkout {
    text-align: center;
  }
  .woocommerce table.cart{
    overflow: hidden;
  }

  .woocommerce-cart-form .woocommerce-cart-form__cart-item td:last-of-type {
    padding-bottom: 0.875em;
  }
  
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-price ins .amount{
    font-size: 16px;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-price del {
    font-size: 15px;
  }
  /******************** cart end css ********************/
  /******************** order start css ********************/
  .woocommerce-orders .woocommerce-MyAccount-orders {
    min-width: auto;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .woocommerce-orders-table__row:not(:last-of-type) .woocommerce-orders-table__cell-order-actions {
    border-bottom: 1px solid #c1bdbd;
  }

  a.woocommerce-button.button.view, a.woocommerce-button.button.invoice {
    margin: 0 5px 0 0;
  }

  /******************** order end css ********************/
  /******************** checkout page start css ********************/
  .woocommerce-account, body.woocommerce-checkout {
    background-size: 100% 280px;
  }

  .woocommerce-lost-password {
    background-size: 100% 430px;
  }

  .checkout-right-inner {
    margin-top: 30px;
  }

  .woocommerce-Address br {
    display: block;
  }

  /******************** checkout page end css ********************/
  /******************** error page start css ********************/
  .error-404 .search-box .btn {
    margin: 7px 0;
  }

  /******************** error page end css ********************/
  /******************** dash-payment-gateway start css ********************/
  .dash-payment-gateway .payment-gateway-content {
    max-width: 100%;
    padding: 0 0 15px;
  }

  /******************** dash-payment-gateway end css ********************/
  /******************** service-section start css ********************/
  .installation-btn {
    height: 45px;
    width: 45px;
  }

  .installation-btn svg {
    height: 24px;
    width: 24px;
  }

  .service-section .service-card .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-section .service-card .service-icon svg {
    width: 25px;
    height: 25px;
  }

  /******************** service-section end css ********************/
  /******************** process-works-section start css ********************/
  .process-works {
    gap: 10px 20px;
  }

  /******************** process-works-section end css ********************/
  /******************** attendance-machine-section start css ********************/
  .free-installation-section .img-wrapper {
    margin: 0 auto;
  }

  .attendance-machine-section .attendance-inner .img-wrapper {
    margin: 0 auto 15px;
    padding-left: 0;
  }

  /******************** attendance-machine-section end css ********************/
  /******************** digital-business-card-template start css ********************/
  /******************** steps-one-sec start css ********************/
  .steps-one-sec .row:nth-child(3),
  .steps-one-sec .row:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /******************** steps-one-sec end css ********************/
  /******************** maker-sec start css ********************/
  .maker-sec .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .maker-sec .feature-icon {
    margin: 0 auto;
  }

  /******************** maker-sec end css ********************/
  /******************** digital-business-card-template end css ********************/
  /******************** bio-link-builder start css ********************/
  .bio-link-features-sec .section-title {
    max-width: 100%;
  }

  .analytics-sec .row {
    row-gap: 20px;
  }

  .bio-link-steps-sec .step-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .customize-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /******************** bio-link-builder end css ********************/
  /******************** vcard-generator start css ********************/
  .nfc-business-sec .section-title,
  .industry-card-sec .section-title,
  .generator-steps-sec .section-title,
  .generator-features-sec .section-title,
  .generator-benefits-sec .section-title,
  .vcard-business-sec .section-title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .generator-steps-sec .step-card {
    padding: 15px;
  }

  /******************** vcard-generator end css ********************/
  /******************** virtual-e-business-card start css ********************/
  .virtual-benifit-sec .section-title,
  .virtual-features-sec .section-title,
  .virtual-business-sec .section-title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .virtual-features-sec .virtual-wrp {
    padding: 15px;
  }

  .virtual-wrp li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  /******************** virtual-e-business-card end css ********************/
  /******************** nfc-business-card start css ********************/

  .nfc-business-content h3,
  .nfc-business-content ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  /******************** nfc-business-card end css ********************/
  /*************************************************** shopify single page start css ****************************************************/
  /******************** theme-details-section start css  ********************/
  .single-shopify-themes .theme-details-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /******************** theme-details-section end css  ********************/
  /********************* setup-process-section css start *********************/
  .single-shopify-themes .setup-process-section .setup-icon {
    height: 45px;
    width: 45px;
  }

  .single-shopify-themes .setup-process-section .setup-icon svg {
    height: 20px;
    width: 20px;
  }

  .single-shopify-themes .setup-process-section .setup-process-wrp ul li:not(:last-of-type) {
    margin: 0 0 15px;
  }

  .single-shopify-themes .setup-process-section .setup-process-wrp ul li {
    gap: 15px;
  }

  .single-shopify-themes .setup-process-section .setup-content {
    padding: 15px;
  }

  .single-shopify-themes .setup-process-section .setup-process-wrp ul li:not(:last-of-type) .setup-icon-wrp:before {
    height: calc(100% - 60px);
  }

  /********************* setup-process-section css end *********************/
  .single-shopify-themes .theme-feachers-sec .feacher-card-image {
    width: 50px;
    height: 50px;
  }

  /******************** outstanding-features-sec start css ********************/
  .single-shopify-themes .outstanding-features-sec .section-title {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  /******************** outstanding-features-sec end css ********************/
  /******************** theme-multi-lang start css ********************/
  .single-shopify-themes .theme-multi-lang .theme-lang-right {
    max-width: calc(100% - 180px);
  }

  /******************** theme-multi-lang end css ********************/
  /********************* setup-process-section css start *********************/
  .single-shopify-themes .setup-process-section .setup-icon {
    height: 45px;
    width: 45px;
  }

  .single-shopify-themes .setup-process-section .setup-icon svg {
    height: 20px;
    width: 20px;
  }

  .single-shopify-themes .setup-process-section .setup-process-wrp ul li:not(:last-of-type) {
    margin: 0 0 15px;
  }

  .single-shopify-themes .setup-process-section .setup-process-wrp ul li {
    gap: 15px;
  }

  .single-shopify-themes .setup-process-section .setup-content {
    padding: 15px;
  }

  .single-shopify-themes .setup-process-section .setup-process-wrp ul li:not(:last-of-type) .setup-icon-wrp:before {
    height: calc(100% - 60px);
  }

  /********************* setup-process-section css end *********************/
  /******************** shopify-theme-details section end css ********************/
  .single-shopify-themes .shopify-theme-details .details-card-inner .details-card-img {
    height: 50px;
    width: 50px;
  }

  .single-shopify-themes .shopify-theme-details .details-card-inner .details-card-img svg {
    height: 25px;
    width: 25px;
  }

  /******************** shopify-theme-details section end css ********************/
  /******************** other-business-sec start css ********************/
  .single-shopify-themes .other-business-sec .business-icon-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  /******************** other-business-sec end css ********************/
  /******************** shopify features-card-section start css ********************/
  .single-shopify-themes .features-card-section .tab-head-row li a {
    white-space: nowrap;
  }

  .single-shopify-themes .customizable-sec .tab-head-row ul {
    justify-content: start;
    padding-bottom: 8px;
  }

  /******************** shopify features-card-section end css ********************/
  /******************** vcard vcard-add-ons-card start css ********************/
  .vcard-add-ons-card .service-card .service-icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }

  /******************** vcard vcard-add-ons-card end css ********************/
  .booking-process-section .img-wrapper {
    padding: 10px;
  }

  /******************** core-modules-sec start css ********************/
  .core-modules-wrp .feature-card {
    gap: 10px;
  }

  .core-modules-wrp .card-iconP {
    width: 35px;
    height: 35px;
  }

  /******************** core-modules-sec end css ********************/
  .cart-collaterals .cart_totals tr td[data-title]::before{
    content: attr(data-title);
    }

}

@media screen and (max-width:640px) {

  /******************** features-card-section start css ********************/
  .features-card-section .tab-head-row ul {
    height: 252px;
  }

  /******************** features-card-section end css ********************/
  /******************** own-solution-section end css ********************/
  .own-solution-section .solution-card-content ul li {
    font-size: 12px;
  }

  /******************** own-solution-section end css ********************/
}

@media screen and (max-width:575px) {
  :root {
    --h2: normal 700 22px/1.3 var(--first-font);
    --h3: normal 700 20px/1.3 var(--first-font);
    --h4: normal 700 18px/1.2 var(--first-font);
    --h5: normal 700 16px/1.2 var(--first-font);
    --h6: normal 700 15px/1.2 var(--first-font);
  }

  .btn.dark-green:hover,
  .btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .secondary-btn svg, .btn svg {
    width: 18px;
    height: 18px;
  }

  .btn,
  .secondary-btn {
    font-size: 13px;
    padding: 11px 20px;
  }

  .mt-3 {
    margin-top: 20px !important;
  }

  .mb-3 {
    margin-bottom: 20px !important;
  }

  .underline-border {
    border-bottom-width: 1px;
  }

  #go-top-btn {
    right: 20px;
    padding: 10px;
    font-size: 16px;
  }

  .col-reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }

  body.single-product .storefront-breadcrumb {
    margin: 10px auto 20px;
  }

  /*********  glightbox start css  **********/
  .glightbox-clean .gnext {
    right: 10px !important;
  }

  .glightbox-clean .gprev {
    left: 10px !important;
  }

  .glightbox-clean .gnext, .glightbox-clean .gprev {
    border: 1px solid var(--border-color) !important;
  }

  .gclose, .gnext, .gprev {
    width: 40px !important;
    height: 40px !important;
  }

  /*********  header start css  **********/
  .site-header .mobile-navigation {
    max-width: 100%;
  }

  .menu-right li.profile-header svg {
    width: 17px;
    height: 17px;
  }

  /*********  header end css  **********/
  /******************** footer start css ********************/
  .footer-logo {
    max-width: 180px;
  }

  .footer-col.footer-link {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .footer-row {
    gap: 20px 0;
  }

  .footer-col.footer-subscribe-col {
    max-width: 100%;
  }

  .footer-col .footer-lbl {
    margin-bottom: 10px;
  }

  .footer-bottom {
    margin-top: 20px;
    text-align: left;
  }

  /******************** footer end css ********************/
  /******************** home-banner-sec start css ********************/
  .home-banner-sec .row {
    row-gap: 20px;
  }

  .banner-search-form .form-input .banner-search-btn {
    font-size: 14px;
  }

  .banner-search-form .form-input .banner-search-btn svg {
    width: 14px;
    height: 14px;
  }

  .home-banner-sec .img-wrapper {
    max-width: 100%;
  }

  .banner-content-inner .counter-wrp li span {
    font-size: 16px;
  }

  /******************** home-banner-sec end css ********************/
  /******************** product-category-sec start css ********************/
  .product-category-sec .row {
    row-gap: 20px;
  }

  /******************** product-category-sec end css ********************/
  /******************** bookinggo-sass-top-sec start css ********************/
  .bookinggo-sass-top-sec .row {
    row-gap: 20px;
  }

  .product-card-inner .product-card-image .hoverable-btn {
    opacity: 1;
    visibility: visible;
  }

  .product-card-image .hoverable-btn a {
    padding: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--white);
  }

  /******************** bookinggo-sass-top-sec end css ********************/
  /******************** top-selling-section start css ********************/
  .dash-sass-top-selling .row {
    row-gap: 20px;
  }

  /******************** top-selling-section end css ********************/
  /******************** client-review-section start css ********************/
  .client-review-section .top-content .quote-icon svg {
    width: 30px;
    height: 30px;
  }

  /******************** client-review-section end css ********************/
  /******************** contact-section start css ********************/
  .contact-section .contact-inner-col .form-group {
    margin-bottom: 10px;
  }

  .contact-section .contact-inner-col .form-group .btn {
    padding: 11px 20px;
  }

  .contact-section .contact-inner-col textarea.form-control {
    height: 100px;
  }

  .wpcf7-not-valid-tip {
    font-size: 12px;
  }

  .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 12px;
    padding: 0;
  }

  /******************** contact-section end css ********************/
  /********************* client-support-section start css ********************/
  .client-support-section {
    padding: 30px 0;
  }

  .client-support-section .client-support-image svg {
    height: 25px;
    width: 25px;
  }

  .client-support-section .client-support-content span {
    font-size: 12px !important;
  }

  /********************* client-support-section end css ********************/
  /******************** features-card-section start css ********************/
  .features-card-section .tab-head-row ul,
  .features-card-section .tab-head-row {
    display: none;
  }

  .features-card-section .tab-wrp {
    padding: 15px;
  }

  .features-card-section .tab-wrp .item.active .item-content {
    margin-top: 10px;
  }

  .features-card-section .tab-wrp .item:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .features-card-section .tab-wrp .item.active .item-content {
    transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
  }

  .features-card-section .tab-wrp .item::after {
    content: "\002B";
    position: absolute;
    top: 3px;
    right: 13px;
    color: var(--white);
    font-size: 22px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
  }

  /******************** features-card-section ens css ********************/
  /******************** advance-solution-section start css ********************/
  .advance-solution-section .advance-card .advance-card-icon img {
    width: 35px;
    height: 35px;
  }

  .advance-solution-section .advance-btn-wrapper .btn, .integration-section .btn, .payment-section .btn {
    font-size: 14px;
  }

  /******************** advance-solution-section end css ********************/
  /******************** add-ons-section start css ********************/
  .add-ons-section .right-inner span, .add-ons-section .left-inner span {
    font-size: 14px;
  }

  .add-ons-section .row .col-12:first-child:after {
    display: none;
  }

  /******************** add-ons-section start css ********************/
  /******************** dash-application-sec start css ********************/
  .dash-application-sec .dash-application-wrp .application-inner {
    max-width: 100%;
    gap: 15px;
  }

  .dash-application-sec .dash-application-wrp .application-inner.layer1 {
    margin-bottom: 15px;
  }

  /******************** dash-application-sec end css ********************/
  /******************** integration-section start css ********************/
  .integration-section .integration-btn img {
    width: 25px;
    height: 25px;
  }

  .integration-section .integration-btn {
    max-width: 80px;
  }

  .integration-section .integration-btn span {
    font-size: 13px;
  }

  /******************** integration-section end css ********************/
  /******************** dash-youtube-section start css ********************/
  .dash-youtube-section .dash-youtube-inner .logo a {
    max-width: 130px;
    padding: 10px;
  }

  .dash-youtube-section .dash-youtube-inner .logo a img {
    max-width: 80px;
  }

  .dash-youtube-section .youtube-button .btn img {
    width: 18px;
    height: 18px;
  }

  /******************** dash-youtube-section end css ********************/
  /******************** bookinggo-addons-sec start css ********************/
  .bookinggo-addons-sec .bookinggo-addons-row {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }

  .bookinggo-addons-sec .bookinggo-addons-row .bookinggo-card-icon img {
    width: 27px;
    height: 27px;
  }

  .bookinggo-addons-sec .bookinggo-addons-row .bookinggo-card-icon {
    padding: 7px;
    outline-offset: 7px;
    margin: 10px 10px 20px 10px;
  }

  .bookinggo-addons-sec .bookinggo-card h3 {
    font-size: 13px;
  }

  /******************** bookinggo-addons-sec end css ********************/
  /******************** bookinggo-layout-sec start css ********************/
  .bookinggo-layout-sec .row {
    row-gap: 20px;
  }

  /******************** bookinggo-layout-sec end css ********************/
  /********************  bookinggo-features-sec start css  ********************/
  .bookinggo-features-sec .bookinggo-features-content h3 {
    max-width: 100%;
  }

  .bookinggo-feature-list .bookinggo-feature-item span {
    display: none;
  }

  /********************  bookinggo-features-sec end css  ********************/
  /********************  bookingo-integration-sec start css  ********************/
  .bookingo-integration-sec .integration-tab {
    gap: 20px;
  }

  .bookingo-integration-sec .integration-btn img {
    width: 50px;
    height: 50px;
  }

  /********************  bookingo-integration-sec end css  ********************/
  /********************  eCommerceGo page  ********************/
  /********************  features-card-section start css  ********************/
  .eCommerceGo-landing-wrapper .features-card-section .section-title {
    margin-bottom: 40px;
  }

  /********************  features-card-section end css  ********************/
  /********************  powerful-features-sec start css  ********************/
  .powerful-features-sec .powerful-features-wrp {
    padding-top: 0;
    gap: 10px;
  }

  .powerful-features-sec .powerful-features-wrp .powerful-inner {
    max-width: 100%;
    gap: 10px;
  }

  .powerful-features-wrp .powerful-inner .powerful-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }

  .powerful-features-wrp .powerful-inner .powerful-icon img {
    width: 24px;
    height: 24px;
  }

  .powerful-features-wrp .powerful-inner .powerful-content {
    border-right: 2px solid var(--theme-color);
    min-height: unset;
    text-align: center;
  }

  /********************  powerful-features-sec end css  ********************/
  /******************** vcard-theme-sec start css ********************/
  .vcard-theme-slider .theme-card a {
    padding-top: 150%;
  }

  /******************** vcard-theme-sec end css ********************/
  /********************  customer-detail-section start css  ********************/
  .customer-detail-section .customer-detail .customer-content p {
    margin-bottom: 15px;
  }

  .customer-detail-section .customer-detail .customer-content h3 {
    margin-bottom: 15px;
  }

  .erpgo-wrapper .customer-detail-section .btn-wrapper {
    gap: 15px;
  }

  .customer-detail-section .customer-detail .customer-image {
    margin-bottom: 0;
  }

  .customer-detail-section .customer-detail {
    margin-bottom: 0;
    padding: 15px;
  }

  .customer-desk-image {
    display: none;
  }

  /********************  customer-detail-section end css  ********************/
  /******************** erpgo-modules-sec start css ********************/
  .erpgo-modules-wrapper .erpgo-modules {
    gap: 20px;
  }

  .erpgo-modules .module-card .module-card-icon {
    width: 50px;
    height: 50px;
  }

  .erpgo-modules .module-card .module-card-icon img {
    width: 25px;
    height: 25px;
  }

  /******************** erpgo-modules-sec end css ********************/
  /******************** erpgo-banner-sec start css ********************/
  .erpgo-banner-wrp p {
    font-size: 14px;
  }

  .erpgo-banner-sec .erpgo-btn-wrapper {
    margin: 20px 0 0;
    gap: 10px;
  }

  .erpgo-banner-sec {
    margin-bottom: 40px;
  }

  /******************** erpgo-banner-sec end css ********************/
  /******************** license-sec start css ********************/
  .license-sec .license-wrp .license-left-col p {
    font-size: 14px;
  }

  .license-sec .license-wrp {
    padding: 15px 15px 25px;
  }

  /******************** license-sec end css ********************/
  /******************** support-card-section start css ********************/
  .support-card-section .support-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }

  /******************** support-card-section end css ********************/
  /******************** listing-sec start css ********************/
  .listing-sec .listing-slider .listing-content.slick-active:not(:last-of-type):before {
    display: none
  }

  /******************** listing-sec end css ********************/
  /******************** support-ticket-sec start css ********************/
  .support-ticket-sec .support-ticket-inner .support-ticket-icon {
    width: 50px;
    height: 50px;
  }

  .support-ticket-sec .support-ticket-inner .support-ticket-image img {
    width: 30px;
    height: 30px;
  }

  .support-ticket-inner .support-ticket-content h3 {
    font-size: 16px;
  }

  .support-ticket-sec .support-ticket-inner .support-ticket-icon::before,
  .support-ticket-sec .support-ticket-inner .support-ticket-icon::after,
  .support-ticket-sec .support-ticket-inner .support-ticket-image::before {
    display: none;
  }

  .support-ticket-sec .support-ticket-inner {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    text-align: center;
  }

  /******************** support-ticket-sec end css ********************/
  /******************** customer-help-sec start css ********************/
  .customer-help-sec .customer-help-wrp {
    padding: 15px;
  }

  .customer-help-wrapper {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .customer-help-wrp .customer-help-image {
    padding-top: 75%;
  }

  .customer-help-wrp .customer-help-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }

  .customer-help-wrp .customer-help-text ul li::before {
    display: none;
  }

  .customer-help-wrp .customer-help-text ul li {
    padding-left: 0;
    text-align: center;
  }

  /******************** customer-help-sec end css ********************/
  /******************** own-solution-section start css ********************/
  .own-solution-section .solution-card .solution-card-content p {
    max-width: 95%;
    width: 100%;
    margin: 0 auto 10px;
  }

  .own-solution-section .solution-card .logo-wrapper {
    max-width: 200px;
  }

  /******************** own-solution-section end css ********************/
  /******************** advanced-sec start css ********************/
  .advanced-row .advanced-card {
    max-width: 75px;
  }

  .advanced-row {
    gap: 15px;
  }

  .advanced-wrapper {
    padding: 20px 0;
  }

  /******************** advanced-sec end css ********************/
  /******************** addons-integrations start css ********************/
  .integrations-wrapper {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .integrations-image {
    display: none;
  }

  .integrations-mob-image {
    display: block;
  }

  .integrations-wrapper a {
    padding-top: 125%;
  }

  .integrations-tool-sec .integrations-wrapper a {
    padding-top: 78%;
  }

  /******************** addons-integrations end css ********************/
  /******************** checkout-sec start css ********************/
  .checkout-wrapper .checkout-image {
    padding-top: 53%;
  }

  /******************** checkout-sec end css ********************/
  /******************** builder-functionality-sec start css ********************/
  .builder-functionality-sec .listing-content li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .builder-functionality-sec .listing-content li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  /******************** builder-functionality-sec end css ********************/
  /******************** dash-saas add-ons start css ********************/
  .search-with-cate.search-box {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    border: 0;
    gap: 10px;
    padding: 0;
  }

  .search-with-cate.search-box .select-box {
    width: 100%;
    margin: 0;
    border: 1px solid var(--theme-color);
    padding: 10px 35px 10px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .search-with-cate.search-box input {
    padding: 10px 10px 10px 15px;
    border: 1px solid var(--theme-color);
  }

  .search-box .btn {
    margin: 0;
  }

  .search-with-cate .nice-select .list {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .category-option {
    padding: 15px;
  }

  .category-option li {
    font-size: 14px;
  }

  .filter-right-column .products.row {
    row-gap: 20px;
  }

  /******************** dash-saas add-ons end css ********************/
  /******************** counter-section start css ********************/
  .counter-section {
    padding: 30px 0;
  }

  .counter-section .row {
    row-gap: 20px;
  }

  /******************** counter-section end css ********************/
  /******************** portfolio-section start css ********************/
  .portfolio-slider .portfolio-inner .img-div {
    padding-top: 150%;
  }

  .portfolio-slider .portfolio-inner {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  /******************** portfolio-section end css ********************/
  /******************** why-workdo-section start css ********************/
  .why-workdo-section .offset-right .title-content-inner,
  .why-workdo-section .offset-left .title-content-inner {
    text-align: center;
  }

  .why-workdo-section .section-title {
    margin-bottom: 20px !important;
  }

  /******************** why-workdo-section end css ********************/
  /******************** document-listing-section start css ********************/
  .search-box .search-icon {
    display: none;
  }

  .search-box input {
    padding: 10px 15px 10px 3px;
  }

  .documents-wrapper .document-listing-section .search-box .btn {
    margin: 0;
  }

  /******************** document-listing-section end css ********************/
  /******************** sels-info-sec start css ********************/
  .sels-info-sec .sels-item-inner p {
    font-size: 12px;
  }

  .sels-info-sec .sels-item-inner svg {
    width: 16px;
    height: 16px;
  }

  .sels-info-sec .sels-item-inner {
    padding: 10px 15px;
    gap: 6px;
  }

  .sales-video-wrapper .btn-wrapper .btn {
    padding: 10px 14px;
  }

  /******************** sels-info-sec end css ********************/
  /******************** sales-saas-addon start css ********************/
  .woocommerce-tabs .tabs-wrapper-main {
    margin: 0 0 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
  }

  .single-product .woocommerce-tabs {
    padding-top: 0;
  }

  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    padding: 0;
    background: transparent;
    gap: 8px;
    width: 100% !important;
  }

  .storefront-full-width-content .woocommerce-tabs ul.tabs li a {
    padding: 0 0 2px 0;
    background-color: transparent;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }

  .storefront-full-width-content .woocommerce-tabs ul.tabs li.active a {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }

  .storefront-full-width-content .woocommerce-tabs ul.tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  /******************** sales-saas-addon end css ********************/
  /******************** screenshot-section start css ********************/
  .screenshots-gallery-slider .slick-list {
    padding: 0 15px 50px !important;
  }

  .screenshots-gallery-slider .screenshot-inner,
  .screenshots-gallery-slider .slick-center .screenshot-inner {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  /******************** screenshot-section end css ********************/
  /******************** app-features-section start css ********************/
  .app-features-section .app-features-content h4, .app-features-section .app-features-content p {
    margin-bottom: 10px;
  }

  /******************** app-features-section end css ********************/
  /******************** woocommerce-Reviews start css ********************/
  .ivole-histogramRow::before {
    display: none;
  }

  /******************** woocommerce-Reviews end css ********************/
  /********************** bookinggo-feature-sec start css ********************/
  .bookinggo-envanto-btn .btn {
    font-size: 12px;
    padding: 10px 30px 10px 10px;
  }

  .bookinggo-feature-inner .bookinggo-feature-img {
    padding-top: 90%;
  }

  .bookinggo-envanto-btn {
    right: 10px;
  }

  .bookinggo-envanto-btn .btn img {
    top: -3px;
    width: 40px;
    height: 40px;
  }

  .bookinggo-feature-inner .section-title {
    max-width: 100%;
  }

  .bookinggo-feature-list .bookinggo-feature-item .btn {
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .bookinggo-feature-list .bookinggo-feature-item .btn {
    font-size: 12px;
    padding: 8px 8px;
  }

  .bookinggo-feature-list {
    gap: 10px;
  }

  /********************** bookinggo-feature-sec end css ********************/
  /********************** key-feature-sec start css ********************/
  .woocommerce-tabs .panel .section-title h2 {
    font: var(--h3) !important;
  }

  .feature-tab-wrapper {
    margin-bottom: 20px;
  }

  .key-feature-content .key-feature-list li::before {
    width: 15px;
    height: 15px;
  }

  .key-feature-content .key-feature-list li {
    font-size: 14px;
  }

  /********************** key-feature-sec end css ********************/
  /********************** reviews start css ********************/
  #reviews .commentlist li {
    margin-bottom: 15px !important;
  }

  /********************** reviews end css ********************/
  /******************** comments start css ********************/
  .woocommerce-tabs .media__author {
    margin-left: 10px;
  }

  .comment__item-response {
    margin-left: 15px;
  }

  .single-product .woocommerce-noreviews {
    padding: 1em 1em 1em 2.5em;
    font-size: 12px;
  }

  .single-product .woocommerce-noreviews::before {
    left: 10px;
  }

  .comment__item {
    padding: 15px;
  }

  /******************** comments start css ********************/
  /******************** add-cart-popup start css ********************/
  .add-cart-popup .img-wrapper {
    max-width: 100%;
  }

  .add-cart-popup .popup-modal-footer .btn {
    font-size: 12px;
  }

  .add-cart-popup .inner-content ul li p {
    font-size: 13px;
    text-align: left;
  }

  /******************** add-cart-popup end css ********************/
  /******************** documentation start css ********************/
  .single-documents .documents-details-inner ul,
  .single-documents .documents-details-inner ol,
  .single-post .documents-details-inner ul,
  .single-post .documents-details-inner ol {
    padding-left: 18px;
  }

  .single-documents .documents-details-inner ul.list-none,
  .single-documents .documents-details-inner ol.list-none,
  .single-post .documents-details-inner ul.list-none,
  .single-post .documents-details-inner ol.list-none {
    padding-left: 0;
  }

  .documentation-content .dash-product tr td {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .documentation-content .default-login-details .nice-select {
    max-width: 100%;
  }

  .documentation-rightbar ul {
    padding-left: 15px;
  }

  .documentation-rightbar ul.list-none {
    padding-left: 0px;
  }

  /******************** documentation end css ********************/
  .money-back-section .money-back-inner .money-back-content .money-back-btn .btn svg {
    width: 20px;
    height: 20px;
  }

  /******************** related-section start css ********************/
  .related-document-section .section-title,
  .related-blog-section .section-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /******************** related-section end css ********************/
  /******************** blog-details-wrapper start css ********************/
  .blog-details-wrapper .innner-content p {
    font-size: 14px;
  }

  .doc-blog-header-button {
    gap: 10px;
  }

  .doc-blog-header-button .btn {
    padding: 11px 12px;
  }

  /******************** blog-details-wrapper end css ********************/
  /******************** order start css ********************/
  .my_account_orders .button.view::after {
    display: none;
  }

  a.woocommerce-button.button {
    padding: 7px 10px;
  }

  .four-card-section {
    padding: 20px 0;
  }

  table.order_details thead th {
    padding: 1em 1.41575em;
  }

  /******************** order end css ********************/
  /******************** downloads start css ********************/
  .material-kit-box {
    max-width: 100%;
  }

  .sort-download-items .searching-product-form {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    padding: 15px;
  }

  /******************** downloads end css ********************/
  /******************** contact start css ********************/
  .contact-page-wrapper .custom-req-form .form-group {
    margin-bottom: 10px;
  }

  /******************** contact end css ********************/
  /******************** cart end css ********************/
  .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 10px 15px 10px 35px;
  }

  .woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    left: 10px;
    top: 10px;
  }

  .actions .coupon .button {
    padding: 10px 15px;
  }

  /******************** cart end css ********************/
  /******************** supports start css ********************/
  .sec-box-shadow .pt-2 ul li {
    margin-left: 0;
  }

  /******************** supports end css ********************/
  /******************** review start css ********************/
  .workdo-comment-box .description p {
    padding: 15px 10px;
  }

  .review_rating_workdo {
    max-width: calc(100% - 20px);
  }

  /******************** review end css ********************/
  /******************** checkout start css ********************/
  .checkout-right-inner, .checkout-form-inner {
    padding: 15px;
  }

  .woocommerce-checkout .checkout_coupon .form-row-first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  /******************** checkout end css ********************/
  /******************** documentation start css ********************/
  .single-documents .main-title h1 {
    font: var(--h2);
  }

  /******************** documentation end css ********************/
  form.woocommerce-ResetPassword.lost_reset_password {
    margin: 0px auto;
  }

  /******************** no-results start css ********************/
  .vp-results .search-box .btn {
    margin: 7px 0;
  }

  .vp-results .search-with-cate.search-box {
    background: transparent;
  }

  .vp-results .search-with-cate.search-box input::-webkit-input-placeholder {
    color: var(--white);
  }

  .vp-results .search-with-cate.search-box input::-moz-placeholder {
    color: var(--white);
  }

  .vp-results .search-with-cate.search-box input:-ms-input-placeholder {
    color: var(--white);
  }

  .vp-results .search-with-cate.search-box input::-ms-input-placeholder {
    color: var(--white);
  }

  .vp-results .search-box .select-box,
  .vp-results .search-with-cate.search-box input::placeholder,
  .vp-results .search-with-cate.search-box input {
    color: var(--white);
  }

  .vp-results .nice-select:after {
    filter: invert(1);
    -webkit-filter: invert(1);
  }

  /******************** no-results end css ********************/
  /******************** technologies-sec start css ********************/
  .technologies-sec .technologies-icon {
    width: 50px;
    height: 50px;
  }

  .technologies-sec.bookingo-integration-sec .technologies-icon img {
    padding: 8px;
  }

  /******************** technologies-sec end css ********************/
  /******************** installation-banner start css ********************/
  .installation-banner .user-image img {
    width: 22px;
    height: 22px;
  }

  .installation-banner .user-image p {
    font-size: 14px;
  }

  /******************** installation-banner end css ********************/
  /******************** digital-business-card-template start css ********************/
  /******************** digital-business-sec start css ********************/
  .digital-business-sec .search-box span {
    display: none;
  }

  .digital-business-sec .search-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }

  .digital-business-sec .search-box input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .digital-business-sec .search-box .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .digital-business-sec .vcard-load-more-btn {
    margin-top: 20px;
  }

  .content-sec .content-wrp .doc-content p {
    padding-left: 0;
  }

  .content-wrp .doc-content ul {
    padding-left: 20px;
  }

  .digital-business-sec .theme-card a {
    padding-top: 150%;
  }

  /******************** digital-business-sec end css ********************/
  /******************** maker-sec start css ********************/
  .maker-sec .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .maker-sec .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto;
  }

  .maker-sec .feature-icon svg {
    width: 20px;
    height: 20px;
  }

  /******************** maker-sec start css ********************/
  /******************** digital-business-card-template end css ********************/
  /******************** bio-link-builder satrt css ********************/
  .bio-link-steps-sec .step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .bio-link-steps-sec .step-content-wrp {
    text-align: center;
  }

  /******************** bio-link-builder end css ********************/
  /******************** virtual-e-business-card start css ********************/
  .virtual-benifit-sec .card {
    text-align: center;
  }

  .virtual-benifit-sec .card .icon {
    margin: 0 auto 10px;
  }

  .virtual-wrp li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  /******************** virtual-e-business-card end css ********************/
  /*************************************************** shopify single page start css ****************************************************/
  /******************** theme-details-section start css ********************/
  .single-shopify-themes .theme-details-section .details-list li {
    max-width: 100%;
  }

  .single-shopify-themes .theme-details-section .details-list {
    gap: 10px;
  }

  .single-shopify-themes .theme-details-section .theme-details-inner .Specifications ul li {
    max-width: 100%;
  }

  /******************** theme-details-section end css ********************/
  /******************** theme-multi-lang start css ********************/
  .single-shopify-themes .theme-multi-lang .theme-lang-right {
    max-width: 100%;
  }

  .single-shopify-themes .theme-multi-lang .theme-lang-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-shopify-themes .theme-multi-lang .theme-lang-opc .theme-lang-inner {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  /******************** theme-multi-lang end css ********************/
  /******************** single-shopify-themes start css ********************/
  .single-shopify-themes .shopify-tabs ul.pages-tabs {
    background: transparent;
    width: 100% !important;
    margin: 0 0 20px;
    padding: 0 0 14px 0;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
  }

  .single-shopify-themes .shopify-tabs ul.pages-tabs li.active a {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }

  .single-shopify-themes .shopify-tabs ul.pages-tabs li a {
    padding: 0 0 2px 0;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }

  .single-shopify-themes ul.pages-tabs li a svg {
    display: none;
  }

  /******************** single-shopify-themes end css ********************/
  /******************** case management start css ********************/
  .case-management-card .case-management-icon {
    width: 40px;
    height: 40px;
  }

  /******************** case management end css ********************/
  /******************** advocatego-core-sec start css ********************/
  .advocatego-core-sec .core-accordion-button,
  .mobile-app-core-sec .core-accordion-button {
    font-size: 14px;
    padding: 10px 0;
  }

  .advocatego-core-sec .core-accordion-item:last-child .core-accordion-panel,
  .mobile-app-core-sec .core-accordion-item:last-child .core-accordion-panel {
    padding-top: 10px;
  }

  .advocatego-features-tab-sec .pages-tabs .active .btn {
    background-color: transparent;
    color: var(--theme-color);
  }

  .advocatego-features-tab-sec .pages-tabs .btn {
    padding: 0;
    background-color: var(--white);
  }

  .advocatego-features-tab-sec .pages-tabs {
    background: var(--white);
    padding: 0 0 10px;
  }

  /******************** advocatego-core-sec end css ********************/
  /********************* core-modules-sec css start *********************/
  .core-modules-sec .core-modules-image {
    max-width: 100%;
  }

  /********************* core-modules-sec css end *********************/

  /******************** dash-promo-section start css ********************/
  .dash-promo-section .addons-categories,
  .dash-promo-section .modules-grid{
    grid-template-columns: repeat(1, 1fr);
  }

  .dash-promo-section .module-item i {
    font-size: 24px;
  }
  /******************** dash-promo-section end css ********************/

  .no-data-content h2{
    margin: 0 0 10px;
  }
  .no-data-icon svg{
    height: 140px;
  }
}

@media screen and (max-width:375px) {
  .cashback-section .cashback-inner ul li {
    width: 100%;
  }

  .cashback-section .cashback-inner .cashback-image {
    max-width: 100%;
  }

}