@media only screen and (max-width:1160px) {
    .container .sec1-row .card .sec1-p2 {
        font-size: 16px;
    }

    .container .sec1-row .card .sec1-h3 {
        font-size: 25px;
    }

    .container .sec2-row .card2 .sec2-p2 {
        font-size: 16px;
    }

    .container .sec2-row .card2 .sec2-h3 {
        font-size: 25px;
    }

    .sec2 .sec2-row .card2 {
        width: 30%;
        margin: 0px 20px;
    }

    .sec3 .sec3-row .sec3-content .sec3-h3 {
        font-size: 40px;
    }

    .sec3 .sec3-row .sec3-content .sec3-p {
        font-size: 25px;
        width: 90%;
    }

    .sec5-row1 .sec5-para {
        width: 70%;
    }
}

@media only screen and (max-width:992px) {
    .container p {
        width: 60%;
    }

    .sec1 .sec1-row {
        display: block;
    }

    .sec1 .sec1-row .card {
        width: 60%;
        margin: 30px auto;
    }

    .sec2 .sec2-row {
        display: block;
    }

    .sec2 .sec2-row .card2 {
        width: 60%;
        margin: 30px auto;
    }

    .container .sec2-row .card2 .sec2-p2 {
        font-size: 20px;
    }

    .container .sec2-row .card2 .sec2-p2 {
        font-size: 20px;
        width: 70%;
    }

    .sec3 .sec3-row {
        display: block;
    }

    .sec3 .sec3-row .sec3-img {
        margin: 0 auto;
    }

    .sec3 .sec3-row .sec3-content {
        margin: 0 auto;
        width: 60%;
    }

    .sec3 .sec3-row .sec3-content .sec3-h3 {
        font-size: 35px;
    }

    .sec3 .sec3-row .sec3-content .sec3-p {
        margin-top: 20px;
    }

    .sec4 .sec4-row .sec4-content .sec4-h3 {
        font-size: 35px;
    }

    .sec4 .sec4-row .sec4-content .sec4-p {
        margin-top: 20px;
    }

    .sec4 .sec4-row {
        flex-direction: column-reverse;
    }

    .sec4 .sec4-row .sec4-img {
        margin: 0 auto;
    }

    .sec4 .sec4-row .sec4-content {
        margin: 0 auto;
        width: 60%;
    }

    .sec5-row1 .sec5-para {
        width: 80%;
    }

    .sec6 .sec6-content .sec6-p {
        width: 65%;
    }

    .sec7 .sec7-p {
        width: 70%;
    }

    .foot-row {
        display: block;
    }

    .foot-row .foot-col-40 {
        margin: 0 auto;
        width: 60%;
    }

    .foot-row .foot-col-40 .foot-p {
        width: 400px;
    }
    .foot-row .foot-col-40 .col-40-ul li{
        margin: 0 10px;
    }

    .foot-row .foot-col-60 {
        margin: 30px auto;
        width: 60%;
    }

    .foot-row .foot-col .foot-ul .foot-li {
        width: 150px;
    }

}

@media only screen and (max-width:768px) {
    .row ul li a {
        font-size: 12px;
        padding: 0 10px;
    }

    .container p {
        width: 80%;
    }

    .sec1 .sec1-row .card {
        width: 70%;
        margin: 30px auto;
    }

    .sec2 .sec2-row .card2 {
        width: 80%;
        margin: 30px auto;
    }

    .sec3 .sec3-row .sec3-img {
        height: 450px;
    }

    .sec3 .sec3-row .sec3-content {
        width: 70%;
    }

    .sec3 .sec3-row .sec3-content .sec3-p {
        width: 90%;
        font-size: 20px;
    }

    .sec4 .sec4-row .sec4-img {
        height: 450px;
    }

    .sec4 .sec4-row .sec4-content {
        width: 70%;
    }

    .sec5-row1 .sec5-para {
        width: 85%;
    }

    .sec6 .sec6-content {
        padding: 100px 0;
    }

    .sec6 .sec6-content .sec6-p {
        width: 80%;
    }

    .sec7 .sec7-p {
        width: 80%;
    }

    .foot-row .foot-col-40 .foot-p {
        width: 300px;
    }

}

@media only screen and (max-width:576px) {
    .row ul li a {
        display: none;
    }

    .row .logo-icon .bar {
        display: inline;
        margin: 0 20px;
    }

    .container p {
        width: 90%;
    }

    .sec1 .sec1-row .card {
        width: 90%;
        margin: 30px auto;
    }

    .sec2 .sec2-row .card2 {
        width: 90%;
        margin: 30px auto;
    }

    .sec2-row .card2 .sec2-p2 {
        width: 100%;
    }

    .sec3 .sec3-row .sec3-content .sec3-h3 {
        font-size: 25px;
    }

    .sec3 .sec3-row .sec3-img {
        height: 400px;
        width: 300px;
    }

    .sec3 .sec3-row .sec3-content {
        width: 90%;
        margin: 0 auto;
    }

    .sec3 .sec3-row .sec3-content .sec3-p {
        width: 80%;
        font-size: 16px;
    }

    .sec4 .sec4-row .sec4-content .sec4-h3 {
        font-size: 25px;
    }

    .sec4 .sec4-row .sec4-img {
        height: 400px;
        width: 300px;
    }

    .sec4 .sec4-row .sec4-content {
        width: 90%;
        margin: 0 auto;
    }

    .sec5-row1 .sec5-para {
        width: 90%;
    }

    .sec5-row2 {
        display: block;
    }

    .sec5-row2 .sec5-col {
        margin: 0 auto;
        padding: 30px 0;
    }

    .sec6 .sec6-content {
        padding: 70px 0;
    }

    .sec7 .sec7-form input {
        width: 200px;
    }

    .sec7 .sec7-form button {
        width: 100px;
    }

    .foot-row .foot-col-40 .foot-p {
        width: 250px;
    }
}

@media only screen and (max-width:400px) {
    .sec3 .sec3-row .sec3-img {
        height: 300px;
        width: 250px;
    }

    .sec4 .sec4-row .sec4-img {
        height: 300px;
        width: 250px;
    }

    .sec6 .sec6-content {
        padding: 40px 0;
    }

    .sec6 .sec6-content .sec6-p {
        width: 90%;
    }

    .sec7 .sec7-form input {
        width: 150px;
    }

    .sec7 .sec7-form button {
        width: 100px;
        font-size: 16px;
    }

    .foot-row .foot-col-40 .foot-p {
        width: 200px;
    }
    .foot-row .foot-col-40{
        margin-right: 50px;
    }
    .foot-row .foot-col-40 .col-40-ul li{
        margin: 0 5px;
    }

}