@media only screen and (min-width:1921px){
    /* .main-header .navbar-logo {
        max-width: 52%;
    } */
    /* .main-header .navbar-menu {
        max-width: 45%;
    } */
    /* .scrolld-down {
        left: 48%;
    } */
    /* .join-text-wrapper h4,.join-text-wrapper h5,.eco-warrior-section h4,.box-content h4,form .page .field button,.membership-form-section h4,
    .about-text h2,.progress-bar .step .bullet span,.heading,.social-media-section h4, .contact-form-section h3,.contact-form-section .form h2,.copyright p {
        font-family: panton-regular;
    }
     */
}
@media only screen and (max-width:1500px){
    .box-content h4{max-width: 100%;}
    /* .main-header .navbar-logo {
        max-width: 55%;
    } */
    /* .main-header .navbar-menu {
        max-width: 45%;
    } */
    /* .scrolld-down {
        left: 48%;
    } */
    /* .main-header .navbar-logo{
        max-width: 40%;
    } */
    /* .main-header .navbar-menu{
        max-width:60%;
    } */
}
@media only screen and (max-width:1400px){
    header .navbar-logo,.main-header .navbar-logo{width: 20%;}
    header .navbar-menu,.main-header .navbar-menu{width: 80%;}
    .about-text p{max-width: 50%;}
    .contact-form-section .form-section{
        transform: translate(-10%, -50%);
    }
    .about-section:before{
        width: 60%;
    }
    .join-our-section:before{
        background-size: 80%;
        transform: translateY(199px);
    }
}
@media only screen and (max-width:1200px){
    header .navbar-logo,.main-header .navbar-logo{width: 15%;}
    header .navbar-menu,.main-header .navbar-menu{width: 85%;}
}
@media only screen and (max-width:991px){
     button.prev-1.prev { display: block; }
    .pl-5 {
        padding-left: 2rem;
    }
    .pr-5 {
        padding-right: 2rem;
    }
    .ml-0 {
        margin-left: auto !important;
    }
    header {
        z-index: 99;
    }
    .main-header .navbar-logo {
        max-width: 65%;
    }
    .main-header .navbar-menu {
        max-width: 35%;
    }
    .main-header .navbar {
        padding: 25px 0;
    }
    .banner-eco-text {
        top: 10%;
        max-width: 100%;
    }
    .join-text-wrapper {
        max-width: 80%;
    }
    .join-text-wrapper p {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
    }
    .join-our-section:before,.about-section:before{
        display: none;
    }
    .join-our-section {
        padding: 70px 0;
    }
    .about-text {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .about-text h2 {
        /* font-family: 'panton-bold'; */
        color: #48B345;
    }
    .about-text p {
        color: #4F4F4F;
        max-width: 100%;
    }
    .about-text {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 70px 30px;
    }
    .form-outer form .page .field {
        width: 80%;
    }
    .row1,.field-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .field-main-wrapper {
        width: 100%;
    }
    .navbar-menu nav ul li a {
        padding: 8px 0;
        color: #4F4F4F;
        font-size: 30px;
    }
    .navbar-menu nav ul li a.contactbtn{
        margin-left: 0;
        color: #fff;
    }
    .mobile {
        display: block;
        position: relative;
        z-index: 0;
    }
    .desktop{
        display: none;
    }
    .box-wrapper {
        text-align: center;
        width: 100%;
    }
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #1F5D20;
    }
    span.swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1;
    }
    .box-wrapper:after {
        content: "";
        position: absolute;
        width: 200px;
        height: 1px;
        background-color: rgb(123 190 124 / 50%);
        background-position: center;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .box-wrapper:last-child:after{
        display: none;
    }
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }
    .membership-form-section p {
        max-width: 80%;
    }
    .scrolld-down {
        bottom: 12%;
    }
    header .navbar-icon.active span {
        color: #000;
    }
    body.ecowar-body-scroll-disable .navbar-icon.active {
        position: fixed;
        top: 1%;
        right: 3%;
        width: 50px;
    }
    body.ecowar-body-scroll-disable .navbar-icon.active span:last-child {
        bottom: -20px;
        right: 17px;
    }
    .main-header .navbar-icon.active span:first-child {
        bottom: 18px;
        top: auto;
    }
    .mobile-show{
        display: block;
    }
    .mobile-show img {
        width: 150px;
    }
    .footer-contact-info p, .footer-contact-info a {
        font-size: 15px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Poppins !important;
        gap: 3px;
        line-height: 0px;
    }
    li.mobile-show .social-icons ul {
        display: inline-block !important;
    }
    li.mobile-show .social-icons ul li a img {
        width: 35px;
    }
    .eco-menu {
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .eco-menu img.logo-m{
        width: 80px;
    }
    .eco-logo-wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .mobiletoggle {
        max-width: auto;
        text-align: right;
        width: 100%;
        filter: brightness(0);
        position: absolute;
        right: 15px;
        top: 50%;
        padding-right: 20px;
        transform: translateY(-50%);
    }
    .main-header.position_fixed {
        background-color: #ffffffad;
    }
    body.ecowar-body-scroll-disable, body.ecowar-body-scroll-disable .navbar-menu nav.active {
        height: 100%;
        overflow: hidden;
/*        position: fixed;*/
        background-color: #fff;
    }
    /* .main-header {
        position: relative;
        top: 50px;
    } */
    .container .progress-bar {
        padding: 60px 40px 30px;
    }
    .container .progress-bar .step p {
        text-align: left;
        padding-left: 10px;
        font-size: 16px;
    }
    .evermedia-logo {
        position: static;
        transform: none;
    }
    .copyright {
        padding-bottom: 15px;
    }
    .social-icons {
        text-align: center;
    }
    .textarea-field, .checkbox-field {
        padding: 40px;
    }
    .pr-0{
        padding-right: 0 !important;
    } 
    .pl-0{
        padding-left: 0 !important;
    }
    .banner-center-logo img {
        width: 150px;
    }
    .banner-eco-text h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner-eco-text h2 span{
        display: block;
    }
    section.membership-form-section {
        padding: 100px 0 200px;
    }
    input::placeholder,
select,
textarea::placeholder {
	font-size: 12px;
}
.checkbox-field span {
    font-size: 13px;
}
footer .footer-contact-info p {
    padding-bottom: 15px;
}
.footer-contact-info a{
    padding: 0px 0!important;
}
.join-text-wrapper h4 span{display: block;}
.mySwiper{padding-bottom: 30px;}
.social-media-section h4,.contact-form-section h3{text-align: left;}
.contact-form-section .form-section{width: 90%;         right: 50%;top: 100%; transform: translate(50%, -20%);}


.contact-form-section .form{width: 100%;text-align: center;max-width: 100%;}
.contact-form-section .form hr{margin: 30px auto;text-align: center;}
.form-section .form h3.mobileview{display: block;}
.form-section h3{display: none;color: #48B345;}
.contact-form-section{margin-bottom: 500px;}
.form-section .form h3.mobileview{text-align: center;}
.social-media-section{padding: 70px 0 130px;}
}

@media only screen and (max-width:768px){
    .mobile-show img{width: 120px;}
    .navbar-menu nav.active ul li a{font-size: 25px;}
    .navbar-menu nav ul li a.contactbtn{padding: 10px 30px;}
    .navbar-menu nav.active ul{justify-content: flex-start;}
    .contact-form-section .form-section{width: 90%;}
    .contact-form-section .form{padding: 10% 8%;}
    .contact-form-section .form h5{font-size: 17px;}
}
/* @media(max-width:2560px){
    .contact-form-section .form{
        max-width: 80%;
    }
    .contact-form-section h3{
        width: 80%;
    }
} */