/*  12.0 ===== Medias/Responsive =====   */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* All Tablet Portrait size smaller than standard 1399 (devices and browsers) */

/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */

@media only screen and (max-width: 1199px) {
    .menu-top-menu-container>ul>li {
        margin: 0px 12px 0px;
    }

    .main-navigation ul li a {
        font-size: 14px;
    }
    .counter-section::before {
        width: 55%;
      }
      .count-text-wrapper > span {
        font-size: 28px;
      }
      .counter-name {
        font-size: 14px;
      }
      .entry-header.heading .entry-title {
        font-size: 28px;
      }
      .site-tools-item:nth-child(4n+3), 
      .site-tools-col:last-child .site-tools-item:nth-child(4n+1) {
        margin-left: 15px;
      }
      .site-tools-item:nth-child(2n) {
        margin-left: 30px;
      }
      .site-tools-item {
        margin-bottom: 30px;
      }
      .site-content section.testimonial-section {
        padding-bottom: 40px;
      }
      .page-title-wrap {
        padding: 170px 0 100px;
      }
      .secure-payment-content .entry-title {
        font-size: 28px;
      }
.contact-detail-content a, 
.contact-detail-content span {
  word-wrap: anywhere;
}

 
}

/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */

@media only screen and (max-width: 1023px) {
    .device-frames-wrap {
        display: none;
    }

    .wpw-theme-demo-page .hgroup-right .products-dropdown-wrap {
        width: 58%;
        width: calc(100% - 330px);
        width: -webkit-calc(100% - 330px);
        padding-right: 10px;
    }
    .wpw-theme-demo-page .demo-main-wrap .menu-demo-btn {
  width: 330px;
}

    .wpw-theme-demo-page .demo-main-wrap .hgroup-right {
        padding-right: 0;
    }

    .hgroup-wrap {
        background: #1A153C;
        padding: 10px 0;
        position: relative;
        top: 0;
    }

    .mean-container .mean-bar {
        width: 50px;
    }

    .mean-container .mean-nav {
        float: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 99;
    }

    .main-navigation li.current-menu-item::after,
    .main-navigation ul li.current_page_item::after {
        width: auto;
    }

    .site-branding img {
        max-width: 100%;
    }

    .navbar {
        position: static;
    }

    .mean-container a.meanmenu-reveal {
        width: 30px;
        height: 34px;
        padding: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px !important;
    }

    .mean-container a.meanmenu-reveal span {
        background: #fff;
        margin-top: 15px;
        border-radius: 5px;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal span::before,
    .mean-container a.meanmenu-reveal span::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal span::before {
        top: -10px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal span::after {
        bottom: -10px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal.meanclose span {
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal.meanclose span::before {
        -webkit-transform: rotate(-220deg);
        -ms-transform: rotate(-220deg);
        transform: rotate(-220deg);
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal.meanclose span::after {
        -webkit-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        transform: rotate(220deg);
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container .mean-nav ul li {
        margin: 0;
    }

    .meanmenu-reveal.meanclose span:nth-child(2n) {
        opacity: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        background: var(--secondary);
    }

    .mean-container .mean-nav ul {
        background: rgba(103, 103, 199, 0.9);
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .main-navigation ul li.menu-item-has-children>a::after {
        display: none;
    }

    .main-navigation ul ul {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform-origin: none;
        transition: all 0s ease 0s;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        margin: 0;
        position: static;
        top: 0px;
        white-space: none;
        z-index: 999;
        background: #fff;
        min-width: 100%;
        box-shadow: none;
    }

    .main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a::after {
        display: none;
    }

    .main-navigation li li {
        border-bottom: none;
    }

    .mean-container .mean-nav ul ul {
        background: none;
    }

    .mean-container .mean-nav ul li a {
        width: 94%;
        padding: 12px 3%;
        opacity: 1
    }

    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 12px 5%;
        opacity: 1
    }

    .mean-container .mean-nav ul li li li a {
        width: 86%;
        padding: 12px 7%;
        opacity: 1
    }

    .main-navigation ul li:hover ul {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .main-navigation ul>li>a::before,
    .main-navigation ul>li>a::after {
        display: none;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        height: 19px;
        background: rgba(103, 103, 199, 0.9);
        line-height: 1.1;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: var(--secondary);
    }

    .main-navigation ul>li>a:hover,
    .main-navigation ul>li.current-menu-item>a {
        color: #fff;
        background: var(--secondary);
    }
    .mean-container .mean-nav ul li a {
        -webkit-text-fill-color: inherit;
      }

    .mean-container .mean-nav>ul>li:first-child a {
        border-top: none;
    }

    .hgroup-right {
        padding-right: 45px;
    }

    h4,
    h3,
    h2 {
        font-size: 20px;
    }
    .site-tools-item:nth-child(2n) {
        margin-left: 20px;
      }
      .site-content section.banner-section {
        padding: 0 0 50px;
      }
      .banner-content-wrap {
        bottom: -146px;
      }
      .banner-content-wrap > .entry-header.heading {
        padding-left: 15px;
      }
      .banner-content-wrap h2, .banner-content-wrap .entry-header.heading .entry-title {
        font-size: 32px;
      }
      .page-title-wrap {
        padding: 100px 0 ;
      }
      .site-content section {
        padding: 65px 0 65px;
      }
      #secondary {
        margin: 65px 0 40px;
      }
      .site-content section.theme-demo-fliter-section {
        padding-bottom: 25px;
      }
      .theme-demo-filter .filters-button-group {
        margin-bottom: 45px;
      }
      .site-tools-col .featured-image lottie-player,
      .site-branding lottie-player,
      lottie-player {
  max-width: 100%;
  width: 100% !important;
}
.site-content section.theme-section
{
  padding-top: 80px;
}
.menu-top-menu-container {
  display: none;
}
.theme-price-tag .theme-price,
.plugin-price-tag .plugin-price {
  font-size: 22px;
}


}

@media only screen and (max-width: 991px) {

    .theme-demo-fliter-section .grid .element-item,
    .theme-fliter-section .grid .element-item {
        width: 50%;
    }

    .theme-other-feature-listing li {
        width: 50%;
    }

    .tabs li a {
        padding: 12px 16px;
        font-size: 13px;
    }
    .banner-content-wrap {
        bottom: 0;
      }
      .site-content section.banner-section {
        padding: 70px 0 50px;
      }
      .site-content section.counter-section {
        padding: 30px 0 10px;
        margin-top: 0;
      }
      .banner-section, .theme-section {
        margin-bottom: 60px;
      }
      .counter-section::before {
        width: 100%;
      }
      .counter-item-wrapper {
        max-width: 100%;
      }
      .banner-content-wrap > .entry-header.heading {
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 0;
      }
      .banner-content-wrap > .featured-image {
        width: 480px;
        padding-left: 0;
      }
      .template-thumbnail-btn .box-button {
        margin: 0 5px 10px;
      }
      .key-features-section .post {
        margin-bottom: 30px;
      }
      .site-content section {
        padding: 65px 0 70px;
      }
      .site-tools-item .featured-image {
        max-height: 60px;
      }
      .site-tools-item {
        padding: 10px;
        min-width: auto;
        min-height: auto;
        height: 110px;
        width: 110px;
      }
      .site-tools-item:nth-child(2n) {
        margin-left: 10px;
      }
      .site-tools-item:nth-child(4n+3), 
      .site-tools-col:last-child .site-tools-item:nth-child(4n+1) {
        margin-left: 0;
      }
      .site-tools-item .entry-title {
        font-size: 10px;
      }
      .site-tools-item {
        margin-bottom: 10px;
      }
      .site-content section.key-features-section {
        padding-bottom: 0;
      }
      .entry-header.heading .entry-title {
        font-size: 24px;
      }
      .newsletter-section {
        padding: 85px 30px 55px;
      }
      .newsletter-content-wrapper {
        max-width: 410px;
      }
      .newsletter-image {
        right: 30px;
        bottom: -45px;
        max-width: 200px;
      }
      .entry-header.heading .entry-subtitle {
        font-size: 20px;
      }
      .site-generator .container {
        display: block;
        text-align: center;
      }
      .site-generator .inline-social-icon {
        text-align: center;
        width: 100%;
        padding: 0 0 10px;
      }
      .site-generator .copy-right {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 13px;
      }
      .page-title-wrap {
        padding: 70px 0;
      }
      #secondary .widget {
        padding: 0px 15px 18px;
      }
      .widget_tag_cloud a {
        font-size: 12px;
        margin: 3px 3px 5px 0;
        padding: 7px 12px 4px;
      }
      #secondary .widget-title {
        margin-bottom: 5px;
      }
      .entry-title {
        font-size: 18px;
      }
      .theme-option-header h3 {
        font-size: 22px;
      }
      .theme-price-column .theme-price span {
        font-size: 26px;
      }
      .theme-price-column .theme-price .old-price span {
        font-size: 18px;
      }
      .pricing-column-header {
        margin: -30px -15px 40px;
        padding: 40px 15px 30px;
      }
      .theme-price-column {
        padding: 30px 15px;
      }
      .theme-price-column .theme-discount-info span {
        font-size: 14px;
      }
      .theme-price-header span {
        font-size: 10px;
      }
      .theme-price-table-content ul li {
        font-size: 14px;
      }
      .popular-theme-price-column .theme-price-table-content {
        padding-top: 10px;
      }
      .theme-price-column.popular-theme-price-column {
        margin-top: -50px;
      }
      .secure-payment-content-wrap {
        padding-left: 40px;
      }
      .secure-payment-content-wrap .featured-image {
        width: 200px;
      }
      .secure-payment-content {
        width: 71%;
        width: calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
        padding-left: 50px;
        padding-right: 40px;
        padding-bottom: 15px;
      }
      .secure-payment-content .entry-title {
        font-size: 24px;
      }
      .pricing-popular-tag {
        font-size: 10px;
      }
      .theme-main-feature-section .post .featured-image{
  width: 200px;
  height: 270px;
}
.theme-main-feature-section .post .featured-image::before{
  height: 300px;
  width: 300px;
  }
  .theme-main-feature-section .post .post-content-wrap
{
  width: 60%;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  padding-left: 45px;
}
.theme-main-feature-section .post .entry-title{
  font-size: 26px;
}
.theme-overview-wrapper .post .entry-title{
  font-size: 26px;
}
.tab-content p{
  font-size: 14px;
}
.ws-wp-docs .ws-visible{
  background: linear-gradient(180deg, #D353B4 0%, #F2B421 96.97%);
  border-radius: 10px 10px 0 0;
}
.ws-wp-docs .ws-visible h2{
    color: #fff;
  }
.ws-wp-docs .ws-collapse-navbar{
  border-bottom: none;
}
.ws-wp-docs-categories li{
  list-style: none;
}
section.toc-pos-left .ws-wp-docs-content{
    padding: 10px;
  }
.ws-wp-docs-categories li, #wp-doc-toc-list, #document-toc{
  border-radius: 0;
}
.ws-navbar-toggle{
  background-color: #C3C3C3;
}
.single-landing-page .theme-fliter-section .grid .element-item, 
.single-landing-page .theme-demo-fliter-section .grid .element-item {
  width: 50%;
}
    .blog-detail-page-wrapper .post-content-wrap .entry-title {
  font-size: 20px;
}
  


}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */

@media only screen and (max-width: 767px) {

    .custom-col-1,
    .custom-col-2,
    .custom-col-3,
    .custom-col-4,
    .custom-col-5,
    .custom-col-6,
    .custom-col-7,
    .custom-col-8,
    .custom-col-9,
    .custom-col-10,
    .custom-col-11,
    .custom-col-12 {
        float: none;
        width: 100%;
    }

    li {
        margin-bottom: 15px;
    }

    .wpw-theme-demo-page .demo-main-wrap .hgroup-right {
        width: 100%;
        padding-left: 0;
    }

    .wpw-theme-demo-page .demo-main-wrap .site-branding {
        margin: 0 auto 15px;
        text-align: center;
    }
    .site-content section.banner-section {
        padding: 50px 0 30px;
      }
      .banner-content-wrap h2, .banner-content-wrap .entry-header.heading .entry-title {
        font-size: 26px;
      }
      .entry-title {
        font-size: 18px;
      }
      .key-features-section .post {
        width: 50%;
        margin-bottom: 15px;
      }
      .key-features-section .post .post-content-wrap {
        padding: 0 10px;
      }
      .site-tools-col {
        width: 100%;
      }
      .site-tools-row {
        gap: 0;
      }
      .site-tools-item {
        width: 48%;
        padding: 15px 0;
        height: auto;
      }
      .site-tools-item-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
      .startup-process-content-wrap {
        width: 100%;
        order: 1;
      }
      .startup-process-wrap > .featured-image {
        width: 50%;
        order: 2;
      }
      .startup-process-section::before, .startup-process-section::after {
        width: 97%;
        height: 70%;
        left: -28%;
      }
      .startup-process-section::after {
        left: -34%;
        bottom: -46%;
        width: 65%;
      }
      .site-content section.startup-process-section {
        padding: 60px 0 60px;
      }
      .blog-section .post, .blog-post-wrapper .post {
        width: 50%;
      }
      .newsletter-image {
        position: static;
        margin: 0 auto;
      }
      .newsletter-section {
        padding: 40px 30px 30px;
      }
      .site-support-item .arrow-image {
        width: 140px;
        right: 100px;
        height: 90px;
      }
      .page-title-wrap {
        padding: 55px 0;
      }
      .page-title {
        font-size: 26px;
      }
      .page-title-wrap h4 {
        font-size: 14px;
      }
      .site-content section.post-wrapper {
        padding-bottom: 15px;
      }
      #secondary {
        margin: 30px 0 30px;
      }
      .banner-section::before, .theme-section::before, .banner-section, .theme-section , 
    .page-title-wrap::before, .page-title-wrap{
      border-radius: 0 0 90px 0;
    }
    .pricing-column-wrapper {
      display: block;
      padding: 0;
    }
    .pricing-section .tab-content {
      padding-top: 35px;
    }
    .theme-price-table-content ul li {
      font-size: 16px;
    }
    .theme-price-column.popular-theme-price-column {
      margin-top: 45px;
      padding-top: 80px;
      padding-bottom: 30px;
    }
    .theme-price-column {
      padding: 30px 15px;
      margin-bottom: 30px;
    }
    .theme-price-column:last-child {
      margin-bottom: 0;
    }
    .popular-theme-price-column .pricing-column-header {
      padding-top: 50px;
      margin-top: -80px;
      padding-bottom: 30px;
    }
    .secure-payment-content-wrap .featured-image {
      width: 100%;
      margin: 0 0 15px;
      text-align: center;
    }
    .secure-payment-content-wrap {
      padding: 15px;
    }
    .secure-payment-content {
      padding: 15px 0 0;
      width: 100%;
      text-align: center;
    }
    .site-content section.secure-payment-section {
      padding: 0 0 60px;
    }
    .entry-header.heading p {
  font-size: 18px;
}
.startup-process-wrap lottie-player,
.newsletter-image lottie-player,
.site-support-item .featured-image lottie-player,
.banner-content-wrap .featured-image lottie-player,
lottie-player {
  max-width: 100%;
  width: 100% !important;
}
.search-input > input[type="submit"] {
  padding: 11px 14px 8px;
  }
.contact-detail-item {
  width: 100%;
}
#bbpress-forums div.bbp-breadcrumb {
  width: 100%;
  padding-right: 0;
}
#bbpress-forums div.bbp-search-form {
  width: 100%;
  float: left;
}
#bbpress-forums #favorite-toggle, #bbpress-forums #subscription-toggle {
  float: left;
  margin-bottom: 10px;
}
#bbpress-forums div.bbp-search-form, div.bbp-breadcrumb {
  margin-bottom: 10px;
}
.site-content section.theme-section
{
  padding-top: 50px;
}
.theme-information-content .entry-title
{
  font-size: 26px;
}
.theme-main-feature-section .post .post-content-wrap
{
  width: 100%;
  padding-left: 0;
}
.theme-main-feature-section .post .featured-image
{
  height: 300px;
  margin-bottom: 15px;
}
.theme-main-feature-section .post:nth-child(2n+2) .featured-image{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.theme-main-feature-section .post:nth-child(2n+2) .post-content-wrap{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
}
.theme-overview-wrapper .post > .featured-image{
  width: 100%;
}
.theme-overview-wrapper .post .post-content-wrap{
  width: 100%;
  padding: 0 15px;
}
.special-offer-content-wrapper > .entry-header{
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.special-offer-content-wrapper{
  padding: 20px 20px 0;
}
.template-thumbnail {
  padding: 33px 15px 8px 14px;
}


}

@media only screen and (max-width: 575px) {

    body,
    .box-button,
    .wp-block-button__link,
    input[type="submit"],
    .wpcf7 input[type="submit"],
    .give-btn,
    .nav-links a,
    .back-to-top a {
        font-size: 15px;
    }

    .template-thumbnail {
        width: 100%;
    }

    .template-thumbnail-wrapper {
        margin: 30px -15px 0;
    }

    .featured-section .post-wrapper .post {
        width: 100%;
    }

    .theme-demo-fliter-section .grid .element-item,
    .theme-fliter-section .grid .element-item {
        width: 100%;
    }

    .related-theme-section .template-thumbnail-wrapper {
        margin-top: 30px;
    }

    .theme-price-table-content ul li {
        font-size: 16px;
    }

    .tabs li a {
        padding: 12px 12px;
    }

    .wpw-theme-demo-page .hgroup-right .products-dropdown-wrap {
        padding-right: 0;
    }

    .wpw-theme-demo-page .demo-main-wrap .menu-demo-btn {
        width: 100%;
        display: block;
        text-align: center
    }

    .wpw-theme-demo-page .hgroup-right .products-dropdown-wrap {
        width: 100%;
        margin-bottom: 10px
    }

    .wpw-theme-demo-page .demo-main-wrap .hgroup-right {
        display: block;
    }
    .search-input {
      -webkit-transform: none;
      transform: none;
      right: -60px;
    }
    .search-input.active {
      right: -60px;
      top: 45px;
      transform: none;
    }
    .search-input > input[type="submit"],
    .search-input > input[type="search"] {
      font-size: 12px;
    }
    .banner-content-wrap h2, .banner-content-wrap .entry-header.heading .entry-title {
      font-size: 24px;
    }
    .entry-header.heading .entry-subtitle {
      font-size: 18px;
    }
    .entry-header.heading {
      margin-bottom: 20px;
    }
    .banner-section, .theme-section {
      margin-bottom: 50px;
    }
    .counter-icon {
      width: 50px;
      height: 50px;
      font-size: 20px;
    }
    .count-detail {
      width: 74%;
      width: calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      padding-left: 10px;
    }
    .count-text-wrapper > span {
      font-size: 24px;
    }
    .counter-name {
      font-size: 13px;
    }
    .site-content section {
      padding: 50px 0 50px;
    }
    .entry-header.heading .entry-title {
      font-size: 20px;
    }
    .site-support-item{
      display: block;
      padding-top: 50px;
    }
    .site-support-item:first-child{
      padding-top: 30px;
    }
    .site-support-content {
      width: 100%;
      padding-left: 0;
      padding-bottom: 25px;
    }
    .site-support-item > .featured-image{
      width: 100%;
      
    }
    .arrow-image lottie-player {
  max-width: 100%;
  width: 100% !important;
  height: 70px !important;
}
 .page-title {
    font-size: 22px;
  }
  .contact-detail-content h4 {
  font-size: 14px;
}
.contact-detail-content a, 
.contact-detail-content span {
  font-size: 14px;
}
 #bbpress-forums div.bbp-search-form input[type="text"] {
    min-height: 36px;
  }
    .blog-section .post, .blog-post-wrapper .post,
    .blog-detail-page-wrapper.post-wrapper .post {
    width: 100%;
    margin-bottom: 15px;
  }
  .duet-post-content-wrap > div{
  width: 100%;
  margin-bottom: 15px;
}
.duet-post-content-wrap > div > h3{
  padding-right: 70px;
}
.theme-info .btn-wrapper{
  flex-wrap: wrap;
}
.template-featured-image{
  bottom: -40px;
}
.site-content section.theme-section{
  margin-bottom: 60px;
}
 .theme-main-feature-section .post .entry-title{
    font-size: 22px;
  }
.theme-tab-free-vs-pro-content th h3{
  font-size: 16px;
}
tr.table-footer td{
  font-size: 18px;
}
.theme-tab-change-content h3, .theme-tab-tutorial-content h3{
  font-size: 16px;
  }
  .theme-tab-free-vs-pro-content td h3{
  font-size: 16px;
}
.single-landing-page .theme-fliter-section .grid .element-item, 
.single-landing-page .theme-demo-fliter-section .grid .element-item {
  width: 100%;
}


}

/* All Mobile size smaller than standard 479 (devices and browsers) */

@media only screen and (max-width: 479px) {
    .site-branding {
        max-width: 140px;
    }

    body,
    .wp-block-button__link,
    .box-button,
    input[type="submit"],
    .wpcf7 input[type="submit"],
    .give-btn,
    .nav-links a,
    .back-to-top a {
        font-size: 14px;
    }

    .nav-previous {
        width: 100%;
        float: none;
        margin-bottom: 7px;
        max-width: 100%;
    }

    .nav-next {
        width: 100%;
        float: none;
        max-width: 100%;

    }

    .nav-links .nav-previous a,
    .nav-links .nav-next a {
        text-align: center
    }

    .menu-demo-btn {
        display: none;
    }

    h4,
    h3,
    h2 {
        font-size: 18px;
    }

    h5,
    h6 {
        font-size: 16px;
    }
    .log-in-btn a {
      font-size: 0;
      padding: 0;
      display: block;
      height: 25px;
      background: none;
      width: 100%;
    }
    .log-in-btn a::before {
      font-family: "FontAwesome";
      color: var(--white);
      font-size: 18px;
      text-align: center;
      content: "\f2be";
      background: none;
      background: none;
font-weight: 400;
    }
    .log-in-btn {
      width: 30px;
    }
    .hgroup-right {
      padding-right: 10px;
      padding-top: 10px;
      -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .header-search-icon {
      text-align: right;
    }
    .search-input {
      width: 260px
    }
    .search-input > input[type="search"] {
      padding: 12px 7px;
    }
    .search-input > input[type="submit"] {
      padding: 8px 10px;
    }
    .search-input.active {
      top: 30px;
    }
    .header-search-icon > a > img {
      max-width: 18px;
    }
    .banner-content-wrap h2, .banner-content-wrap .entry-header.heading .entry-title {
      font-size: 22px;
    }
    .site-content section.banner-section {
      padding: 35px 0 20px;
    }
    .banner-section, .theme-section {
      margin-bottom: 35px;
    }
    .banner-section::before, .theme-section::before, .banner-section, .theme-section , 
    .page-title-wrap::before, .page-title-wrap{
      border-radius: 0 0 50px 0;
    }
    .counter-section::before {
      border-radius: 0px 50px 0px 0px;
    }
    .counter-item {
      min-width: 100%;
      margin-bottom: 10px;
    }
    .site-content section.counter-section {
      padding: 25px 0 5px;
    }
    .site-content section {
      padding: 35px 0 35px;
    }
    .template-thumbnail {
      padding: 31px 15px 5px 15px;
      margin: 0px 15px 30px;
    }
    .template-thumbnail-wrapper {
      margin: 15px -15px 0;
    }
    .key-features-section .post {
      width: 100%;
    }
    .key-features-section .post .post-content-wrap {
      padding: 0;
    }
    .key-features-section .post .featured-image {
      margin-bottom: 13px;
    }
    .site-content section.site-tools-section {
      padding-bottom: 15px;
    }
    .testimonial-item {
      padding: 20px 15px;
      margin: 10px 15px 20px;
    }
    .author-info-wrap > .featured-image {
      width: 50px;
      height: 50px;
      padding: 14px;
    }
    .author-info-wrap .author-info {
      width: 79%;
      width: calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      padding-left: 10px;
    }
    .author-info .author-name {
      font-size: 17px;
      margin-bottom: 5px;
    }
    .author-info-wrap {
      margin-bottom: 17px;
    }
    .rating-title h5 {
      font-size: 13px;
    }
    .testimonial-section .slick-dots {
      bottom: -25px;
    }
    .site-content section.testimonial-section {
      padding-bottom: 20px;
    }
    .site-content section.startup-process-section {
      padding: 30px 0 40px;
    }
    .startup-process-item > .featured-image {
      height: 50px;
      width: 50px;
      font-size: 22px;
    }
    .startup-process-item .entry-content {
      width: 82%;
      width: calc(100% - 50px);
      width: -webkit-calc(100% - 50px);
      padding-left: 13px;
    }
    .startup-process-item h4 {
      margin-bottom: 10px;
      font-size: 17px;
    }
    .slick-dots li {
      margin: 0 3px;
    }
    .startup-process-section::before, .startup-process-section::after {
      left: -48%;
      width: 106%;
    }
    .startup-process-wrap > .featured-image {
      width: 70%;
    }
    .startup-process-section::after {
      width: 65%;
      bottom: -52%;
    }
    .blog-section .post, .blog-post-wrapper .post {
      width: 100%;
      margin-bottom: 15px;
    }
    .newsletter-section {
      padding: 25px 15px 15px;
    }
    .mc4wp-form input[type="email"] {
      padding: 11px 15px 11px 15px;
    }
    .mc4wp-form .mc4wp-form-submit {
      position: static;
    }
    .mc4wp-form p {
      margin-bottom: 10px;
    }
    .newsletter-content {
      margin-bottom: 30px;
    }
    .site-support-section {
      padding: 35px 0 10px;
    }
    .site-support-item {
      margin-bottom: 30px;
      padding: 45px 15px 0;
    }
    .site-support-item .arrow-image {
      width: 110px;
      right: 50px;
      height: 65px;
      bottom: -55px;
    }
    .page-title-wrap {
      padding: 40px 0 35px;
    }
    .page-title {
      font-size: 20px;
    }
    .site-content section.theme-demo-fliter-section {
      padding-bottom: 10px;
    }
    .tabs .tab-links li a span, .filters-button-group li span {
      padding: 8px 15px 7px;
    }
    .theme-option-header h3 {
      font-size: 20px;
      margin-bottom: 5px;
    }
    .theme-price-column .theme-price {
      margin-bottom: 10px;
    }
    .theme-price-column .theme-price .old-price span {
      font-size: 16px;
    }
    .theme-price-column .theme-price span {
      font-size: 22px;
    }
    .theme-price-column .theme-discount-info span {
      font-size: 14px;
    }
    .theme-price-table-content ul li {
      font-size: 14px;
      margin-bottom: 12px;
    }
    .secure-payment-content .entry-title {
      font-size: 20px;
    }
    .site-content section.secure-payment-section {
      padding: 0 0 40px;
    }
    .pricing-section .tab-content {
      padding-top: 20px;
    }
.entry-header.heading p {
  font-size: 16px;
}
.wpcf7 label {
  font-size: 14px;
}
.wpcf7-list-item {
  margin: 0 7px 7px 0;
  font-size: 13px;
}
#bbpress-forums div.bbp-search-form input[type="text"] {
  min-height: 36px;
}
 .theme-information-content .entry-title{
    font-size: 22px;
  }
  .site-content section.theme-section{
    padding-top: 35px;
  }
  .template-featured-image{
  padding: 20px 15px 15px;
}
.theme-section .head-thumbnail{
  top: 5px;
  left: 15px;
}
.theme-main-feature-section .post .featured-image::before{
    height: 290px;
    width: 290px;
  }
  .theme-main-feature-section .post .entry-title{
    font-size: 20px;
  }
  .theme-main-feature-section .post{
  margin-bottom: 20px;
}
.theme-overview-wrapper .post .entry-title{
    font-size: 22px;
  }
  .entry-header.heading .entry-subtitle{
    font-size: 16px;
  }
  .theme-info-listing ul li{
  font-size: 14px;
}
.wp-block-content h4
{
  font-size: 22px !important;
}
.wp-block-blockwheels-heading{
  font-size: 24px !important;
}


}

