@media only screen and (max-width: 1500px){
    
}
@media only screen and (max-width: 1400px){
    .header-searchbar {
        width: 400px;
    }
    .header-link-btn a {
        width: 150px;
    }
    .header-nav-btn ul {
        gap: 5px;
    }
    .header-nav-flex {
        padding: 5px 5px 0px 10px;
    }
    .header-content {
        padding: 20px 30px 20px 20px;
    }
    .header-nav ul {
        gap: 10px;
    }
    .header-nav ul li a {
    font-size: 10px;
    }
    .index-banner-img-1 {
        right: 0%;
    }
    .index-banner-img-4 {
        top: -20%;
        left: -7%;
    }
    .index-banner-wrap-text h6 {
        font-size: 50px;
    }
    .index-banner-img-2 {
        right: -7%;
        bottom: 15%;
    }
    .index-banner-img-3 {
        bottom: 0%;
        right: 35%;
    }
    .index-banner-wrapper {
        padding: 200px 0px 600px 0px;
    }
    .index-first-box-text {
        width: 70%;
    }
    .index-first-main-box {
        min-width: 310px;
    }
    .index-first-box-img {
        bottom: -5%;
        right: -6%;
        width: 70%;
    }
    .index-first-main-box-1 {
        min-width: 310px;
    }
    .index-first-box-text-1 h5 {
        font-size: 40px;
        color: #001D55;
    }
    .index-first-box-img-1 {
        width: 80%;
        margin: 0 auto;
    }
    .index-first-main-box-2 {
        min-width: 310px;
    }
    .index-first-box-text-2 {
        margin: 0px 0px 0px 145px;
    }
    .index-first-box-text-2 a {
        margin: 0px 0px 0px 40px;
    }
    .index-first-box-img-2 {
        bottom: 16%;
        width: 55%;
    }
    .index-second-wrapper {
        height: 700px;
    }
    .index-second-box-img {
        min-height: 150px;
        width: 70%;
        margin: 0 auto;
    }
    .index-second-wrap-main-box-1 {
        min-height: 320px;
        width: 90%;
    }
    .index-second-box-text-1 h5 {
        font-size: 20px;
    }
    .index-second-box-text-1 h4 {
        font-size: 15px;
    }
    .index-second-box-text-1 p {
        font-size: 26px;
    }
    .index-second-box-img {
        min-height: 150px;
        width: 70%;
        margin: 0 auto;
    }
    .index-second-box-btn-1 a {
        font-size: 12px;
        width: 100px;
        height: 45px;
    }
    .index-second-slider .owl-nav button.owl-prev, .index-second-slider .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
    }
    .index-second-slider .owl-nav {
        left: -3%;
    }
    .index-second-wrap-top-text {
        left: 15%;
    }
    .index-third-box-img {
        width: 80%;
        margin: 10px auto 0 auto;
    }
    .index-third-box-btn-1 a {
        font-size: 12px;
        width: 90px;
        height: 45px;
    }
    .index-third-box-text-1 h5 {
        font-size: 20px;
    }
    .index-third-box-text-1 h4 {
        font-size: 15px;
    }
    .index-third-box-text-1 p {
        font-size: 25px;
    }
    .index-third-wrap-main-box-1 {
        min-height: 320px;
        padding: 30px 30px 20px 30px
    }
    .index-third-box-text-flex {
        margin: 20px 0px 0px 0px;
    }
    .index-third-wrapper {
        height: 700px;
    }
    .index-third-slider {
        position: absolute;
        bottom: 6%;
        right: -15%;
    }
    .index-third-slider .owl-nav button.owl-prev, .index-third-slider .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    .index-fourth-wrapper {
        height: 700px;
    }
    .index-fourth-slider {
        bottom: 15%;
    }
    .index-fourth-slider .owl-nav button.owl-prev, .index-fourth-slider .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    .index-fourth-slider .owl-nav {
        left: -3%;
    }
    .index-fourth-wrap-top-text {
        left: 15%;
    }
    .footer-box-text h6 {
        font-size: 20px;
    }
    .footer-box-input {
        width: 260px;
        height: 60px;
    }
    .footer-box-input input {
        height: 60px;
        width: 90%;
        font-size: 12px;
    }
    
}
@media only screen and (max-width: 1025px){
    
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 575px){
}
@media only screen and (max-width: 320px){
}
