@media only screen and (min-width:320px) and (max-width: 960px) {
    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }

    .container {
        width: 95%;
        margin: auto;
    }

    .header {
        width: 85%;
    }

    .headerImg {
        width: 30%;
    }

    .headerImg img {
        width: 155px;
    }

    .right {
        width: 70%;
        display: inline-block !important;
    }

    .right ul li {
        margin-right: 4px 8px !important;
        display: inline-block !important;
    }

    .slider {
        width: 100%;
    }

    #sliderContent {
        width: 98%;
    }

    .aboutCEO {
        width: 100%;
        /* height: 500px; */
        column-count: 1;
        border: 5px solid rgba(14, 13, 95, 0.349);
        display: inline-table;
    }

    .ceoDetails {
        width: 100%;
        text-align: center;
        float: left;
        margin: auto;
        padding: 20px;
    }

    .ceoPic {
        width: 100%;
        margin: auto;
        padding: 10% 25%;
    }

    .em {
        width: 90%;
        display: table;
        margin: auto;
        border: 1px solid black !important;
    }

    .employes {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .employes h3 {
        text-align: center;
    }

    .Row {
        width: 100%;
        margin-bottom: 90px;
    }

    .about {
        width: 100%;
        display: table;
        margin: auto;

    }

    #aboutContent img {
        width: 80%;
    }

    .whyUs {
        width: 100%;
    }

    .singleIcon {
        margin-bottom: 40px;
    }

    #pricing {
        width: 100%;
        height: auto;
        display: table;
        /* overflow: hidden; */
        margin-top: 20px;
        margin: auto;

    }

    #ourWork {
        width: 100%;
        display: table;
        /* margin: auto; */
        height: auto;
    }

    .picture {
        width: 100%;
    }

    .picture span {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .workContent {
        width: 100%;
    }

    #footer {
        width: 100%;
        height: auto;
    }

    .footerManu {
        display: table;
        margin: auto;
    }

    .copyRight {
        width: 100%;
        padding: 2px;
    }

    .crightDetsils {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .crightLists {
        width: 90%;
        text-align: right;
    }

    .crightLists ul {
        padding: 0px;

    }
}