@media only screen and (max-width: 1200px) {
	.ac-turq {
    	display: none;
    }
}

@media only screen and (max-width: 1100px) {
	.ac-orange, .ac-blue, .white-cir-ac, .yellow-dot-ac, .ac-yellow, .dot-ac-yellow, .ac-green, .blue-cir-ac {
    	display: none;
    }
}

@media only screen and (max-width: 1025px) {
    .blue-st-full {
        height: 30vh;
    }
    
    .suslides p {
    	font-size: 16px !important;
        line-height: 22px !important;
    }
    
    .blog-box {
    	grid-template-columns: 100%;
    }

    .blue-dot-st {
        top: 40vh;
    }

    .meta-head, .lg-head  {
        position: relative;
        z-index: 3;
        font-size: 24px;
        line-height: 27px;
    }

    .startup-hero .lg-head {
        font-size: 27px;
        line-height: 29px;
    }
    
    

    .sidebar-content {
        padding: 20px;
    }

    .slideshow-container {
        margin-left: 30px;
        padding-left: 0px;
    }

    .mySlides p {
        width: 60vw;
    }

    .about-check {
        padding-left: 20px;
        padding-right: 20px;
    }

    .almanac-ch {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ch-list {
        grid-template-columns: 100%;  
    }

    .ac-blue {
        left: 1vw;
    }

    .ac-turq {
        display: none;
    }

    .ac-green {
        left: 1vw;
    }

    .ac-orange {
        display: none;
    }

    .blue-cir-ac {
        width: 26vw;
        bottom: -13vw;
        left: 7vw;
    }
}

@media only screen and (max-width: 768px) {
    .plans-col2 {
        display: none;
    }
    
    .mob-hide-br {
    	display: none;
    }
    
    .tube-btn-grid {
    	grid-template-columns: 1fr 1fr;
    }
    
    .tube-heading h1 {
    	line-height: 38px;
        text-align: left;
    }
    
    .tube-heading {
    padding-bottom: 0px;
    }
    
    .right-btns {
    width: 100%;
}

    .awards-container {
        padding-left: 20px; 
        padding-right: 20px;
    }

    .ft-award, .me-award {
        margin-right: 0px;
    }

    .web-btns {
        flex-wrap: wrap;
        position: static;
        width: 100%;
    }

    .img-left-sec button {
        margin: auto;
        display: block;
    }

    #timeline {
        left: 0 !important;
    }

    .time-line-text {
        width: calc(100% - 20px) !important;
    }

    .pro-buttons {
        left: calc(50% - 207px);
    }

    .timeline-item {
        flex-direction: column;
    }

    #timeline-gl h6,
    .timeline-heading h3 {
        text-align: left !important;
        padding-left: 30px;
    }

    .almanac-ch {
        width: calc(100% - 40px);
    }

    .ch-list a {
        display: flex;
        gap
    }

    .ch-list br {
        display: none;
    }

    .best-seller-imgs {
        right: 20px;
        width: 70px;
        height: 70px;
    }

    .best-seller-product {
        padding-right: 80px;
    }

    .ch-list span {
        width: calc(100% - 82px);
    }

    .ch-list a span {
        padding-left: 10px;
    }

    .kn-st-blue-cir {
        display: none;
    }

    .timeline-heading img {
        margin-left: 30px;
        margin-right: auto;
    }

    .web-btns a {
        width: 100% !important;
    }

    .awards-card {
        width: 100%;
    }

    #top-footer {
        grid-template-columns: 100%;
    }

    .text-global p {
        text-align: center;
    }
    

    .calendly-con,
    .global-location {
        width: calc(100% - 40px) !important;
    }

    .nav-btn-red {
        padding-top: 10px;
        padding-bottom: 10px !important;
        width: 200px;
        display: block;
    }

    .term-pad .loc-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-flex {
        flex-direction: column;
    }

    .global-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .img-left-sec {
        flex-direction: column;
    }

    .full-img,
    .global-text {
        width: calc(100% - 40px);
    }

    .plan-boxes {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .three-col-contact {
        column-count: 1;
    }
    
    .contact-flex {
        flex-direction: column;
    }
    
    .calendly-con,
    .global-location {
        width: calc(100% - 40px);
    }
    
    .global-location {
        padding: 20px;
    }

    .most-popular {
        width: 100% - 48px;
    }

    .plan-scroll {
        width: 100% !important;
        overflow-x: scroll; 
    }

    .product-cards {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .global2 {
        font-size: 35px;
        line-height: 38px;
    }

    .img-global,
    .text-global {
        width: calc(100% - 40px);
    }

    .img-global img {
        display: block;
        margin: auto;
    }

    .img-global {
        padding-bottom: 20px;
    }

    .accordion {
        width: calc(100vw - 55px); 
    }

    .global-text {
        padding-left: 0;
        padding-top: 20px;
    }

    .reverse-flex .global-text {
        padding-right: 0;
    }

    .plans-table-title, .plans-table-content {
        width: 900px;
    }

    .plans-table-section, .pl-top-dt {
        display: block !important;
    }

    #product-data {
        display: block;
    }
    
    .blog-content img {
        width: 100% !important;
    }

    .startup-hero {
        padding-top: 50px;
    }

    .blue-st-full {
        height: 20vh;
        bottom: 10vh;
    }

    .home-video h6, .product-section h6 {
        padding-top: 0px;
    }

    .testimonial-inner h5 {
        margin-bottom: 30px;
    }

    .mySlides p {
        line-height: 25px;
    }

    .slideshow-container {
        margin-left: 0px;
    }

    .mySlides p {
        width: 80vw;
    }

    .tools-container {
        margin-left: 0px;
    }

    .orange-tools {
        height: 10%;
        top: 2vh;
    }

    .red-tools {
        height: 15%
    }

    .green-tools {
        display: none;
    }

    .blue-cir {
        width: 36vw;
        bottom: -18vw;
    }

    .yellow-contact {
        display: none;
    }

    .green-alt1 {
        height: 300px;
    }

    .red-alt1 {
        height: 200px;
    }

    .al-grid {
        grid-template-columns: 100%
    }

    .lside {
        padding: 30px;
    }

    .rside {
        padding: 30px;
    }
    .mega-grid {
        grid-template-columns: 50% 50%;
    }

    .dropdown-content-sm {
        top: 64px;
    }
}