@media (max-width:1440px) {
    
}
@media (max-width:1399px) {
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
    .header .right-nav li a{
        display: none;
    }
    .header .right-nav li a.login-btn{
        display: inline-block;
    }
    .top-section .details{
        text-align: center;
    }
    .top-section .img-block{
        margin-bottom: 30px;
    }
    .product-stacks-section .product-stacks-box{
        margin-bottom: 30px;
    }
    .product-stacks-section .product-stacks-box .description{
        min-height: unset;
    }
    .contact-us-section .get-in-touch{
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .top-section .details .sub-title, .comman-heading .sub-title{
        font-size: 18px;
    }
    .top-section .details h1, .comman-heading h3, .contact-us-section .get-in-touch h4{
        font-size: 24px;
    }
    .top-section .details p, .comman-heading p, .contact-us-section .address-detail address, .contact-us-section .address-detail span{
        font-size: 15px;
    }
    br{
        display: none;
    }
    .pricing-view .table tr td .icon{
        width: 70px;
        height: 70px;
    }
    .pricing-view .table tr td .icon img{
        width: 40px;
    }
    .pricing-view .table tr td .plan-category .c-title, .pricing-view .title{
        font-size: 14px;
    }
    .pricing-view .c-title{
        font-size: 13px;
    }
    .faq-section .accordion-item .accordion-button{
        font-size: 16px;
        padding: 15px 30px;
    }
    .faq-section .accordion-item .accordion-body{
        font-size: 14px;
    }
    .pricing-view{
        overflow-x: auto;
    }
    .pricing-view .table{
        width: 840px;
    }
}
