h1,
h2,
h3,
h4,
h5,
h6 {}


input.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 8px 3px 8px 8px;
    margin: 0;
    text-align: center;
    background-color: #e12323;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
    grid-column: 2 span;
}

body header.show {
    background: #69b341 !important;

}

body .btn-content,
body .btn-slider {
    background: #69b341;
}

body .btn-content:hover,
body .btn-slider:hover {
    background: #c4d628;
}

body .btn-content:hover a,
body .btn-slider:hover a {
    color: #000;
}

body .spinner {
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    border-top: 2px solid #c4d628;
}

body footer,
body .bgblack {
    background: #000;
}

body h2 {
    font-size: 2.2rem;
}


.elementor-section.home-logo-outer .elementor-widget-image {
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 5px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    display: none;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    line-height: 82px;
    box-shadow: inset 4px 8px 8px #0000001a, 4px 8px 8px #0000001a;
    padding: 5px 20px;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000 !important;
}

.elementor-widget-tabs .elementor-tab-desktop-title:hover,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #69b341;
    background: linear-gradient(145deg, #69b341, #c4d628);
    color: #fff !important;
}

body .elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
}


/* whats-app */
.whats-app-outer {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 95px;
    right: 2px;
    z-index: 999;
    cursor: pointer;
}

.whats-app-outer img {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 85px;
    right: 15px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


body #totop {
    color: #000000;
    background: #c4d627;
}

body #totop:hover {
    color: #000000;
    background: #69b341;
}

body #subsribe input[type="submit"] {
    position: absolute;
    width: max-content;
    top: 0px;
    right: 0px;
    font-weight: 800;
    background-color: #69b341;
    border: solid #69b341;
    color: white;
    cursor: pointer;
}

body .text-side .address .list i {
    color: #69b341;
}

body .text-side .address .list a:hover {
    color: #69b341;
}

body footer .s-address a:hover {
    opacity: .6;
    transition: all .3s ease-in-out;
    color: #c4d627;
    opacity: 1;
}

body header.init {
    background-color: #69b341;
    padding: 0px;
    overflow: hidden;
}

body header .logo:after,
body header .logo:before {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

body .white nav {
    top: 0;
}

body header .logo:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

body header .logo:after {
    right: 10%;
    width: 2000px;
}

body header .logo {
    width: 20%;
}

body .menu-right {
    display: none;
}

body .white nav a {
    padding: 30px 20px;
}

body .white nav ul ul {
    top: 83px;
}
body .white nav ul ul li {
    background: #000000;
}

body .white nav ul ul li.active {
    background: #69b341;
}

body .white nav ul ul li a:hover {
    color: #000 !important;
    background: #c4d628;
}
body .white nav ul li.active a {
    color: #000 !important;
    background: #c4d628;
}