@media only screen and (min-width: 1200px) {
  .mobile-element {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .offcanvas-search-form,
  .offcanvas-secondary-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 1800px) {
  .max-w-1710,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px !important;
  }
}

@media only screen and (max-width: 1669px) {
  #about-1 .right-col {
    padding-left: 50px;
    padding-right: 100px;
  }
  #about-3 .left-col {
    padding-left: 80px;
    padding-right: 150px;
  }
  #about-4 {
    padding: 115px 80px 90px 80px;
  }
  #about-5 .right-col {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
  .text-50,
  .text-50 * {
    font-size: 48px;
    line-height: 56px;
  }
  .text-40,
  .text-40 * {
    font-size: 38px;
    line-height: 44px;
  }
  .text-35,
  .text-35 * {
    font-size: 33px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 1560px) {
  .home-floating-right {
    right: auto;
    left: 0;
    transform: translate(80px, 30px);
    width: 100%;
  }
  .home-floating-right .pills.right {
    justify-content: flex-start;
  }
  .home-floating-left {
    left: 0;
    transform: translate(80px, 80px);
    max-width: 50%;
    width: 100%;
  }
  #home-4 .right-col,
  #home-5 .left-col {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .black-banner .left-col {
    padding-left: 80px !important;
  }
  .home-7-floating-content {
    transform: translate(80px, -50%);
  }
}
@media only screen and (max-width: 1440px) {
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px !important;
  }
  .text-50,
  .text-50 * {
    font-size: 44px;
    line-height: 52px;
  }
  .text-40,
  .text-40 * {
    font-size: 36px;
    line-height: 42px;
  }
  .text-35,
  .text-35 * {
    font-size: 31px;
    line-height: 39px;
  }

  .footer-right-row {
    padding: 50px 80px 40px 80px;
  }
}

@media only screen and (max-width: 1400px) {
  #about-2 .text-quote::before {
    left: -20px;
  }
  #about-2 .text-quote::after {
    right: -20px;
  }
}

@media only screen and (max-width: 1366px) {
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px !important;
  }
  .text-50,
  .text-50 * {
    font-size: 42px;
    line-height: 50px;
  }
  .text-40,
  .text-40 * {
    font-size: 34px;
    line-height: 40px;
  }
  .text-35,
  .text-35 * {
    font-size: 29px;
    line-height: 37px;
  }
  .home-products-col {
    padding-top: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px !important;
  }
  .slider-title {
    font-size: 46px !important;
  }
  .text-50,
  .text-50 * {
    font-size: 40px;
    line-height: 48px;
  }
  .text-40,
  .text-40 * {
    font-size: 32px;
    line-height: 38px;
  }
  .text-35,
  .text-35 * {
    font-size: 27px;
    line-height: 35px;
  }
  #home-1-inner-1 .middle-col {
    padding-left: 40px;
    padding-right: 50px;
  }

  .home-floating-right {
    transform: translate(50px, 30px);
  }
  .home-floating-left {
    transform: translate(50px, 80px);
  }
  #home-4 .right-col,
  #home-5 .left-col {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .black-banner .left-col {
    padding-left: 50px !important;
  }
  .home-7-floating-content {
    transform: translate(50px, -50%);
  }
  #black-banner .left-col.vc_col-sm-6 {
    width: 40%;
  }
  #black-banner .right-col.vc_col-sm-6 {
    width: 60%;
  }
  .black-banner .wpb_single_image img {
    width: 80px;
    height: 80px;
  }

  #about-2 .text-quote::before {
    left: -10px;
  }
  #about-2 .text-quote::after {
    right: -10px;
  }
  #about-2 .text-quote {
    max-width: calc(100% - 100px);
  }
  .static-header .text-40 {
    transform: translate(80px, -50%);
  }
}
@media only screen and (max-width: 1199px) {
  .desktop-element {
    display: none !important;
  }
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 966px !important;
  }
  .header-main > .row {
    justify-content: space-between;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    background: transparent;
    padding: 10px 0;
    margin-top: 15px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    border-bottom: 2px solid #c2c2c2;
    padding: 25px 0;
  }
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 0 !important;
    width: max-content !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link::after {
    display: none !important;
  }

  #offcanvas {
    bottom: 0;
    height: calc(100% - 42px);
    top: auto;
  }
  body.scrolled #offcanvas {
    height: 100%;
  }
  .offcanvas-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .offcanvas-header-empty {
    width: 30%;
    flex: 1 1 auto;
  }
  .offcanvas-logo {
    width: 40%;
    flex: 1 1 auto;
  }
  .offcanvas-close {
    width: 30%;
    flex: 1 1 auto;
  }

  .slider-title {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .text-50,
  .text-50 * {
    font-size: 50px;
    line-height: 58px;
  }
  .text-40,
  .text-40 * {
    font-size: 40px;
    line-height: 46px;
  }
  .text-35,
  .text-35 * {
    font-size: 35px;
    line-height: 43px;
  }

  #home-4 .right-col,
  #home-5 .left-col,
  .home-products-col {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #home-4 .right-col,
  #home-5 .left-col,
  .home-products-col,
  #home-1-inner-1,
  #black-banner .left-col.vc_col-sm-6 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #home-1-inner-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home-1-inner-1 .vc_col-sm-4 {
    width: 100% !important;
    max-width: 966px !important;
  }
  #home-1-inner-1 .middle-col {
    padding-left: 0;
    padding-right: 0;
  }

  #home-2 {
    margin-top: 60px;
  }

  #home-2,
  #home-3,
  #home-4,
  #home-5,
  #black-banner,
  #home-7,
  #home-1-inner-1 {
    flex-wrap: wrap;
  }

  #home-3,
  #home-5 {
    flex-direction: column-reverse;
  }
  #home-2 > .vc_col-sm-6,
  #home-3 > .vc_col-sm-6,
  #home-4 > .vc_col-sm-6,
  #home-5 > .vc_col-sm-6,
  #black-banner .left-col.vc_col-sm-6,
  #black-banner .right-col.vc_col-sm-6,
  #home-7 > .vc_col-sm-6 {
    width: 100% !important;
    margin-bottom: 60px;
    max-width: 966px !important;
  }
  .home-image-col .wpb_single_image {
    text-align: center !important;
  }
  .home-floating-right {
    transform: translate(50px, 30px);
  }
  .home-floating-left {
    transform: translate(50px, -40px);
    top: auto;
    bottom: 0;
  }
  #black-banner {
    padding-top: 65px;
  }

  .black-banner .wpb_single_image img {
    width: 150px;
    height: 150px;
  }
  .black-banner .text-40 {
    max-width: 560px;
  }

  .home-7-floating-content {
    transform: translate(80px, -50px);
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 966px;
    padding-right: 140px;
  }
  .home-7-floating-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .home-7-floating-content
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    .text-40 {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .home-7-floating-content
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    .text-40
    > .wpb_wrapper {
    max-width: 380px;
  }
  .home-7-floating-content
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .text-14,
  .home-7-floating-content > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
    display: inline-block;
  }
  footer .footer-top {
    flex-wrap: wrap;
  }
  .footer-left-col.col-6,
  .footer-right-col.col-6 {
    width: 100%;
  }
  .footer-left-col.col-6 {
    border-bottom: 1px solid var(--white);
  }
  .footer-right-col {
    border-left: none;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-right-row.footer-newsletter-wrapper {
    flex: 1 1 auto;
    width: 100%;
  }
  .footer-right-row.footer-contact-wrapper,
  .footer-right-row.footer-menu-wrapper,
  .footer-right-row:last-child {
    flex: 1 1 auto;
    width: 50%;
    padding-bottom: 40px !important;
  }
  .footer-right-row.footer-contact-wrapper {
    border-bottom: none;
    border-right: 1px solid var(--white);
  }
  .footer-right-col {
    padding: 0;
  }
  .footer-contact-info {
    gap: 45px;
    flex-wrap: wrap;
  }
  .footer-contact-info > div {
    width: 100%;
    flex: 1 1 100%;
  }
  .footer-right-row.footer-newsletter-wrapper,
  .footer-right-row.footer-contact-wrapper,
  .footer-right-row.footer-menu-wrapper,
  .footer-bottom.row.max-w-1710 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .footer-bottom.row.max-w-1710 {
    max-width: 100% !important;
  }
  .footer-bottom.row.max-w-1710 .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-right-row.footer-menu-wrapper > .row {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-right-row.footer-menu-wrapper > .row .col-6 {
    width: 100%;
  }
  .footer-right-row.footer-menu-wrapper .menu {
    margin-bottom: 25px;
  }

  .revolution-product-section .left-col {
    padding-left: 50px;
    padding-right: 100px;
  }
  #about-1,
  #about-3,
  #about-5 {
    flex-wrap: wrap;
  }
  #about-1,
  #about-5 {
    flex-direction: column-reverse;
    border-bottom: none;
  }

  #about-1 .vc_col-sm-6,
  #about-3 .vc_col-sm-6,
  #about-5 .vc_col-sm-6 {
    width: 100%;
  }
  #about-1 .left-col .wpb_single_image,
  #about-3 .right-col .wpb_single_image,
  #about-5 .left-col .wpb_single_image {
    text-align: center;
  }
  #about-1 .left-col {
    border-right: none;
  }

  #about-3,
  #about-5 {
    margin-bottom: 30px;
  }
  #about-5 {
    padding-top: 50px;
  }
  #about-5 .left-col {
    padding-top: 50px;
  }
  #about-4 .right-col > .vc_column-inner > .wpb_wrapper {
    gap: 50px;
  }
  #about-4 {
    padding: 60px 50px 60px 50px;
  }

  #home-2 .left-col .home-floating-left,
  #home-3 .right-col .home-floating-left {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 100px) !important;
  }
  #home-2 > .vc_col-sm-6,
  #home-3 > .vc_col-sm-6,
  #home-4 > .vc_col-sm-6,
  #home-5 > .vc_col-sm-6,
  #black-banner .left-col.vc_col-sm-6,
  #black-banner .right-col.vc_col-sm-6,
  #home-7 > .vc_col-sm-6 {
    max-width: calc(100% - 100px) !important;
  }
  .header1-template {
    padding: 0;
  }
  #home-4 .right-col,
  #home-5 .left-col,
  .home-products-col,
  #home-1-inner-1,
  #black-banner .left-col.vc_col-sm-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .home-image-col .wpb_single_image img {
    max-width: 100%;
    margin: 0 auto;
  }
  .home-floating-left {
    transform: translate(40px, -40px);
  }
  .home-floating-right {
    transform: translate(40px, 30px);
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 50px;
  }
  .container.shop-top-section {
    flex-wrap: wrap;
  }
  .shop-top-section-title,
  .categories-list {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .categories-list {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .revolution-product-section {
    flex-wrap: wrap;
  }
  .revolution-product-section .col-md-6 {
    width: 100%;
  }
  .revolution-product-section .left-col {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .woocommerce button.alt.single_add_to_cart_button {
    font-size: 11px;
    padding: 0 20px;
  }

  #about-4 {
    flex-wrap: wrap;
  }
  #about-4 .vc_col-sm-6 {
    width: 100%;
  }
  .text-quote.text-40,
  .text-quote.text-40 * {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .vc_tta.vc_tta-accordion
    .vc_tta-controls-icon-position-left
    .vc_tta-controls-icon {
    right: -20px !important;
  }
  .contact-forms-wrapper,
  .contact-info {
    max-width: calc(100% - 100px);
  }

  .contact-form-button {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 777px) {
  .slider-content {
    align-items: flex-start;
  }
  .slider-content .pills {
    margin-bottom: 0 !important;
  }
  .slider-title {
    font-size: 31px !important;
    line-height: 37px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .woocommerce.single-product div.product {
    flex-wrap: wrap;
  }
  .woo-variation-product-gallery {
    max-width: 100% !important;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100% !important;
    max-width: 100% !important;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    height: auto;
    padding-right: 0;
  }

  .contact-form-button {
    font-size: 28px;
    line-height: 36px;
  }

  .theme-button::after {
    transform: none;
    opacity: 1;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-left: 10px;
  }

  header .header-main .logo-col #logo {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
  }
  .home-7-floating-content
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    .text-40 {
    max-width: 230px;
  }
  .home-7-floating-content > .wpb_column > .vc_column-inner > .wpb_wrapper > a {
    max-width: 210px;
  }
  .footer-contact-info {
    gap: 15px;
  }
  #about-3,
  #about-5 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    padding: 0;
    margin-top: 0;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  .offcanvas-search-form,
  .offcanvas-secondary-menu {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .offcanvas-search-form .search-field-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .offcanvas-search-form button {
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    font-size: 26px;
    padding: 0;
  }
  .offcanvas-search-form,
  .offcanvas-search-form input {
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
  }
  .offcanvas-search-form input,
  .offcanvas-search-form input::placeholder {
    font-family: var(--font);
    font-size: 16px;
    color: var(--black2);
  }
  .offcanvas-search-form-wrapper {
    background-color: var(--cream-light);
    width: 100%;
    border-top: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    padding: 20px 0;
  }
  .offcanvas-secondary-menu {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .offcanvas-secondary-menu ul li {
    margin-bottom: 30px;
  }
  .offcanvas-secondary-menu ul li a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
  .offcanvas-secondary-menu ul li a img {
    width: 26px;
    height: 26px;
  }
  .offcanvas-secondary-menu ul li a span {
    font-family: var(--font);
    font-size: 16px;
    line-height: 22px;
    color: var(--black2);
    font-weight: 400;
    display: inline-block;
  }
  .menu-icon-search,
  .menu-icon-wishlist {
    display: none;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.black-banner-right-col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #black-banner .right-col.vc_col-sm-6 .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .black-banner .wpb_single_image img {
    width: 100px;
    height: 100px;
  }
  .black-banner-right-col-inner > .wpb_column {
    padding: 15px 20px;
  }
  .home-7-floating-content {
    transform: translate(80px, 0px);
  }

  .revolution-product-section .left-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-slider-wrapper {
    width: 100%;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-wrapper {
    width: 100%;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)
    > div {
    max-width: 90px;
  }
  .woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 38px;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding: 0;
  }
  .text-quote.text-40,
  .text-quote.text-40 * {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 640px) {
  .copyright .col-6 {
    width: 100% !important;
  }
  .footer-bottom .menu {
    justify-content: center;
  }
  .copyright p {
    text-align: center;
  }
  .contact-form-button {
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 600px) {
  .made-in-greece {
    display: none;
  }
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 50px) !important;
  }
  .slider-title {
    font-size: 26px !important;
    line-height: 32px !important;
    max-width: 80%;
  }
  #home-2 > .vc_col-sm-6,
  #home-3 > .vc_col-sm-6,
  #home-4 > .vc_col-sm-6,
  #home-5 > .vc_col-sm-6,
  #black-banner .left-col.vc_col-sm-6,
  #black-banner .right-col.vc_col-sm-6,
  #home-7 > .vc_col-sm-6 {
    max-width: calc(100% - 50px) !important;
  }
  .text-50,
  .text-50 * {
    font-size: 36px;
    line-height: 44px;
  }
  .text-40,
  .text-40 * {
    font-size: 28px;
    line-height: 36px;
  }
  .text-35,
  .text-35 * {
    font-size: 23px;
    line-height: 31px;
  }
  .text-quote.text-40,
  .text-quote.text-40 * {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: block;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 50px !important;
  }
  .pills {
    flex-wrap: wrap;
  }
  .pills div {
    font-size: 11px;
  }
  .loop-banner .pills {
    max-width: 325px;
  }
  .categories-list {
    flex-wrap: wrap;
  }
  #header-main .col-4.burgerr,
  #header-main .col-4.iconss {
    flex: 0 0 auto;
    width: calc(50% - 80px);
    padding: 0 !important;
  }
  #header-main .col-4.logo-col {
    flex: 1 1 auto;
    width: 160px;
  }
  .footer-right-row.footer-newsletter-wrapper,
  .footer-right-row.footer-contact-wrapper,
  .footer-right-row.footer-menu-wrapper,
  .footer-bottom.row.max-w-1710 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  form.mailpoet_form .newsletter-email {
    max-width: 100%;
  }
  form.mailpoet_form .newsletter-submit {
    max-width: 100%;
  }
  .home-floating-left {
    max-width: 100%;
    width: 100%;
    transform: translate(20px, -25px);
  }
  .home-floating-right {
    transform: translate(20px, 15px);
  }
  .home-image-col .text-40 {
    margin-bottom: 25px !important;
    max-width: 90%;
  }

  #home-7 .left-col > .vc_column-inner,
  #home-7 .left-col > .vc_column-inner > .wpb_wrapper,
  #home-7 .wpb_single_image {
    height: 100%;
    width: 100%;
  }
  #home-7 .left-col img {
    height: 100%;
  }
  .home-7-floating-content {
    transform: translate(40px, -20px);
    padding-right: 60px;
  }

  #about-4 .right-col > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
  #about-4 .right-col .text-14 {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  #about-1 .right-col,
  #about-3 .left-col,
  #about-4,
  #about-5 .right-col {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  #about-2 .text-quote {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #about-2 .text-quote::before,
  #about-2 .text-quote::after {
    display: none;
  }

  .static-header .text-40 {
    transform: translate(40px, -50%);
    max-width: 300px;
  }

  .contact-info .text-40 {
    margin-bottom: 30px;
  }
  .contact-info-wrapper {
    flex-wrap: wrap;
  }
  .contact-info-wrapper .contact-info-column {
    width: 100%;
    flex: 1 1 100%;
  }
  .contact-info-sep {
    display: none;
  }
  .form-text.half {
    width: 100%;
  }
  .contact-form-button {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 580px) {
  .contact-form-button {
    font-size: 19px;
    line-height: 27px;
  }
  .pills-text-before {
    display: block;
    width: 100%;
  }
  #about-3 .left-col .text-40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .max-w-1710,
  .max-w-1500,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 40px) !important;
  }

  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  .offcanvas-search-form,
  .offcanvas-secondary-menu {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    padding: 20px 0;
  }
  .offcanvas-search-form-wrapper {
    padding: 10px 0;
  }
  .offcanvas-secondary-menu ul li a img {
    width: 30px;
    height: 30px;
  }

  .slider-content .theme-button.slider-button {
    font-size: 11px !important;
  }

  #home-2 > .vc_col-sm-6,
  #home-3 > .vc_col-sm-6,
  #home-4 > .vc_col-sm-6,
  #home-5 > .vc_col-sm-6,
  #black-banner .left-col.vc_col-sm-6,
  #black-banner .right-col.vc_col-sm-6,
  #home-7 > .vc_col-sm-6 {
    max-width: calc(100% - 40px) !important;
  }

  /* #header-main .col-4.burgerr,
  #header-main .col-4.iconss {
    width: calc(50% - 65px);
  }
  #header-main .col-4.logo-col {
    width: 130px;
  } */

  .footer-right-row.footer-contact-wrapper,
  .footer-right-row.footer-menu-wrapper,
  .footer-right-row:last-child {
    width: 100%;
  }
  .footer-right-row.footer-contact-wrapper {
    border-bottom: 1px solid var(--white);
  }
  .footer-right-row.footer-menu-wrapper > .row .col-6 {
    padding: 0;
  }
  .footer-logo {
    max-width: 250px;
  }

  #black-banner .right-col.vc_col-sm-6 .vc_col-sm-4 {
    width: 100%;
  }
  .black-banner-right-col-inner > .wpb_column:not(:last-child) {
    border-right: none;
  }
  .contact-forms-wrapper,
  .contact-info {
    max-width: calc(100% - 50px);
  }
  .contact-forms-buttons-wrapper {
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .contact-forms-buttons-wrapper > span {
    height: 100px;
  }
  .contact-form-button {
    font-size: 19px;
    line-height: 25px;
  }
  body.scrolled header .header-main .logo-col #logo img {
    height: 60px;
  }
}
@media only screen and (max-width: 440px) {
  .home-7-floating-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 12px;
    flex-direction: column;
  }

  .home-7-floating-content .text-14 {
    margin-bottom: 10px;
  }

  .black-banner .wpb_single_image img {
    width: 70px;
    height: 70px;
  }
  #black-banner .right-col.vc_col-sm-6 .vc_col-sm-4 {
    padding: 10px;
  }
  .black-banner .text-14,
  .black-banner .text-14 * {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-form-button {
    font-size: 17px;
    line-height: 25px;
  }
  .text-50,
  .text-50 * {
    font-size: 32px;
    line-height: 40px;
  }
  .text-40,
  .text-40 * {
    font-size: 24px;
    line-height: 32px;
  }
  .text-35,
  .text-35 * {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 385px) {
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  .offcanvas-search-form,
  .offcanvas-secondary-menu {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .slider-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .pills {
    gap: 7px;
  }
  .static-header .text-40 {
    transform: translate(20px, -50%);
  }
  .contact-form-button {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .black-banner .wpb_single_image img {
    width: 65px;
    height: 65px;
  }
  #black-banner .right-col.vc_col-sm-6 .vc_col-sm-4 {
    padding: 8px;
  }
  .black-banner .text-14,
  .black-banner .text-14 * {
    font-size: 11px;
    line-height: 17px;
  }
}
