﻿/* Mobile View for 400px */
@media screen and (max-width: 450px) {
    .contactus {
        width: 110px;
    }

        .contactus img {
            width: 17px;
            height: 12px;
            margin-right: 0.5rem;
        }

        .contactus h3 {
            color: var(--white);
            font-size: 12px;
        }

    aside {
        top: 35%;
        display: none;
    }
        /* .aside {
    margin-left: 1rem;
  } */

        aside ul li .indicator {
            margin-top: 2rem;
            height: 10px;
            width: 10px;
        }

    .logo {
        height: 68px;
        width: 68px;
    }

    .navbar-brand {
        padding: 5px;
        margin-left: -20px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: -17px;
    }

    .hero-image {
        max-height: 200px;
    }

    .hero-content {
        height: 200px;
        margin-right: 0rem;
    }

        .hero-content h2 {
            font-size: 2rem;
        }

    .buy-now {
        height: 24px;
        width: 106px;
        border: 2px solid var(--white);
    }

        .buy-now h4 {
            font-size: 1.3rem;
            font-weight: bold;
            padding-right: 0rem;
        }

        .buy-now img {
            width: 21px;
            height: 21px;
        }

    .fetures {
        margin-top: 0rem;
    }

    .pbx-feature {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

        .pbx-feature .image-container {
            margin-top: 2rem;
        }

        .pbx-feature p {
            padding-top: 0rem;
        }

    .pbx-feature {
        padding: 3rem;
    }

    .flex-container:last-child {
        padding-bottom: 2rem;
    }

    .flex-container .feature-item h3 {
        font-size: 15px;
    }

    footer .footer-item {
        margin-bottom: 2rem;
        text-align: center;
    }

    footer .image-container {
        margin: 0px auto;
        margin-bottom: 2rem;
    }

        footer .image-container img {
            margin-left: 0;
        }

    footer h5 {
        margin-bottom: 1rem;
    }

    footer .copyright {
        margin-top: 0rem;
    }

    footer p {
        margin-left: 0rem;
    }

    .scroll-to-top {
        width: 40px;
        height: 40px;
    }

    /* Responsive Menu Start */
    .menu {
        display: none;
        position: absolute;
        background-color: teal;
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
    }

        .menu li:hover {
            display: inline-block;
            background-color: #4c9e9e;
            transition: 0.3s ease;
        }

        .menu li + li {
            margin-top: 12px;
        }

    input[type="checkbox"]:checked ~ .collapse {
        display: block;
    }

    .hamburger {
        display: block;
        text-align: right;
        margin-top: 3.3rem;
    }

    .dropdown {
        left: 50%;
        top: 30px;
        transform: translateX(35%);
    }

        .dropdown li:hover {
            background-color: #4c9e9e;
        }

    .navbar-nav {
        margin-top: 1rem;
        margin-left: 7rem;
        height: auto;
    }

        .navbar-nav > li > a {
            padding-bottom: 1px;
            display: block;
        }

    .pbx-feature h3 {
        font-size: 2.5rem;
    }

    .pbx-feature h2 {
        font-size: 3rem;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .scroll-to-top {
        right: 22px;
    }

    /* Responsive Menu End */
}

/* Larger size */

@media screen and (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .hero-image {
        max-height: 700px;
    }

    /* .aside {
    margin-left: 5%;
  } */
    .flex-container > div {
        margin: 12px;
    }

    .pbx-feature .image-container {
        width: 300px;
        height: 600px;
    }
}

/* @media (max-width: 1200px) {
  .aside {
    margin-left: 5%;
  }
} */
