@media screen and (max-width: 1199px){
    .banner-bottom nav ul li a{
        padding: 15px 0;
        font-size: 15px;
    }
    .banner-bottom nav ul li.toggle-menu a {
    padding: 15px;
}
    .banner-area .content {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    }
    h1{
        font-size: 48px;
    }
}

@media screen and (max-width: 992px){
    .banner-area .logo-area img {
    width: 110px !important;
}
.banner-area .content {
    max-width: 60%;
}
h1 {
    font-size: 32px;
}
.brand-area .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.industry-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.service-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.footer-bottom .left,
.footer-bottom .right{
    flex: 0 0 50%;
}
li.hide-tab{
    display: none;
}
li.show-tab{
    display: block !important;
}
}

@media screen and (max-width: 767px){
li.hide-mobile{
    display: none;
}
li.show-mobile{
    display: block !important;
}
.brand-area .list {
        grid-template-columns: repeat(1, 1fr);
    }
    .unique-area .list {
    grid-template-columns: repeat(1, 1fr);
}
.footer-bottom {
    flex-direction: column;
    width: 100%;
}
.footer-bottom .left, .footer-bottom .right {
        flex: 1;
        width: 100%;
    text-align: center;
        padding: 10px 15px;
}
.footer-bottom ul {
    justify-content: center;
}
.content.scroll-btn {
    display: none;
}
.partner-area .list {
    padding: 20px;
    flex-direction: column;
}

.partner-area .list .item {
    padding: 20px;
}
.banner-area .logo-area img {
    width: 70px !important;
    height: 70px !important;
}

.banner-area .logo-area {
    top: 0;
    transform: translateY(0) translateX(-50%);
    left: 50%;
    height: 70px;
}

.banner-area .content {
    max-width: 100%;
    padding: 0 20px;
    padding-top: 85px;
}

h1 {
    font-size: 24px;
}
.icon-bar {
    position: fixed;
    right: 0;
    top: inherit !important;
    transform: none !important;;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.icon-bar a {
    padding: 0 !important;;
    display: flex !important;;
}
.icon-bar a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    text-decoration: none;
}
.banner-area .content p {
    font-size: 16px !important;
}

body {
    padding-bottom: 40px;
}

.content.scroll-btn {
    display: block;
    margin-top: 200px !important;
}

.content.scroll-btn img {
    width: 120px !important;
}

h2 {
    font-size: 32px;
}
.service-area .list .item .content h4 b {
    font-size: 20px !important;
}
.service-area .list .item .content p{
    font-size: 16px;
}
.service-area .list .item .content {
    height: 100%;
}
.service-area .list .item .content {
    height: 100%;
            display: flex;
        flex-direction: column;
        justify-content: end;
        padding-bottom: 20px;
}

.feature-area h5 {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 15px;
}

.brand-area .list .image-wrapper img {
    height: auto !important;
}

.brand-area .list .content h3 b {
    font-size: 22px !important;
}

.brand-area .list .content h3 {
    margin-bottom: 0;
}

.unique-area .list .image-wrapper img {
    height: auto !important;
}

.industry-area .list .item .image-wrapper img {
    min-height: 400px;
    object-fit: cover;
}

#who-we-are .content {
    padding: 0;
}

.p-70 {
    padding: 40px 0;
}

h3 {
    font-size: 30px;
}

.slick-prev, .slick-next {
    display: none !important;
}

.section-padding {
    padding: 40px 0;
}

.footer-top .row {
    padding: 0;
}
h4 {
    text-align: left !important;
}
}