@media(min-width:768px) {

    .col-ps {
        padding-left: 50px;
    }

    .col-pe {
        padding-right: 50px;
    }

    .no-break {
        white-space: nowrap;
    }

    .smm-box h2 {
        font-size: 40px;
    }

    .mc-card h2 {
        font-size: 36px;
    }

    .mc-5 .list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .mc-5 ul.list li {
        width: calc(50% - 10px);
    }
}



@media(min-width:768px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

}

@media(min-width:992px) and (max-width:1024px) {}


@media(min-width:992px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 992px;
    }
}

@media(min-width:992px) {
    p.p-after-hero {
        padding-left: 170px;
    }
}

@media(min-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }

    .col-ps-1 {
        padding-left: 80px;
    }

    .col-pe-1 {
        padding-right: 80px;
    }

}

@media(min-width:1200px) and (min-height:560px) {
    .menu-panel .services-dropdown ul li a {
        padding: 8px;
    }

    .menu-panel .services-dropdown:hover ul {
        bottom: calc(0% + 40px);
    }
}

@media(min-width:1200px) and (min-height:700px) {}

@media(min-width:1320px) {
    p.p-after-hero {
        padding-left: 100px;
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}
@media(min-width:1600px) {
  p.p-after-hero {
        padding-left:0px;
    }
}
@media(min-width:1600px) and (min-height:600px) {}

@media(min-width:1400px) and (min-height:700px) {}

@media(min-width:1400px) and (min-height:900px) {}

@media(max-height:532px) {}

@media (max-height: 502px) {}

@media (max-height:475px) {}

@media (max-height: 445px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {}

@media(max-width:992px) {}

@media(max-width:820px) {
    .menu-panel {
        right: -620px;
        width: 620px;
    }
}

@media(max-width:768px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    .section-padding {
        padding-left: 6px;
        padding-right: 6px;
    }

    .header {
        padding: 18px 6px;
    }

    .logo {
        width: 200px;
    }

    .menu-panel {
        right: calc(-100% - 36px);
        width: calc(100% - 36px);
        padding: 0px;
        gap: 40px;
    }

    .close-icon {
        /* left: 50%;
        top: auto;
        bottom: 0px;*/
        transform: translate(0%, 0%);
        position: static;
        margin-left: auto;
        width: 50px;
        height: 50px;
    }

    .close-icon:hover {
        background: var(--blue);
        color: var(--white);
    }

    .content-box {
        height: calc(100% - 120px);
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: nowrap;
    }

    .content-box::before,
    .content-box::after {
        opacity: 0;
    }

    .menu-box {
        width: 100%;
        flex: 0 0 auto;
        height: auto;
    }



    .menu-box img {
        display: none;
    }

    .menu-box>a {
        padding: 10px;
    }

    .services-dropdown-content {
        position: static;
        transform: translate(0%, 0%);
        padding: 10px;
        flex-direction: row;
        cursor: pointer;
    }

    .menu-panel .services-dropdown ul {
        /*height: 0px;
        overflow: hidden;*/
        position: static;
        transform: translate(0%, 0%);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .6s ease, opacity .4s ease;
    }

    .menu-panel .services-dropdown ul.active {
        max-height: 200px;
        opacity: 1;
    }

    .services-dropdown-content i {
        display: block;
    }

    .menu-panel .menu-box.services-dropdown:hover .services-dropdown-content {
        padding: 10px;
        transform: translate(0%, 0%);
    }

    .menu-panel .services-dropdown ul li a {
        font-size: 18px !important;
    }

    .menu-box:hover .services-dropdown-content i {
        color: #8fe6ea;
    }

    .main-hero {
        padding-top: 100px;
    }

    .hero-p {
        font-size: 18px;
    }

    .home-1::before {
        height: 50%;
        bottom: 0px;
        top: auto;
    }

    p.p-after-hero {
        font-size: 20px;
        font-weight: 400;
    }

    .shape-1 {
        right: 0px;
        top: 15px;
        width: 80px;
    }

    .shape-2 {
        width: 100%;
        opacity: .6;
    }

    .service-item h3 {
        font-size: 26px;
    }

    .row-box {
        flex-direction: column;
    }

    .row-box-30 {
        gap: 20px;
    }

    .seo-arrow {
        display: none;
    }

    .seo-3 {
        padding-bottom: 175px;
    }

    .seo-4-row {
        padding: 20px 10px;
        padding-bottom: 40px;
    }

    .smm-box {
        padding: 15px;
    }

    .branding-card {
        padding: 15px;
    }

    .branding-4 .branding-card {
        margin-left: 0px;
    }

    .branding-card-icon {
        top: -18px;
        left: -10px;
        width: 50px;
    }

    .branding-4 .branding-card h2::before {
        content: '';
        width: 50px;
        height: 26px;
        display: inline-block;
    }
    .mc-card{
        padding:20px;
    }




    footer.main-footer {
        font-size: 18px;
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        padding: 30px 0px !important;
        border: 0px;
        position: relative;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-item::after {
        content: '';
        width: calc(100% + 48px);
        height: 0px;
        border-bottom: 1px solid var(--white);
        position: absolute;
        right: -24px;
        top: 0px;
    }

    .footer-item:first-child::after {
        opacity: 0 !important;
    }

    .footer-top {
        border-bottom: 0px;
    }

    .footer-item .footer-links a.footer-menu-item {
        /*font-size: 16px;*/
    }

    .footer-bottom {
        padding: 0px 12px 30px;
    }

    .copy-right {
        padding-top: 30px;
    }

    .copy-right::after {
        content: '';
        width: calc(100% + 24px);
        height: 0px;
        border-bottom: 1px solid var(--white);
        position: absolute;
        right: -12px;
        top: 0px;
    }
}