* {
    box-sizing: border-box;
  }
  @media screen and (max-width: 600px) {
    .googlemap {
      margin: 10px !important;
    }
    .googlemap > iframe {
      width: 100% !important;
      height: auto !important;
      min-height: calc(100vh - 20px);
    }

    .custom_nav_menu .navbar-brand.logo img {
        height: 45px;
    }

    .featured-item.style-4 {
        height: auto;
    }

    .pr-3px {
        padding-right: 14px;
    }

    .mbbt {
        margin-top: 20px;
        margin-right: 2px;
    }

    .mbb{
        margin-left: 12px;
        margin-top: 12px; 
    }

    .s6m {
        height: 80px !important;
    }

    .featured-item.style-6 {
        height: 550px;
    }

    .featured-item.style-3 {
        padding: 12px;
        height: 380px;
    }

    .featured-item.style-5 {
        height: 800px;
    }

    .featured-item.style-8 {
        height: 300px;
    }

    .featured-item.style-7 {
        height: 480px;
    }

    .section-title h6 {
        line-height: normal;
    }

    .style-6m{
        height: 700px !important;
    }

    .box-shadow{
        -webkit-box-shadow: 2px 2px 4px 0 rgb(31 35 37);
        -moz-box-shadow: 2px 2px 4px 0 rgb(31 35 37);
        box-shadow: 2px 2px 4px 0 rgb(31 35 37);
    }

    .mob-box{
        margin: 12px;
    }

    .pl-3px {
        padding-left: 12px;
    }

    .hidden-xs{
        display: none;
    }

    .box-2{
        text-align: left !important;
        height: 150px;
    }

    .box-3 {
        height: 800px;
    }
  }