@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 16px;
    }
    .no-gutter {
        padding: 0px;
        margin: 0px;
    }
    .card-image {
        width: 100%;
        height: 350px;
    }
    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fancy h2 {
        padding: 45px 0 30px;
    }
    .card {
    background: $color-white;
    box-shadow: $box-shadow;
    color: $color-dark;
    border-radius: 2px;
        &-image {
          background: $color-white;
          display: block;
          padding-top: 70%;
          position: relative;
          width: 100%;
          img {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
    }
    
    @media only screen and (max-width: 600px) {
      .main {
        .container {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 1rem;
        }
      }
    }
    .header_top_area .mob_show{
        display:none !important;
    }
    @media (max-width:768px){
        .header_top_area .mob_hide{
            display:none !important;
        }
        .header_top_area .mob_show{
            display:initial !important;
        }
        .logo{
            margin-top:0;
        }
        .s_header {
            display:none !important;
        }
        .header_bottom_area {
            margin-bottom: 10px;
        }
        .header_top_menu ul li a {
            font-size: 12px;
        }
        .tp-banner.revslider-initialised.tp-simpleresponsive{
            width:100% !important;
        }
    }