@media screen and (max-width:1400px) {
    html {
        overflow-x: hidden;
    }


}

@media screen and (max-width:1200px) {


    .carousel-inner img {
        height: 500px;
    }

    .welcome_section h1 {
        width: 80%;
    }

    .latest_boxes_img {
        height: 290px;
    }

    .chooseMainImg {
        height: 550px;
    }

    .contact_list ul li .circle_sec {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width:992px) {

    .carousel-inner img,
    .banner-area img {
        height: 400px;
    }

    .carousel_caption {
        display: none;
    }

    #blog-container {
        display: block;
    }

    #blog-container>div {
        width: 100%;
    }

    #categories {
        margin-bottom: 1rem;
    }

    .chooseMainImg {
        height: 400px;
    }

    .copywrite {
        text-align: center;
    }

    .welcome_section {
        padding-block: 3rem;
    }

    .welcome_section img {
        display: none;
    }

    .left_strip {
        display: none;
    }

    .right_strip {
        width: 100%;
    }

    .about_introduction img{
        display: none;
    }

    .directionReserve{
        display: flex;
        flex-direction: column-reverse;
    }

    .contact_form_cont{
        margin-top: 2rem;
    }
}

@media screen and (max-width:767px) {

    h1,
    h2 {
        font-size: 26px;
    }

    .copywrite {
        text-align: left;
    }

    .welcome_section p {
        margin-bottom: 1.5rem;
        text-align: left;
        padding-right: 0;
    }
}

@media screen and (max-width:600px) {
    .topstrip {
        display: none;
    }

    .chooseMainImg {
        height: 300px;
    }

    .carousel-inner img,
    .banner-area img {
        height: 250px;
    }

    .contact_list ul li{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .contact_desc{
        text-align: center;
    }
}