

  .service-banner-contact-us {
    margin-top: 48px;
  }

  .long-right-list{
    margin-top: 50px;
  }

  .service-left-wrapper{
    display: flex;
    align-items: center;
  }
  

 
  .service-list-ul{
    margin: 0 0 1.5em 0em;
  }

  .palm-list {
    list-style-image: url(../../img/page-images/favicon-10x10.png);
  }
  

  .contact-banner {
    background-color: #EEB500;
    visibility: visible;
    animation-name: fadeInUp;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .service-section-14-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
  }

  .contact-detail2-service {}

  .contact-detail2-service i {
    border-radius: 3px;
    padding: 3px 5px;
  }

  .contact-detail2-service li {
    list-style: outside none none;
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 35px;
  }

  .contact-detail2-service li a {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 300;
  }
  .left-second-image{
    margin-top: 10px;
  }
  .service-h3{
    font-size: 26px !important;
    color: #222222 !important;
    margin-bottom: 39px !important;
  }
  
/* Only write normal css above */
  /*smaller than 768*/
  @media (max-width: 768px) {
    .container {
      width: 100%;
      max-width: none;
    }

    .service-banner-contact-us {
      margin-top: 0px;
    }

    .long-right-list{
      margin-top: 0;
    }
    .service-left-wrapper{
      display: block;
      align-items: center;
    }

    .service-left-wrapper img{
      padding-bottom: 20px;
    }
    .left-second-image{
     display: none;
    }

  }