@media only screen and (min-width:0px) and (max-width:767.98px) {
    .header-top{
        display: none;
    }
    .is-sticky .navbar-wrapper,
    .navbar-wrapper {
        background-color: rgba(0, 0, 0, 0.8);
        height: 50px !important;
        align-items: inherit !important;
    }
    .navbar-wrapper .container{
        width: 100% !important;
        max-width: 100%;
    }
    nav.main-navbar{
        display: block;
        height: 60px;
    }
    .mob-p-0{
        padding: 0;
    }
    .logo {
        position: relative;
        top: -42px;
        z-index: 999;
        max-width: 200px;
        padding: 0 15px;
    }
 
    .navbar-brand {
        padding: 5px;
    }
    .sticky-wrapper.is-sticky .navbar-brand>img,
    .navbar-brand img {
        width: 165px;
    }
    .mean-container .mainnav {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 250px;
    }
    .navigation ul ul {
        width: 100%;
        position: relative;
        text-align: left;
        background: rgba(0, 0, 0, 0.9);
        box-shadow: 0 16px 32px rgb(0 0 0 / 10%);
        transition: 0.3s ease-in-out !important;
        opacity: 1;
        visibility: visible;
        display: block !important;
        padding: 10px 0 20px 50px;
        margin-bottom: 15px;
    }
    .navigation,
    .main-navbar ul li i{
        opacity: 0;
        display: none;
    }
  
    .banner .item {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .banner .item .cover {
        padding: 60px 15px 30px 15px;
        box-sizing: border-box;
        align-items: center;
    }
    .banner .banner-content .banner-line {
        height: 90%;
    }
    .banner .banner-content h2 {
        font-size: 1.375rem;
    }
    .banner .banner-content h1 {
        font-size: 2rem;
        margin:10px 0 15px;
        line-height: 32px;
    }
    .banner .banner-content p {
        font-size: 1rem;
        line-height: 24px;
    }
    .about-image-two {
        bottom: -82px;
        left: -1.5%;
        position: absolute;
        width: 50%;
    }
    .about-info .subtitle-top {
        margin-bottom: 0.5rem;
    }
    .about-info {
        padding: 30px 0 0 0;
    }
    .about-info ul {
        margin: 24px 0;
    }
    .contact .read-more {
        margin-bottom: 30px;
    }
    .divider {
        margin: 15px auto 24px;
    }
    .gd-offer{
        margin-bottom: 60px;
    }
    .gd-offer.last-child{
        margin-bottom: 0;
    }
    .training-info, .about-content {
        padding: 30px 0;
        text-align: center;
    }
    .about-inner-box {
        text-align: left;
    }
    .about-content h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .heading-section {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .heading-section h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .read-more {
        display: block;
        margin: auto;
    }
    section {
        padding: 32px 0;
    }
    .gallery-content {
        transform: translateY(60px);
    }
    .gallery-header ul li {
        padding: 12px 10px;
        cursor: pointer;
        font-size: 16px;
    }
    .training-info {
        text-align: center;
        padding: 15px;
    }
    .testinomials-block {
        display: block;
        text-align: center;
    }
    .testinomials-thumb {
        margin: auto auto 15px;
        width: 120px;
    }
    .schedules ul {
        margin-bottom: 24px;
    }
    .schedules ul li {
        margin: auto 10px 10px;
    }
    .schedules .nav-pills .nav-link {
        padding: .5rem 1rem;
    }
    .schedules-table tbody th,
    .schedules-table tbody td {
        /* padding: 15px; */
        text-align: center;
    }
    .price-table{
        margin-bottom: 30px;
        padding: 8%;
    }
    .gallery-header {
        margin: 0 auto 24px;
    }
    .blog {
        padding: 50px 0 0;
    }
  
    .testinomials-info::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -40px;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 20px solid #fff;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }
 
    .blog-item h4 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    .counter-section.bg-img-fix{
        background-position: -124% 0;
    }
    .info-block-inner{
        justify-content: flex-start !important;
        margin-bottom: 15px;
    }
    .newsletter-text {
        margin-bottom: 10px;
    }
    .footer-logo {
        margin: auto auto 15px;
    }
    .footer-bottom {
        padding: 20px 0 50px;
    }
    .copyright, .copyright a {
        text-align: center;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .social-block {
        justify-content: center;
    }
    .scrollup{
        bottom: 5px;
        right: 5px;
    }
    .schedules-table{
        min-width: 1000px;
   }
   .breadcrumb-area {
	height: 200px;
	width: 100%;
	padding: 100px 0px 50px;
   }
   .boxer-pagination{
       margin-bottom: 24px;
   }
   .breadcrumb-inner h2.title {
	font-size: 1rem;
   }
   .single-widgets {
    margin-bottom: 30px;
    padding: 30px;
   }
   .single-blog-date-publish a {
    padding: 10px 15px;
    font-size: 12px;
    margin-right: 10px;
  }
  .comment-form {
    padding: 30px 15px;
  }
  .contact-address-one{
    justify-content: start !important;
    margin-bottom: 15px;
  }
  .search-results .card.p-5{
    padding: 30px 15px !important;
  }
  .search-results .card-body .text-end{
    text-align: left !important;
  }
  .course-details-duration ul{
    flex-wrap: wrap;
  }
  ul.nav li a.nav-link {
    font-size: 16px;
    padding: 10px 16px;
    margin-bottom: 5px;
  }
  .teachers-list-item {
    flex-wrap: wrap;
  }
  .course-details-tabs .teachers-list-item .teachers-list-image {
    width: 100%;
    height: 250px;
}
.courses-list-thumb{
    max-width: 100%;
    width: 100%;
}
.courses-list-item{
   flex-wrap: wrap;
}
.teachers-list-item .teachers-list-image {
    width: 100%;
}
.footer-follow ul {
    text-align: center;
}
.about-feature-section .about-feature-box {
    flex-wrap: wrap;
}
.about-feature-box .about-feature-icon {
    margin: auto auto 15px auto;
    align-content: space-between;
}
.event-wrap .event-item .event-content {
    margin-left: 0px;
}
.event-details-content ul {
    flex-wrap: wrap;
}
.social-login ul li{
    margin-bottom: 10px;
}
.login-register-box {
    padding: 30px 15px 32px;
}
}

/*----------Small devices Tablets------------*/
@media only screen and (min-width:768px) and (max-width:1024px) {
    .header-top{
        display: none;
    }
    .banner-bottom-block {
      min-height: 350px;
    }
    .banner-bottom-text h3 {
      font-size: 20px;
    }
    .is-sticky .navbar-wrapper,
    .navbar-wrapper {
        background-color: rgba(0, 0, 0, 0.8);
        height: 50px !important;
        align-items: inherit !important;
    }
    .navbar-wrapper .container{
        width: 100% !important;
        max-width: 100%;
    }
    nav.main-navbar{
        display: block;
        height: 50px;
    }
    .mob-p-0{
        padding: 0;
    }
    .logo {
        position: relative;
        top: -42px;
        z-index: 999;
        max-width: 200px;
        padding: 0 15px;
    }
 
    .navbar-brand {
        padding: 5px;
    }
    .sticky-wrapper.is-sticky .navbar-brand>img,
    .navbar-brand img {
        width: 165px;
    }
    .mean-container .mainnav {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 250px;
    }
    .navigation{
        opacity: 0;
        display: none;
    }
    .navigation ul ul {
        width: 100%;
        position: relative;
        text-align: left;
        background: rgba(0, 0, 0, 0.9);
        box-shadow: 0 16px 32px rgb(0 0 0 / 10%);
        transition: 0.3s ease-in-out !important;
        opacity: 1;
        visibility: visible;
        display: block !important;
        padding: 10px 0 20px 50px;
        margin-bottom: 15px;
    }
    .navigation ul > li > a::after {
        opacity: 0;
        display: none;
    }
    .sticky-wrapper.is-sticky .navbar-brand>img {
        display: block;
        width: 100%;
    }
    .banner .item {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .banner .item .cover {
        padding: 60px 15px 15px;
        align-items: center;
    }
    .banner .banner-content {
        max-width: 850px;
    }
    .banner .banner-content .banner-line {
        height: 90%;
    }
    .banner .banner-content h2 {
        font-size: 1.375rem;
    }
    .banner .banner-content h1 {
        font-size: 2rem;
        margin: 10px 0 8px;
        line-height: 32px;
    }
    .banner .banner-content p {
        font-size: 1.12rem;
        line-height: 26px;
    }
    .gd-offer{
        margin-bottom: 60px;
    }
    .about-image-two {
        bottom: -50px;
        left: -4.5%;
        position: absolute;
        width: 50%;
    }
    .about-info .subtitle-top {
        margin-bottom: 0.5rem;
    }
    .about-info {
        padding: 70px 0 0 0;
    }
    .contact .read-more {
        margin-bottom: 30px;
    }
    .training-info, .about-content {
        padding: 30px 0;
        text-align: center;
    }
    .about-inner-box {
        text-align: left;
    }
    .about-content h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .heading-section {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .heading-section h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .read-more {
        display: block;
        margin: auto;
    }
    section {
        padding: 50px 0;
    }
    .training-info {
        text-align: center;
        padding: 15px;
    }
    .testinomials-block {
        display: block;
        text-align: center;
    }
    .testinomials-thumb {
        margin: 28px auto 15px;
        width: 120px;
    }
    .schedules ul li {
        margin: auto 10px 10px;
    }
    .schedules-table tbody th,
    .schedules-table tbody td {
        padding: 15px 10px;
        text-align: center;
    }
    .price-table {
        padding: 15% 8%;
        margin-bottom: 30px;
    }
    .blog {
        padding: 50px 0 0;
    }
   .calendar-wrap{
       overflow-y: hidden;
       overflow-x: scroll;
       padding-bottom: 15px;
   }
   .lastest-posts-widgets ul li{
       display: block;
   }
   .lastest-posts-widgets ul li img {
    margin-right: 0;
    margin-bottom: 10px;
   }
   .boxer-pagination{
       margin-bottom: 40px;
   }
   .breadcrumb-area {
        height: 250px;
        padding: 100px 0 70px;
    }
    .single-widgets {
        margin-bottom: 30px;
        padding: 24px 15px;
    }
    
    .single-widgets h3 {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .single-widgets h3::before {
        height: 16px;
        margin-right: 10px;
        top: 2px;
    }
   .testinomials-info::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -40px;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 20px solid #fff;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }
    .info-block-inner .text {
        font-size: 0.8rem;
        line-height: 18px;
    }
    .blog-item h4 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    .info-block-inner{
        justify-content: flex-start !important;
        margin-bottom: 15px;
    }
    .footer-logo {
        margin: auto auto 15px;
    }
    .footer-bottom {
        padding: 20px 0 50px;
    }
    .copyright, .copyright a {
        text-align: center;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .social-block {
        justify-content: center;
    }
    .scrollup{
        bottom: 5px;
        right: 5px;
    }
    .single-schedule {
        padding: 15px 5px;
    }
    .schedules-table{
        min-width: 1000px;
   }
   .newsletter-text {
	margin-bottom: 10px;
    }
    .gallery-content .gallery-heading .gallery-category {
        margin-bottom: 5px;
    }
    ul.nav li a.nav-link {
    font-size: 16px;
    padding: 10px 24px;
    margin-bottom: 5px;
   }
   .about-feature-section .about-feature-box {
    flex-wrap: wrap;
}
.about-feature-box .about-feature-icon {
    margin: auto auto 15px auto;
    align-content: space-between;
}
.event-wrap .event-item .event-content .event-date-join .view-more-btn {
    font-size: 12px;
    padding: 8px 12px;
}
.event-wrap .event-item .event-content {
    margin-left: 0px;
}
.contact-address-one {
    padding: 20px 15px;
    border-radius: 5px;
    min-height: 260px;
}
}

/*---------- iPad pro------------*/
@media only screen and (min-width:1025px) and (max-width:1366px) {
    .logo {
        width: 150px;
    }
    .navigation ul li a {
      padding: 24px 10px;
    }
    section {
        padding: 50px 0;
    }
    .breadcrumb-area {
        height: 300px;
        padding: 150px 0 40px;
    }
    .banner .item {
        height: 80vh;
        width: 100%;
        position: relative;
    }
    .banner .item .cover {
        padding: 124px 15px 15px;
        align-items: center;
    }
    .banner .banner-content .banner-line {
        height: 90%;
    }
    .banner .banner-content h2 {
        font-size: 2.5rem;
    }
    .banner .banner-content h1 {
        margin: 10px 0 15px;
        font-size: 3rem;
    }
    .banner .banner-content p {
        font-size: 1.6erm;
    }
    .testinomials-info {
        text-align: left;
    }
    .training-info {
        text-align: left;
    }
    .heading-section {
        margin-bottom: 24px;
        padding-bottom: 10px;
    }
    .footer-follow ul{
        text-align: center;
    }



}
