@media (max-width: 767px) {
  .img-comp-img img {
    width: 93vw;
    margin-top: 30px;
  }
  .message-info,
  .contact-us-form {
    padding: 40px 20px;
  }
  .accordion-content {
    margin-left: 0;
  }
  .experiense-counter {
    top: auto;
    left: 0;
  }
  .slide1 {
    background-image: url("../images/slider/slide1-mobile.png");
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;
  }
  .slide2 {
    background-image: url("../images/slider/slide2-mobile.png");
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;
  }
    .about .section-title {
        margin-right: 0px;
    }
    .smt-center{
      text-align: center;
    }
    .section-title.smt-center .sub-title{
      padding-right: 30px;
    }
    .section-title.smt-center .sub-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #d2ac8b;
    z-index: 1;
}
.circle{
  width: 100px;
  height: 100px;
}
.circle .logo{
  width: 60px;
  height: 60px;
}
.circle .logo img{
  height: 40px;
  width: 40px;
}
.circle .text span {
  -webkit-transform-origin: 0 50px;
    transform-origin: 0 50px;
    font-size: 10px;
}
.counter .counter-content .timer, .timer2{
  font-size: 60px;
}
.counter .counter-content label{
  font-size: 18px;
}
    .nav-tabs .nav-item .nav-link {
      padding: 10px;
      font-size: 11px;
    }
     .feature-box.feature-box-style-04 {
    display: flex;
  }
  .feature-box.feature-box-style-04 .feature-icon {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50px;
  }
  .feature-box.feature-box-style-04 .feature-icon i{
    font-size: 18px;
  }
  .insta-nav-buttons svg{
    height: 18px;
    width: 18px;
  }
  .accordion > .card .card-header .btn {
    padding-right: 30px;
  }
}
