@media(max-width:1200px){
    html{
        font-size: 90%;
    }
header,section{
    padding-left: 2%;
    padding-right: 2%;
}
.navlist li a {
    font-size: 14px;
}
}
/* Responsive Design */



    @media(max-width:786px){
      
        .btn {
            padding: 10px 20px;
            margin: 0 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 700;
            font-size: 13px;
          }
          .bottom_line {
            top: 38px;
          }
    .menu-icon .bar,.menu-icon::after,.menu-icon::before{
        display: block;
    }
    ul.navlist{
        position: absolute;
        top: -1000px;
        display: block;
        transition: all .3s ease;
        width: 100%;
        text-align: center;
        left: 0;
        background:#ACD146;
        border-top: 2px solid rgba(0, 0, 0, 0.7);
    }
    ul.navlist a{
        font-size: 1rem;
        margin: 1rem 0;
    }
    .navlist.active{
top: 100%;
    }
    .right-header a{
        display: none;
    }


    .btn {
        font-size: 12px;
      }
      .content h1{
        font-size: 2rem;
      }
      .heading{
        font-size: 1rem;
      }
      .service{
        flex-direction: column;
      }
      .image img{
        padding: 20px;
        height: 300px;
}
    }

