﻿/*From Aditi*/
@media screen and (max-width: 1199px) {
    .footer-section .last-footer .pricing-btn {
        width: 100%;
    }

    .footer-section .last-footer .staff-input {
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .header-main .header-navbar .navbar .navbar-collapse .navbar-nav {
        background-color: #FFFFFF;
    }

    .header-main .header-navbar .navbar .show {
        width: 300px;
    }

    .price-section .price-banner {
        padding: 40px 40px;
    }

    .price-section .price-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .price-section .price-banner .price-banner-btn button {
            margin-left: 0;
            margin-top: 20px;
        }
}


@media only screen and (max-width:768px) {
    .footer-section .right-footer .footer-links {
        margin-left: 0;
    }

    .footer-section p,
    a {
        font-size: 12px;
    }

    .footer-section h3 {
        font-size: 15px;
    }

    .price-section .price-banner .price-banner-text p {
        font-size: 14px;
    }

    .price-section .price-banner .price-banner-text h3 {
        font-size: 35px;
    }

    .price-section .price-banner {
        padding: 40px 40px;
    }

    .header-main {
        height: 120px;
    }

        .header-main .header-mobile {
            height: 80px;
        }
}

@media screen and (max-width: 500px) {
    .price-section .price-banner .price-banner-text h3 {
        font-size: 30px;
    }
}
