@media (max-width: 768px) {
    .loged {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 12px 0px;
        line-height: 1;
        z-index: 9999;
        box-sizing: border-box;
        -webkit-box-shadow: 0px -2px 4px -1px rgba(133, 129, 133, 1);
        -moz-box-shadow: 0px -2px 4px -1px rgba(133, 129, 133, 1);
        box-shadow: 0px -2px 4px -1px rgba(133, 129, 133, 1);
    }

    .loged a:hover {
        text-decoration: none;
    }

    .fa-circle {
        font-size: 3px;
    }

    .fa {
        text-align: center;
    }

    .logo img {
        max-width: 100%;
        height: auto;
        padding: 15px 70px;
        border-bottom: 1px solid #afb1af;
    }

    .nav_menu ul {
        display: none;
    }

    .banner2 img {
        width: 100%;
    }

    .banner-des {
        margin-top: 50px;
    }

    .banner-des h1 {
        font-size: 2.8em;
        font-weight: 900;
        color: #068708;
    }

    .learn {
        background-color: #068708;
        color: #fff;
        padding: 6px 24px;
        border-radius: 20px;
        border: 1px solid #068708;
    }

    

.media_h2 h2{
    font-size:30px; 
    font-weight:700; 
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  
  .media_h2 h2:after {
    content: "";
    height: 1px;
    width: 100px;
    background-color: red;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
  }

    
  #media_mob .media1 {
    margin-top: 10px;
  }

  #media_mob {
    display: block;
    margin-top: 10px;
    width: 100%;
  }

  .media1 img{
    border-radius: 5px ;
    border: 5px solid ;
    border-style: solid;
    border-image: 
      linear-gradient(
        to bottom, 
        rgb(26, 196, 32), 
        rgba(0, 0, 0, 0)
      ) 1 100%;
  }

    .typing_effect p {
        font-size: 2rem;
        font-weight: bold;
        overflow: hidden;
    }

    .aboutgsimg {
        background-image: url("../images/micro.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 350px;
        background-position: center;
        margin: 80px 0px 0px 0px;
    }

    .servicegsimg {
        background-image: url("../images/greensupply_suvidha.png");
        width: 80%;
        margin: 40px 0px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 450px;
        background-origin: content-box;
        padding: 20px;
    }

    .aboutgsimg2 {
        background-image: url("../images/greensuppply_about.jpg");
        background-size: cover;
        width: 100%;
        height: 350px;
        background-position: center;
        margin: 0px 0px 0px 0px;
        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;
        padding-right: 100px;
    }
    .career_mail{
        border: 1px solid;
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
        color: #068708;
        padding: 13px;
        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);
    }
    .value_text{
        border-left: 3px solid #E98024;
        padding: 5px;
        margin-top: 20px;
        font-weight: 700;
    }
    .imp_links{
        margin-top: 20px;
    }
    .reg_form{
        margin-top: 30px;
    }
    .faq{
        padding: 30px 10px;
    }
    
  .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: 150px;
  }
  .card-content{
    width: 100%;
  }
  .far_guide{
    padding: 30px 0px;
  }
  .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;
  }
    








}