* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

#customBG {
    background-color: transparent;
}

.logo {
    width: 10rem;
}

@media screen and (max-width: 441px){
  .banner{
    margin-top: 5rem;
  }
}

.banner-left {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-left h2 {
    color: #5f6062;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 140%;
}

.banner-left p {
    color: #5f6062;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.banner-left button {
    display: flex;
    align-items: center;
    border: none;
    color: white;
    border-radius: 20px;
    background-color: #17a74d;
    height: 3rem;
    padding: 0.7rem;
}

.banner-left button > span {
    margin-left: 1rem;
}

.banner-right {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-right img {
    width: 70%;
}

.contactButton {
    margin-left: 10px;
    text-decoration: none;
    color: white;
    background: #17a74d;
    border-radius: 20px;
    padding: 10px 14px;
    width: fit-content;
}

.contactButton:hover {
    color: white;
}

.hoverEffect:hover {
    transform: scale(1.1);
    color: white;
}

.nav-link {
    color: #5f6062 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.iconBox {
    border: 4px solid #17a74d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 10px;
}

/* .iconBox:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
} */

.iconBox img {
    width: 4rem;
    height: 4rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        padding: 0 !important;
    }

    .banner {
        margin-top: 7rem;
    }
}

.about {
    padding: 1rem;
    background: rgba(47, 183, 122, 0.1);
}

.top {
    width: 100%;
    position: relative;
    z-index: -122;
    overflow-y: hidden;
}

.top img {
    top: -8rem;
    /* margin-top: -5rem; */
    position: absolute;
    z-index: 3000;
    width: 100%;
}

.top h3 {
    margin: 1.5rem 0;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    color: #5f6062;
    position: relative;
    z-index: 5000;
    line-height: 140%;
}

.top p {
    position: relative;
    z-index: 5000;
    color: #5f6062;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 1.8rem;
}

.borderBottom {
    /* width: 90%; */
    margin: 0 2rem;
    text-align: center;
    border-bottom: 2px solid #2c2b7d;
}

.bottom {
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
}

.countBox {
    text-align: center;
}

.countBox h5 {
    color: #17a74d;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 140%;
}

.countBox p {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #5f6062;
    font-weight: 700;
}

/* services section */

.services {
    margin-top: 2rem;
    overflow-x: hidden;
}

.services h3 {
    color: #17a74d;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    line-height: 140%;
}

.serviceBox {
    background: #5f6062;
    box-shadow: 10px 11px 0px #2fb77a;
    border-radius: 20px;
    margin-bottom: 10px;
    height: 272px;
}

.readmoreBtn {
    background: #17a74d;
    border-radius: 20px;
    border: none;
}

.readmoreBtn:hover {
    transform: scale(1.1);
}

.serviceBox h6 {
    padding: 10px;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    /* line-height: 36px; */
}

.serviceBox p {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 24px; */
}

/* Energize society section */

.energizesection {
    margin-top: 2rem;
    background: rgba(47, 183, 122, 0.1);
    background-image: url("images/Vector.png");
}

.energizesection img {
    width: 70%;
    margin-top: 3rem;
}

.energizesection h3 {
    color: #5f6062;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    /* overflow-y: hidden; */
    line-height: 140%;
}

.energizesection p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #5f6062;
    text-align: left;
}

.energyiconBox {
    width: fit-content;
    height: 6rem;
    border: 4px solid #17a74d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}

.energyiconBox img {
    margin: 0;
    width: 4rem;
    height: 4rem;
}

.energizesection h6 {
    line-height: 140%;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #5f6062;
}

/* contact us section */

.contactBox {
    width: 70%;
    background: #5f6062;
    border-radius: 20px;
    padding: 1rem;
}

.contactBox h6 {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}

.contactBox p {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.contactBox td {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

table {
    border-collapse: separate;
    border-spacing: 20px 0;
}

input {
    background: rgba(44, 43, 125, 0.1);
    /* Grey */
    padding-left: 12px;
    height: 2.5rem;
    border: 2px solid #5f6062;
    border-radius: 10px;
}

textarea {
    background: rgba(44, 43, 125, 0.1) !important;
    /* Grey */
    padding-left: 12px;
    padding-top: 10px;
    /* height: 2.5rem; */
    border: 2px solid #5f6062 !important;
    border-radius: 10px;
}

.width-70 {
    margin-top: 1rem;
    width: 70% !important;
}

.width-80 {
    width: 86%;
    margin-top: 1rem;
}

.b2b {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.b2b h3 {
    font-family: Poppins;
    font-size: 64px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    color: #17a74d;
}

.b2b p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    width: 699px;
}

@media screen and (max-width: 692px) {
    .b2b p {
        width: 100%;
    }
}

.ourproducts {
    background: #2fb77a1a;
}

.ourproducts h3 {
    font-family: Poppins;
    font-size: 64px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: center;
    color: #17a74d;
}

.sphere {
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background-color: #17a74d;
    border: none;
}

.circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid #5f6062;
    padding: 10px;
}

.round {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #17a74d;
}

.product-card {
    box-shadow: 0px 12px 19px 6px #12653145;
    background: #ffffff;
    border-radius: 28px;
    padding: 2rem;
    width: 410px;
    height: 570px;
    border-radius: 28px;
    margin-top: -7rem;
    margin-left: 5rem;
}

.product-card h6 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
}

.product-card p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

@media screen and (max-width: 598px) {
    .product-card {
        box-shadow: 0px 12px 19px 6px #12653145;
        background: #ffffff;
        border-radius: 28px;
        padding: 2rem;
        width: 83%;
        height: fit-content;
        border-radius: 28px;
        margin-top: -7rem;
        margin-left: 3rem;
    }
}

#productpara {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #5F6062;
}

@media screen and (max-width: 768px) {
    .width-70 {
        display: flex;
        justify-content: center;
        /* text-align: center; */
        width: 100% !important;
    }

    .width-80 {
        display: flex;
        justify-content: center;
        /* text-align: center; */
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .width-70 {
        display: flex;
        justify-content: center;
        /* text-align: center; */
        width: 86% !important;
    }
}

.submitButton {
    background: #17a74d;
    border-radius: 20px;
    color: white;
    border: none;
    outline: none;
    padding: 0.8rem 2.3rem;
}

.submitButton:hover {
    transform: scale(1);
}

#success {
    padding-top: 2rem;
}

#errorMessage {
    background-image: linear-gradient(to right, #e8645a 10%, #f08b84 90%);
    width: 86%;
}

/* footer */
footer {
    background: rgba(47, 183, 122, 0.1);
}

footer h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 140%;
    /* identical to box height, or 26px */
    /* Grey */
    color: #5f6062;
    margin-bottom: 2.5rem;
}

footer p {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #5f6062;
    margin-bottom: 1.5rem;
}

.font-large {
    font-size: 20px;
}

.font-small {
    cursor: pointer;
    margin: 1rem;
}

.margin-left {
    margin-left: 5rem;
}

.iconColumn {
    display: flex;
}

@media (min-width: 768px) and (max-width: 1216px) {
    .iconColumn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: space-around;
    }
}

@media (min-width: 992px) and (max-width: 1071px) {
    .serviceBox {
        height: 355px;
    }
}

@media (min-width: 1071px) and (max-width: 1310px) {
    .serviceBox {
        height: 319px;
    }
}

@media (max-width: 991px) {
    .serviceBox {
        height: auto;
    }
}
