@media screen and (max-width:1480px) {
  .work-process-thumbnails img{
    width: 70%;
  }
}
@media screen and (max-width:1280px) {
  .hero-container {
    padding-top: 190px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width:991px) {
  .header-right{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .work-process-thumbnails{
    display: none;
  }
  .section-heading h1,.section-heading h1 span {
    font-size: 45px;
    line-height: 55px;
  }
  .section-heading span {
    font-size: 30px;
    line-height: 40px;
  }
  .counter-item {
    font-size: 20px;
    min-width: 60px;
    min-height: 60px;
  }
  .section-heading h4 {
    font-size: 24px;
  }
  .mt-120 {
    margin-top: 80px;
  }
  .modal-header-area h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .custom-modal {
    padding: 40px 20px;
  }
  .work-process-section{
    padding-top: 80px;
  }
}
@media screen and (max-width:767px){
  .button-wrapper a i {
    font-size: 18px;
  }
  .button-wrapper a img {
    height:20px;
    width:20px;
  }
  .modal-logo img{
    max-width:80px;
  }
  .modal-custom-width {
    width: 96%;
  }
  .menu-bg {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .header-right,#outside-click {
    justify-content: center;
    margin-top:30px;
  }
  .icon-bar i {
    color: #fff;
    font-size: 26px;
  }
  .icon{
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-brand img{
    width:210px;
  }
  .section-heading h4 {
    font-size: 20px;
  }
  .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .work-process-section{
    padding-top:65px;
  }
  .hero-container {
    padding-bottom: 60px;
  }
  .section-heading h1,.section-heading h1 span {
    font-size: 36px;
    line-height: 55px;
  }
  .section-heading span {
    font-size: 24px;
    line-height: 34px;
  }
  .primary-btn {
    font-size: 16px;
    height:55px;
  }
  .btn-2 {
    height: 60px;
  }
  .button-wrapper a {
    /* font-size: 15px;
    padding: 10px 18px; */
    gap: 10px;
  }
  .header-right {
    gap: 12px;
  }
  .mt-100 {
    margin-top: 65px;
  }
  #outside-click li a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}