@media only screen and (max-width: 992px) {
    .btn-primary{
        padding: 12px 22px 12px 22px;
    }    
    .btn-white{
        padding: 12px 22px 12px 22px;
    }    

    .only-show-in-mobile{
        display: block;
    }    
    .only-show-in-desktop{
        display: none;
    }    

    #top_nav .navbar-nav{
        padding: 0px;
    }

    #top_nav .navbar-nav li{
        text-align: center;
        background-color: #eeeeee;
        padding: 3px 0px;
        margin-bottom: 5px;
    }

    #top_nav .navbar-brand img{
        width: 60px;
    }

    #top_banner .text_body{
        padding: 80px 24px;
        margin-top: 0px;
        height: auto;
        background: -moz-linear-gradient(bottom, #0c8bd002, #0c8bd0);
        background: -webkit-linear-gradient(bottom, #0c8bd002, #0c8bd0);
        border-radius: 0px;
    }
    #top_banner .inner-img{
        text-align: center;
    }

    #features .feature-box{
        margin-bottom: 24px;    
    }
    #features .feature-box .icon{
        margin: 0px auto;
    }    

    #services{
        padding: 0px;
    }
    #services .service-box{
        margin-left: 0px;
        margin-bottom: 36px;
        text-align: center;
    }
    #services .service-box img{
        width: auto;
        height: 180px;
    }

    #about_us video{
        border-radius: 0px;
        margin-top: 36px;
    }

    #counter .row{
        margin: 0px;
    }
    #counter .container{
        margin-top: 80px;
    }    

    #branches{
        margin-top: 80px;
    }

    #branches .container{
        padding: 24px;
    }

    #online_rate{
        margin: 80px 0px 0px 0px;
    }
    #online_rate .container{
        padding: 24px;
        height: auto;
        padding-bottom: 0px;
        border-radius: 0px;        
    }
    #online_rate .main_image_div img{
        margin-top: 15px;
        width: 100%;
        margin-right: -24px;
    }    

    footer{
        padding-top: 40px;
    }
    footer .logo_div{
        text-align: right;        
    }
    footer .logo_div img{
        width: 80px;
    }
    footer .row .col-md-3{
        border-bottom: 1px solid #dddddd30;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    footer .copy-right{
        border: 0px;
    }

 
    #contact_us_body .right-panel{
        padding-left: 15px;
        border-left: 0px;        
    }
    #contact_us_body .left-panel{
        padding-right: 15px; 
        margin-top: 40px;  
    }

    #rates .container{
        padding: 24px;
    }

    .login-page .right-panel .wrapper{
        padding: 40px 25px 0px 10px;
    }

}