@media (min-width: 992px) {
    ul.main-nav > li a::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        top: 7px;
        margin-left: 12px;
    }
    ul.main-nav > li:last-of-type a::after {
    	margin-right: 0;
    	display: none;
    }
}
@media (min-width: 768px) {
    .sticky-nav-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    .header .logo {
        max-width: 140px;
        margin: 20px;
    }
    .header.setTop .logo {
        margin: 15px;
        max-width: 120px;
    }
    #landing-section {
        margin-top: 50px;
    }
    .testimonials .bg-img {
        height: auto;
    }
    .quote {
        padding: 100px 20px;
    }
    .modal.show .modal-dialog {
        top: 30%;
    }
    .video-block iframe {
        width: 100%;
    }
    .footer p {
        margin: 0;
        text-align: center;
        display: block;
        float: none;
    }
    .mobile-menu .toggle-btn span {
        display: block;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
    }
    .toggle-btn {
        display: block;
        float: right;
        width: 40px;
        cursor: pointer;
        padding: 5px;
    }
    .mobile-menu > ul > li:first-child {
        margin-top: 30px;
    }
    .mobile-menu ul li {
        display: block;
        width: 100%;
        margin-bottom: 0;
        margin-right: 20px;
        padding: 0 20px;
    }
    .mobile-menu ul li a {
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-menu .main-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -220px;
        width: 220px;
        overflow-y: auto;
        text-align: left;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
    }
    .mobile-menu.active .main-nav {
		right: 0;
	}
    .close-btn {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 1;
    }
    .close-btn span {
        width: 25px;
        background: #fff;
        height: 2px;
        margin-top: 10px;
        display: block;
    }
    .close-btn span:last-child {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .close-btn span:first-child {
        transform: rotate(45deg);
    }
    #products {
        height: 550px;
    }
}
@media (max-width: 767px) {
    .testimonials .bg-img {
        background: none;
    }
    .video-block {
        text-align: left;
    }
    #about-us  {
        background: url('../images/backgrounds/about_us.jpg') no-repeat 50% 0 / cover;
    }

    .sticky-nav-wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        color: gray;
        z-index: 1;
        -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    }
    .sticky-nav {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .sticky-nav li {
        padding: 6px;
        text-align: center;
    }
    .sticky-nav li a {
        color: #fff;
        outline: 0;
    }
    .sticky-nav .fa {
        font-size: 22px;
    }
    .sticky-nav li span {
        display: block;
        font-size: 16px;
        text-align: center;
    }
    h1 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    p {
        font-size: 16px !important;
    }
}
@media all and (max-width: 575px) {
    .banner-1 {
        background: url('../images/banners/1st.jpg') no-repeat 49% 0 / cover;
        /* background-position: center; */
    }
    .banner-2 {
        background: url('../images/banners/2nd.jpg') no-repeat 60% 0 / cover;
    }
    .banner-3 {
        background: url('../images/banners/3rd.jpg') no-repeat 60% 0 / cover;
    }
    .banner-4 {
        background: url('../images/banners/4th.jpg') no-repeat 60% 0 / cover;
    }
    #slider-wrapper .slick-dots {
        bottom: 10%;
    }
    #landing-section .three-fourth-screen-height{
        min-height: 40vh;
    }
    #products .slick-next {
        right: -10px;
    }
    #products .slick-prev {
        left: -10px;
    }
    #video .slick-next {
        right: -10px;
    }
    #video .slick-prev {
        left: -10px;
    }
}
