/* Header section */
.header.lp-header {
    margin-bottom: 10px;
}
.lp-header__inner .logo img {
    width: 280px;
}

.lp-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top__right.lp-top__right li a {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}

.lp-header .header-widgets {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #ACA196;
}

.lp-header .header-widgets h2 {
    font-size: 22px;
    color: #213918;
}

.lp-header .header-widgets a {
    color: #ACA196;
}

@media (max-width: 499px) {
    .lp-header__inner { display: block; } 
    .lp-header__inner .logo {
        float: none;
        margin: 15px auto;
    }

     .lp-header__inner .logo img {
         margin: auto;
     }
    
    .lp-header .header-widgets {
        padding-top: 0;
    }
}

/* Banner Section */

.lp-banner__section {
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}

.lp-banner__section::before {
    background: #213918;
    content: '';
    position: absolute;
    height: calc(100% - 50px);
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.lp-banner__form {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.16);
    padding: 40px 30px 5px;
}

.lp-banner__form h3 {
    font-size: 24px;
    margin-top: 0;
}

.lp-banner__form p:has(label) {
    margin-bottom: 5px;
}

.lp-banner__form .wpcf7-submit {
    background:#5B913F;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
}

.lp-banner__form .wpcf7-submit:hover {
    background: #5c9340 linear-gradient(to bottom, #5c9340, #4c7a35);
}

.lp-banner__form label {
    margin-bottom: 3px;
    font-size: 17px;
}

.lp-banner__form input,
.lp-banner__form textarea{ 
    border-color: transparent !important;
    border-radius: 4px;
}

.lp-banner__form textarea {
    height: 108px;
    max-width: 100%;
    min-width: 100%;
}

 .textwidget h1 {
    font-size: 36px;
 }

.textwidget h2 {
    font-size: 26px;
}

.light-text .lp-banner__first * {
    color: #fff !important;
}

.subheading {
    font-family: Montserrat;
    font-size: 22px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .textwidget h1 {
        font-size: 40px;
    }
     .textwidget h2 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .textwidget h1 {
        font-size: 54px;
    }
}


/* Affiliate Section */

.lp-affiliate__first .textwidget h2 {
    font-size: 50px;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 0.9;
    color: #213918;
}

.lp-affiliate__first h2 span {
   color: #5B913F;
}

.lp-affiliate__second .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 0;
}

.lp-affiliate__section.panel-row-style {
    align-items: flex-end !important;
    padding-bottom: 30px;
}


.lp-affiliate__second .gallery-item {
    max-width: none !important;
}

.lp-affiliate__second .gallery-item  img {
    width: 100%;
    object-fit: contain;
}


@media (min-width: 768px) {
    .lp-affiliate__second .gallery {
        align-items: flex-end;
        justify-content: space-between;
    }
    .lp-affiliate__second .gallery-item {
        width: 43%;
    }
}
/* Icon Section */
.lp-icon__section .icon-box {
    background: #F3F9F1;
    border-radius: 4px;
    padding: 33px 24px;
    display: block !important;
    margin: auto !important;
}

.lp-icon__section .widget-icon-box {
    border: 0 !important;
}

.lp-icon__section .icon-box i.fa {
    color: #5B913F !important;
    display: block;
    float: none;
}

.lp-icon__section .widget-icon-box .icon-box .icon-box__text {
    width: 100%;
    margin: auto;
}
.lp-icon__section .icon-box .icon-box__subtitle {
    color: #999999;
}


.lp-icon__section .icon-box .icon-box__title {
    font-size: 18px;
    margin: 14px 0 15px !important;
}