@media screen and (max-width:1920px){
    .banner-section-inner {
        height: 42.5vw;
    }
}
@media screen and (max-width:1600px){
    .banner-caption h1 {
        font-size: 50px;
    }
    .banner-caption {
        margin-top: 20px;
    }
}
@media screen and (max-width:1305px){
    .infa-section-left {
        background-position: center center;
        width: 50%;
    }
    .infa-section-right {
        width: 50%;
    }
}
@media screen and (max-width:1280px){
    .infrastructure-section {
        background-size: 95% auto;
    }
    .infrastructure-left {
        margin-left: 77px;
    }
    .infrastructure-right {
        margin-right: 77px;
    }
}
@media screen and (max-width:1024px){
    .banner-caption h1 {
        font-size: 57px;
    }
    .banner-caption span {
        font-size: 18px;
    }
    .intro-data h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .intro-data {
        width: calc(100% - 100px);
        width: -o-calc(100% - 100px);
        width: -ms-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }
    .infrastructure-left {
        margin-left: 50px;
    }
    .infrastructure-right {
        margin-right: 50px;
    }
    .infrastructure-section {
        padding: 40px 0 35px 0;
    }
    .infa-section h3 {
        font-size: 60px;
    }
    .infa-section h3 strong {
        font-size: 40px;
    }
}
@media screen and (max-width:991px){
    .infrastructure-left,.infrastructure-right {
        margin: 0;
        width: 50%;
        padding: 0 15px;
    }
    .infa-section .infa-section-left {
        position: relative;
        height: auto;
        width: 100%;
        background-image: none !important;
        text-align: center;
        border-width:1px 0 ;
    }
    .infa-section-inner {
        justify-content: center;
        display: block;
    }
    .infa-section-right,.infa-section.reverse .infa-section-right {
        width: auto;
        padding: 20px 0 0 0;
        min-height: unset;
    }
    .infa-section .inner-item {
        background-image: none !important;
    }
    .infa-section-left img {
        display: block;
        opacity: 1;
        height: 50vw;
        margin: 0 auto;
    }
    .infa-section .infa-section-left img,
    .infa-section.reverse .infa-section-left img {
        float: none;
    }
    .infa-section.reverse .infa-section-left {
        left: 0;
        right: 0;
    }
    .infa-section h3 {
        font-size: 50px;
    }
    .infa-section h3 strong {
        font-size: 35px;
    }
    .infa-section .inner-item img {
        float: none;
    }
    .infa-section.reverse .inner-item img {
        float: none;
    }
    .infa-section .inner-item {
        border-width: 0;
    }
    .innerview-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .innerview-right {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:767px){
    .banner-caption h1 {
        font-size: 47px;
    }
    .banner-section-inner {
        height: 330px;
    }
    .intro-data {
        width: auto;
        padding: 15px;
    }
    .intro-data:after {
        display: none;
    }
    .intro-data h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .infrastructure-section-inner {
        flex-direction: column;
    }
    .infrastructure-left, .infrastructure-right {
        width: auto;
    }
    .infrastructure-left {
        margin-bottom: 30px;
    }
    .infa-section h3 {
        font-size: 40px;
    }
    .infa-section h3 strong {
        font-size: 30px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .intro-section {
        margin-top: 30px;
    }
}
@media screen and (max-width:480px){
    .banner-caption h1 {
        font-size: 24px;
    }
    .banner-caption span {
        font-size: 14px;
    }
    .infraplates {
        width: calc(50% - 11px);
        width: -o-calc(50% - 11px);
        width: -moz-calc(50% - 11px);
        width: -webkit-calc(50% - 11px);
        margin: 0 5px 10px 5px;
        padding: 25px 15px 15px;
    }
}
@media screen and (min-width:1920px){
    .infa-section {
        max-width: 1921px;
        margin: 0 auto 60px auto;
    }
    .infa-section-left {
        width: calc(59% - 50px);
    }
    .intro-data:after {
        width: 100vw;
    }
    .infa-section .infa-section-left {
        border-width: 1px;
    }
    .infa-section.reverse .infa-section-left {
        border-width: 1px;
    }
}