@media (max-width: 1400px) {
    .slider-thumb::before {
        left: 51%;
    }
}

@media (max-width: 1320px) {
    .blog-section .content-div{
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
    }
}

@media (max-width: 1199px) {
    .blog-section .col-lg-9{
        padding:0 30px;
    }
    .slider-thumb img {
        height: 80%;
    }

    .slider-thumb::before {
        width: 500px;
        height: 500px;
        left: 52%;
    }

    .container-service .serviceBox {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .blog-section .col-lg-9{
        padding: 0 5px;
    }
    .banner {
        height: fit-content;

        .row {
            flex-direction: column-reverse;

            .banner-img {
                justify-content: center !important;
            }

            .slider-thumb::before {
                width: 560px;
                height: 500px;
                left: 22%;
                top: 8%;
            }

            .slider-thumb img {
                height: 450px !important;
                margin-bottom: 30px;
            }
        }
    }

    .container-service .serviceBox {
        width: 100%;
    }

    .about-section .image-column .inner-column {
        margin-left: 5px;
    }

    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 0;
        padding-right: 0;
    }

    .about-section .image-column .inner-column .image .overlay-box {
        left: 5px;
        bottom: 10px;
    }

    .about-section .image-column .inner-column .image .overlay-box .year-box .number {
        width: 75px;
        height: 75px;
        font-size: 50px;
        line-height: 78px;
    }

    .about-section .image-column .inner-column .image .overlay-box .year-box {
        font-size: 18px;
        padding-left: 80px;
    }

    .sec-title {
        padding-bottom: 0px;
    }

    .about-section .content-column .text {
        margin-bottom: 5px;
    }

    .about-section .content-column .email {
        margin-bottom: 10px;
    }

    .blog-card {
        max-width: 100%;
        width: 100%;
    }

    .blog-card .gradient-overlay {
        width: 100%;
    }

    .blog-container-card-1 {
        margin-bottom: 50px;
    }

    /* contact-us */

    .contact_field {
        align-items: center;
        padding: 10px;
    }

    .contact_info_sec {
        position: static;
        width: 100%;
        border-radius: 0 0 0.375rem 0.375rem;
    }

    .row>* {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .socil_item_inner li a {
        font-size: 30px;
    }

    .socil_item_inner {
        padding: 10px;
        flex-direction: column-reverse;
    }

    .right_conatct_social_icon {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        border-radius: 0 0.375rem 0 0;
    }
}

@media (max-width: 850px) {
    .banner {
        & .row {
            .slider-thumb::before {
                width: 560px;
                height: 500px;
                left: 15%;
                top: 8%;
            }
        }
    }

    .wave {
        width: 900px;
    }
}

@media (max-width: 768px) {
    .julie {
        font-size: 32px;
    }
    .banner {

        .row {
            .slider-thumb::before {
                display: none;
            }
        }

        .banner-img img {
            height: 350px;
            width: auto;
            border-radius: 1rem;
            margin-bottom:20px;
        }
        
        .banner-title {
            font-size: 32px;
        }
    }
    
    .up-arrow{
        margin:25px 0;
    }

    .wave {
        display: none;
    }

    .socil_item_inner {
        padding: 10px;
        flex-direction: row;
    }

    .right_conatct_social_icon {
        height: 100%;
        justify-content: center;
        flex-direction: row;
        border-radius: 0;
    }
    
    .about-section .about-bg {
        padding: 20px;
    }
    
    .about-section .about-content {
        padding-left: 0px;
    }
}