@media only screen and (min-width: 360px) and (max-width: 767px) {
    .navbar-expand-lg .navbar-nav{
        margin-left: 0px !important;
    }
    header .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #ccc;
        padding: 10px 0px;
    }
    .banner-section .carousel-inner .carousel-caption h5 {
        font-size: 24px;
    }
    .main-head h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .main-head h4{
        display: none;
    }
    .main-head {
        width: 85%;
    }
    #regularAccordionRobots{
        margin-top: 30px;
    }
    .banner-section.design-sec .carousel-inner .carousel-caption h5{
        font-size: 2rem;
    }
    .banner-section.design-sec .carousel-inner .carousel-caption {
        top: 25%;
    }
    .expert-section-bg{
        margin: 0px;
        padding: 50px 0px;
    }
    .expert-section .title {
        width: 200px;
    }
    .expert-section .expert-info{
        margin-bottom: 20px;
    }    
    .showcase-slide{
        padding: 50px 0px;
    }
    .footer-nav{
        gap: 0px 1rem !important;
        margin-top: 30px;
    }
    .footer-section .footer-nav li a{
        margin-top: 0px;
    }
    .footer-para .d-flex{
        padding: 30px 0px;
        flex-direction: column;
    }
    .footer-para .footer-nav{
        padding: 0px;
        margin: 0px;
        padding-top: 15px;
        flex-direction: row;
    }
}

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

/* ends herer */

@media (min-width: 1500px) and (max-width: 2000px) {}

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

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

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

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

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

@media (max-width: 320px) {}