/*
	================================================
	21. Media Quries
	================================================
*/
@media (min-width: 1367px) and (max-width: 2000px) {}

@media (min-width: 1200px) and (max-width: 1366px) {}


@media (min-width: 992px) and (max-width: 1199px) {

    .about-img img {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
        border-radius: 5px;
        height: 410px;
        object-fit: cover;
    }

    .pricing-plan {
        color: #fff;
        padding: 25px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    #navbarNavDropdown {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0px;
        z-index: 10;
        padding: 35px 15px 5px;
        overflow-y: auto;
        height: 100%;
        text-align: center;
        background-color: #303030;
    }

    .about-main-section,
    .request-a-call-back-form,
    .newsletter-form {
        padding-top: 30px;
    }
.about-two-main-section{
    padding-top: 0px;
}
.about-two-content{
    padding-top: 30px;
}
    .counter .counter-number {
        font-size: 40px;
    }

    .team-member,
    .single-product,
    .blog-card,
    .partner-img {
        margin-bottom: 30px;
    }

    .testimonial .testimonial-user-wrapper img:not(.quote-icon) {
        width: 10%;
    }

    .input-group-append .btn-dark {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #resMenuCloseIcon {
        display: block;
        position: fixed;
        right: 10px;
        top: 4px;
        padding: 10px;
        cursor: pointer;
        font-size: 20px;
        z-index: 11;
        background-color: #303030;
        border: none;
    }
    .footer-section .footer-top .footer-social-link ul li {
        margin-bottom: 10px;
    }

    .footer-section .footer-bottom ul li {
        margin-left: 15px;
    }

    .fa-bars {
        color: #fff;
    }
}

@media (max-width: 767px) {
    #navbarNavDropdown {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0px;
        z-index: 10;
        padding: 35px 15px 5px;
        overflow-y: auto;
        height: 100%;
        text-align: center;
        background-color: #303030;
    }

    .about-two-main-section{
        padding-top: 0px;
    }
    .about-two-content{
        padding-top: 30px;
    }
    #resMenuCloseIcon {
        display: block;
        position: fixed;
        right: 10px;
        top: 4px;
        padding: 10px;
        cursor: pointer;
        font-size: 20px;
        z-index: 11;
        background-color: #303030;
        border: none;
    }
    .dropdown {
        padding-bottom: 10px;
        text-align: center;
    }

    .about-main-section,
    .request-a-call-back-form,
    .newsletter-form {
        padding-top: 30px;
    }

    .counter .counter-number {
        font-size: 40px;
    }

    .team-member,
    .single-product,
    .blog-card,
    .partner-img,
    .counterarea, .main-section-heading {
        margin-bottom: 30px;
    }

    .testimonial .testimonial-user-wrapper img:not(.quote-icon) {
        width: 10%;
    }
i.fa-times{
    color: #fff;
}
    .pricing-plan {
        padding: 25px;
    }

    .newsletter {
        padding: 2rem;
    }

    .single-link {
        margin-top: 30px;
    }

    .about-list li p {
        line-height: 30px;
    }

    .footer-section .footer-bottom ul li {
        margin-right: 10px;
        margin-left: 0;
    }

    .input-group-append .btn-dark {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .fa-bars {
        color: #fff;
    }

}