﻿@media (min-width: 360px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

    .home_section#first {
        padding: 100px 0px;
    }

        .home_section#first h1 {
            font-size: 50px;
            line-height: 75px !important;
            margin: 25px 0px;
        }

        .home_section#first p {
            font-size: 20px;
        }

        .home_section#first .btn_lists {
            margin: 50px auto;
        }

            .home_section#first .btn_lists a {
                margin: 5px 0px;
            }

        .home_section#first .btn_lists {
            align-items: center;
            justify-content: start;
            flex-direction: row;
        }

        .home_section#first .img_holder {
            width: 500px;
            height: 500px;
        }

    .home_section#sec2 {
        padding: 80px 0px 50px 0px;
    }
    .home_section#sec2 img {
        height: 600px;
    }

    .home_section#sec3 {
        padding: 80px 0px;
    }

        .home_section#sec3 .dr_item img {
            height: 420px;
        }
    .home_section#blogs {
        padding: 80px 0px;
    }
    .home_section#blogs .blog_item {
        width: 350px;
    }

    .home_section#visitors_comments {
        padding: 80px 0px;
    }

        .home_section#visitors_comments .comment_item {
          margin:10px auto;
        }

  

    #footer .top_border {
        flex-direction: row;
    }

    #footer .ownership {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
