@media screen and (min-width: 992px) and (max-width: 1024px){
    .navbar .navbar-nav .nav-link{
        font-size: 18px;
        padding: 10px;
    }
    header .btn.btn-switch-text.btn-small > span{
        padding: 8px 10px;
    }
    .fnp_title{
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 992px){
    .mobile_slider{
        height: calc(100vh - 140px) !important;
    }
    .tab-style-02 .nav-tabs>li.nav-item{
        width: max-content;
    }
    header .navbar-brand{
        padding: 5px 0;
    }
    .icon-with-text-style-08{
        margin-bottom: 15px;
    }
    .icon-with-text-style-08:last-child{
        margin-bottom: 0!important;
    }
    .parallax_title{
        font-size: 48px!important;
        margin-bottom: 0!important;
    }
    .parallax_{
        padding: 0!important;
        height: 400px!important;
    }
    .parallax_ .md-mb-15{
        margin-bottom: 0!important;
    }
    .banner .one-half-screen{
        height: 300px!important;
    }
    .banner_title{
        font-size: 4.375rem;
        letter-spacing: 0!important;
    }
}

@media screen and (max-width: 768px){
    .mobile_fixed {
        display: block!important;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .mobile_fixed .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 2px solid #fff;
    }
    .mobile_fixed .col-4 {
        padding: 0;
        border-right: 2px solid #fff;
    }
    .mobile_fixed .btn {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        padding: 10px;
        width: 100%;
        background-color: #0d4b2b;
    }
    .mobile_fixed .btn.wp {
        background-color: #47ab3d;
    }
    .mobile_fixed .col-4:last-child{
        border-right: none!important;
    }
    .floating-buttons{
        bottom: 70px;
        right: 10px;
    }
    .floating-button.whatsapp{
        display: none!important;
    }

}

@media screen and (max-width: 496px) {
    body{
        font-size: 16px;
    }
    .about_bg_font{
        font-size: 100px;
    }
    .fnp_alt_title span{
        width: 50px!important;
    }
    .fnp_title{
        font-size: 42px;
    }
    .btn.btn-switch-text.btn-large > span{
        padding: 12px 28px;
    }

    .icon-with-text-style-08 .fs-26{
        font-size: 22px;
    }
    .pricing-table-style-12 li:last-child{
        text-align: center;
    }
    .pricing-table-style-12 li .d-flex {
        justify-content: center!important;
    }
    .parallax_title{
        font-size: 32px!important;
        margin-bottom: 0!important;
    }
    .parallax_{
        padding: 0!important;
        height: 300px!important;
    }
    .parallax_ .md-mb-15{
        margin-bottom: 0!important;
    }
    .banner_title{
        font-size: 3.375rem;
        letter-spacing: 0!important;
    }
    .banner .one-half-screen{
        height: 200px!important;
    }
}