@media screen and (max-width:1600px) {
    .custom-slider-row {
        position: relative;
        height: 700px;
    }
}

@media screen and (max-width:1440px) {
    .support-bg {
        padding: 180px 0;
    }

    .page-titles {
        padding: 170px 0
    }
}

@media screen and (max-width:1199px) {
    .page-title {
        padding: 160px 0;
    }

    .support-bg {
        padding: 150px 0;
    }
}

@media screen and (max-width:991px) {
    .image-container-banner {
        max-width: 55% !important;
    }

    .image-container-banner {
        bottom: 20px !important;
    }
}

@media screen and (max-width:767px) {
    .text-container {
        width: 100%;
        max-width: 550px !important;
    }

    .custom-slider-row {
        height: 650px;
    }

    .page-title {
        padding: 115px 0;
    }

    .page-title-about {
        padding: 120px 0;
    }

    .about-1 .inner-content {
        margin-top: 20px;
        margin-left: 0px;
    }

}

@media screen and (max-width:575px) {
    .image-container-banner {
        max-width: 60% !important;
    }
    .image-container-banner {
        right: 17px !important;
    }

    .table-container td {
        font-size: 15px;
    }

    .custom-slider-row {
        height: 535px;
    }
}

@media screen and (max-width:425px) {
    .text-container {
        top: 25% !important;
        width: 380px !important;
    }

    .text-container {
        left: 2%;
    }

    .box-tabs i {
        display: none;
    }
}

@media screen and (max-width:375px) {
    .text-container {
        width: 330px !important;
    }
}

@media screen and (max-width:340px) {}