﻿/* 

    320px — 480px: Mobile devices.
    481px — 768px: iPads, Tablets.
    769px — 1024px: Small screens, laptops.
    1025px — 1200px: Desktops, large screens.
    1201px and more — Extra large screens, TV.

*/
.searchresult {
    display: none;
    background: #fff;
    min-width: 476px;
    color: #333;
    border-radius: 20px;
    box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
    margin-top: 25px;
}

    .searchresult .searcherror {
        padding: 50px 20px;
    }

    .searchresult .academy-resultbox, .searchresult .edu-resultbox {
        display: inline-block;
        vertical-align: top;
        width: 38%;
        padding: 20px 0 10px;
        max-height: 400px;
        overflow: auto;
    }

    .searchresult .edu-resultbox {
        margin-left: 4%;
        width: 58%;
        background: #dddd;
        border-radius: 10px;
        padding: 20px 10px 10px;
        min-height: 280px;
    }

        .searchresult .academy-resultbox h3, .searchresult .edu-resultbox h3 {
            font-size: 15px;
        }

    .searchresult ul {
        list-style-type: none;
        line-height: 30px;
    }

        .searchresult ul li {
            height: 47px;
            margin-bottom: 10px;
            position: relative;
            overflow: hidden;
        }

            .searchresult ul li:before {
                position: absolute;
                content: '';
                left: 0;
                bottom: 0;
                right: 0;
                height: 1px;
                background: linear-gradient(90deg,#fff, #ccc,#fff);
            }

    .searchresult .edu-resultbox li:before {
        background: linear-gradient(90deg,#ddd, #ccc,#ddd);
    }

    .searchresult ul li:last-child {
        border-bottom: 0;
    }

    .searchresult ul li a {
        color: #000;
        font-size: 12px;
        text-align: right;
        display: block;
        line-height: 1.5;
    }

    .searchresult ul li img {
        width: 31px;
        margin-left: 10px;
        float: right;
        border-radius: 4px;
        margin-top: 5px;
    }



@media only screen and (max-width: 1280px) and (min-width: 1201px) {
    .has-sideabar .sidebar > div {
        padding: 35px 30px !important;
    }

    .user-main ul li a span {
        margin-right: 0px !important;
    }
}

@media (min-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    .searchinputbox {
        position: absolute;
        left: 323px;
        top: 62px;
        height: 65px;
        line-height: 65px;
        width: 400px;
        z-index: 100;
    }


        .searchinputbox .btn-search-nav {
            position: absolute;
            width: 75px;
            height: 75px;
            left: 0;
            top: -11px;
            background: #E3E5F4;
            background-size: auto;
            background-size: auto;
            background-size: 35px;
            border-radius: 50px;
            font-size: 0;
            animation: 1s blinks infinite alternate;
            cursor: pointer;
        }

    .btn-search-nav:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        left: 7.5px;
        top: 7.5px;
        background: #0e22b4 url(/icons/btn-search.png) no-repeat center;
        background-size: 35px;
        border-radius: 50px;
        font-size: 0;
        z-index: 3;
    }

    .btn-search {
        position: absolute;
        width: 60px;
        height: 60px;
        left: 7.5px;
        top: 7.5px;
        background: #0E22B4 url(/icons/btn-search.png) no-repeat center;
        background-size: 35px;
        border-radius: 50px;
        font-size: 0;
        display: none;
    }

    .searchinputbox .searchinput {
        background: #fff !important;
        border-radius: 10px !important;
        font-size: 16px !important;
        height: 55px !important;
        padding: 0 20px 0 0 !important;
        transition: 2s all ease;
        position: absolute;
        left: 10px;
        top: 0px;
        border-radius: 50px !important;
        border: 1px solid #ddd !important;
        font-weight: 500;
        letter-spacing: -.5px;
        width: 55px !important;
        animation: 0.2s all ease;
    }

        .searchinputbox .searchinput:focus {
            background: #fafaff;
        }

    .searchinputbox .searchinputopen {
        width: 337px !important;
        z-index: 1;
    }

    .filter-box {
        height: 70px !important;
    }

    .slider-area img {
        width: 65%;
    }

    .slider-area-text {
        width: 60%;
    }

    .groupboxes {
        margin-bottom: 20px !important;
    }

    .tips-padding {
        padding-bottom: 150px;
        padding-top: 185px;
    }

    .inner-padding {
        padding-top: 400px;
    }

    .services-padding {
        padding-bottom: 150px;
        padding-top: 65px;
    }

    .main-header .main-menu {
        margin-right: 0;
    }

    .slider-height {
        min-height: 825px;
    }

    .applic-apps .single-cases-info {
        left: 33%;
        margin-top: 72px;
    }

        .applic-apps .single-cases-info p {
            padding-right: 0;
        }

    .best-features-area .features-shpae.features-shpae2 {
        top: 246px !important;
        transform: translateY(0);
    }

    .best-features-area .features-shpae img {
        max-width: 70%;
    }

    .available-app-area .app-img {
        right: 0;
    }

    .available-app-area .app-shape .app-shape-right {
        display: none !important;
    }

    .say-something-aera .say-shape .say-shape1 {
        bottom: -215px;
        left: -134px;
    }

    .slider-area .hero__img img {
        right: 0;
    }

    .best-features-area .features-shpae {
        top: 50%;
        transform: translateY(-50%);
    }

        .best-features-area .features-shpae img {
            max-width: 50%;
            top: 50%;
        }
}

@media (max-width: 1200px) {
    body {
        padding-top: 120px;
    }

    .container {
        width: 93%;
    }

    .academy-list .container {
        box-shadow: 0 0 0 0;
    }

    header {
        line-height: 68px;
        height: 68px;
        background: transparent;
        box-shadow: 0 0 0 0 !important;
        background: #fafafc;
        border: 0;
    }

    .manage-form h2.fullrow {
        height: auto;
        line-height: 30px;
    }

    .main-list-academies.grid-mode-academies .academies-lst li {
        width: 31.555%;
    }

        .main-list-academies.grid-mode-academies .academies-lst li:nth-child(4n) {
            margin-left: 2.666%;
        }

        .main-list-academies.grid-mode-academies .academies-lst li:nth-child(3n) {
            margin-left: 0%;
        }

    .haslevelbox {
        width: 100% !important;
    }

        .haslevelbox .levelbox {
            margin-right: 0 !important
        }

    .mobile-navigation .topheaderchat {
        background: url(/icons/ico-sms.png) no-repeat center left 10px;
        background-size: auto;
        background-size: 20px;
    }

    .content-price {
        box-shadow: none;
    }

    .title-mobile-menu {
        display: block;
        margin: auto;
        position: relative;
        text-align: right;
        font-size: 13px;
        padding-right: 56px;
    }

        .title-mobile-menu strong {
            color: #0000ab !important;
            font-weight: 500;
            font-size: 18px;
        }

        .title-mobile-menu span {
            color: #999;
        }


    .userpanel, .userpanelwithpassword {
        top: 0 !important;
        right: 0;
        left: 0;
        width: auto;
        bottom: 0;
    }

        .userpanel .entry, .userpanelwithpassword .entry {
            left: 20px;
        }

        .userpanel .opensignwithpassword {
            right: 20px;
        }

        .userpanel .loginwithconfirmcode {
            right: 20px;
        }

        .userpanel .forgot-box {
            padding: 20px;
        }

    .groupboxes ul {
        font-size: 0;
    }

        .groupboxes ul li {
            width: 19% !important;
            margin-left: 1.25%
        }

            .groupboxes ul li:last-child {
                margin-left: 0 !important;
            }

            .groupboxes ul li a {
                padding-right: 1px !important;
                line-height: 0;
                padding-bottom: 20px;
                display: block;
                overflow: hidden;
            }

                .groupboxes ul li a img {
                    width: auto !important;
                    position: relative;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    margin: 10px auto;
                    padding: 10px 0;
                    height: 45px !important;
                }

                .groupboxes ul li a h2 {
                    margin-top: 20px;
                    line-height: 20px;
                    text-align: center;
                }

                .groupboxes ul li a:before {
                    right: 0 !important;
                    transform: rotate(90deg);
                    left: 0;
                }

            .groupboxes ul li h2 {
                font-size: 11px !important;
            }

    .logo {
        top: 18px;
        right: 7px;
    }

        .logo img {
            height: 50px;
        }

    header > div > .searchinputbox .searchbutton {
        top: 0;
    }

    header .addevent {
        bottom: 0;
    }

    header .addevent {
        bottom: 11px;
        top: auto;
        height: 40px;
        line-height: 40px;
    }

        header .addevent:before {
            top: 2px;
            right: 2px;
        }

    header .navbtn {
        display: block;
        top: 17px;
    }

    header .navsign {
        display: block;
        top: 17px;
    }

    header .navsigninfo {
        display: block;
        top: 17px;
        font-size: 0;
        padding: 17px;
        background-color: transparent;
        border: 1px solid #000;
    }

    .profileinfo {
        width: 100% !important;
    }

    .fast-menu ul {
        width: 100% !important;
    }

    .orderpanel > .addmember, .orderpanel .listmember {
        min-height: 100vh !important;
        width: 100% !important;
        padding: 10px 10px 100px !important;
        border-radius: 0;
        overflow: auto;
    }

        .orderpanel > .addmember > h2, .orderpanel .listmember > h2 {
            height: 60px
        }

    .register-student img, .register-teacher img {
        left: 5%;
    }

    .register-student, .register-teacher {
        padding: 17px 1% 0 0 !important;
    }

    .service-area ul li {
        width: 48.666% !important;
    }

        .service-area ul li:nth-child(2n) {
            margin-left: 0 !important;
        }

        .service-area ul li:nth-child(4n) {
            margin-left: 0 !important;
        }

    .ti-list ul li:nth-child(3n) {
        margin-left: 2% !important;
    }

    .ti-list ul li:nth-child(2n) {
        margin-left: 0 !important;
    }

    .single-blog .tag {
        margin-right: 8px;
    }

        .single-blog .tag:after {
            display: none;
        }

    .slider-area {
        min-height: 460px;
    }

    .single-blog .single-blog-content {
        padding: 15px;
    }

    .single-blog h4 {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 12px;
        padding-bottom: 14px;
        transition: all 300ms linear 0s;
    }

        .single-blog h4 a {
            font-size: 18px;
        }

    .reservation-box {
        width: 100%;
    }

    .slider-area {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .mobilenotshow, .categorylist ul, .categorylist {
        display: none !important;
    }

    .logintab, .mobile-navigation .searchinputbox {
        width: 96%;
        margin: 0 auto !important;
        float: none;
        position: relative;
        top: -16px;
        display: none;
    }


    .service-area.events-slides li a:hover {
        transform: none !important;
    }

    .group-slide-box {
        margin-bottom: 20px;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .blog_categorie_area {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .main-header .main-menu ul li {
        margin-left: 0;
    }

    header .addevent {
        font-size: 14px;
        width: 130px;
    }

    .categorylist {
        margin: 20px 0 0;
        width: 22%;
    }

    .event-list-firstpage {
        width: 100% !important;
    }

    .group-slide-box {
        display: inline-block;
        margin-bottom: 25px;
        margin-right: 2%;
        width: 76%;
    }

    .groupboxes {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

        .groupboxes ul li {
            display: inline-block !important;
            height: auto;
            margin-bottom: 0;
            margin-left: 1.2%;
            vertical-align: top;
            width: 32.53%;
        }

    .inner-padding {
        padding-top: 300px;
    }

    .tips-padding {
        padding-bottom: 45px;
        padding-top: 92px;
    }

    .section-padd-top30 {
        padding-bottom: 200px;
        padding-top: 170px;
    }

    .testimonial-padding {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .services-padding {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .main-header .main-menu ul li > a {
        padding: 0 5px;
    }

    .applic-apps .single-cases-info p {
        margin-bottom: 20px;
        padding-right: 26px;
    }

    .best-pricing.pricing-padding2 {
        padding-bottom: 280px;
        padding-top: 300px;
    }

    .our-customer .our-customer-wrapper {
        padding: 0;
    }

    .available-app-area {
        padding-bottom: 150px;
        padding-top: 150px;
    }

        .available-app-area .app-img {
            right: 0;
            top: 45px;
        }

        .available-app-area .app-shape .app-shape-right {
            display: none !important;
        }

    .say-something-aera .say-something-cap h2 {
        font-size: 41px;
    }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        font-size: 20px;
    }

    .teachername {
        top: -7px;
    }

    .webinarcardbox p {
        font-size: 17px;
    }

    .service-area.events-slides ul li .teachername {
        font-size: 16px !important;
    }

    .service-area.events-slides ul li .startdate {
        font-size: 16px !important;
    }

    .service-area.events-slides .webinarcardbox p strong {
        font-size: 25px !important;
    }

    .one-event .one-event-contents > div.active {
        color: #333;
        display: block;
        font-size: 15px;
        padding: 20px 220px 0 20px !important;
        position: relative;
    }

    .one-event-footer .price {
        bottom: 0 !important;
        left: 255px !important;
        top: auto !important;
    }

    .slider-padding {
        padding-top: 100px;
    }

    .services-area {
        padding-top: 200px;
    }

    .slider-area .hero__img img {
        right: 0;
    }

    .slider-area .hero__caption h1 {
        font-size: 55px;
        line-height: 1.2;
    }

    .best-features-area .features-shpae.features-shpae2 {
        top: 300px;
    }

    .best-features-area .features-shpae img {
        display: none !important;
    }

    .section-tittle h2 {
        font-size: 35px;
    }

    .service-area .services-caption {
        padding: 0;
    }

    .applic-apps .single-cases-info {
        left: 38%;
        margin-top: 0;
    }

    .reservation-box-container ul li {
        width: 25%;
    }

    .full_image.single-blog .single-blog-content {
        bottom: 100px;
    }

    .events {
        display: none;
    }

    footer {
    }

    .articlelist li {
        width: 32% !important;
    }

        .articlelist li:nth-child(3n) {
            margin-left: 0 !important;
        }

        .articlelist li:nth-child(4n) {
            margin-left: 2% !important;
        }

    .single-post-area .sidebar-widgets {
        padding-bottom: 0;
    }

    .slider-area {
        min-height: 525px;
    }

    .summary {
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    .article-content .content-one {
        padding: 0 15px !important;
    }

    .best-features-area {
        padding: 10px 0 !important;
    }

    .left-box:before {
        display: none;
    }

    .content-one .content-info h1 {
        width: 100% !important;
    }

    .btn-download {
        margin: auto;
        margin-right: 0 !important;
        margin-top: 40px;
        padding: 0;
        text-align: center;
        width: 100% !important;
        padding: 0 !important;
    }

        .btn-download::before {
            display: none !important;
        }

    .comment-form .email {
        padding-left: 0;
    }

    .content-one .content-image {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

        .content-one .content-image:before {
            display: none;
        }

    .header-area .header-sticky .addevent, .best-features-area > img, .best-features-area > .animatediv {
        display: none;
    }

    .headerbox {
        direction: rtl;
    }

    .service-area .services-caption {
        width: 32.666% !important;
    }

    .services-caption:nth-child(3n) {
        margin-left: 0 !important;
    }

    .services-caption:nth-child(4n) {
        margin-left: 1% !important;
    }

    .tools {
        font-size: 0;
        left: 0;
        position: fixed;
        bottom: 0;
        height: 86px;
        background: #fff;
        width: 100%;
        top: auto;
        box-shadow: 0 0 30px -6px rgba(0,0,0,0.2);
        padding: 14px;
        z-index: 4;
    }

        .tools > a {
            margin: 0 !important;
            width: auto !important;
            padding: 0 20px !important;
        }

        .tools .mainpriceshow {
            display: none;
        }

    .content-price {
        position: fixed;
        left: 20px;
        bottom: 22px;
        z-index: 5;
        height: 50px;
        line-height: 50px !important;
        background: none;
        font-size: 7px;
    }

        .content-price ins {
            font-size: 24px !important;
            font-weight: bold !important;
            letter-spacing: -2px !important;
        }

        .content-price span {
            height: 50px;
            line-height: 50px;
        }

    .btn-calendar {
        display: none;
    }

    .eventtitle {
        width: 100% !important;
    }

    .add-form .item {
        width: 48.67% !important;
    }

        .add-form .item:nth-last-child(2n) {
            margin-left: 0;
        }

    .content-one {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px !important;
    }



        .content-one .content-info h1 {
            margin-top: 0 !important;
            line-height: 1.5;
            font-size: 19px;
            padding-top: 15px;
            position: fixed;
            top: 116px;
            background-color: #fff !important;
            right: 7px;
            z-index: 5;
            padding-right: 65px;
            background-size: 39px !important;
            background-position: right 10px center !important;
            left: 7px;
            width: auto !important;
            border-bottom: 4px solid #1309c0;
        }

        .content-one .content-info, .content-one .content-image {
            flex: 1 1 100%;
            order: 2;
        }

    .section-headlines, .section-faqs {
        width: 100%;
        top: 170px;
        height: calc(100vh - 260px);
    }

    .content-one .content-image {
        border-left: 0 !important;
        order: 1;
        padding: 50px 0 0 0 !important;
    }

    .event-list-firstpage {
        width: 100% !important;
    }

    .groupboxes {
        width: 100% !important;
    }

        .groupboxes ul li {
            display: inline-block !important;
            height: auto;
            margin-bottom: 0;
            margin-left: 1.2%;
            vertical-align: top;
            width: 32.53%;
        }

            .groupboxes ul li a {
                height: 100px;
                height: 100px;
            }

            .groupboxes ul li:nth-child(5n) {
                margin-left: 0 !important;
            }

    #goftino_w {
        bottom: 70px !important;
    }

    .username {
        padding-right: 25px !important;
    }

    .webinarimg {
        max-height: none;
    }

    header {
    }


    .register-student, .register-teacher {
        width: 100% !important;
    }

    .fast-menu ul li {
        width: 32.444% !important;
    }

        .fast-menu ul li:nth-child(4n) {
            margin-left: 1.3333% !important;
        }

        .fast-menu ul li:nth-child(3n) {
            margin-left: 0 !important;
        }

    .content-info {
        margin-left: 0 !important;
    }

    .groupsbox ul li {
        width: 48%;
        margin-left: 4%;
    }

        .groupsbox ul li:nth-child(3n) {
            margin-left: auto !important;
        }

        .groupsbox ul li:nth-child(2n) {
            margin-left: 0 !important;
        }

    .content-tab-selector span, .content-tab-selector span.active {
        padding: 4px;
        margin-left: 20px
    }

    .searchinputbox .searchinput {
        border-radius: 0;
        background: #f1f2f4 url(/icons/searchnew.png) no-repeat center right 12px !important;
        padding-right: 46px !important;
        color: #808198 !important;
        border: 0;
        background-size: 16px !important;
        font-weight: 500;
        font-family: webmehrazfont;
        width: 100% !important;
        left: 0;
    }

    .searchinputbox .searchresult {
        min-width: 100%;
        margin-top: -12px;
        border-radius: 0 0;
    }

    .searchinputbox .searchinput::placeholder {
        color: #808198 !important;
        font-size: 14px;
    }

    .searchinputbox .btn-search-nav {
        border-radius: 10px !important;
        width: 40px !important;
        /*! background: url(/icons/searchnew.png) no-repeat center right 15px !important; */
        color: #808198 !important;
        border: 0;
        background-size: 14px !important;
        left: auto;
        display: none;
    }

    .searchinputbox .searchinputopen {
        width: 100% !important;
    }

    .searchinput-in {
        background: #f9f9f9;
        border: 0;
        border-radius: 2px;
        color: #8694ab;
        font-weight: 700;
        height: 44px !important;
        left: 0;
        padding: 4px;
        padding-right: 20px;
        position: absolute;
        width: 240px;
    }

    .searchinputbox {
        position: absolute;
        left: calc((100% - 100vw )/ 2);
        top: 60px;
        z-index: 100;
        right: calc((100% - 100vw )/ 2);
    }

    .btn-search-nav:before {
        width: 55px;
        height: 55px;
        right: -6px;
        top: 0.5px;
        background: url(/icons/searchnew.png) no-repeat center;
        background-size: 25px;
        font-size: 0;
        z-index: 3;
        line-height: 40px;
    }

    .btn-search {
        display: none;
    }

    .main-list.grid-mode .main-list-box li {
        margin-left: 0;
        width: 100%;
        min-height: 180px;
    }

    .main-list.grid-mode a {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    .main-list.grid-mode .organizer {
        line-height: 65px;
        width: 60%;
        height: 140px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
}


@media (max-width: 1024px) {
    .intro-haminar {
        left: 240px;
    }

    .intro-section {
        height: calc(100vh - 80px);
        overflow-x: hidden;
    }

        .intro-section .main-img {
            left: 0px;
        }

        .intro-section .back-1 {
            left: 20px;
        }

    .commentlistbox ul {
        column-count: unset;
        column-gap: unset;
    }

    .blog_categorie_area {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .register-box h2 {
        font-size: 16px !important;
    }

    .register-student img, .register-teacher img {
        left: 4%;
    }

    .register-student, .register-teacher {
        padding: 17px 4% 0 0 !important;
        width: 100% !important;
    }

    register-student p {
        font-size: 14px !important;
    }

    .gallerybox {
        width: 32% !important;
    }

        .gallerybox:nth-child(3n) {
            margin-left: 0;
        }

        .gallerybox:nth-child(4n) {
            margin-left: 2% !important;
        }

    .reservation-box-container ul li {
        width: 33%;
    }

    .reservation-box-container ul li {
        width: 50%;
    }

    .slider-area-text {
        width: 67%;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .searchinputbox div {
        position: relative;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .categorylist {
        margin-bottom: 10px;
        width: 50% !important;
    }

    .content-one .content-image {
        margin: 0;
        width: 23%;
    }

    .content-one .content-info .summary {
        float: none;
        max-width: 100%;
    }

    .logintab a {
    }



    .logintabactive {
        background: #fff !important;
        color: #333 !important;
    }

    .orderpanel .addmember {
        border: none;
        margin-right: 0 !important;
        border-radius: 0;
    }

    .orderpanel .form .column {
        margin-right: 0;
        width: 100%;
    }

    .orderpanel .item, .login-box, .forgot-box {
    }

    .orderpanel > div {
        overflow: scroll;
    }


    .signup-box {
        display: none;
        width: 100%;
    }

    .userpanel > div, .userpanelwithpassword > div {
        border-radius: 0 !important;
        padding: 40px !important;
        top: 147px;
        box-sizing: border-box;
        left: 20px;
        right: 20px;
        height: 355px;
        border-radius: 10px !important;
        width: auto;
    }

    .userpanelwithpassword > div {
        height: 595px;
    }

        .userpanel > div .form, .userpanelwithpassword > div .form {
        }

    .ti-list ul li {
        width: 100% !important;
    }

    .blog_details {
        padding: 60px 30px 35px 35px;
    }

        .blog_details h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }

    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }

        .blog_item_img .blog_item_date h3 {
            font-size: 30px;
        }

        .blog_item_img .blog_item_date p {
            font-size: 18px;
        }

    .single-post-area .quote-wrapper {
        padding: 30px;
    }

    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }

    .mb-90 {
        margin-bottom: 45px;
    }

    .inner-padding {
        padding-top: 300px;
    }

    .tips-padding {
        padding-bottom: 45px;
        padding-top: 92px;
    }

    .testimonial-padding {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .services-padding {
        padding-bottom: 70px;
        padding-top: 150px;
    }

    .bradcam_area {
        padding: 150px 0;
    }

        .bradcam_area h3 {
            font-size: 40px;
        }

    .main-header {
        padding: 0;
    }

    .slider-padding {
        padding-top: 40px;
    }

    .best-features-area .single-features .features-caption p {
        font-size: 15px;
    }

    .slider-area .hero__caption h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .slider-area .hero__caption p {
        margin-bottom: 54px;
        padding-right: 0;
    }

    .best-features-area .single-features .features-caption p {
        font-size: 15px;
    }

    .best-features-area .features-shpae.features-shpae2 {
        top: 300px;
    }

    .applic-apps .single-cases-info {
        left: 17%;
        margin-top: 40px;
    }

    .slider-height {
        min-height: 600px;
    }

    .applic-apps .single-cases-info p {
        margin-bottom: 20px;
        padding-right: 26px;
    }

    .applic-apps .no-js .owl-carousel, .applic-apps .owl-carousel.owl-loaded {
        right: 0;
    }

    .best-pricing.pricing-padding2 {
        padding-top: 160px;
    }

    .our-customer .our-customer-wrapper {
        padding: 0;
    }

    .available-app-area {
        padding-bottom: 100px;
        padding-top: 100px;
    }

        .available-app-area .app-img {
            right: 0;
            top: 45px;
        }

        .available-app-area .app-shape .app-shape-right {
            display: none !important;
        }

    .say-something-aera .say-something-cap h2 {
        margin-bottom: 25px;
    }

    .testimonial-area .testimonial-main::before {
        display: none;
    }

    .testimonial-area .testimonial-main::after {
        display: none;
    }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        font-size: 20px;
    }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        font-size: 18px;
    }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        margin-bottom: 30px;
    }

    .article-box {
        margin-right: 0 !important;
        width: 100%;
    }

    .reservation-box {
        width: 100%;
    }

    .slider-area {
        width: 48%;
    }

    .filter-box .filter-sort.last {
        width: 100%;
    }

    .standard-list li {
        width: 32.5%;
    }

        .standard-list li:nth-child(5n) {
            margin-left: 1.25% !important;
        }

        .standard-list li:nth-child(4n) {
            margin-left: 1.25% !important;
        }

        .standard-list li:nth-child(3n) {
            margin-left: 0 !important;
        }

    .mainbox-document {
        padding: 40px 20px !important;
        margin: 20px 0 0 0 !important;
        border-radius: 20px !important;
    }

        .mainbox-document .main-text-document, .mainbox-document .main-image {
            display: block;
            width: 100%;
            position: relative;
            left: auto;
            top: auto;
            padding: 0;
        }
}

@media (max-width: 991px) {
    footer .aboutbox {
        width: 100%;
        display: block;
        padding: 0 0 100px 0;
    }

    .display-educator-list li {
        width: 100% !important;
    }

    .academies-statusbar span strong {
        font-size: 10px !important;
    }

    .display-educator-list li a.youracademiesadd {
        bottom: 25px !important;
        z-index: 1;
    }

    .display-educator-list li img {
        display: none;
    }

    .display-educator-list li:first-child {
        height: 100px !important;
        min-height: 100px;
        padding: 0;
    }

    footer .contactbox {
        width: 100%;
        display: block;
        padding: 0 0 50px 0;
    }

    footer .bottom {
        padding: 50px 100px 100px 50px;
    }

    .intro-haminar {
        left: 165px;
    }

    .intro-section .main-img {
        left: -60px;
    }

    .intro-section .back-1 {
        left: -40px;
    }

    .academy-list .list-title {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

        .academy-list .list-title::before {
            width: 0;
        }

    .academy-list ul {
        display: block;
        width: 100%;
    }
}

@media (max-width: 900px) {
    /*    .has-sideabar .manage-form {
        width: 100% !important;
    }*/
    .main-list-academies {
        width: 100%;
    }

    .display-myeducation-list ul li {
        width: 100% !important;
    }

    .manage-form .three-line a {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .manage-form .edu-radio-list a {
        width: 100% !important;
    }

    .edu-radio-list-two a {
        width: 100% !important;
    }

    .manage-form .two-line > div {
        width: 100% !important;
    }

    .edu-btn {
        margin-bottom: 15px !important;
    }

    .main-list {
        width: 100%;
    }

    .filter-btn {
        display: block;
        font-size: 15px;
        position: absolute;
        left: 30px;
        top: 60px;
        z-index: 1;
    }

        .filter-btn::before {
            position: absolute;
            width: 30px;
            top: -5px;
            height: 30px;
            background: url(/icons/067-filter.png) no-repeat center;
            background-size: auto;
            background-size: 20px;
            content: '';
            left: -30px;
        }

    .filteropend {
        display: none;
    }


    .main-filter {
        display: none;
    }

    .showfilter {
        display: block;
        border-radius: 30px;
        bottom: 0;
        box-shadow: 0 37px 89px #484848;
        box-sizing: unset;
        left: 0;
        margin: auto;
        padding: 15px;
        position: fixed;
        right: 0;
        top: 0;
        width: 470px;
        z-index: 2;
        max-width: 400px;
        max-height: 370px;
        background: #fff;
        border: 2px solid #000;
        padding: 20px 50px;
        overflow: scroll;
    }

        .showfilter:before {
            content: none;
        }

    .pnlfilter {
        display: block;
        background: rgba(0,0,0,0.7);
        font-size: 0;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 91px !important;
        width: 100%;
        z-index: 10;
    }

    .main-filter .btnclosefilterpanel {
        background: #fff url(/images/close.png) center center no-repeat;
        box-shadow: 0 7px 8px 2px rgba(0,0,0,.04);
        cursor: pointer;
        font-size: 0;
        height: 36px;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 0px;
        width: 36px;
        margin-left: -18px;
        border-radius: 20px;
        filter: hue-rotate(215deg);
        z-index: 4;
    }

    .main-list .filter-main-sort ul {
        margin-right: 0;
    }

    .btnclosefilterpanel:hover {
        cursor: pointer;
        filter: grayscale(0);
    }

    .main-filter .filter-choice, .main-filter .filter-main-display-mode {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .content-right {
        width: 100%;
        margin-bottom: 60px;
    }

    .content-tab-sections {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .content-tab-selector span.active {
        bottom: -60px;
    }

    .featurelist .feauture-search {
        padding: 100px 200px 89px 5%;
    }


    .intro-haminar {
        display: none;
    }

    .intro-section .main-img {
        left: -70px;
    }

    .intro-section .back-2 {
        left: 15px;
    }

    .intro-section .main-img {
        left: -60px;
    }
}

@media (max-width: 768px) {
    .main-list-academies.grid-mode-academies .academies-lst li {
        width: 48.667%;
    }

        .main-list-academies.grid-mode-academies .academies-lst li:nth-child(4n) {
            margin-left: 2.666%;
        }

        .main-list-academies.grid-mode-academies .academies-lst li:nth-child(3n) {
            margin-left: 2.666%;
        }

        .main-list-academies.grid-mode-academies .academies-lst li:nth-child(2n) {
            margin-left: 0%;
        }

    .classcover {
        padding: 0;
    }

    .searchinputbox .searchresult {
        height: 100vh;
        margin-top: -11px !important;
    }

    .searchresult .edu-resultbox, .searchresult .academy-resultbox {
        width: 100%;
        display: block;
        min-height: 100px;
        border-radius: 0;
        background: #fff;
        max-height: 250px;
    }

    .user-edu-show .user-edu-info .user-edu-details {
        width: 65%;
    }

    .main-list.grid-mode a {
        width: 100%;
        margin-bottom: 30px;
    }

    .user-edu-show .user-edu-info .user-edu-sponser {
        width: 35%;
    }

    .main-list.grid-mode .organizer {
        width: 100%;
        height: auto;
    }

        .main-list.grid-mode .organizer a {
            line-height: 20px;
        }
        .main-list.grid-mode .organizer a {
            line-height: 20px;
            padding-left: 0;
        }

        .main-list.grid-mode .organizer img {
            left: 0;
            right: 0;
        }

    .user-edu-show .user-edu-info .user-edu-details {
        width: 50% !important;
        padding: 30px 20px 20px 10px !important;
    }

    .user-edu-show .user-edu-info .user-edu-sponser {
        width: 50% !important;
    }

    .user-edu-show .user-edu-info .user-edu-title {
        width: 100% !important;
        display: block !important;
        min-height: 130px;
    }

        .user-edu-show .user-edu-info .user-edu-title::before {
            content: none !important;
        }

    .content-image {
        order: 1;
    }

    .teacher-list li {
        width: 100%;
        display: block;
        min-height: 100px;
        line-height: 100px;
    }

        .teacher-list li:before {
            width: 0;
        }

        .teacher-list li::before {
            width: 100%;
            height: 1.5px;
        }


        .teacher-list li img {
            max-width: 200px;
        }

        .teacher-list li a {
            height: 100px;
        }

    footer .aboutbox {
        padding: 0 0 100px 0;
    }

    footer .contactbox {
        padding: 0 0 50px 0;
    }

    footer .bottom {
        padding: 50px 0 100px 0;
    }

    .featurelist {
        background: none;
        margin: 0 0 20px;
    }

        .featurelist::after {
            display: none;
        }

        .featurelist .feauture-search {
            display: none;
        }

    .academy-list li img {
        max-width: 125px;
    }

    .intro-section h2 {
        width: 50%;
        z-index: 1;
    }

    .intro-section p {
        z-index: 1;
    }

    .intro-section .main-img {
        left: -70px;
    }

    .intro-section .back-2 {
        left: -100px;
    }

    .intro-section .back-1 {
        left: -120px;
    }

    .intro-section .main-img {
        left: -120px;
    }

    .featurelist > ul {
        padding: 40px 65px 40px 30px;
        width: 100%;
    }

        .featurelist > ul li {
            width: 50%;
            display: block;
        }

            .featurelist > ul li img {
                right: -40px;
                top: 14px;
            }

            .featurelist > ul li::before {
                right: -55px;
                top: 0px;
            }

    .mainbox-document .senddocument {
        padding-bottom: 50px;
    }

        .mainbox-document .senddocument .item {
            display: block;
            width: 100%;
        }

    .senddocument-btn {
        width: 100%;
    }

    .groupsbox {
        padding: 10px 10px 10px;
    }

        .groupsbox > h2 {
            margin: 0 0 20px;
        }

    .content-tab-selector {
        padding: 0 !important;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .content-tab-selector {
        background: transparent;
    }

        .content-tab-selector span, .content-tab-selector span.active {
            border-radius: 0 4px 4px 0 !important;
            margin: 1px 0 0 0;
            text-align: right;
            position: relative;
            height: 40px;
            line-height: 40px;
            background: #110a84;
            border-radius: 6px !important;
            text-align: center
        }

            .content-tab-selector span.active {
                position: absolute;
                bottom: -60px;
                left: 0;
                right: 0;
                margin: auto;
                border-radius: 10px !important;
                height: 40px;
                line-height: 33px;
                font-size: 20px;
                text-align: center;
                color: #1428b6;
            }

                .content-tab-selector span.active:before {
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 100%;
                    border-right: 20px solid transparent;
                    border-top: 11px solid #1428b6;
                    border-left: 20px solid transparent;
                    margin-left: -10px;
                }

    .groupsbox ul li {
        width: 100%;
        margin-left: 0;
    }

        .groupsbox ul li:nth-child(3n) {
            margin-left: 0 !important;
        }

        .groupsbox ul li:nth-child(2n) {
            margin-left: 0 !important;
        }

    .orderpanel .paybox {
        right: 0;
        font-size: 0;
        left: 0;
        position: fixed;
        bottom: 0;
        height: 70px;
        background: #fff;
        width: 100%;
        top: auto;
        box-shadow: 0 0 30px -6px rgb(0 0 0 / 20%);
        padding: 14px;
        z-index: 4;
        box-sizing: border-box;
    }

        .orderpanel .paybox .paybtn {
            margin: 0;
            left: auto;
        }

    .orderpanel .allprice-show {
        position: fixed;
        left: 20px;
        bottom: 3px;
        z-index: 5;
        font-size: 9px;
    }

    .fullad .show-desktop {
        display: none;
    }

    .fullad .show-mobile {
        display: block;
    }

    .userpanel {
        z-index: 200;
    }

        .userpanel > div, .userpanelwithpassword > div {
            top: 35px;
            bottom: 35px;
            max-height: inherit !important;
            height: inherit;
        }

        .userpanel > div {
            max-height: 400px;
        }

        .userpanel .code-box {
            max-height: 283px !important;
            padding: 20px !important;
        }

        .userpanel .forgot-box {
            max-height: 320px !important;
            padding: 20px !important;
        }


    .groupboxes ul li a {
        height: 140px;
    }

    .inner-padding {
        padding-top: 200px;
    }

    .tips-padding {
        padding-bottom: 22px;
        padding-top: 40px;
    }

    .section-padd-top30 {
        padding-bottom: 90px;
        padding-top: 50px;
    }

    .section-padd4 {
        padding-bottom: 15px;
        padding-top: 70px;
    }

    .testimonial-padding {
        padding-bottom: 60px;
        padding-top: 80px;
    }

    .services-padding {
        padding-bottom: 70px;
        padding-top: 150px;
    }

    .slider-padding {
        padding-top: 40px;
    }

    .applic-apps .single-cases-info {
        left: 1%;
        margin-top: 20px;
    }

    .available-app-area {
        padding-bottom: 100px;
        padding-top: 100px;
    }

        .available-app-area .app-img {
            right: 0;
            top: 45px;
        }

    .applic-apps .no-js .owl-carousel, .applic-apps .owl-carousel.owl-loaded {
        right: 0;
    }

    .best-pricing.pricing-padding2 {
        padding-top: 160px;
    }

    .slider-area img {
        width: 80%;
    }

    .slider-area-text {
        top: 10px;
    }

    #test-form {
        -ms-transform: none;
        -webkit-transform: none;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
    }

        #test-form button.mfp-close {
            display: block !important;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
        }

    .best-features-area .single-features {
        margin-bottom: 30px;
    }

        .best-features-area .single-features .features-caption p {
            font-size: 13px;
        }

    .gj-picker.gj-picker-md.timepicker {
        left: 6px !important;
        width: 310px;
    }

    .main-header {
        padding: 0;
    }

    .section-tittle h2 {
        font-size: 17px;
        line-height: 1.3;
    }

    .slider-area .hero__caption {
        padding-top: 17px;
    }

        .slider-area .hero__caption h1 {
            font-size: 29px;
            line-height: 1.4;
        }

        .slider-area .hero__caption p {
            margin-bottom: 54px;
            padding-right: 0;
        }

    .slider-height {
        min-height: 600px;
    }

    .slider-height2 {
        min-height: 260px;
    }

    .slider-padding {
        padding-top: 40px;
    }

    .bradcam_area h3 {
        font-size: 30px;
    }

    .popup_box {
        padding: 45px 30px;
        width: 320px;
    }

    .mb-90 {
        margin-bottom: 30px;
    }

    #scrollUp {
        right: 16px;
    }

    .slider-area {
        min-height: 490px !important;
    }

        .slider-area img {
            width: 100%;
            width: 100%;
        }

    .slider-area-text {
        padding: 0 15px;
        right: 0;
        top: 250px;
        width: 100%;
    }

    .tips-padding {
        padding-bottom: 22px;
        padding-top: 40px;
    }

    .testimonial-padding {
        padding-bottom: 60px;
        padding-top: 80px;
    }

    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }

    .comment-form .name {
        margin-bottom: 1rem;
        padding-right: 0;
    }

    .applic-apps .single-cases-info {
        left: 1%;
        margin-top: 10px;
    }

        .applic-apps .single-cases-info h3 {
            font-size: 30px;
        }

        .applic-apps .single-cases-info p {
            margin-bottom: 20px;
            padding-right: 0;
        }

    .applic-apps .no-js .owl-carousel, .applic-apps .owl-carousel.owl-loaded {
        right: 0;
    }

    .best-pricing.pricing-padding2 {
        padding-top: 160px;
    }

    .pricing-card-area .single-card::before {
        display: none;
    }

    .our-customer .our-customer-wrapper {
        padding: 0;
    }

    .available-app-area {
        padding-bottom: 100px;
        padding-top: 100px;
    }

        .available-app-area .app-caption .app-btn .app-btn2 {
            display: block;
            padding-top: 10px;
        }

        .available-app-area .app-img {
            right: 0;
            top: 45px;
        }

        .available-app-area .app-shape .app-shape-right {
            display: none !important;
        }

    .our-customer .single-customer {
        padding: 55px 29px 55px 34px;
    }

        .our-customer .single-customer .what-cap h4 a {
            font-size: 17px;
        }

        .our-customer .single-customer .what-cap p {
            font-size: 15px;
        }

    .say-something-aera .say-something-cap h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .testimonial-area .testimonial-main::before {
        display: none;
    }

    .testimonial-area .testimonial-main::after {
        display: none;
    }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        font-size: 18px;
    }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0;
    }

    .footer-copy-right {
        padding-top: 0;
    }

    .one-event .one-event-tabs > span {
        display: block !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .one-event-tabs {
        background: #eee !important;
    }

    .event-list-firstpage {
        padding: 70px 20px 20px !important;
    }

    .one-event .one-event-contents > div img {
        margin: 0 0 10px !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
    }

    .one-event .one-event-contents > div.active {
        padding: 20px 20px 0 !important;
    }

        .one-event .one-event-contents > div.active h2 {
            width: 100% !important;
        }

    .one-event-footer {
        height: 105px !important;
        position: relative;
    }

        .one-event-footer .price {
            bottom: 12px;
            bottom: 10px !important;
            left: 5px;
            left: 15px !important;
            position: absolute;
        }

            .one-event-footer .price .currency-show {
                font-size: 22px !important;
            }

        .one-event-footer a {
            bottom: 12px;
            font-size: 13px !important;
            line-height: 32px !important;
            position: absolute;
            right: 0;
        }

    .fast-menu ul li {
        width: 49.333% !important;
    }

        .fast-menu ul li:nth-child(4n) {
            margin-left: 1.3333% !important;
        }

        .fast-menu ul li:nth-child(3n) {
            margin-left: 1.3333% !important;
        }

        .fast-menu ul li:nth-child(2n) {
            margin-left: 0 !important;
        }

    .article-box {
        margin: 0 !important;
        margin-top: 15px !important;
        width: 100%;
    }

        .article-box div {
            margin-bottom: 25px;
            width: 100%;
        }

    .articleinfo {
        height: 50px;
        margin-top: 40px;
    }

    .articlelist li {
        width: 49% !important;
    }

        .articlelist li:nth-child(34), .articlelist li:nth-child(3n) {
            margin-left: 2% !important;
        }

    .extra-services li {
        margin-bottom: 15px;
        width: 48.666%;
    }

        .extra-services li:nth-child(2n) {
            margin-left: 2.6666%;
            margin-left: 0 !important;
        }

            .extra-services li:nth-child(2n):before {
                display: none;
            }

    .footer-column-title h4 {
        margin-bottom: 28px;
        margin-top: 30px;
        text-align: center;
    }

    .footer-column-title ul li {
        margin-bottom: 15px;
        text-align: center;
    }


    .reservation-box #timecountdown {
        font-size: 12px !important;
        top: 50px;
    }

    .reservation-box .ititle {
        margin-bottom: 35px;
    }

    .reservation-box-container ul li {
        width: 50%;
    }

    .rightcontact, .leftcontact {
        width: 100% !important;
    }

    footer {
        padding: 15px !important;
    }

        footer .footerdiv {
            margin: 0 auto 20px !important;
            width: 100% !important;
            max-width: 450px;
            display: block;
            min-height: auto;
            min-height: 200px;
        }

        footer .footer-pera {
            display: none;
        }

        footer .footerdiv:before {
            display: none;
        }

        footer .footerdiv h4 {
            right: -72px;
            top: 19px;
            width: 140px;
        }

        footer .footerdiv .footer-form {
            background: #d6dbfd;
            padding: 30px;
            border-radius: 20px;
        }

            footer .footerdiv .footer-form p {
                color: #000;
            }

    .extra-services li {
        width: 48.6666% !important;
    }

    .classes .item {
        padding: 10px 30px 10px 10px !important;
        margin-bottom: 30px !important;
    }

        .classes .item .buythisevent {
            position: relative;
            display: block;
            text-align: center;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 155px;
        }

    .single-post-area .blog-author img {
        height: 45px;
        margin-right: 15px;
        width: 45px;
    }

    .cal-selecttype li {
        height: 90px !important;
        margin-bottom: 10px !important;
        padding: 10px 0 !important;
        width: 100% !important;
    }

    .calculate-form .btn {
        float: right !important;
    }

    .calculate-form .calculate-form-feilds {
        width: 49.4% !important;
    }

        .calculate-form .calculate-form-feilds:nth-child(3n) {
            margin-left: 1.2%;
        }

    .gallerybox {
        width: 49% !important;
    }

        .gallerybox:nth-child(2n), .calculate-form .calculate-form-feilds:nth-child(2n) {
            margin-left: 0 !important;
        }

        .gallerybox:nth-child(3n) {
            margin-left: 2% !important;
        }

    .single-post-area .blog-author {
        padding: 20px 8px;
    }

    .footer-support {
        width: 100% !important;
    }

    .available-app-area {
        padding: 300px 0 50px;
    }

        .available-app-area img {
            width: 100%;
        }

    .service-area .services-caption {
        width: 49% !important;
    }

    .services-caption:nth-child(2n) {
        margin-left: 0 !important;
    }

    .services-caption:nth-child(4n), .services-caption:nth-child(3n) {
        margin-left: 1% !important;
    }

    .content-one .content-info, .content-one .content-image {
        padding-top: 27px;
        padding: 30px 0;
    }

    .footer-support {
        background-size: auto !important;
    }

    .service-area ul li {
        width: 100% !important;
    }

    .reservation-box-container ul li {
        width: 100%;
    }

    .slider-area-text {
        width: 98%;
    }

    .main-header {
        padding: 11px 0;
    }

    .available-app-area .app-shape .app-shape-right {
        display: none !important;
    }

    .say-something-aera .say-something-cap h2 {
        font-size: 41px;
        margin-bottom: 25px;
    }

    .testimonial-area .testimonial-main::before {
        display: none;
    }

    .testimonial-area .testimonial-main::after {
        display: none;
    }

    .testimonial-area .h1-testimonial-active button.slick-arrow {
        left: -45px;
    }

    .testimonial-area .h1-testimonial-active button.slick-arrow {
        left: -45px;
    }

    .testimonial-area .h1-testimonial-active button.slick-next {
        right: -45px;
    }

    .testimonial-area .h1-testimonial-active:hover button.slick-prev {
        left: -35px;
    }

    .testimonial-area .h1-testimonial-active:hover button.slick-next {
        right: -37px;
    }

    header {
        line-height: 68px;
        height: 68px;
    }

    .searchbutton {
        top: 7px;
    }

    header .addevent {
        display: none;
    }

    .menu {
        display: none;
    }

    .popup_box {
        padding: 45px 30px;
        width: 420px !important;
    }

    .standard-list li {
        width: 49.375%;
    }

        .standard-list li:nth-child(5n) {
            margin-left: 1.25% !important;
        }

        .standard-list li:nth-child(4n) {
            margin-left: 1.25% !important;
        }

        .standard-list li:nth-child(3n) {
            margin-left: 1.25% !important;
        }

        .standard-list li:nth-child(2n) {
            margin-left: 0 !important;
        }

    .filter-box .btn {
        height: 55px;
        line-height: 55px;
        position: relative;
        top: 10px;
        width: 100%;
        text-align: center;
    }

    .filter-box {
        height: 225px !important;
    }

        .filter-box .filter-display-mode, .filter-box .filter-sort {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .featurelist > ul li {
        width: 100%;
    }

    footer .bottom div .links div {
        width: 100%;
        margin-bottom: 10px;
    }

        footer .bottom div .links div h2 {
            text-align: center;
        }

        footer .bottom div .links div ul li {
            text-align: center;
        }

    footer .bottom div .enamad img {
        margin: auto;
        float: none;
    }

    footer .bottom div .enamad {
        width: 100%;
    }

    footer .bottom div .links {
        width: 100%;
    }

    .main-list-academies.grid-mode-academies .academies-lst li {
        width: 100%;
    }

    .searchresult .edu-resultbox {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .searchresult {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .user-edu-show .user-edu-info .user-edu-sponser {
        width: 35% !important;
    }

    .user-edu-show .user-edu-info .user-edu-details {
        width: 65% !important;
    }

    .showfilter {
        box-sizing: border-box;
        left: 20px;
        right: 20px;
        height: 355px;
        border-radius: 10px !important;
        width: auto;
    }

    .teacher-list li a h2 {
        right: 68px;
        top: 15px;
        width: 85%;
        height: 80px;
    }

    .teacher-list li a img {
        left: auto;
        right: 0;
    }

    .academy-list li {
        width: 100%;
        display: block;
        min-height: 100px;
        line-height: 100px;
    }

        .academy-list li:before {
            width: 0;
            display: none;
        }

        .academy-list li::before {
            width: 100%;
            height: 1.5px;
        }

        .academy-list li:last-child:before {
        }

        .academy-list li img {
            max-width: 200px;
        }

        .academy-list li a {
            height: 100px;
        }

    .intro-section .back-2 {
        left: -170px;
        display: none;
    }

    .intro-section .back-1 {
        left: -244px;
        display: none;
    }

    .intro-section .main-img {
        display: none;
    }

    .intro-section h2 {
        width: 100%;
        font-size: 21px;
        text-align: center;
    }

    .intro-section .ideaimg {
        margin: -15px auto;
    }

    .intro-section p {
        width: 64%;
        font-size: 22px;
        margin-top: 25px;
        letter-spacing: -0.7px;
        text-align: justify;
        margin: 40px auto;
        color: #ac6700;
        line-height: 2;
    }

    .intro-section a {
        font-size: 15px;
        margin: 36px 0 0 0px;
        width: 48%;
        margin-left: 4%;
        text-align: center;
        position: absolute;
        z-index: 4;
        bottom: 40px;
        right: 0;
        left: auto;
    }

        .intro-section a.btnstartall {
            margin-left: 0;
            left: 0;
            right: auto;
        }

    .content-one .content-image, .best-features-area .one-features {
        width: 100%;
    }

    .content-one .content-info, .content-one .content-image {
        padding-top: 0;
        width: 100%;
    }

    .discount-box {
        float: none !important;
        width: 100% !important;
        border-right: 0 !important;
        padding: 50px 0 0 0 !important;
        bottom: auto;
    }

    .gallerybox, .calculate-form .calculate-form-feilds, .articlelist li {
        width: 100% !important;
    }

    .register-box {
        margin-top: 0;
        width: 100%;
    }

        .register-box h2, .register-student p {
            font-size: 12px !important;
        }

    .register-student img, .register-teacher img {
        height: 45%;
        top: 25px;
    }

    .table {
        display: block;
        overflow-x: scroll;
    }

    .tv {
        left: 145px;
    }

    .fast-menu ul li {
        width: 100% !important;
    }

    .gallerybox {
        width: 100% !important;
    }

    .headerbox .searchinputbox {
        display: none;
    }

    .reservation-box-container ul li {
        margin-bottom: 10px;
        width: 100%;
    }

        .reservation-box-container ul li a h2 {
            height: 33px;
        }

    footer .footerdiv {
        width: 100% !important;
    }

    .groupboxes ul li h2 {
        font-size: 11px !important;
    }

    .add-form-page {
        padding: 120px 15px;
    }

    .available-app-area {
        padding: 240px 0 50px !important;
    }

    .service-area .services-caption {
        width: 100% !important;
    }

    .services-caption:nth-child(4n), .services-caption:nth-child(3n), .services-caption:nth-child(2n) {
        margin-left: 1% !important;
    }

    .slider-area-text {
        top: 14px;
    }

    .comments-area {
        padding: 50px 8px;
    }

        .comments-area .comment-list .single-comment .comment {
            font-size: 10px;
        }

        .comments-area .comment-list .single-comment .date {
            font-size: 11px;
        }

        .comments-area .comment-list .single-comment h5 {
            font-size: 12px;
        }

    .applic-apps .single-cases-info h3 {
        color: #2b044d;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .standard-list li {
        width: 100% !important;
    }

    .content-one p {
        font-size: 0;
    }
}
