@media(max-width:575px) {
    .navbar-nav{
        text-align: center;
    }
    .nav-item button {
        margin: 5px 0;
        width: 100%;
    }
    .mmx3{
        margin: 0;
    }
    
    .marqueeText {
        padding: 12px 20px;
        border-radius: 5px;
        font-size: 14px;
    }
    .bannerContent h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .searchBar .nav-item button{
        font-size: 14px;
    }
    .bannerContent {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .adsDackgroundM h4 {
        font-weight: 700;
        font-size: 20px;
    }
    .adsDackgroundM {
        text-align: center;
    }
    .sectionTitle h3 {
        font-size: 22px;
        color: #251638;
        margin-bottom: 40px;
    }
    .cardFooter h6 {
        font-size: 14px;
    
        margin-bottom: 3px;
    }
    .cardFooter p {
        font-size: 12px;
        color: #4D4C4C;
    }
    .contentCardItem h4 {
        font-size: 16px;
    }
    .contentCardItem p {
        font-size: 14px;
    }
    .topDesCard {
        padding-top: 5px;
    }
    .sslImages {
        max-width: 280px;
    }
    .liveChat img {
        max-width: 40px;
    }
    .footerAbout p {
        font-size: 14px;
    }
    .footerRightBottom {
        justify-content: space-evenly;
        margin-top: 20px;
    }
    .subFooter p{
        font-size: 14px;
    }
    .footerRight {
        display: block;
    }
    
}

@media(min-width:576px) and (max-width:767px) {
    .navbar-nav{
        text-align: center;
    }
    .nav-item button {
        margin: 5px 0;
        width: 100%;
    }
    .mmx3{
        margin: 0;
    }
    .marqueeText {
        font-size: 18px;
    }
    .bannerContent h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .searchBar .nav-item button{
        font-size: 16px;
    }
    .bannerContent {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .adsDackgroundM h4 {
        font-weight: 700;
        font-size: 26px;
    }
    .adsDackgroundM {
        text-align: center;
    }
    .sectionTitle h3 {
        font-size: 26px;
        
    }
    .cardFooter h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cardFooter p {
        font-size: 16px;
        color: #4D4C4C;
    }
    .contentCardItem h4 {
        font-size: 20px;
    }
    .contentCardItem p {
        font-size: 16px;
    }
    .topDesCard {
        padding-top: 5px;
    }
    .sslImages {
        max-width: 380px;
    }
    .liveChat img {
        max-width: 50px;
    }
    .footerAbout p {
        font-size: 14px;
    }
    .footerRightBottom {
        justify-content: space-evenly;
        margin-top: 20px;
    }
    .subFooter p{
        font-size: 14px;
    }
    .footerRight {
        display: block;
        /* flex-direction: column; */
    }
    .footerRight img{
        margin-bottom: 20px;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .navbar-nav{
        text-align: center;
    }
    .nav-item button {
        margin: 5px 0;
        width: 100%;
    }
    .mmx3{
        margin: 0;
    }

    .marqueeText {
        font-size: 22px;
    }
    .bannerContent h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .adsDackgroundM h4 {
        font-weight: 700;
        font-size: 35px;
    }
    .adsDackgroundM  {
        text-align: center;
    }
    
    .sectionTitle h3 {
        font-size: 26px;
        
    }
    .contentCardItem h4 {
        font-size: 22px;
    }
    .contentCardItem p {
        font-size: 18px;
    }
    .cardFooter h6 {
        font-size: 16px;
        
    }
    .cardFooter p {
        font-size: 14px;
    
    }
    .SearchBoxItemOne{
        margin-top: 25px;
    }

}

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

}
@media(min-width:1200px) and (max-width:1400px) {}

