@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media(max-width:768px) {
    #cssmenu>ul {
        background-color: #fff;
    }
    #cssmenu ul ul li a {
        padding: 13px 30px 13px;
    }
    #cssmenu>ul>li>a {
        padding: 13px 20px;
    }
    .banner-images {
        text-align: center;
        margin-top: 30px;
    }
    .pr-100,
    .pl-100 {
        padding-left: 0px;
    }
    .icon-tab img {
        width: 4rem;
    }
    .right-tab-text, .right-tab-text-about {
        padding: 25px;
        position: relative;
        top: 0px;
    }
    .right-img img {
        padding-left: 0px;
    }
    .about-section {
        padding: 6rem 0 0rem;
    }
    .breadcrumb-section {
        padding: 12rem 0 2rem;
    }
    /* .about-tab {
        margin-top: 6rem;
    } */
    .pricing-image {
        margin-top: 8rem;
    }
    .blog-tab-text {
        padding: 25px;
        position: relative;
        top: 0px;
        background-color: #eff1f4;
    }
    .blog-tab-text h3 {
        font-size: 25px;
    }
}

@media(max-width:767px) {
    .logo img {
        width: 110px;
    }
    #cssmenu .button {
        top: 10px;
    }
    #cssmenu>ul>li>a {
        font-size: 15px;
    }
    header.shrink #cssmenu ul li.active a {
        color: #fff;
    }
    header.shrink #cssmenu ul li a {
        color: #333;
    }
    .banner-bg img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .banner-text h1,
    .slogan-two__content h2 {
        font-size: 3rem;
        line-height: 4.5rem;
    }
    .slogan-two__right,
    .about-text {
        margin-top: 30px;
    }
    .banner-text {
        margin-bottom: 30px;
    }
    .pr-100,
    .pl-100 {
        padding-right: 0px;
    }
    .tab-all {
        display: block;
    }
    .nav.tab-menu {
        flex-direction: row;
		justify-content: center;
    }
    .tab-menu .icon-tab {
        width: 8rem;
        height: 8rem;
        margin-right: 0rem;
    }
    .icon-tab img {
        width: 4rem;
    }
    .right-img img {
        padding-left: 0;
    }
    .right-tab-text {
        position: relative;
        top: 0;
        max-width: 100%;
        height: 100%;
    }
    .about-text {
        text-align: center;
        margin-bottom: 2rem;
    }
    .tab-sec-pro {
        flex-direction: column;
    }
    .ta-sec-image {
        width: 100%;
    }   
    .tab-box-icons {
        position: relative;
        transform: translate(-50%, 0);
    } 
    .tab-box-icons marquee {
        height: 100%;
    }
}