/*
 * Template Name : LandGig One Page Template
 * Template URL : http://demo.oneplussolution.com/html5/LandGig/
 */

@media screen and (max-width:1200px) and (min-width:991px) {
    .about-us-content {
        padding: 15px 0px;
    }
}
@media screen and (max-width:991px) {
    .navbar-brand img {
        width: 135px;
    }
    .top-bar ul li {
        padding: 10px;
    }
    .slider-left {
        margin: 60px 0;
        text-align: center;
    }
    .single-service {
        margin-bottom: 50px;
    }
    .about-us-img img {
        margin: 0 auto;
    }
    .pricing-box .col-md-4:last-child .single-price-block {
        margin-bottom: 20px;
    }

    .single-price-block {
        margin-bottom: 100px;
    }
    .contact-form-area {
        margin: 50px 0 0;
    }
}
@media screen and (min-width:768px) {    
    #navigation ul li.btn-trial {
        margin-left: 10px;
    }
    #navigation ul li.btn-trial a {
        color: #48abfb !important;
        background: #fff !important;
        box-shadow: 0px 0px 30px #ccc;
        border-radius: 5px;
    }
    #navigation ul li.btn-trial:hover a {
        color: #fff !important;
        background: #48abfb !important;
    }
}
@media screen and (max-width:768px) {
    .top-bar ul {
        text-align: center;
    }
    #navigation {
        margin: 0px;
        box-shadow: 0px 0px 10px #ddd;
    }
    .navbar-brand {
        padding: 10px 0px 0px 15px;
    }
    .subscribe-form {
        text-align: center;
    }
    form.subscribe-form .input-group {
        margin: 0px !important;
        width: 100%;
    }
    form.subscribe-form button.btn {
        margin-top: 20px;
    }
}