/* Medium Layout: 1280px. */
@media (min-width: 1200px) {
    /*!*Top Navbar*!*/
    .container {
        width: 1280px;
    }
    .main-menu .social {
        float: right;
    }
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {*/
/*    .navbar-collapse.collapse {*/
/*        display: flex;*/
/*    }*/

/*    !*!*Top Navbar*!*!*/
/*    .container {*/
/*        width: 100%;*/
/*    }*/
/*}*/

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
     float: none;
    }
}


/*!* Tablet Layout: 768px. *!*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/

/*    !*!*Top Navbar*!*!*/
/*    .container {*/
/*        width: 100%;*/
/*    }*/

/*    .featured-list #grid .thumb {*/
/*        width: 50%;*/
/*    }*/

/*    .carousel-caption h1 {*/
/*        font-size: 15px;*/
/*        text-transform: uppercase;*/
/*        line-height: auto !important;*/
/*    }*/

/*    .navbar-right {*/
/*        float: right !important;*/
/*        margin: 10px 5px 0 0;*/
/*    }*/
/*}*/

/*!* Mobile Layout: 320px. *!*/
/*@media only screen and (max-width: 767px) {*/


/*    !*!*Top Navbar*!*!*/
/*    .container {*/
/*        width: 100%;*/
/*    }*/

/*    .featured-list #grid .thumb {*/
/*        width: 50%;*/
/*    }*/

/*    .carousel-caption {*/
/*        top: 5px;*/
/*    }*/

/*    .carousel-caption h1 {*/
/*        font-size: 15px;*/
/*        text-transform: uppercase;*/
/*        line-height: auto !important;*/
/*    }*/

/*    .btn.btn-learn {*/
/*        font-size: 10px;*/
/*        font-weight: 500;*/
/*        padding: 5px 7px;*/
/*        text-align: center;*/
/*        text-transform: uppercase;*/
/*    }*/

/*    .about-text {*/
/*        text-align: center;*/
/*    }*/

/*    .single-feature {*/
/*        text-align: center;*/
/*    }*/

/*    .feature-icon {*/
/*        margin-bottom: 8px;*/
/*    }*/

/*    .feature-text h4 {*/
/*        line-height: 25px;*/
/*    }*/

/*}*/

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 350px) and (max-width: 767px) {

    /*!*Top Navbar*!*/
    .container {
        width: 100%;
    }

    .slider {
        margin-top: 26%;
    }

    .main-menu .social {
        float: left;
    }

    .main-menu .social ul li:first-child {
     padding-left: 0;
    }

    .carousel-indicators {
        display: none;
    }

    section[class="about"],
    .about-text,
    .map {
        padding-top: 20px;
    }

    #bookappt .title {
        margin-bottom: 20px;
    }

    section {
        padding-top: 130px;
    }

    .featured-list #grid .thumb {
        width: 50%;
    }

    .carousel-caption {
        top: 5px;
    }

    .carousel-caption h1 {
        font-size: 15px;
        text-transform: uppercase;
        line-height: auto !important;
    }

    .btn.btn-learn {
        font-size: 10px;
        font-weight: 500;
        padding: 5px 7px;
        text-align: center;
        text-transform: uppercase;
    }

    .about-text {
        text-align: center;
    }

    .copyright {
        padding-bottom: 130px;
    }
}