@media (min-width: 768px) {
    

    .loged {
        visibility: hidden;
        height: 0;
    }

    .logo img {
        max-height: 30px;
        margin-top: 12px;
    }

    .banner2 img {
        background-size: cover;
        background-position: center;
        height: auto;
        width: 100%;
        margin: 50px 0;
    }

    .banner-des {
        margin-top: 100px;
    }

    .banner-des h1 {
        font-size: 5em;
        font-weight: 900;
        color: #068708;
    }

    .learn {
        background-color: #068708;
        color: #fff;
        padding: 8px 28px;
        border-radius: 20px;
        border: 1px solid #068708;
        font-weight: 600;
    }

    .learn:hover {
        background-color: #fff;
        color: #068708;
        border: 1px solid #068708;
    }

    .typing_effect p {
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 0rem;
        overflow: hidden;
    }

    .aboutgsimg {
        background-image: url("../images/kisantech_service.png");
        background-size: cover;
        width: 100%;
        padding: 30px;
        background-position: center;
    }

    .servicegsimg {
        background-image: url("../images/greensupply_suvidha.png");
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .aboutgsimg2 {
        background-image: url("../images/greensuppply_about.jpg");
        background-size: cover;
        width: 100%;
        background-position: center;
        background-origin: content-box;
        padding: 40px;
    }
    .career_hero {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/careerbg.jpeg");
        height: 600px;
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-origin: content-box;
    }
    .career_mail{
        border: 1px solid;
        text-align: center;
        font-size: 20px;
        color: #068708;
        padding: 10px;
        border-radius: 30px;
        background: #fff;
        -webkit-box-shadow: 10px 10px 26px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -10px rgba(0,0,0,0.75);
    }
    .career_mail .fa{
        margin-right: 20px;
    }
    .value_text{
        border-left: 1px solid #E98024;
        padding: 5px;
        margin-top: 50px;
        font-weight: 700;
        font-size: 20px;
    } 
    /* .card-wrap{
        width: 100%;
    } */
    
  .imp_links{
    text-align: center;
    margin-top: 20px;
}

.faq{
    padding: 30px 6em;
}

.career_quote h1{
    margin-top: 80px;
  }
  .card-wrap{
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: var(--color-text);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(158,142,158,1);
-moz-box-shadow: 2px 2px 2px 0px rgba(158,142,158,1);
box-shadow: 2px 2px 2px 0px rgba(158,142,158,1);
    transition: all .2s ease-in-out;
  }
  .card-header{
    height: 200px;
  }
  .card-content{
    width: 90%;
  }
  .far_guide{
    padding: 60px 0px;
  }
  /* .floating{
      display: none;
  } */
  .floating{
    position: fixed;
    overflow: hidden;
    bottom: 10%;
    right: 2.5%;
    z-index: 9999;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
                rgba(0, 0, 0, 0.23) 0px 6px 6px;
}








}