
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .mobile_logo a img{
        width: 100px !important;
    }
    .tgmobile__menu .nav-logo {
        padding: 15px 25px;
    }
    .section-py-120 {
        padding: 50px 0 !important;
    }
    .header_logo {
        width: 130px !important;
    }
    .tg-header__area {
        padding: 10px 0 !important;
    }
    .banner__content .title {
        font-size: 42px;
    }
    .banner__content .title span:not(.svg-icon) > svg {
        left: inherit !important;
        right: -10px !important;
        width: 245px !important;
        height: 60px !important;
        top: 64px;
    }
    .banner__content p {
        max-width: 100%;
        font-size: 16px;
    }
    .section_title .sec_main_title {
        font-size: 32px;
    }
    .features__area {
        padding: 50px 0 70px !important;
    }
    .blog__post-area {
        padding: 50px 0 50px !important;
    }
    .footer__top {
        padding: 50px 0 0px;
    }
 
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

   
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

   
 }


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {


 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) { 
    .menu-item {
        padding: 20px 10px;
    }
 }

 /* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

 }

