@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    transition: all 0.4s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    font-weight: 300;
}

header .coin_street_phone {
    border: 1px solid #a9cc67;
    background: #ddea9f73;
    border-radius: 50px;
    padding: 5px 20px 5px 6px;
    color: #5c9e17;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

header .coin_street_phone:after {
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #4c9307 0, #92bd4e 100%);
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: -1;
    transition: 0.3s ease;
}

header .coin_street_phone:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
}

header .coin_street_phone:hover {
    color: #fff;
}

header .coin_street_phone span {
    background: linear-gradient(90deg, #4c9307 0, #92bd4e 100%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .coin_street_phone:hover span {
    background: linear-gradient(90deg, #4c9307 0, #92bd4e 100%);
}

.Ecogenica-hero {
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px;
    border-radius: 25px;
}

.Ecogenica-hero-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.Ecogenica-hero h1 {
    color: #fff;
    font-size: 88px;
    letter-spacing: -2px;
    line-height: 94px;
}

.Ecogenica-hero h4 {
    font-size: 33px;
}

.Ecogenica-hero-form {
    background: url(../images/heroFormbg.png);
    width: 100%;
    padding: 35px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-color: #68a4295e;
    border: 1px solid rgba(255, 255, 255, 0.228);
}

.Ecogenica-hero-form h2 {
    color: #fff;
    font-size: 28px;
}

.Ecogenica-hero-form p {
    color: #fff;
}

.form-group {
    position: relative;
}

.form-control {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 12px;
    height: 60px;
    border-radius: 14px;
    font-weight: 300;
    padding: 20px;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
    border: 1px solid #a0c852;
}

input::placeholder {
    color: white !important;
}

input::-webkit-input-placeholder {
    color: white;
}

input::-moz-placeholder {
    color: white;
}

input:-ms-input-placeholder {
    color: white;
}

input:-moz-placeholder {
    color: white;
}

.btn0submit {
    background: linear-gradient(90deg, #83aa3f 0, #a0c852 100%);
    border: none;
    width: 100%;
    border-radius: 14px;
    padding: 16px 25px;
    color: #fff;
    box-shadow: 5px 7px 20px 0px rgba(0, 0, 0, 0.3);
}

.btn0submit:hover {
    background: #a0c852;
}

.section-padding {
    padding: 100px 0;
}

.section-title h2 {
    font-size: 48px;
    color: #000;
}

.section-title p {
    color: #575b50;
}

.steps_col_row {
    background: linear-gradient(39deg, #348b46 0, #76ac42 100%);
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.steps_col_row:hover {
    background: linear-gradient(39deg, #76ac42 0, #348b46 100%);
}

.steps-icon {
    padding-bottom: 20px;
}

.steps_col_row h2 {
    font-size: 28px;
    color: #fff;
}

.steps_col_row p {
    color: #fff;
    margin-top: 20px;
}

.Ecogenica-invest-bg {
    background: linear-gradient(334deg, #86b842 40%, #bee27c 100%);
}

h2 {
    font-size: 28px;
}

.Ecogenica-invest-bg h2 {
    font-size: 48px;
}

.invest-content h2 {
    max-width: 260px;
    margin: auto auto 20px auto;
}

.invest-Ecogenica.media-object img {
    border-radius: 25px;
}

.benefits-content ul li {
    font-size: 18px;
    padding: 8px 0;
    color: #fff;
}

.benefits-content ul li i {
    margin-right: 8px;
}

.benefits-content ul li .text-bold {
    font-weight: bold;
}

.diff_col_row {
    text-align: center;
    max-width: 300px;
    margin: auto;
}

.diff_col_row p {
    color: #575b50;
}

.data_col_row {
    background: #EBF6FF;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.data_col_row:hover {
    background: linear-gradient(131deg, #0236b52b 0%, #00b1ee1a 100%);
}

.company-logo {
    width: 90px;
}

.steps-content {
    width: 100%;
}

.steps-content ul li {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.steps-content ul li .text-green {
    color: #86b842;
}

.steps-content ul li .font-500 {
    font-weight: 500;
}

.btn0submit:hover {
    color: #fff;
}

.PortfolioReviewBG {
    background: linear-gradient(145deg, #76AC421F 40%, #d5ec9a 100%);
    position: relative;
}

.laptop_women {
    margin-bottom: -101px;
    max-width: 550px;
    margin-left: auto;
}

.PortfolioReviewBG .section-title h2 {
    color: black;
    font-size: 48px;
}


.PortfolioReviewBG .section-title p {
    color: #000;
}

.EcoCol img {
    border-radius: 25px;
}

.testimonialCarousel_col {
    background: #fff;
    border-radius: 20px;
    padding: 30px;

}

.testimonialCarousel_col p {
    min-height: 250px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    color: #000;
}

.accordion-item {
    background: #eff7dd;
    border: none;
    margin: 15px 0;
    border-radius: 20px !important;
    overflow: hidden;
}

.accordion-button {
    background-color: #eff7dd !important;
    border: none;
    box-shadow: none !important;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: #328b47;
}

.accordion-header {
    margin-bottom: 0;
    font-family: "Poppins", serif;
}

.accordion-body {
    padding-top: 0;
}

.footerForm {
    background-color: #e8f2e1;
    padding: 40px;
    border-radius: 25px;
}

.footerForm .form-control {
    border: 2px solid #76AC42;
    background: #ffff;
}

.footer i {
    background: #9ac14e;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 3px;
    padding: 6px;
}

.footer i:hover {
    background: #629532;
}

.footer {
    background-color: #fff;
    color: block;
    padding: 50px 0 20px;
    border-top: 1px solid #ccc;
}

.footer p {
    font-size: 14px;
    line-height: 24px;
}

.footer a {
    color: #000;
    text-decoration: none;
}


.footer .social-icons a {
    color: #86b842;
}

.border-primary-t {
    border-top: 1px solid #eee;

}

.AplyNowBtn {
    display: inline-block;
    width: 200px;
    text-align: center;
    color: #000;
    background: linear-gradient(90deg, #fff 0, #fff 100%);
}

.AplyNowBtn:hover {
    background: #233807;
}

.AplyNowBtnGreen.btn0submit {
    display: inline-block;
    width: 200px;
    text-align: center;
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 940px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1080px;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

.section-padding.PortfolioReviewBG {
    padding: 80px 0;
}


.footerForm label {
    font-size: 14px;
}