.navbar-brand img {
    width: 100%;
}

.navbar-brand {
    width: 200px;
}

.icon-styles li {
    position: relative;
}

.icon-styles li::before {
    content: "\f00c";
    /* Unicode for check icon */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    /* Or 400 depending on your icon style */
    position: absolute;
    left: -15px;
    top: 4px;
    color: #582cff;
}


@media only screen and (max-width: 1920px) and (min-width: 1500px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
    .call-to-action p br {
        display: none;
    }

    .outline-btn,
    .secondary-solid-btn,
    .primary-solid-btn,
    .solid-white-btn,
    .outline-white-btn,
    .secondary-outline-btn {
        padding: 12px 16px;
    }

    .tech-feature-list li {
   
    flex-wrap: wrap;
}


}

@media (max-width: 1199.98px) {

    .navbar-expand-md .main-navbar-nav .custom-nav-link {
        padding-right: 10px;
        padding-left: 2px;
    }

    .navbar-brand {
        width: 174px;
    }
    
    .hs-sub-menu, .hs-mega-menu {
    margin-top: -0.002rem;
    }

    .pricing-section p br{
        display: none;
    }


}

@media (max-width: 991.98px) {
    .main-sub-menu {
    background: #e3e3e3;
    padding: 10px;
        width: 44%;

}


}

@media (max-width: 767.98px) {
   
    .main-sub-menu {
        height: auto;
    }

        .navbar-expand-md .main-sub-menu .main-sub-menu, .main-sub-menu .submenu-item {
        padding-left: 0px;
    }

    .srvs-mn{
        height: 220px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .copyright-text{
        text-align: center;
    }
    .payment-method{
        text-align: center !important;
    }

   

}

@media (max-width: 575.98px) {
    p{
        font-size: 16px !important;
    }
}

@media (max-width: 479px) {
 
    .hero-content-wrap h1{
        font-size: 26px;
    }

    .support-cta a {
    font-size: 14px;
}

}

@media (max-width: 414px) {
 
    .hero-content-wrap h1{
        font-size: 23px;
    }

    .title-with-icon-item {
    margin-left: 0rem;
    margin-right: 0rem;
   }
       p {
        font-size: 14px !important;
    }

}