@media screen and (max-width:1200px) {

    .top_nav_right span {
        margin-left: 5px;
    }


    .nav-item,
    .nav-link {
        font-size: 14px;
        margin-right: 5px !important;
    }


    .my_carousel img {
        height: 500px;
    }

    h2 {
        font-size: 28px;
        font-weight: 700;
        color: var(--primary-color);
    }

    .get_in_touch h2,.stripe h2 {
        color: #fff;
        font-size: 32px;
        padding: 5px;
    }

    .what_We_do_content_box {
        padding: 20px !important;
    }

    .about_content_box p {
        padding-block: 5px;
    }

    .what_do_img img {
        height: 400px;
    }

    .footer_section {
        font-size: 14px;
    }

    /* about pg responsive */
    .about_pg_team_box {}




}

@media screen and (max-width:992px) {
    .my_carousel img {
        height: 450px;
    }

    .myNav .nav-link {
        margin-right: 0 !important;
        color: black !important;
        background-color: white;
        width: 300px;
        position: relative;
        z-index: 9999;
        padding: 5px;
        padding-right: 20px;
        border: unset;
        float: right;

    }

    .nav-item {
        text-align: right;
    }

    .navbar-toggler {
        box-shadow: unset !important;
        color: #fff;
        background-color: #fff !important;
        padding: 10px;
        display: inline-block;
        font-size: 20px;
    }



    .myNav {
        height: 95px;
    }

    .navbar-brand img {
        position: unset;
        width: 150px;
        /* height: 100%; */
        object-fit: contain;

    }



    .top_nav_left span {
        display: none;
    }

    .about_content_box {
        margin-top: 20px;
    }

    .What_we_do {
        margin: 0;
        padding: 0;
    }

    .get_in_touch_img_box img {
        display: none;
    }

    .get_in_touch_box {
        margin: 0 auto;
        text-align: center;

    }

    .testimonial_img {
        display: none;
    }

    .footer_content_box {
        padding-top: 20px;
    }

    .my_row {
        flex-direction: column-reverse;
    }

    .about_img,
    .both_about_img_box {
        margin-top: 1rem;
    }

    .testimonial_contents {
        height: auto;
    }

    .ft_social_media {
        padding-top: 10px;
    }

    .video_page iframe {
        height: 450px !important;
    }

    .left_form_box {
        border: unset;
    }

    .footer_logo_content_box {
        text-align: left !important;
    }

    .service_p {
        width: 90%;
    }

    .my_aquariums_box {
        margin-top: 20px;
    }

    .lido_aquarium_range_box img{
        width: 100%;
        margin-bottom: 1rem;
    }

    .lido_aquarium_range_box_shadow {
        width: 98%;
        margin: 0 auto;
        box-shadow: 0 0 25px #ccc;
        padding: 20px;
        background-color: #fff;
        border-radius: 20px;
    }

}

@media screen and (max-width:768px) {
    .my_carousel img {
        height: 400px;
    }

    .about_img img {
        margin-top: 20px;
    }




    .footer_logo_content_box {
        margin-top: 40px !important;
        text-align: left !important;
    }

    .img_box img,
    .feng_shui_page img {
        height: 100%;
    }

    .video_page iframe {
        height: 400px !important;
    }


}

@media screen and (max-width:600px) {
    .my_carousel img {
        height: 350px;
    }

    .service_box a {
        position: unset;
    }

    .about_page_first_img img {
        height: 450px;
    }


    .about_page_second_img img {
        height: 250px;
    }

    .about_us_banner_section {
        height: 400px;
    }

    .video_page iframe {
        height: 350px !important;
    }
}

@media screen and (max-width:320px) {}