.section {
    padding-top: 15px;
}
.testimonial-wrapper {
    padding-top: 15px;
}

.testimonial-active .swiper-pagination {
    margin-bottom: 30px;
    margin-top: 15px;
}
.courses-category-wrapper {
    padding: 5px 0;
}
.slider-content p {
    margin-top: 25px;
}
.slider-images {
    bottom: 0;
    width: 43%;
}
.slider-section {
    height: 535px;
}

.header-main-wrapper {
    margin-top: 5px;
}

.slider-content {
    max-width: 690px;
}
.courses-search {
    max-width: 670px;
}
.join-other-sellers {
    padding-bottom: 25px;
}
.courses-wrapper-home .courses-item .item-thumb a img {
    max-width: 86px !important;
}

.courses-wrapper-home .courses-item .item-thumb {
    min-height: 90px !important;
    min-width: 90px !important;
}
.courses-wrapper-home .courses-item {
    min-height: 0;
}
.courses-item {
    margin-top: 15px;
}

.courses-category-wrapper .courses-search.search-stretch {
    margin-top: 0;
    max-width: inherit;
}
.about-content .main-title {
    padding-bottom: 5px;
}
.quick-overview .single-work {
    padding: 20px;
}

.section.banner-front {
    padding-top: 7rem;
}
.page-banner-content .title {
    margin-top: 5px;
    padding-bottom: 5px;
}
.single-testimonial {
    min-height: 260px;
}
.single-work .work-content {
    padding-top: 15px;
}
.single-work .work-content .title {
    font-size: 1rem;
}

.section.banner-dashboard {
    padding-top: 110px;
}
.admin-courses-tab {
    margin-top: 10px;
}
.section-dashboard {
    padding-bottom: 20px;
}
.login-header-action {
    padding-right: 0px;
}
.login-header-action > * {
    margin: 0px 5px;
}
.mobile-menu {
    padding-top: 10px;
}
.mobile-sign-in-up ul li a {
    border: 1px solid #fcc933;
}

.author-avatar-img {
    width: 1.4rem;
    margin-right: 10px;
    margin-top: -10px;
}

/******Media queries*******/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .login-header-action {
        display: none;
    }
    .login-header-action .courses-search {
        display: none;
    }
    .slider-section {
        padding-top: 60px;
    }
    .header-main-wrapper {
        margin-top: 0;
    }
    .greetings-mobile {
        display: none;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .login-header-action {
        display: none;
    }
    .login-header-action .courses-search {
        display: none;
    }
    .slider-section {
        padding-top: 60px;
    }
    .header-main-wrapper {
        margin-top: 0;
    }
    .greetings-mobile {
        display: none;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* Styles */

    .login-header-action {
        display: none;
    }
    .login-header-action .courses-search {
        display: none;
    }
    .slider-section {
        padding-top: 60px;
    }
    .header-main-wrapper {
        margin-top: 0;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles */

    .login-header-action {
        display: none;
    }
    .login-header-action .courses-search {
        display: none;
    }
    .slider-section {
        padding-top: 60px;
    }
    .header-main-wrapper {
        margin-top: 0;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}
