@media (min-height: 650px) {
    .slider-wrapper .carousel-inner {
        height: calc(100vh - 160px);
    }
}

 @media (min-width: 992px) and (max-width: 1199px) {
    .slider-wrapper .carousel-caption {
        right: 5%;
        left: 5%;
        bottom: 7%;
    }
    .slider-wrapper .carousel-caption h1 {
        font-size: 45px;
    }
    .slider-wrapper .text-para {
        padding: 10px 20px;
        width: 80%;
    }
    .courses-filter .form-inline .custom-select {
        width: 35%;
    }
    .single-info{
        font-size: 12px;
    }
    .info-box-content {
        padding: 20px;
    }
}
 
 @media (max-width:991px) {
    .top-navbar {  
        height: auto;
    }
    /*#navbarSupportedContent {
        padding-top: 20px;
    }*/
    .navbar-light .navbar-toggler {   
        position: absolute;
        right: 0;
        top: 17px;
    }
    header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 20px;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    .slider-wrapper .carousel-caption {
        right: 5%;
        left: 5%;
        bottom: 10px;
    }
    .slider-wrapper .carousel-caption h1 {
        font-size: 36px;
    }
    .slider-wrapper .carousel-caption h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .slider-wrapper .text-para {
        position: relative;
        padding: 0px 20px;
        width: 100%;
    }
    .main-title {
        font-size: 30px;
    }
    .learning-box {
        background-color: #F0F0F0;
        min-height: 345px;
        box-shadow: 0px 0px 20px rgba(0,0,0,.20);
    }
    .learning-box:hover {
        min-height: 345px;
    }
    .learning-box p {
        opacity: 1;
    }
    .learning-box img {
        margin-bottom: 25px;
    }
    .single-course h4 {
        font-size: 16px;
    }
    .who-is-box .main-title {
        font-size: 30px;
    }
    ul.text-list {
        padding-right: 0px;
    }
    .get-your-right {
        padding: 60px 30px 60px;
    }
    /* inner page */
    .about-img {
        max-width: 400px;
        margin: 0 auto 70px;
    }
    .reception-time-txt{
        margin-bottom: 10px !important;
    }
    .courses-filter .form-inline .custom-select {
		width: auto;
		max-width: 180px;
		min-width: 170px;
    }
    .testimonial-content p {
        line-height: 17px;
        font-size: 12px;
    }
    .testimonial-content{
        padding: 5px 30px 5px 15px;
    }
    .testimonial-content .fa-quote-left{
        margin-bottom: 10px;
    }
}

 @media (max-width:767px) {
    .header-top-bar {
        padding: 5px 0;
    }
    .header-top-bar .text-16 {
        font-size: 14px;
    }
    .slider-wrapper img {
        min-height: 200px;
    }
    .slider-wrapper .carousel-caption h1 {
        font-size: 16px;
        margin-bottom:10px;
    }
    .slider-wrapper .carousel-caption h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .slider-wrapper .btn-blue {
        height: 40px;
        color: #fff;
        padding: 10px 15px;
    }
    .slider-wrapper .text-para {
        padding: 0px 15px;
        width: 100%;
    }
    .slider-wrapper .carousel-caption {
        width: 100%;
        padding: 0 10px 5px;
        right: 0px;
    	left: 0px;
    }
    .why-choose {
        padding: 30px 0 0;
    }
    .main-title {
        font-size: 20px;
    }
    .learning-box {
        min-height: 200px;
        margin-bottom: 30px;
    }
    .learning-box:hover {
        min-height: 200px;
    }
    .upcoming-course {
        padding: 30px 0;
    }
    .single-course {
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .single-course img {
        width: 100%;
    }
    .upcoming-course .row .col-md-4:last-child .single-course {
        margin-bottom: 0px;
    }
    .btn-green, .btn-blue {   
        height: 50px;
        padding: 12px 15px;
    }
    .who-is {
        background: #fff;
        padding: 0;
    }
    .who-is-box {
        /*background-color: rgba(255,255,255,.9);*/
        padding: 30px 15px 30px;
    }
    .who-is-box .main-title {
        font-size: 20px;
    }
    .what-our {
        padding: 30px 0;
    }
    .jcarousel-control-prev {
        left: 0;
    }
    .jcarousel-control-next {
        right: 0;
    }
    .get-your-left {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .get-your-right {
        padding: 30px 30px 40px;
    }
    .get-your-right h5 {
        margin-bottom: 25px;
    }
    .get-your .btn-green {
        margin-top: 0px;
    }
    .how-good h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    footer {
        padding-top: 30px;
        text-align: center;
    }
    .footer-link {
        margin: 30px auto;
        max-width: 600px;
    }
    /* inner page */
    .banner-inner {
        padding: 40px 0 20px;
    }
    .page-breadcrumb {
        float: left;
        margin-top: 30px;
    }
    .inner-content-wrapper {
        padding: 30px 0;
    }
    .inner-course .col-md-4:nth-last-child(1) .single-course {
        margin-bottom: 0;
    }
    .inner-course .col-md-4:nth-last-child(2) .single-course,
    .inner-course .col-md-4:nth-last-child(3) .single-course {
        margin-bottom: 30px;
    }
    .contact-form-box{
        margin-bottom: 20px;
    }
    .reception-time-txt{
        margin-bottom: 10px !important;
    }
    .course-info-box .btn-blue span{
        height: 50px;
    }
    .detail-pg-title {
        font-size: 16px;
    }
    .detail-pg-title .btn-blue{
        min-width: auto;
        font-size: 12px;
        padding: 10px;
    }
    .testimonial-content {
        padding: 30px;
    }
    .slider-wrapper .carousel-inner {
        height: auto !important;
    }
	.courses-filter .form-inline .custom-select {
		min-width: 118px;
    }
}
 @media (max-width:575px) {
    .slider-wrapper .carousel-caption {
        bottom: 10px;
    }
    .detail-pg-title .btn-blue{
        margin-top: -80px;
        float: left;
        display: block;
        width: 100%;
    }
    .course-detail-pg .detail-pg-title{
        margin-top: 30px;
        font-size: 16px;
    }
    .info-box-content {
        padding: 20px;
    }
    .single-info{
        font-size: 12px;
    }
}
@media (max-width:480px) {
    .slider-wrapper .carousel-caption p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .courses-filter .form-inline .custom-select {
            width: 100%;
        margin-bottom: 10px;
    }
    .btn-primary {
        width: auto;
    }
	.courses-filter .form-inline .custom-select {
		min-width: initial;
    	max-width: initial;
    }
}
