@media (max-width: 324.98px) {
    #header .col-md-6:nth-child(2) {
        display: none;
    }
    body {
        font-size: 18px;
        line-height: 28px;
    }
    .home #hero {
        background-position: 75%;
        height: 400px;
    }
    .home h1 {
        font-size: 40px;
    }
    .sec-title {
        font-size: 30px;
        line-height: 40px;
    }
    .one {
        order: 1;
    }
    .two {
        order: 2;
    }
    .footer-nav {
        padding-inline-start: 0px;
    }
    .prea #breadcrumbs-area {
        background-position: 72%;
    }
    .contact #breadcrumbs-area {
        background-position: 70%;
    }
}
@media (min-width: 324.99px) and (max-width: 375.98px) {
    #header .col-md-6:nth-child(2) {
        display: none;
    }
    body {
        font-size: 18px;
        line-height: 28px;
    }
    .home #hero {
        background-position: 75%;
        height: 400px;
    }
    .home h1 {
        font-size: 40px;
    }
    .sec-title {
        font-size: 30px;
        line-height: 40px;
    }
    .one {
        order: 1;
    }
    .two {
        order: 2;
    }
    .footer-nav {
        padding-inline-start: 0px;
    }
    .prea #breadcrumbs-area {
        background-position: 72%;
    }
    .contact #breadcrumbs-area {
        background-position: 70%;
    }
}
@media (min-width: 375.99px) and (max-width: 575.98px) {
    #header .col-md-6 {
        width: 45%;
    }
    .home #hero {
        background-position: 75%;
        height: 400px;
    }
    .home h1 {
        font-size: 40px;
    }
    .sec-title {
        font-size: 30px;
        line-height: 40px;
    }
    .one {
        order: 1;
    }
    .two {
        order: 2;
    }
    .footer-nav {
        padding-inline-start: 0px;
    }
    .prea #breadcrumbs-area {
        background-position: 72%;
    }
    .contact #breadcrumbs-area {
        background-position: 70%;
    }
}
@media (min-width: 575.99px) and (max-width: 767.98px){
    #header .col-md-6 {
        width: 45%;
    }
    .home #hero {
        background-position: 75%;
        height: 500px;
    }
    .one {
        order: 1;
    }
    .two {
        order: 2;
    }
    #home-3 br {
        display: none;
    }
    #footer .col-md-4 {
        width: 60%;
    }
    #footer .col-md-3 {
        width: 40%;
        padding-top: 75px;
    }
    .footer-nav {
        padding-inline-start: 50px;
    }
    #footer .col-md-5 {
        width: 100%;
    }
}
@media (min-width: 767.99px) and (max-width: 991.98px) {
    #home-3 br {
        display: none;
    }
    #footer .col-md-4 {
        width: 60%;
    }
    #footer .col-md-3 {
        width: 40%;
        padding-top: 75px;
    }
    .footer-nav {
        padding-inline-start: 50px;
    }
    #footer .col-md-5 {
        width: 100%;
    }
}
@media (min-width: 991.99px) and (max-width: 1199.98px) {
    .footer-nav {
        padding-inline-start: 50px;
    }
}
@media (min-width: 1399.99px) and (max-width: 1599.98px) {
    .home #hero {
        height: 700px;
    }
}
@media (min-width: 1599.99px) {
    .home #hero {
        height: 900px;
    }
}