@media (min-width: 320px) and (max-width: 767px){
    .row {
        --bs-gutter-x: 0px;
    }
    .about__funFact-images3 {
        padding: 0 0px 50px 0 !important;
    }
    .footer-widget .fw-title {
        margin: 0 0 15px;
    }
    .footer-widget {
        margin: 0 0 40px;
    }
    .footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+4) .footer-widget {
        padding-left: 0px;
    }
    .footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+3) .footer-widget {
        padding-left: 0px;
    }
    .footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+2) .footer-widget {
        padding-left: 0px;
    }
    .fix-image img{
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 999!important;
        width: 35px!important;
    }
    .footer__top-wrap {
        padding: 80px 0 0px;
    }
    .breadcrumb-area {
        padding: 100px 0 30px;
        min-height: 300px;
    }

    /* home */
    .tg-header__area .mobile-nav-toggler {
        margin-top: 9px;
    }
    .section-pt-100 {
        padding-top: 67px !important;
    }
    .pt-120 {
        padding-top: 70px;
    }
    .section-pb-120 {
        padding-bottom: 60px;
    }
    .contact-area {
        padding: 80px 0 60px;
    }
    .section-pt-120 {
        padding-top: 70px;
    }
    .pb-120 {
        padding-bottom: 70px;
    }

    .section-pb-100 {
        padding-bottom: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .about-impo{
        padding-top: 35px!important;
    }
    .section-pt-120 {
        padding-top: 80px;
    }

  .responsive-cards{
    display: inline !important;
    }

    .logo img  {
        width: 130px;
    }

    h2.font-sm {
        text-align: center;
    }
    .services__flop {
        padding: 50px 0 0;
    }
    .footer-contact-link p, .footer-contact-link .link {
        font-size: 15px;
        font-family: var(--tg-heading-font-family);
    }





}