/*!
 * Theme CSS
 * CSS that will be used on the theme
 * It will override Bootstrap 4 CSS in some cases
 * Developped by Renato Pires
*/

html {
    margin-top: 0 !important;
    overflow-x: hidden;
  }

body {
    overflow-x: hidden;
}

.wrapper-div-body {
    overflow-x: hidden;
}

img {
    display: unset;
}

a:link {
    text-decoration: none!important;
}

a {
    color: #3a3a3a;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #9e9e9e;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

/* Top Bar */

.top-margin-bar {
    background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/bg-top-bar.jpg");
    background-repeat: repeat-x;
    background-color: #7fb13e;
}

@media (min-width: 100px) {
    .banner-img img { 
        object-fit: cover; /* Do not scale the image */
        object-position: center top; /* Center the image within the element */
        height: 100%;
        max-height: 400px;
      }
      .banner-logo img { 
        object-position: center top; /* Center the image within the element */
        height: 100%;
        width: 370px;
      }
      .logo-img img {
        height: 100%;
        width: 280px;
        display: block;
      }
      .claim-img img {
        height: 100%;
        width: 465px;
        display: block;
      }  
      .top-mobile {
          display: block;
      }
      .top-desktop {
          display: none;
      }            
      .banner-header {
        position: absolute;
        bottom: 2.5rem;
        color: #285605;
        font-weight: 900;
        font-size: 2.3rem; 
        text-align: center;
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        padding: 0.5rem;
        background-color: rgba(255,255,255,0.6);
    }
}

@media (min-width: 576px) {
    .banner-img img { 
        object-fit: cover; /* Do not scale the image */
        object-position: center top; /* Center the image within the element */
        height: 100%;
        max-height: 700px;
    }
    .banner-logo img { 
        object-position: center top; /* Center the image within the element */
        height: 100%;
        width: 400px;
    }
    .logo-img img {
        height: 100%;
        width: 280px;
        display: block;
      }
      .claim-img img {
        height: 100%;
        width: 465px;
        display: block;
      }  
    .top-mobile {
        display: block;
    }
    .top-desktop {
        display: none;
    }            
    .banner-header {
        position: absolute;
        bottom: 7rem;
        color: #285605;
        font-weight: 900;
        font-size: 3rem;
        text-align: center; 
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        padding: 0.5rem;
        background-color: rgba(255,255,255,0.6);
    }
}

@media (min-width: 768px) {
    .banner-img img { 
        object-fit: cover; /* Do not scale the image */
        object-position: center top; /* Center the image within the element */
        height: 100%;
        max-height: 750px;
      }
      .banner-logo img { 
        object-position: center top; /* Center the image within the element */
        height: 100%;
        width: 400px;
      }
      .logo-img img {
        height: 100%;
        width: 280px;
        display: block;
      }
      .claim-img img {
        height: 100%;
        width: 465px;
        display: block;
      }  
      .top-mobile {
          display: block;
      }
      .top-desktop {
          display: none;
      }      
      .banner-header {
        position: absolute;
        bottom: 7rem;
        color: #285605;
        font-weight: 900;
        font-size: 3rem;
        text-align: center; 
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        padding: 0.8rem;
        background-color: rgba(255,255,255,0.6);
    }     
}

@media (min-width: 992px) {
    .banner-img img { 
        object-fit: cover; /* Do not scale the image */
        object-position: center top; /* Center the image within the element */
        height: 100%;
        max-height: 800px;
      }
      .banner-logo img { 
        object-position: center top; /* Center the image within the element */
        height: 100%;
        width: 400px;
      }
      .logo-img img {
        height: 100%;
        width: 280px;
        display: block;
      }
      .claim-img img {
        height: 100%;
        width: 465px;
        display: block;
      }    
      .top-mobile {
          display: none;
      }
      .top-desktop {
          display: block;
      }      
      .banner-header {
        position: absolute;
        bottom: 10.5rem;
        color: #285605;
        font-weight: 900;
        font-size: 3rem; 
        text-align: center; 
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 10%;
        right: 10%;
        padding: 1rem;
        background-color: rgba(255,255,255,0.6);
    }
}

@media (min-width: 1200px) {
    .banner-img img { 
        object-fit: cover; /* Do not scale the image */
        object-position: center top; /* Center the image within the element */
        height: 100%;
        max-height: 1090px;
      }
      .banner-logo img { 
        object-position: center top; /* Center the image within the element */
        height: 100%;
        width: 500px;
      }
      .logo-img img {
        height: 100%;
        width: 300px;
        display: block;
      }
      .claim-img img {
        height: 100%;
        width: 485px;
        display: block;
      }
      .top-mobile {
          display: none;
      }
      .top-desktop {
          display: block;
      }
      .banner-header {
          position: absolute;
          bottom: 12rem;
          color: #285605;
          font-weight: 900;
          font-size: 3.5rem;  
          text-align: center;
          margin-left: 1rem; 
          margin-right: 1rem;
          left: 10%;
          right: 10%;
          padding: 1rem;
          background-color: rgba(255,255,255,0.6);
      }
}

/* Top Green Bar */
.top-green-bar {
    background-image: linear-gradient(to right, #adc534, #6ba342, #adc534);
}

@media (min-width: 100px) {
    .white-title {
        font-size: 2.3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 8rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .white-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .green-bar-logo {
        padding-bottom: 2rem;
    }
    .sprays-img img {
        margin-top: -1.5rem;
        margin-bottom: -9rem; 
    }
    .img-container {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .white-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 8rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .white-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .green-bar-logo {
        padding-bottom: 2rem;
    }
    .sprays-img img {
        margin-top: -4rem;
    }
    .img-container {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .white-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 2rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    .white-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    .green-bar-logo {
        padding-bottom: 2rem;
    }
    .sprays-img img {
        margin-top: -2rem;
        width: 207px;
        height: 317px;
    }
    .img-container {
        display: flex;
        justify-content: left;
    }
}

@media (min-width: 992px) {
    .white-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 4rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    .white-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    .green-bar-logo {
        padding-bottom: 2rem;
    }
    .sprays-img img {
        margin-top: -7rem;
        width: 276px;
        height: 422px;
    }
    .img-container {
        display: flex;
        justify-content: left;
    }
}

@media (min-width: 1200px) {
    .white-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 4rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    .white-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    .green-bar-logo {
        padding-bottom: 2rem;
    }
    .sprays-img img {
        margin-top: -7rem;
        width: 276px;
        height: 422px;
    }
    .img-container {
        display: flex;
        justify-content: left;
    }
}

/* Tabulators Section */
.tabulators-section {
    background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/stripes-background.jpg");
    background-repeat: repeat;
    padding-bottom: 3rem;
}

.lub-logo {
    display: flex;
    justify-content: center;
}

.multi-logo {
    display: flex;
    justify-content: center;
}

.tabulators ul {
    margin: 0;
}

.tabulators li {
    margin: 0;
}

.btn-primary-store:hover {
    background-color: #69a341 !important;
}

@media (min-width: 100px) {
    .lub-logo img {
        margin-top: 3rem;
        width: 240px;
    }
    .multi-logo img {
        margin-top: 1.5rem;
        width: 240px;
    }
    .tabulators {
        margin-top: 2.2rem;  
    }
    .tab-headline {
        color: #69a341;
        font-weight: 900;
        font-size: 2.3rem;  
        text-align: center;
        margin-top: 2rem;
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        letter-spacing: 0.05rem;
    }
    .nav-tabs {
        margin-top: 2.9rem;
        justify-content: center;
        display: flex;
    } 
    .nav-tabs .nav-link {
        background-color: #bab6b6;
        margin-bottom: 0.4rem;
        color: #fff;
        border-radius: 1rem;
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    } 
    .nav-tabs .nav-item {
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        background-color: #69a341;
        color: #fff;
        border-color: #69a341 #69a341 #69a341;
    }
    .nav-tabs .nav-link.disabled {
        color: #919aa1;
        background-color: transparent;
        border-color: transparent;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #ed1c24;
        border-color: #ed1c24 #ed1c24 #ed1c24;
    }
    .tabulator-green-text {
        background-color: #69a341;
    }
    .icon img {
        margin-top: 2rem;
        margin-left: 0;
        width: 80px;
    }
    .icon {
        display: flex;
        justify-content: center;
    }
    .icon-title {
        font-size: 2.3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 0rem;
        display: flex;
        justify-content: center;
    }
    .icon-sub-title {
        font-size: 1.8rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 0.1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 0rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .icon-text {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .btn-primary-store {
        padding: 0.4rem 5rem;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #ed1c24 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .button-container {
        margin: 2.2rem 0;
        justify-content: center;
        display: flex;
    }
}

@media (min-width: 576px) {
    .lub-logo img {
        margin-top: 4rem;
        width: 330px;
    }
    .multi-logo img {
        margin-top: 2rem;
        width: 330px;
    }
    .tabulators {
        margin-top: 2.8rem;  
    }
    .tab-headline {
        color: #69a341;
        font-weight: 900;
        font-size: 2rem;  
        text-align: center;
        margin-top: 3rem;
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        letter-spacing: 0.05rem;
    }
    .nav-tabs {
        margin-top: 2.9rem;
        justify-content: center;
        display: flex;
    } 
    .nav-tabs .nav-link {
        background-color: #bab6b6;
        margin-bottom: 0.4rem;
        color: #fff;
        border-radius: 1rem;
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .nav-tabs .nav-item {
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        background-color: #69a341;
        color: #fff;
        border-color: #69a341 #69a341 #69a341;
    }
    .nav-tabs .nav-link.disabled {
        color: #919aa1;
        background-color: transparent;
        border-color: transparent;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #ed1c24;
        border-color: #ed1c24 #ed1c24 #ed1c24;
    }
    .tabulator-green-text {
        background-color: #69a341;
    }
    .icon img {
        margin-left: 0;
        margin-top: 2rem;
        width: 80px;  
    }
    .icon {
        display: flex;
        justify-content: center;    
    }
    .icon-title {
        font-size: 2.3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 0;
        display: flex;
        justify-content: center;    
    }
    .icon-sub-title {
        font-size: 1.8rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 0.1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 0;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .icon-text {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .btn-primary-store {
        padding: 0.4rem 5rem;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #ed1c24 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem;
        font-weight: 700; 
    }
    .button-container {
        margin: 2rem 0;
        justify-content: center;
        display: flex;
    }
}

@media (min-width: 768px) {
    .lub-logo img {
        margin-top: 5rem;
        width: 330px;
    }
    .multi-logo img {
        margin-top: 2rem;
        width: 330px;
    }
    .tabulators {
        margin-top: 2rem;  
    }
    .tab-headline {
        color: #69a341;
        font-weight: 900;
        font-size: 2rem;  
        text-align: center;
        margin-top: 3rem;
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        letter-spacing: 0;
    }
    .nav-tabs {
        margin-top: 2.9rem;
        justify-content: left;
        display: flex;
    }
    .nav-tabs .nav-link {
        background-color: #bab6b6;
        margin-bottom: 0;
        color: #fff;
        border-radius: 1rem 1rem 0 0;
        padding: 1.3rem 0.6rem 0.7rem 0.6rem;
    }
    .nav-tabs .nav-item {
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        background-color: #69a341;
        color: #fff;
        border-color: #69a341 #69a341 #69a341;
    }
    .nav-tabs .nav-link.disabled {
        color: #919aa1;
        background-color: transparent;
        border-color: transparent;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #ed1c24;
        border-color: #ed1c24 #ed1c24 #ed1c24;
    }
    .tabulator-green-text {
        background-color: #69a341;
    }
    .icon img {
        margin-top: 1.2rem;
        margin-left: 1.2rem;
        width: 45px;
    }
    .icon {
        display: flex;
        justify-content: flex-start;
    }
    .icon-title {
        font-size: 1.8rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 0.5rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 1.2rem;
        display: flex;
        justify-content: flex-start;
    }
    .icon-sub-title {
        font-size: 1.8rem; 
        color: #fff;
        font-weight: 900;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 1.3rem;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
    }
    .icon-text {
        margin-left: 1.2rem;
        margin-right: 1rem;
    }
    .btn-primary-store {
        padding: 0.4rem 5rem;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #ed1c24 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .button-container {
        margin: 2rem 0;
        justify-content: center;
        display: flex;
    }
}

@media (min-width: 992px) {
    .lub-logo img {
        margin-top: 8rem;
        width: 330px;
    }
    .multi-logo img {
        margin-top: 3rem;
        width: 330px;
    }
    .tabulators {
        margin-top: 3rem;  
    }
    .tab-headline {
        color: #69a341;
        font-weight: 900;
        font-size: 3rem;  
        text-align: center;
        margin-top: 3rem;
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        letter-spacing: 0.05rem;
    }
    .nav-tabs {
        margin-top: 2.9rem;
        justify-content: left;
        display: flex;
    }
    .nav-tabs .nav-link {
        background-color: #bab6b6;
        margin-bottom: 0;
        color: #fff;
        border-radius: 1rem 1rem 0 0;
        padding: 1.6rem 2rem 1rem 2rem;
    }
    .nav-tabs .nav-item {
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        background-color: #69a341;
        color: #fff;
        border-color: #69a341 #69a341 #69a341;
    }
    .nav-tabs .nav-link.disabled {
        color: #919aa1;
        background-color: transparent;
        border-color: transparent;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #ed1c24;
        border-color: #ed1c24 #ed1c24 #ed1c24;
    }
    .tabulator-green-text {
        background-color: #69a341;
    }
    .icon img {
        margin-top: 4rem;
        margin-left: 3rem;
        width: 80px;
    }
    .icon {
        display: flex;
        justify-content: flex-start;
    }
    .icon-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 3rem;
        display: flex;
        justify-content: flex-start;
    }
    .icon-sub-title {
        font-size: 2rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 0.1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 3rem;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
    }
    .icon-text {
        margin-left: 3rem;
        margin-right: 1rem;
    }
    .btn-primary-store {
        padding: 0.5rem 7rem;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #ed1c24 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 2.5rem;
        font-weight: 700;
    }
    .button-container {
        margin: 3rem 0;
        justify-content: center;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .lub-logo img {
        margin-top: 8rem;
        width: 330px;
    }
    .multi-logo img {
        margin-top: 3rem;
        width: 330px;
    }
    .tabulators {
        margin-top: 4rem;  
    }
    .tab-headline {
        color: #69a341;
        font-weight: 900;
        font-size: 3rem;  
        text-align: center;
        margin-top: 3rem;
        margin-left: 1rem; 
        margin-right: 1rem;
        left: 5%;
        right: 5%;
        letter-spacing: 0.05rem;
    }
    .nav-tabs {
        margin-top: 2.9rem;
        justify-content: left;
        display: flex;
    }
    .nav-tabs .nav-link {
        background-color: #bab6b6;
        margin-bottom: 0;
        color: #fff;
        border-radius: 1rem 1rem 0 0;
        padding: 1.6rem 3rem 1rem 3rem;
    }
    .nav-tabs .nav-item {
        font-size: 1.7rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        background-color: #69a341;
        color: #fff;
        border-color: #69a341 #69a341 #69a341;
    }
    .nav-tabs .nav-link.disabled {
        color: #919aa1;
        background-color: transparent;
        border-color: transparent;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #ed1c24;
        border-color: #ed1c24 #ed1c24 #ed1c24;
    }
    .tabulator-green-text {
        background-color: #69a341;
    }
    .icon img {
        margin-top: 8rem;
        margin-left: 3rem;
        width: 80px;
    }
    .icon {
        display: flex;
        justify-content: flex-start;
    }
    .icon-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 3rem;
        display: flex;
        justify-content: flex-start;
    }
    .icon-sub-title {
        font-size: 2rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 0.1rem;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        margin-left: 3rem;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
    }
    .icon-text {
        margin-left: 3rem;
        margin-right: 1rem;
    }
    .btn-primary-store {
        padding: 0.5rem 7rem;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #ed1c24 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 2.5rem;
        font-weight: 700;
    }
    .button-container {
        margin: 3rem 0;
        justify-content: center;
        display: flex;
    }
}

/* Video Section */

.video-section {
    background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/bg-video.jpg");
    background-repeat: repeat;
    padding: 3rem 0;
}

.video-shadow {
    -webkit-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);
    border: 1px solid #000;
}   

@media (min-width: 100px) {
    .video-header img {
        margin: 1rem 0 3rem 0;
        width: 350px;
    }
    .video-footer img {
        margin: 2rem 0 0 0;
        width: 350px;        
    }   
}

@media (min-width: 576px) {
    .video-header img {
        margin: 3rem 0;
        width: 500px;
    }
    .video-footer img {
        margin: 2rem 0 0 0;
        width: 360px;        
    }      
}

@media (min-width: 768px) {
    .video-header img {
        margin: 3rem 0;
        width: 500px;
    }
    .video-footer img {
        margin: 2rem 0 0 0;
        width: 450px;        
    }      
}

@media (min-width: 992px) {
    .video-header img {
        margin: 4rem 0;
        width: 600px;
    }
    .video-footer img {
        margin: 3rem 0 0 0;
        width: 550px;        
    }   
}

@media (min-width: 1200px) {
    .video-header img {
        margin: 6rem 0;
        width: 700px;
    }
    .video-footer img {
        margin: 5rem 0 0 0;
        width: 570px;        
    }
}

/* Product Section */

.green-bg {
    background-color: #69a341;
}

.btn-primary-product {
    padding: 0.4rem 2rem;
    border-radius: 0.8rem;
    background-color: #ed1c24 !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.btn-primary-product:hover {
    background-color: #adc534 !important;
}

@media (min-width: 100px) {
    .product-section {
        margin-top: 2rem;
        background: #fff;
    }   
    .product-title {
        font-size: 2.3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1.2rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .product-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .btn-primary-container {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .btn-primary-container {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
}

@media (min-width: 576px) {
    .product-section {
        margin-top: 3rem;
        background: #fff;
    } 
    .product-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .product-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .btn-primary-container-left {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .product-section {
        margin-top: 3rem;
        background: #fff;
    } 
    .product-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .product-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 1rem;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .btn-primary-container-left {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .product-section {
        margin-top: 4rem;
        background: #e9e9e9;
    } 
    .product-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        letter-spacing: 0.05rem;
        text-align: left;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .product-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.5rem;
        letter-spacing: 0.05rem;
        text-align: left;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .btn-primary-container {
        display: flex;
        justify-content: flex-start;
        padding-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .product-section {
        margin-top: 5rem;
        background: #e9e9e9;
    }  
    .product-title {
        font-size: 3rem; 
        color: #fff;
        font-weight: 900;
        letter-spacing: 0.05rem;
        text-align: left;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .product-text {
        font-size: 1.5rem; 
        color: #fff;
        font-weight: 500;
        padding-top: 0.5rem;
        letter-spacing: 0.05rem;
        text-align: left;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .btn-primary-container {
        display: flex;
        justify-content: flex-start;
        display: flex;
        justify-content: flex-start;
        padding-left: 3rem;
    }
}

/* CTA'S */

.btn-cta:hover {
    background-color: #69a341 !important;
    text-decoration: none !important;
}

@media (min-width: 100px) {
    .background-cta {
        background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/stripes-background.jpg");
        background-repeat: repeat;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .container-cta {
        background-color: #2d5f06;
    }
    .cta-small-container {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .cta-small-text {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .cta-title {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 1.6rem; 
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        text-align: center;
    }    
    .btn-cta {
        padding: 0.6rem 2rem !important;
        width: 80%;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #adc534 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem !important;
        font-weight: 600;
        border-radius: 0.5rem !important;
    }    
}

@media (min-width: 576px) {
    .background-cta {
        background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/stripes-background.jpg");
        background-repeat: repeat;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .container-cta {
        background-color: #2d5f06;
    }
    .cta-small-container {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .cta-small-text {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .cta-title {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 1.6rem; 
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        text-align: center;
    }    
    .btn-cta {
        padding: 0.8rem 2rem !important;
        width: 70%;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #adc534 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem !important;
        font-weight: 600;
        border-radius: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .background-cta {
        background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/stripes-background.jpg");
        background-repeat: repeat;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .container-cta {
        background-color: #2d5f06;
    }
    .cta-small-container {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .cta-small-text {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .cta-title {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 2rem; 
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        text-align: center;
    }    
    .btn-cta {
        padding: 0.8rem 2rem !important;
        width: 70%;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #adc534 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem !important;
        font-weight: 600;
        border-radius: 0.5rem !important;
    }
}

@media (min-width: 992px) {
    .background-cta {
        background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/stripes-background.jpg");
        background-repeat: repeat;
        padding-bottom: 0;
        padding-top: 7rem;
    }
    .container-cta {
        background-color: #2d5f06;
    }
    .cta-small-container {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
        justify-content: center;
    }
    .cta-small-text {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .cta-title {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 2rem; 
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        text-align: left;
    }
    .btn-cta {
        padding: 1.2rem 2rem !important;
        width: 100%;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #adc534 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem !important;
        font-weight: 600;
        border-radius: 0.5rem !important;
    }
}

@media (min-width: 1200px) {
    .background-cta {
        background-image: url("https://biospray.pecol.eu/wp-content/themes/twentytwenty/assets/images/stripes-background.jpg");
        background-repeat: repeat;
        padding-bottom: 1rem;
        padding-top: 10rem;
    }
    .container-cta {
        background-color: #2d5f06;
    }
    .cta-small-container {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
        justify-content: center;
    }
    .cta-small-text {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .cta-title {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 2rem; 
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
    }
    .btn-cta {
        padding: 1.2rem 2rem !important;
        width: 100%;
        line-height: 1.5;
        border-radius: 1rem;
        background-color: #adc534 !important;
        border: 0 !important;
        text-transform: uppercase;
        font-size: 1.8rem !important;
        font-weight: 600;
        border-radius: 0.5rem !important;
    }
}

/* Footer Top */

@media (min-width: 100px) {
    .footer-black {
        width: 100%;
        background-color:#17191c;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .footer-logo {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo-claim{
        height: 2rem;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
}

@media (min-width: 576px) {
    .footer-black {
        width: 100%;
        background-color:#17191c;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .footer-logo {
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo-claim{
        height: 2.2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    } 
}

@media (min-width: 768px) {
    .footer-black {
        width: 100%;
        background-color:#17191c;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .footer-logo {
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo-claim{
        height: 2.2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 992px) {
    .footer-black {
        width: 100%;
        background-color:#17191c;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .footer-logo {
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo-claim{
        height: 2.2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .footer-black {
        width: 100%;
        background-color:#17191c;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
      }
    .footer-logo {
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo-claim {
        height: 2.2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

/* Footer */

.footer-grey {
    width: 100%;
    background-color: #212429;
    padding-top: 30px;
    padding-bottom: 1.2rem;
}

.footer-text {
    color: white;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
}

.footer-small-text {
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: left;
    margin-top: 0.2rem;
    letter-spacing: 0.1rem;
}

.footer-link {
    color: white;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: left;
    margin: 0;
}  

.footer-link:hover {
    color: #878787;
} 

.social-media-footer {
    display: block;
    padding-top: 0.75rem;
    text-align: left;
    margin-bottom: 1.2rem;
}

.social-image {
    border-radius: 0.3rem;
    height: 3.3rem;
    margin-left: 0.3rem;
}

.icon-svg:hover {
    transform: scale(1.3); 
    z-index: 1000;
    filter: brightness(70%);
}

.btn-footer {
    padding: 1.2rem 2rem !important;
    line-height: 1.5;
    border-radius: 1rem;
    background-color: #69a341 !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    font-weight: 600;
    border-radius: 0.5rem !important;
}

.btn-footer:hover {
    background-color: #adc534 !important;
    text-decoration: none !important;
}

.newsletter-form-footer {
    margin-bottom: 0.8rem;
    background-color: #fff;
    padding: 1rem 1.6rem !important;
    font-weight: 600; 
    font-size: 1.4rem !important;
    padding-left: 1.2rem;
    color: white;
    border: 0 !important;
    border-radius: 0.5rem !important;
}

@media (min-width: 100px) {
    .footer-title {
        margin-top: 1.8rem;
        color: white;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 0.6rem;
        letter-spacing: 0.1rem;
    }
}

@media (min-width: 576px) {
    .footer-title {
        margin-top: 1.8rem;
        color: white;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 0.6rem;
        letter-spacing: 0.1rem;
    }
}

@media (min-width: 768px) {
    .footer-title {
        margin-top: 0;
        color: white;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 0.6rem;
        letter-spacing: 0.1rem;
    }    
}

@media (min-width: 992px) {
    .footer-title {
        margin-top: 0;
        color: white;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 0.6rem;
        letter-spacing: 0.1rem;
    }
}

@media (min-width: 1200px) {
    .footer-title {
        color: white;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 0.6rem;
        letter-spacing: 0.1rem;
    }
}

/* Bottom Footer */

.site-info {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.footer-end {
  width: 100%;
  background-color:#17191c;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/* Contact Form Controls - Contacts Page */
.contacts {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 2rem; 
}

.wpcf7-form .form-control {
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #c6c6c6;
    color: #000;
}

.contact-title {
    color: #5b5a5a;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0.6rem;
}

.contact-title-black {
    color: #000;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 0.6rem;
}  

.contact-sub-title {
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: left;
    margin: 0;
}

.contact-text {
    font-weight: 500;
    font-size: 0.8rem;
    text-align: left;
    margin: 0;
}

.contact-highlight-button {
    margin-top: 0.4rem;
}

.btn-contacts {
    padding: 0.3rem 1.5rem;
    border: 1px solid #5b5a5a;
    color: #5b5a5a;
    background-color: #fff;
}

/* Form Messages */

div.wpcf7-response-output {
    margin: 1em 0;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #398f14;
    background-color: #f7dddc;
    border-color: #f4cfce;    
    font-size: 1.2rem;
}

div.wpcf7-mail-sent-ng {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #712b29;
    background-color: #f7dddc;
    border-color: #f4cfce;
    font-size: 1.2rem;
}

div.wpcf7-spam-blocked {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #712b29;
    background-color: #f7dddc;
    border-color: #f4cfce;
    font-size: 1.2rem;
}

div.wpcf7-validation-errors {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #712b29;
    background-color: #f7dddc;
    border-color: #f4cfce;
    font-size: 1.2rem;
}

/* Modals */

.modal-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05rem;
    margin-top: auto;
    margin-bottom: auto;
}

.modal-body {
    font-size: 1.3rem;
    font-weight: 500;
}

h5 {
    margin: 0;
}

.close {
    font-size: 3rem;
    font-weight: 600
}