@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crushed&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    width: 100vw;
    overflow-x: hidden;
}

body {
    display: block;
    width: 100%;
    font-family: 'inter';
    font-size: 16px;
    line-height: 1.4;
    color: #626262;
    overflow-x: hidden;
    touch-action: manipulation;
    background: #EFF6E0;
    font-weight: 400;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

dl,
ol,
ul,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

button,
.btn {
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
}

.container-1040 {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15px;
}

.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15px;
}

.container-1250 {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15px;
}

.container-1300 {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15px;
}

::-webkit-scrollbar {
    display: none;
}

.heading1 {
    font-family: "Crushed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.625rem;
}

.heading2 {
    font-family: "Crushed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.625rem;
}

.heading2 {
    font-family: "Crushed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}

.heading-banner {
    color: #fff;
}

.heading-banner span {
    color: #88C8A2;
}

.header {
    background: #00000052;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    backdrop-filter: blur(5px);
    z-index: 11111111;
}

.banner-sec {
    max-height: 820px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner-img {

    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.banner-text-wrap {
    position: absolute;
    z-index: 2;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
}

.header-menu-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hamburger {
    position: absolute;
    top: 6px;
    left: 0px;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 40px 0 20px;
    display: none;
}

.hamburger-img {
    height: 40px;
    width: 40px;
}

.the_gaon {
    font-family: Crushed;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.header-menu {
    list-style-type: none;
    display: flex;
}

.humberger_menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    background: rgb(239, 246, 224);
    padding-left: 50px;
}

.sidemenu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 20px 10px;
}

.sidemenu li a {
    color: #000000;
    display: block;
    padding: 8px 15px;
    cursor: pointer;
}

.header-menu li a {
    color: #fff;
    display: block;
    padding: 8px 15px;
}

.banner-text {
    display: flex;
    height: 100%;
    align-items: center;
}

.btnTheme {
    display: inline-block;
    color: #3FA167;
    padding: 10px 40px;
    line-height: 1;
    border-radius: 6px;
    background: #fff;
    transition: all 0.4s;
}

.btnTheme:hover {
    color: #fff;
    background: #3FA167;
}

.btnTheme.fill {
    background: #3FA167;
    color: #fff;
    transition: all 0.4s;
}

.btnTheme.fill:hover {
    color: #3FA167;
    background: #fff;
}

.btnTheme.outline {
    border: 1px solid #FFFFFF80
}

.btnTheme.gradient-fill {
    background: linear-gradient(90deg, #1257E6 0%, #24BDE0 100%);
}

.banner_right-content {
    position: relative;
}

.banner_scroll-box {

    width: 200px;
    height: 0px;
    text-align: left;
    float: right;
    overflow: hidden;
    overflow-y: auto;

}

.banner_scroll-text {
    position: absolute;
    top: -240px;
    right: 50px;
    font-family: Crushed;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.15;
    animation: scroll 3s linear 0s infinite;
    z-index: -1;
}

@keyframes scroll {
    100% {
        top: -100%;
    }
}

.our_mission {
    position: relative;
    margin-top: -50px;
    border-radius: 50px;
    background: #EFF6E0;
    /* background: red; */
    padding: 120px 50px 50px 50px;
    z-index: 11 !important;
}

.our_mission-row2 {
    margin: 50px auto !important;
}

.our_mission-text {
    display: flex;
    gap: 20px;
    align-items: center;
}

.our_mission_heading {
    text-align: right;
    color: #3FA167;
    line-height: 1.2;
}

.our_mission_desc {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.our_mission_desc-sm {
    width: 100%;
}

.mission_image-container {
    position: relative;
    border-radius: 10px;
}

.mission_image-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.mission_img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.mission_img2 {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.mission_img-side {
    position: absolute;
    top: -41px;
    left: -43px;
}

.mission_img-side2 {
    position: absolute;
    bottom: -49px;
    right: -38px;
}

.msmg_container {
    position: relative;
    width: 100%;
    height: 250px;
}

.mission_img-side3 {
    position: absolute;
    top: -30px;
    left: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    Width: 305px;
    Height: 222px;
    overflow: hidden;
}

.mission_img {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    object-position: center;
}

.mission_img-side4 {
    position: absolute;
    bottom: -90px;
    left: -30px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    Width: 217px;
    Height: 238px;
    overflow: hidden;
}

.flip_side {
    border-radius: 50px 50px 0 0;
    /* background: url(../images/flip_slide.jpg) no-repeat; */
    background-size: 100%;
    padding: 100px 50px;
    margin-top: 100px;
    position: relative;
}

.flip_slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    border-radius: 50px 50px 0 0;

}

.flip_slide-bg-img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;

}

.flip_side-content {}

.flip_side-ttl {
    font-family: Crushed;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    color: #EFF6E0;
}

.flip_side-desc {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #EFF6E0;
}

.flip_side-cards {
    margin: 100px 0;
}

.flip_card-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}



.flip_card-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.card_arrrow_box {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    right: -20px;
    z-index: 1111;
    border-radius: 50%;
    display: none;
}

.card_arrrow_box2 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    align-items: center;
    right: -20px;
    z-index: 1111;
    border-radius: 50%;
}

.card_arr_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.flip_side-card {
    padding: 50px 30px;
    transition: all 0.5s ease-out;
    width: 100%;
    border-radius: 20px;
    background: #EFF6E0;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate3d(0, 1, 0, 0);
    transition: all 0.5s ease-out;
    max-width: 350px;
}

.flip_side-card2 {
    position: relative;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
    width: 0;
    transform: rotate3d(0, 1, 0, -90deg);
    max-width: 350px;
}


.flip_card-box:hover .flip_side-card .flip_card-content,
.flip_card-box:hover .flip_side-card2 .flip_card-content {
    padding: 0;
}


/* 
.flip_card-box:hover .flip_side-card {
    width: 100%;
    padding: 0;
    z-index: -1;
    transform: rotate3d(0, 1, 0, -90deg);
    transition: all 0.5s ease-out;
}

.flip_card-box:hover .flip_side-card2 {
    width: 100%;
    z-index: 111;
    transform: rotate3d(0, 1, 0, 0);
    transition: all 0.5s ease-out;
    padding: 50px 30px;
} */

.flip_side-c1.active,
.flip_side-c3.active,
.flip_side-c5.active {
    width: 0 !important;
    padding: 0;
    z-index: -1;
    transition: all 0.5s ease-out;
    transform: rotate3d(0, 1, 0, -90deg);
}

.flip_side-c2.active,
.flip_side-c4.active,
.flip_side-c6.active {
    position: absolute;
    top: 0;
    width: 100% !important;
    border-radius: 20px;
    background: #fff;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 111;
    transform: rotate3d(0, 1, 0, 0);
    transition: all 0.5s ease-out;
}


.flip_card-box:hover .flip_side-card .flip_card-content {
    padding: 0 !important;
}





.flip_card-text {
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    color: #626262;
}

.flip_card-ttl {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    color: #3FA167;
    padding: 20px 0;
}

.ttl_red {
    color: red !important;
}

.economy {
    border-radius: 50px 50px 0 0;
    padding: 100px 50px;
    margin-top: -50px;
    background: #EFF6E0;
}

.economy_title {
    color: #3FA167;
    text-align: center;
    margin-bottom: 130px;
}

.economy_left-content {
    width: 100%;
    background: #55A375;
    border-radius: 0 50px 0 0;
}

.economy_left-image {
    width: 100%;
    position: relative;
    height: 400px;
    border-radius: 0 50px 50px 0;
}

.eco-img {
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 0 30px 30px 0;
}

.eco-img_miss {
    width: 180px;
    position: absolute;
    top: -66px;
    right: -63px;
}

.economy_left-bottom {
    display: flex;
    justify-content: flex-end;
}

.economy_left_bottom-content {
    margin-top: 50px;
    width: 70%;
    border-left: 2px solid #34503F;
    padding: 50px 20px 50px 50px;
    position: relative;
}

.economy_left-card {
    padding: 40px 0;
    position: relative;
}

.economy_left-card-ttl {
    font-family: Crushed;
    font-size: 1.875rem;
    font-weight: 400;
    text-align: left;
    color: #34503F;

}

.economy_left-card-desc {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #EFF6E0;
}

.economy-img {
    position: absolute;
    top: 40px;
    left: -80px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.economy_right {
    display: flex;
    justify-content: flex-end;
}

.economy_right-content {
    width: 90%;
    border-left: 2px solid #3FA167;
    padding: 0 50px;
    margin-top: -60px;

}

.eco_right-card {
    position: relative;
    margin-bottom: 70px;
}

.eco_right-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -80px;
}

.eco-right-ttl {
    font-family: Crushed;
    font-size: 1.875rem;
    font-weight: 400;
    text-align: left;
    color: #3FA167;
    margin-bottom: 15px;
}

.eco-right-desc {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #626262;
}

.eco_right_bottom_img-box {
    position: relative;
    width: 300px;
    height: 400px;
}

.eco_btm_image {
    box-shadow: -13px -12px 7.699999809265137px 0px #00000033;
    padding: 18px;
    background: #ffffff;
}

.eco_right_bottom-img1 {
    position: absolute;
    top: 0px;
    left: -101px;
    height: 450px;
    width: 340px;
}

.eco_right_bottom-img2 {
    width: 320px;
    position: absolute;
    top: -40px;
    right: -163px;
}

.eco_right_bottom-img3 {
    width: 260px;
    position: absolute;
    bottom: -50px;
    right: -138px;
}

.empowring {
    margin-top: -100px;
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.emp_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.emp_bg-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.emp_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.emp_title {
    font-family: Crushed;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.emp_title span {
    color: #3FA167;
}

.contact_us {
    width: 100%;
    height: auto;
    /* background: url(../images/contact_bg.jpg) no-repeat;
    background-size: 100%;
    background-size: 100% 900px; */
    position: relative;
}

.contact_us-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.contact_us-bgimg {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.contact_us-title {
    font-family: Crushed;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.contact_us-content {
    padding: 100px 0 40px 0;
}

.input_group {
    width: 100%;
    height: 65px;
    margin-top: 20px;
}

.input_label {
    margin-bottom: 10px;
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    color: #EFF6E0;
}

.input_box {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 10px;
}

.contact_area-box {
    height: 220px;
}

.contact_area {
    resize: none;
    height: 185px;
}

.involve_btn {
    border-radius: 6px;
    background: #34503F;
    margin: 40px auto;
    padding: 9px 30px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    color: #EFF6E0;
}

.submit_btn {
    text-align: center;
}

.core_content {
    padding: 100px 0;
}

.core_heading {
    font-family: Crushed;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    color: #3FA167;
    margin-bottom: 10px;
}

.core_desc {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #626262;
}

.local_commerce {
    border-radius: 30px 30px 0 0;
    background: #34503F;
    height: auto;
    margin-top: 100px;
}

.local_comm-left {
    width: 100%;
    height: 320px;
    position: relative;
}

.local_comm_img-box {
    /* height: 200px; */
    width: 250px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.loc_com-img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.5s;
}

.local_commerce:hover .loc_com-img {
    filter: none;
}

.local_comm-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.local_comm-right-title {
    font-family: Crushed;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    color: #3FA167;
    margin-bottom: 15px;
}

.local_comm-right-desc {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.lead_generation {
    width: 100%;
    /* height: 380px; */
    /* background: url(../images/truck.jpg) no-repeat; */
    position: relative;
    overflow: hidden;

}

.lead_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    filter: grayscale(1);
    z-index: -1;
    transition: all 0.5s;
}

.lead_bg:hover {
    filter: none;
}

.local_comm-right-content {
    padding: 40px;
    z-index: 1111;
    min-height: 250px;
}

.lead_right {
    background: #34503FE5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.lead_right-content {
    width: 100%;
}

.z_ind-n1 {
    position: relative;
    z-index: -3;
}

.education_service {
    width: 100%;
    /* height: 380px; */
    position: relative;
    overflow: hidden;
}

.education_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;

}

.education_bg-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: 0;
    filter: grayscale(1);
    transition: all 0.5s;
}

.education_service:hover .education_bg-image {
    filter: none;
}

.lead_generation:hover .lead_bg {
    filter: none;
}

.education_service-left {
    width: 100%;
    height: 100%;
    background: #34503FD1;
    display: flex;
    align-items: center;
}

.edu_mob-bg {
    width: 100%;
    height: 100%;
    max-height: 330px;
    overflow: hidden;
}

.edu_mob-bg-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.agriculture_grouth {
    /* height: 380px; */
    width: 100%;
}

.agr_left {
    width: 100%;
    display: flex;
}


.agr_left-image {
    width: 50%;
    height: 380px;
    overflow: hidden;
    background: #183b269a;
    background-blend-mode: multiply;
    transition: background 0.5s;
}

.agr_leftImg {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.agr_left:hover .agr_left-image {
    background: none;
    /* transition: all 2sec; */
    /* transition: background 2s; */
}

.agr_left-text {
    width: 50%;
    padding: 20px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #3FA167;
}

.agr_left-text-ttl {
    font-family: Crushed;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    color: #34503F;
    margin-bottom: 10px;
}

.agr_left-text-desc {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
}

.agr_right {
    width: 100%;
    height: 380px;
    position: relative;
    background: #183b269a;
    transition: background 0.5s;
    background-blend-mode: multiply;
}

.agr_right:hover {
    background: none;
}

.agr_right-img {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;

}

.agr_fincFarmer {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

.agr_right-content {
    width: 100%;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.agr_right-card {
    width: 70%;
    border-radius: 30px 0 0 30px;
    padding: 50px 30px;
    background: #A8C8A9;
    position: relative;
    z-index: 11111;
}

.agr_right-card-ttl {
    font-family: Crushed;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    color: #3FA167;
}

.agr_right-card-desc {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    color: #626262;
}

.product_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}


.product_highlight-heading {
    font-family: Crushed;
    font-size: 3rem;
    font-weight: 400;
    text-align: left;
    color: #3FA167;
    margin-top: 40px;
}

.product_hlt_card-box {
    width: 50%;
}

.product_hlt-card {
    margin-top: 20px;
    padding: 20px;
}

.product_img {
    height: 44px;
    width: 44px;
    border-radius: 3px;
}

.product_ttl {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    color: #3FA167;
    margin: 10px 0;
}

.product_text {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

.dwnld_button {
    margin-top: 40px;
}

.dwn_btn {
    background: #3FA167;
    color: #ffffff;
    cursor: pointer;
    border: none;
    outline: none;
}

.product_right {
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
}

.product_right-content {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: #3FA167;
    position: relative;
}

.facilititating_finance {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.govt_support-content {
    justify-content: flex-start;
}

.govt_support-card {
    border-radius: 0 30px 30px 0;
}

.product_highlights {
    margin-top: 150px;
}

.mob_img-box {
    position: absolute;
    padding: 9px;
    border-radius: 18px;
    background: #34503F;
}

.mob_inside_img {
    border-radius: 11px;
    min-width: 100%;
}

.mob_img1 {
    top: -47px;
    left: 50px;
}

.mob_img2 {
    top: -150px;
    right: 38px;
}

.mob_img3 {
    bottom: -36px;
    left: 50px;
}

.mob_img4 {
    bottom: -105px;
    right: 33px;
}

.economyOnMobile {
    display: none;
}

.mob_eco-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.economy_mob-cards {
    margin-top: 25px;
    position: relative;
    display: block;
    width: 100%;
}

/* 
.economy_mob-cards::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2fde32;
    position: absolute;
    top: 40px;
} */
/* .slick-list.draggable::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2fde32;
    position: absolute;
    top: 40px;
} */

.eco_mob-card {
    width: 100%;
    background: #34503F;
    border-radius: 20px;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.economy_left-card-ttl-mob {
    font-family: Crushed;
    font-size: 1.875rem;
    font-weight: 400;
    text-align: left;
    color: #3FA167;
    padding: 10px 0;
    line-height: 1.2;
}

.insights-slider-item:nth-child(even) .eco_mob-card {
    background: #3FA167;
}

.eco_mob-card:nth-child(even) {
    background: #3FA167;
}

.insights-slider-item:nth-child(even) .eco_mob-card .economy_left-card-ttl-mob {
    color: #34503F;
}

.eco_mob-card:nth-child(even) .economy_left-card-ttl-mob {
    color: #34503F;
}

.mob_eco-images {
    width: 360px;
    position: relative;
    height: 360px;
}

.eco_img_box {
    width: 100%;
    /* height: 100%; */
    padding: 15px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

img.ecoMob_img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.mob_eco-image1 {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 15px;
    left: -112px;

}

.mob_eco-image2 {
    height: 200px;
    width: 200px;
    position: absolute;
    top: -95px;
    right: 42px;
    z-index: 1;

}

.mob_eco-image3 {
    height: 300px;
    width: 200px;
    position: absolute;
    top: 101px;
    right: -36px;
}

.mob_eco-title {
    position: absolute;
    bottom: -119px;
    left: -92px;
    text-align: left;
    line-height: 1.1;
}

.mob_img5 {
    position: absolute;
    bottom: 65px;
    right: -30px;
    padding: 0;
    border-radius: 11px;
    box-shadow: 2px 4px 4px 0px #00000040;
    z-index: 111;
}

.truckImg_box {
    width: 100%;
    height: 200px;
    height: 100%;
    overflow: hidden;
}

.truck_img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.mobview {
    display: none;
}

.mobviewNone {
    display: block;
}

.lead_mob {
    display: none;
}

.banner-fe-img2 {
    display: none;
}

.footer {
    background: #34503F;
    height: 200px;
}

.footer_box {
    background: #34503F;
}

.footer_content {
    display: flex;
    padding: 30px;
}

.footer_left {
    width: 50%;
}

.footer_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}

.social_media-sec {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.social_media {
    height: 40px;
    width: 40px;
    transition: all 0.2s;
}

.social_media:first-child {
    padding: 4px;
}

.social_media:hover {
    transform: scale(1.1);
    transition: all 0.2s;
}

.social_media1 {
    height: 25px;
    width: 25px;
    margin-right: 3px;
    transition: all 0.2s;
}

.social_media1:hover {
    transform: scale(1.1);
    transition: all 0.2s;
}

.social_icon {
    width: 100%;
    height: 100%;
}

.footer-left-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.footer_logo {
    height: 57px;
    width: 57px;
}

.footer_logo-img {
    /* width: 100%; */
    width: 57px;
    height: 57px;
}

.footer_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
}

.footer_title {
    font-family: Crushed;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
}

.footer-left-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_desc {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
}

a.footer_desc {
    color: #FFFFFF;
    text-decoration: none;
}

a.footer_desc:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.economy_mob-cards {
    width: 100%;
    overflow: hidden;
    /* flex-wrap: nowrap; */
    /* margin-right: -150px !important; */
}

.insights-slider-item {
    padding: 0 20px;
    width: auto;
}

#hamburger-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -110%;
    width: 250px;
    height: 100vh;
    background-color: #333;
    color: #000000;
    /* padding-top: 60px; */
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    padding: 20px 0 50px 0;
    /* background: #EFF6E0; */
    background: #FFFFFF;
    /* visibility: hidden; */
    opacity: 0;
    transition: all 0.5s linear;
    overflow: hidden;
}

#hamburger-menu.active {
    transform: translateX(0);
    transition: all 0.5s;
    /* visibility: visible; */
    /* opacity: 1; */
    left: 0;
    opacity: 1;
    width: 250px;
}

.hamburgerClose {
    width: 100%;
    padding: 0px 20px;
    /* text-align: right; */
    display: flex;
    gap: 10px;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
}

.sideClose_icon {
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
}

.sidemenu_heading {
    color: #000000;
    font-size: 1.25rem;
    white-space: nowrap;
}

#hamburger-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #555;
    cursor: pointer;
}

#hamburger-menu ul li:last-child {
    border-bottom: none;
}

.card {
    margin-top: 100px;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 3px 3px rgba(56, 65, 74, .1);
    box-shadow: 0 3px 3px rgba(56, 65, 74, .1);
}

.bg-warning-subtle {
    background-color: #fff5da !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.shape > svg {
    width: 100%;
    height: auto;
    fill: #fff;
}

.privacy_text p,
.privacy_text li {
    font-size: 1rem;
}

.privacy_text ul {
    padding: 0.8rem 1.5rem;
}

.privacy_text ul p {
    margin-left: -1.5rem;
}

.privacy_heading {
    font-weight: 600;
    font-size: 1.25rem;
}

.mob_inside__img {
    width: 168px;
    height: 341px;
}

.mob_inside__img2 {
    width: 170px;
    height: 343px;
}

.txt_grn {
    color: #3FA167;
}

.txt_red {
    color: #FF0000;
}