@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: 60px;
        margin-bottom: 50px;
    }

    .banner-des h1 {
        font-size: 5em;
        font-weight: 900;
        color: #068708;
        text-shadow: 4px 4px 2px rgba(225,224,224,0.6);
    }

    .learn {
        background-color: #068708;
        color: #fff;
        padding: 8px 28px;
        border-radius: 20px;
        border: 1px solid #068708;
        font-weight: 600;
        margin-top: 100px;
    }

    .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/micro.png");
        background-size: contain;
        background-repeat: no-repeat;
        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;
}

.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 > .media1 {
    padding: 0 8px;
    width: 100%;
  }
  
  .media:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .media1 {
    float: left;
    width: 25%;
  }
  
  .media1 img{
    border-radius: 5px ;
    border-style: ridge;
    border: 5px solid #27df49;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .modal .close {
    color: rgb(254, 6, 6);
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
  }
  
  .modal .close:hover,
  .modal .close:focus {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: 0px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

.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;
}








}