@media only screen and (max-width: 1500px){
    .header-nav ul {
        gap: 30px;
    }
    .header-nav ul li:last-child a {
        width: 200px;
        height: 50px;
    }
    .header-nav ul li a {
        font-size: 14px;
    }
    .index-banner-wrap-text h6 {
        font-size: 50px;
        width: 70%;
    }
    .index-banner-wrap-text p {
        font-size: 24px;
    }
    .index-first-wrap-text h6 {
        font-size: 30px;
    }
    .index-first-wrap-input input {
        width: 300px;
        height: 50px;
        font-size: 14px;
    }
    .index-first-wrap-select select {
        width: 300px;
        height: 50px;
        font-size: 14px;
    }
    .index-second-wrap-text h6 {
        font-size: 45px;
    }
    .index-second-wrap-text p {
        font-size: 15px;
        width: 60%;
    }
    .index-third-wrap-text h6 {
        font-size: 45px;
    }
    .third-slider-box-img img {
        height: 400px;
    }
    .third-slider-box-text h6 {
        font-size: 20px;
    }
    .index-fourth-wrap-text h6 {
        font-size: 45px;
    }
    .index-fifth-wrap-slide {
        margin: 0% 0% 0% 5%;
    }
    .index-fifth-wrap-text h6 {
        font-size: 40px;
    }
    .index-fifth-testi-box {
        padding: 20px;
    }
    .index-fifth-testi-text p {
        font-size: 14px;
    }
    .footer-wrap-text h6 {
        font-size: 45px;
    }
    .common-banner-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1300px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 575px){
}
@media only screen and (max-width: 320px){
}
