    @media(max-width:767px){
      .address-box
      {
        display: none!important;
      }
  }


@media(max-width:767px){

    .topbar .row{
        display:flex;
        align-items:center;
        flex-wrap:nowrap;
    }

    .topbar .col-sm-8{
        width:75%;
        padding:0 5px;
    }

    .topbar .col-sm-4{
        width:25%;
        padding:0 5px;
    }

    .address-box{
        display:none!important;
    }

    .mobile-contact{
        display:block;
        align-items:center;
        gap:5px;
        width:100%;
    }

    .mobile-contact .fa{
        font-size:12px;
    }

    .mobile-contact .details{
        display:block;
        align-items:center;
        gap:7px;
        width:100%;
    }

    .mobile-contact .details p,
    .mobile-contact .details span{
        margin:0;
        font-size:13px;
        white-space:nowrap;
    }

    .get-quote{
        text-align:right;
    }

    .get-quote .theme-btn{
        padding:5px 6px!important;
        font-size:13px;
        white-space:nowrap;
    }

      .topbar-style-2 .get-quote {
       
        margin: 25px 0 25px!important;
    }

    .topbar-style-1, .topbar-style-2 {
padding: 0px 0!important;

}
.topbar-style-2 .topbar-contact-info > div + div {
        margin-top: 0px!important;
    }
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
            margin: 12px 0 12px 10px!important;
        }
        .style-switcher-box button {
                top: 25px!important;
        }
         .site-header .navbar-header button {


    top: 21px!important;


  }
    .section-padding {
        padding: 0px 0!important;
    }
    .offer-section {
        padding-bottom: 50px!important;
    }

    .info .bg-image{
    width:100%;
    height:250px;
    object-fit:contain;
    background:#fff;
}
 .services-grids .inner {

    min-height: 300px!important;

  }
  .services-grids .details {

  
  top: 70%!important;
}
.topbar-style-1 .topbar-contact-info-wrapper, .topbar-style-2 .topbar-contact-info-wrapper {

    text-align: left!important;

  }
  .topbar-style-2 .topbar-contact-info > div + div {

    margin-left: 10!important;

  }

}


.section-padding {

  padding: 50px 0!important;

}

.info img
{
    background-size: contain!important;
}


