/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro');

@font-face {
    font-family: SourceSansSemiBold;
    src: url(../fonts/Source/SourceSansPro-Semibold.ttf);
}


.navbar {
    padding: 0.7rem 1rem;
}

.nav-mr-le .nav-item {
    border-right: 1px solid #b3b3b3;
    margin-right: 10px;
}

    .nav-mr-le .nav-item:last-child {
        border-right: none;
    }

    .nav-mr-le .nav-item:nth-child(2n+4) {
        border-right: none;
    }

    .nav-mr-le .nav-item:first-child {
        /*border-right: none;*/
    }

.nav-pills .nav-link {
    font-size: 16px;
}

.nav-pills.with-background .nav-item {
    margin-right: 10px;
}

    .nav-pills.with-background .nav-item:last-child {
        margin-right: 0;
    }

.nav-pills.with-background .nav-link {
    background: white;
    padding: 10px 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

    .nav-pills.with-background .nav-link:hover {
        color: #5672f9;
    }

    .nav-pills.with-background .nav-link.active {
        background: #5672f9;
        position: relative;
        transition: 0s;
    }

        .nav-pills.with-background .nav-link.active:hover {
            color: #fff;
        }

        .nav-pills.with-background .nav-link.active:after {
            content: '';
            position: absolute;
            left: 42%;
            top: 100%;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #5672f9;
            clear: both;
            transition: all .2s ease-in 0s;
        }

.nav-pills.transparent .nav-link {
    background: transparent;
    margin-bottom: 20px;
    color: #848484;
    font-size: 24px;
}

    .nav-pills.transparent .nav-link.active {
        background: transparent;
        color: #666;
    }


ul.social-circle-icons li {
    margin-right: 7px;
}

    ul.social-circle-icons li:last-child {
        margin-right: 0;
    }

    ul.social-circle-icons li a {
        display: block;
        font-size: 15px;
        line-height: 38px;
        color: #5672f9;
        height: 38px;
        width: 38px;
        border: 2px solid #5672f9;
        background: #fff;
        border-radius: 100%;
    }

        ul.social-circle-icons li a:hover {
            text-decoration: none;
            color: #fff;
            background: #5672f9;
        }

.store-list h4 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
    color: #666;
}

.store-list ul {
    list-style: none;
}

    .store-list ul li {
        display: block;
        font-size: 15px;
        margin-bottom: 8px;
    }

        .store-list ul li a {
            display: block;
            color: #848484;
        }

            .store-list ul li a:hover {
                text-decoration: underline;
                color: #5672f9;
            }

.store-list .btn {
    margin-top: 35px;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    transition: all .3s ease-in 0s;
    /*color: #000;*/
}

iframe {
    border: 0;
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #5672f9;
}

textarea.form-control {
    resize: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #b7bac9;
    font-size: 14px;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #b7bac9;
    font-size: 14px;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #b7bac9;
    font-size: 14px;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #b7bac9;
    font-size: 14px;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #b7bac9;
    font-size: 14px;
}

/* Microsoft Edge */
.mt-20 {
    margin-top: 20px;
}

.btn:focus {
    color: #ddd;
}

.w-100 {
    width: 100%;
}

.margin-0 {
    margin: 0 !important;
}

button {
    cursor: pointer;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-shadow {
    background-color: #fff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.section {
    padding: 100px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-title {
    position: relative;
    margin-bottom: 75px;
    text-align: center;
}

    .section-title h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
        text-align: center;
    }

        .section-title h2:before {
            content: " ";
            display: block;
            margin: 0 auto;
            position: absolute;
            bottom: -24px;
            left: 0;
            right: 0;
            width: 127px;
            height: 2px;
            background-color: #e0e0e0;
        }

        .section-title h2:after {
            content: " ";
            display: block;
            margin: 0 auto;
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            width: 40px;
            height: 5px;
            background-color: #5672f9;
        }

    .section-title p {
        font-size: 18px;
        line-height: 30px;
        color: #848484;
    }

section.allAppSection {
    background: #f1f3f6;
    margin-top: 50px;
}

.user-profile, .dashboard {
    padding-top: 50px;
}

.overly {
    position: relative;
}

    .overly:before {
        content: '';
        background: rgba(0, 0, 0, 0.51);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.page-wrapper {
    padding: 70px 0;
}

.btn {
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
}

.custom-column {
    margin: 0px;
    padding: 0px;
    max-width: 20px;
}

.btn-main, .btn-main-sm {
    background: #5672f9;
    color: #fff;
}

p.or {
    margin-top: 6px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.btn-main:hover, .btn-main-sm:hover {
    background: #082de1;
    color: #fff;
}

.btn-main-sm {
    padding: 6px 20px;
    font-size: 12px;
}

.btn-secondary {
    background: #fff;
    color: #000;
    border-color: #fff;
}

    .btn-secondary:hover {
        background: #5672f9;
        color: #fff;
        border-color: #fff;
    }

.btn-transparent {
    background: transparent;
    color: #5672f9;
    border: 1px solid #5672f9;
}

    .btn-transparent:hover {
        background: #082de1;
        color: #fff;
    }

.btn-transparent-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

    .btn-transparent-white:hover {
        background: #fff;
        color: #848484;
    }

.btn:focus {
    box-shadow: none !important;
}

.card-main {
    border-radius: 2px;
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.mb-30 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.border-bottom {
    border-bottom: 1px solid #dedede;
}

.bl-none {
    border-left: none !important;
}

.alt-color {
    color: #c7c7c7;
}

.success {
    color: #1fcc2e;
}

.page-title {
    background: #5672f9;
    padding: 35px 0;
}

    .page-title h3 {
        color: #fff;
        font-size: 42px;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 0;
    }

ul.pagination li {
    margin-right: 10px;
}

    ul.pagination li a {
        font-weight: 600;
        border-radius: 3px !important;
        font-size: 16px;
        padding: 0;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-color: transparent;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        color: #666;
    }

        ul.pagination li a:hover {
            background-color: #5672f9 !important;
            color: #fff !important;
            border-color: transparent !important;
        }

ul.pagination .active a {
    background-color: #5672f9 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.page-search {
    background: #5672f9;
    padding: 30px 0;
}

    .page-search .advance-search .form-group {
        margin-bottom: 0;
    }

    .page-search .advance-search .form-control {
        border: 1px solid #fff;
        color: #fff;
    }

    .page-search .advance-search ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .page-search .advance-search ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .page-search .advance-search :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .page-search .advance-search :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

.bg-light {
    background: #fff;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-1 {
    background: url("../img/front-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*padding-bottom: 50px!important;*/
    padding-bottom: 100px !important;
}

.madStoreLogo {
    width: 318px;
    height: 73px;
    margin-top: 65px;
}

.Student-made-Mobile-Apps {
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #141517 !important;
    margin: 20px auto;
}

.Featured-apps {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 3.6; */
    padding-bottom: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #323b43;
}

.featured-apps-place {
    /* padding: 25px 0px; */
    padding: 25px 0px 10px;
    background: linear-gradient(transparent, #fff);
    margin-top: -50px;
}

    .featured-apps-place .section {
        /*padding: 20px 95px;*/
        padding: 30px 95px 25px;
        /*padding: 30px 190px 25px;*/
        background: #1eb8e6;
        border-radius: 3px;
        /*border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;*/
    }

#canvas {
    position: absolute;
    width: 1140px;
    top: 75px;
    height: 343px;
}

.app-share {
    position: absolute;
    /* bottom: 28px; */
    bottom: 33px;
    background: #fff;
    padding: 0px;
    right: 8px;
    border-radius: 2px;
    /*border: 1px solid #efefef;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);*/
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    min-width: 160px;
    text-align: left;
    display: none;
}

.app-share1 {
    bottom: 85px;
    left: 28px;
    position: absolute;
    background: #fff;
    padding: 0px;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    min-width: 160px;
    text-align: left;
    display: none;
}

    .app-share:after, .app-share1:after {
        border-color: #fff transparent;
        border-style: solid;
        border-width: 8px 8px 0;
        bottom: -8px;
        content: "";
        display: block;
        /*left: 106px;*/
        right: 21px;
        position: absolute;
        width: 0;
    }

    .app-share ul li.ema, .app-share1 ul li.ema {
        display: none;
    }

        .app-share ul li.ema i, .app-share ul li.fb i, .app-share ul li.tw i, .app-share1 ul li.ema i, .app-share1 ul li.fb i, .app-share1 ul li.tw i {
            color: #4e565e;
        }

        .app-share ul li.ema a, .app-share ul li.fb a, .app-share ul li.tw a, .app-share1 ul li.ema a, .app-share1 ul li.fb a, .app-share1 ul li.tw a {
            color: #4e565e;
            /*padding: 3px 10px;
  padding: 5px 10px;*/
            display: block;
            border-bottom: 1px solid #f1f3f6;
        }

            .app-share ul li.fb a:hover, .app-share ul li.tw a:hover, .app-share1 ul li.fb a:hover, .app-share1 ul li.tw a:hover {
                background: #fafbfc;
            }

                .app-share ul li.fb a:hover i, .app-share1 ul li.fb a:hover i {
                    color: #3b5998;
                }

                .app-share ul li.tw a:hover i, .app-share1 ul li.tw a:hover i {
                    color: #00aced;
                }

.activatedActivity {
    background: #f8f8f8;
}

.myUserRat {
    /* line-height: 36px; */
}

    .myUserRat .col-4 {
        /* margin-right: 0px; */
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }

    .myUserRat i {
        /* font-size: 12px; */
        /* color: rgba(0, 0, 0, 0.4); */
        /* cursor: pointer; */
        /* font-size: 14px; */
        /*margin-left: 5px;
    margin-right: 3px;*/
        /* margin-right: 0px; */
        /* margin-left: 10px; */
    }

    .myUserRat span {
        /* font-size: 12px; */
    }

.navigation {
    padding: 0px;
    height: 44px;
    opacity: 0.8;
    mix-blend-mode: undefined;
    background-color: #000000;
}

.mad-link {
    margin-right: 10px;
}

.sya-icon {
    width: 13px;
    height: 13px;
    font-size: 14px;
    font-weight: normal;
    color: #23b7e5;
    margin-right: 5px;
}

.fa-mobile.sya-icon {
    font-size: 18px;
    margin-right: 0px;
}

.white-text {
    color: #fff;
}

.sya {
    width: 97px;
    height: 13px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.login-button {
    border: 2px solid #dedede;
    margin-right: 8px;
    padding: 6px 20px !important;
}

.add-button {
    background: #28a745;
    color: #fff;
    padding: 8px 20px !important;
    display: inline-block;
}

    .add-button:hover {
        color: #fff;
    }

.main-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 43px;
    padding: 0 20px;
}

    .main-nav .nav-item .nav-link span {
        margin-left: 4px;
    }

    .main-nav .nav-item .nav-link.dropdown-toggle {
        padding-right: 10px;
    }

.main-nav .nav-item .dropdown-toggle::after {
    border: none;
}

.main-nav .nav-item.active .nav-link {
    color: #5672f9;
}

.main-nav .search .nav-link i {
    font-size: 15px;
    height: 43px;
    width: 43px;
    line-height: 43px;
    color: #5672f9;
    border: 1px solid #5672f9;
    border-radius: 3px;
    text-align: center;
}

.main-nav .search .input-group {
    width: 300px;
}

    .main-nav .search .input-group .input-group-addon {
        background: #5672f9;
        color: #fff;
        border: 1px solid #5672f9;
    }

        .main-nav .search .input-group .input-group-addon i {
            font-size: 15px;
            padding-right: 5px;
            padding-left: 5px;
        }

.dropdown-menu {
    padding: 15px;
    border-radius: 0;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-item.active, .dropdown-item:active {
    background: #5672f9;
}

.dropdown-item {
    font-size: 14px;
    padding: 10px 60px 10px 10px;
}

.hero-area .content-block h1, .hero-area-2 .content-block h1 {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.btn-success .fa-search {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .hero-area .content-block h1, .hero-area-2 .content-block h1 {
        font-size: 40px;
    }
}

.hero-area .content-block p, .hero-area-2 .content-block p {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 768px) {
    .hero-area .content-block p, .hero-area-2 .content-block p {
        font-size: 17px;
    }
}

.hero-area {
    padding: 100px 0 0;
}

    .hero-area .content-block {
        padding-bottom: 80px;
    }

.advance-search {
    max-width: 732px;
    height: 75px;
    opacity: 0.8;
    mix-blend-mode: undefined;
    border-radius: 3px;
    background-color: #113d69;
    margin: 0px auto;
    padding: 20px;
    padding-right: 24px;
}

.search-result-container .advance-search {
    opacity: 1;
}

.search-result-container {
    background: #113d69;
}

.advance-search .form-control {
    color: #000;
    border-color: #dedede;
    background: #fff;
    padding: 4px 0px 6px 10px;
}

.advance-search button {
    display: block;
}

.search-result {
    padding: 20px;
    margin-bottom: 20px;
}

    .search-result p {
        margin: 0;
    }

.category-search-filter {
    background: #f7f7f7;
    padding: 20px;
}

    .category-search-filter strong {
        margin: 0 5px;
    }

    .category-search-filter .view {
        text-align: right;
    }

        .category-search-filter .view ul {
            display: inline-block;
        }

            .category-search-filter .view ul li:not(:last-child) {
                margin-right: 10px;
            }

            .category-search-filter .view ul li a {
                font-size: 15px;
            }

        .category-search-filter .view .view-switcher {
            background: #fff;
            padding: 10px 15px;
        }

.nice-select {
    float: none;
    display: inline-block;
    border-radius: 0;
}

    .nice-select .list {
        border-radius: 0;
    }

.product-item {
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);*/
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px;
    border-radius: 3px;
    /*cursor: pointer;*/
    transition: .3s ease-in-out;
    margin-bottom: 20px;
}

    .product-item:hover {
        box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.3);
        margin-top: -2px;
    }

    .product-item .card {
        border: none;
    }

.product-item-detail {
    position: absolute;
    top: 65px;
    left: 140px;
    width: 300px;
    background: #fff;
    z-index: 1;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    box-shadow: 0px 3px 7px 0 rgba(45, 49, 50, 0.35);
    display: none;
    text-align: left;
}

    .product-item-detail:after, .product-item-detail:before {
        right: 100%;
        bottom: 22%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .product-item-detail:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #fff;
        border-width: 11px;
        margin-top: -11px;
    }

    .product-item-detail:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #efefef;
        border-width: 12px;
        margin-top: -12px;
    }

    .product-item-detail .pid {
        clear: both;
    }

        .product-item-detail .pid .detailTitle {
            width: 80px;
            float: left;
            color: #4e565e;
            font-size: 14px;
        }

        .product-item-detail .pid .detailValue {
            width: 190px;
            float: right;
        }

            .product-item-detail .pid .detailValue a {
                color: #579ce8;
                text-decoration: none;
            }

                .product-item-detail .pid .detailValue a:hover {
                    color: #579ce8;
                    text-decoration: underline;
                }

.detailValue a.detailTag {
    background-color: #ffffff;
    border: solid 1px #c4d4dd;
    color: #7e8b9b !important;
    font-size: 12px;
    display: inline-block;
    padding: 0px 3px;
    margin-bottom: 3px;
}

.product-item-detail .pid .detailValue a.detailTag:hover {
    background-color: #f8f8f8;
    border: solid 1px #c4d4dd;
    color: #7e8b9b;
    font-size: 12px;
    text-decoration: none;
}

.myMadApp {
    display: block;
    margin: 0px auto;
    position: relative;
    max-width: 95px;
    border-radius: 15px;
    box-shadow: 1px 1px 3px 1px #ddd;
}

.product-item .card .card-body {
    padding: 10px;
}

    .product-item .card .card-body .card-title {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0px;
    }

#popupModal2 {
    padding: 0px !important;
    top: 12px;
    overflow: hidden;
}

    #popupModal2 .modal-header {
        border-radius: 0px;
    }

.Rounded-btn {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    background-color: #ffffff;
    border: solid 1px #c4d4dd;
    margin: 0px auto 5px;
    color: #7e8b9b;
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.btn-success {
    border-radius: 3px;
    background-color: #28c24c;
    border-color: #28c24c;
}

    .btn-success:hover {
        border-radius: 3px;
        background-color: #24b145;
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff !important;
        background-color: #28c24c;
    }

.Rounded-btn:hover {
    background-color: #28c24c;
    color: #fff;
    border: solid 1px #28c24c !important;
}

.Rounded-btn i, .Rounded-btn-green i {
    margin-right: 3px;
}

.product-item .card .card-body .card-text {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #7e8b9b;
    margin-bottom: 15px;
    display: block;
}

.card-detail-triger {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #579ce8;
    display: none;
    margin-bottom: 8px;
}

.product-item .thumb-content {
    position: relative;
    overflow: hidden;
    /*min-height: 130px;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 20px;
    min-height: 120px;
}

.card-footer {
    /* padding: 0px 0px 5px 0px; */
    /*padding: .5rem 1rem;*/
    padding: .1rem 1rem;
    clear: both !important;
}

    .card-footer .product-ratings {
        display: inline;
    }

        .card-footer .product-ratings div {
            display: inline;
            padding-right: 0px;
        }

.product-item .thumb-content .cornerShape {
    width: 0;
    height: 0;
    border-top: 250px solid #ccf5ff;
    border-right: 250px solid transparent;
    position: absolute;
    transform: rotate(12deg);
    top: -66px;
    left: -34px;
    background: linear-gradient(243deg, #e6faff, #ccf5ff);
}

.product-item .thumb-content .price {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #5672f9;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
}

.product-item .product-meta {
    margin-bottom: 15px;
}

    .product-item .product-meta li {
        margin-right: 15px;
    }

        .product-item .product-meta li a {
            color: #888;
            font-size: 12px;
        }

            .product-item .product-meta li a i {
                margin-right: 4px;
            }

.product-item .product-ratings li {
    margin-right: 1px;
}

    .product-item .product-ratings li i {
        font-size: 18px;
        color: #dedede;
        cursor: pointer;
    }

.product-item .product-ratings .selected i {
    color: #5672f9;
}

.product-details .product-title {
    font-size: 25px;
    font-weight: 600;
}

.product-details .tab-title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-details .product-meta li {
    color: #888;
    margin-right: 25px;
}

    .product-details .product-meta li a {
        color: #333;
        margin-left: 3px;
    }

.product-details .content {
    padding-top: 40px;
}

    .product-details .content h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .product-details .content p {
        color: #888;
        line-height: 22px;
    }

    .product-details .content .nav {
        text-align: center;
        margin-bottom: 5px;
    }

        .product-details .content .nav .nav-item {
            margin-right: 3px;
        }

            .product-details .content .nav .nav-item .nav-link {
                padding: 20px 30px;
                border-radius: 0;
                background: #fff;
            }

                .product-details .content .nav .nav-item .nav-link:hover {
                    background: #5672f9;
                    color: #fff;
                }

                .product-details .content .nav .nav-item .nav-link.active {
                    background: #5672f9;
                }

    .product-details .content .tab-content {
        background: #fff;
        padding: 30px;
    }

.product-slider {
    padding: 40px 0;
}

    .product-slider .carousel-indicators li {
        background: #888;
    }

        .product-slider .carousel-indicators li.active {
            background: #5672f9;
        }

.product-table {
    margin-top: 20px;
}

    .product-table tr td:first-child {
        background: #f9f9f9;
    }

    .product-table tr td {
        padding-left: 25px;
    }

.product-review img {
    width: 60px;
    margin-right: 20px;
}

.product-review .name h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.product-review .media-body {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.product-review .review-submission h5 {
    font-size: 16px;
    color: #888;
}

.product-review .review-submission .rate {
    margin-bottom: 20px;
}

    .product-review .review-submission .rate i {
        margin: 0 5px;
    }

.product-review .review-submission .form-control {
    margin-bottom: 8px;
    border-radius: 0;
}

.product-review .review-submission input[type="email"], .product-review .review-submission input[type="password"], .product-review .review-submission input[type="text"], .product-review .review-submission input[type="tel"] {
    height: 40px;
}

.call-to-action .content-holder h2 {
    color: #fff;
    font-weight: 600;
}

.call-to-action .content-holder .store-btn-holder {
    margin-top: 35px;
}

    .call-to-action .content-holder .store-btn-holder a {
        margin-right: 15px;
    }

.subscription {
    position: relative;
    padding: 80px 0;
}

    .subscription .content-block h2 {
        font-size: 43px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        margin-bottom: 40px;
    }

    .subscription .content-block .form-control {
        display: inline-block;
        background-color: #fff;
    }

    .subscription .content-block input {
        width: 69%;
    }

    .subscription .content-block button {
        margin-left: 10px;
        width: 30%;
    }

.client-slider-03 {
    padding: 30px 0 0 0;
}

.stores {
    padding-bottom: 70px;
    padding-top: 70px;
}

    .stores .block {
        margin-bottom: 30px;
    }

        .stores .block:last-child {
            margin-bottom: 0;
        }

    .stores .store-letter {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .stores hr {
        margin-bottom: 25px;
    }

    .stores ul.store-list li a {
        display: block;
        font-size: 15px;
        color: #666;
        margin-bottom: 25px;
    }

        .stores ul.store-list li a:hover {
            text-decoration: underline;
            color: #5672f9;
        }

.store-coupon {
    padding: 30px 0;
}

    .store-coupon .block {
        padding: 25px 30px 30px;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }



        .store-coupon .block .media .media-body {
            margin: 0 75px;
        }

            .store-coupon .block .media .media-body h4 {
                font-size: 30px;
                font-weight: bold;
                letter-spacing: 0.05em;
            }

            .store-coupon .block .media .media-body ul li {
                font-weight: bold;
                font-size: 17px;
                padding: 0 15px;
                border-right: 1px solid #dedede;
            }

                .store-coupon .block .media .media-body ul li:last-child {
                    border: none;
                }

                .store-coupon .block .media .media-body ul li a {
                    color: #5672f9;
                }

            .store-coupon .block .media .media-body p {
                font-size: 14px;
                line-height: 26px;
                color: #848484;
                letter-spacing: 0;
                margin: 20px 0;
            }

        .store-coupon .block .social-content ul.social-circle-icons li {
            margin-right: 7px;
        }

            .store-coupon .block .social-content ul.social-circle-icons li:last-child {
                margin-right: 0;
            }

            .store-coupon .block .social-content ul.social-circle-icons li a {
                display: block;
                font-size: 15px;
                line-height: 38px;
                color: #5672f9;
                height: 38px;
                width: 38px;
                border: 2px solid #5672f9;
                background: #fff;
                border-radius: 100%;
            }

                .store-coupon .block .social-content ul.social-circle-icons li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background: #5672f9;
                }

        .store-coupon .block .social-content .share {
            font-size: 15px;
            line-height: 28px;
            color: #848484;
        }

.store {
    padding: 0 0 80px 0;
}

    .store .block .store-nav .nav-item .nav-link {
        font-size: 17px;
        padding: 0 40px 0 0;
        margin-bottom: 15px;
    }

.submit-coupon-sec {
    padding-top: 70px;
}

    .submit-coupon-sec form .form-group label {
        color: #666;
        font-size: 15px;
        font-weight: bold;
    }

    .submit-coupon-sec form .form-group .form-control {
        background: #fff;
    }

    .submit-coupon-sec form .form-group .input-group input {
        border-right: none;
    }

        .submit-coupon-sec form .form-group .input-group input:focus + .input-group-addon {
            border: 1px solid #5672f9;
        }

    .submit-coupon-sec form .form-group .input-group .input-group-addon {
        background: #fff;
        border-left: none !important;
    }

        .submit-coupon-sec form .form-group .input-group .input-group-addon i {
            font-size: 15px;
            color: #848484;
            padding-right: 8px;
        }

    .submit-coupon-sec form .coupon-type {
        padding: 40px 0 22px 0;
    }

        .submit-coupon-sec form .coupon-type ul.coupon-types li {
            margin-right: 10px;
            cursor: pointer;
        }

            .submit-coupon-sec form .coupon-type ul.coupon-types li a {
                color: #5672f9;
                display: block;
                font-size: 14px;
                text-decoration: none;
                padding: 25px 0;
                width: 170px;
                text-align: center;
                border: 1px solid #5672f9;
                border-radius: 3px;
            }

                .submit-coupon-sec form .coupon-type ul.coupon-types li a i {
                    display: block;
                    text-align: center;
                    font-size: 40px;
                }

            .submit-coupon-sec form .coupon-type ul.coupon-types li.active a {
                background: #5672f9;
                color: #fff;
            }

    .submit-coupon-sec form button {
        margin-top: 10px;
    }

    .submit-coupon-sec p {
        margin: 70px 0 0 0;
        font-size: 14px;
        line-height: 26px;
        color: #848484;
        letter-spacing: 0.01em;
    }




        .submit-coupon-sec p a {
            color: #5672f9;
            text-decoration: underline;
        }

article {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
}

    article .image, article .video, article .post-slider {
        margin-bottom: 25px;
    }

    article img {
        width: 100%;
        border-radius: 3px;
    }

    article .video {
        position: relative;
    }

        article .video:before {
            border-radius: 3px;
        }

        article .video .video-button {
            position: absolute;
            left: 0;
            top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

        article .video .video-box a {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            article .video .video-box a img {
                width: 79px;
            }

            article .video .video-box a iframe {
                width: 100%;
                height: 100%;
            }

    article .post-slider .owl-nav {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

        article .post-slider .owl-nav i {
            font-size: 30px;
            color: #fff;
        }

        article .post-slider .owl-nav [class*=owl-] {
            padding: 7px 16px;
            background-color: rgba(255, 255, 255, 0.35);
        }

            article .post-slider .owl-nav [class*=owl-]:hover {
                background-color: #5672f9;
            }

    article h3 {
        margin-bottom: 5px;
    }

    article ul {
        margin-bottom: 15px;
    }

        article ul li {
            margin-right: 10px !important;
            color: #848484;
        }

            article ul li a {
                color: #5672f9;
            }

    article p {
        line-height: 26px;
        color: #848484;
        margin-bottom: 24px;
    }

    article .btn {
        margin-bottom: 10px;
    }

.single-blog {
    padding-top: 50px !important;
}

article.single-post img {
    margin-bottom: 35px;
}

article.single-post p {
    margin-bottom: 35px;
}

.comment {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
}

    .comment h4 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .comment button {
        margin: 10px 0;
    }

.popup .block-1 {
    padding: 20px 80px;
    background: #F6F8FA;
}

    .popup .block-1 .media .img-content {
        height: 80px;
        width: 130px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .popup .block-1 .media .media-body h4 {
        font-size: 24px;
    }

.popup .block-2 {
    padding: 50px 80px;
    background: #fff;
}

    .popup .block-2 h6 {
        margin-bottom: 20px;
    }

    .popup .block-2 p {
        width: 100%;
        text-align: center;
        line-height: 60px;
        text-transform: uppercase;
        background: #fff6f7;
        border: 2px dashed #5672f9;
        border-radius: 3px;
        margin-bottom: 40px;
    }

    .popup .block-2 form .form-group label {
        display: block;
        color: #666;
    }

    .popup .block-2 form .form-group a {
        float: right;
        margin-top: -5px;
    }

.allCardsRow .col-lg-2 {
    /*padding-right: 0px;*/
    padding-right: 8px;
    padding-left: 8px;
}

/*.allCardsRow .col-lg-2:last-child {
    padding-right: 15px;
}*/
footer {
    font-size: 14px;
}

.footer {
    background: #232425;
}


    .footer .block h4 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .footer .block.about img {
        margin-bottom: 25px;
    }

    .footer .block.about p {
        line-height: 26px;
    }

    .footer .block ul li {
        margin-bottom: 10px;
    }

        .footer .block ul li a {
            display: block;
            font-size: 14px;
            color: #797979;
        }

            .footer .block ul li a:hover {
                color: #5672f9;
                text-decoration: underline;
            }

    .footer .block ul.terms-list {
        margin-top: 10px;
    }

        .footer .block ul.terms-list li a {
            padding-right: 10px;
        }

    .footer .block-2 {
        padding: 18px 30px;
        background: #46484A;
        border-radius: 2px;
    }

        .footer .block-2.app-promotion {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 20px;
        }

            .footer .block-2.app-promotion p {
                margin-left: 20px;
                color: #fff;
            }

        .footer .block-2.discount-coupon p {
            color: #fff;
            margin-bottom: 0;
        }

            .footer .block-2.discount-coupon p a {
                color: #5672f9;
            }

.footer-bottom {
    position: relative;
    background: #363839;
    padding: 25px 0;
}

    .footer-bottom .copyright p {
        color: #c7c7c7;
        margin-bottom: 0;
    }

.social-media-icons {
    text-align: center !important;
}

    .social-media-icons li {
        display: inline-block;
    }

        .social-media-icons li a {
            color: #848484;
            padding: 0 20px;
        }

            .social-media-icons li a:hover {
                color: #fff !important;
                text-decoration: none;
            }

.top-to {
    position: absolute;
    right: 20px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .top-to a {
        width: 40px;
        height: 40px;
        background: #5672f9;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .top-to a i {
            line-height: 40px;
        }

        .top-to a:hover {
            text-decoration: none;
        }

.allAppsRow {
    margin: 20px 0px;
}

.allApps {
    /* padding: 1px 0px 50px 0px; */
    padding: 1px 0px 20px 0px;
}

    .allApps .row {
        /* margin-top: 25px; */
    }

i.likedByUser {
    color: #ec2121;
}

i.commentedByUser {
    color: #7f41f2;
}

i.shareByUser {
    color: #28c24c;
}

.rotate180deg {
    transform: rotate(180deg);
}

.rotate90deg {
    transform: rotate(90deg);
}

.requiredTitle {
    color: #7e8b9b;
}

.postRequiredTitle {
    color: #b7bac9;
    margin-bottom: 7px;
    /*margin: 0px;*/
}

.modal-header {
    /*padding: 10px;*/
    padding: 10px 20px;
    background: #f1f3f6;
    border-bottom: 1px solid #dde6e9;
}

.mb-12 {
    margin-bottom: 12px;
}

.userComments {
}

.userCommentContainer {
    border-bottom: 1px solid #e8ebed;
    margin-bottom: 10px;
}

    .userCommentContainer:last-child {
        border: none;
    }

h4.userCommentsTitle {
    color: #4e565e;
    font-size: 16px;
}

.userCommentsTitle small {
    border-left: 1px solid #e8ebed;
    padding-left: 5px;
    margin-left: 2px;
}

p.userCommentsText {
    color: #4e565e;
    font-size: 14px;
}

.btn-light {
    background: #fff;
}

.searchResultTitle {
    color: #7e8b9b;
    /*line-height: 30px;*/
    vertical-align: bottom;
    line-height: 10px;
    /*margin-top: 18px;
  margin-bottom: 13px;*/
    margin-top: 11px;
    margin-bottom: 15px;
}

    .searchResultTitle span {
        color: #4e565e;
    }

    .searchResultTitle a, .searchResultTitle a:hover {
        color: #4e565e;
        font-size: 22px;
        margin-right: 10px;
    }

    .searchResultTitle img {
        max-width: 20px;
        margin-top: -2px;
    }

/* download mad store */
.storeDownload {
    position: relative;
    background: url("../img/app-BG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.download-content {
    padding: 20px 0px 50px;
}

.download-content-text {
    /*margin-top: 60px;*/
    padding: 0px 0px 0px 110px;
}

    .download-content-text .logo {
        max-width: 300px;
    }

    .download-content-text h1 {
        font-size: 36px;
        padding: 20px 0px;
        text-align: left;
        color: #fff;
    }

    .download-content-text hr {
        margin-top: -4px;
        margin-bottom: 0px;
        border: 0;
        border-top: 3px solid #113d69;
        width: 120px;
        float: left;
        clear: both;
        display: block;
    }

    .download-content-text h4 {
        font-size: 24px;
        padding: 20px 0px 10px;
        text-align: left;
        color: #fff;
    }

.download-content .btn-light {
    float: left;
    margin-bottom: 50px;
    position: absolute;
    left: 0px;
}

.download-content .storeLinks img {
    /*max-width: 150px;*/
    max-width: 180px;
    display: inline-block;
}

.mad-download-phone {
    /* position: absolute;
    bottom: -79px;
    left: 100px; */
    margin: 20px 0px;
}

.navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
    background-image: none
}

button:focus {
    outline: none;
}

i.fa-navicon {
    color: #113d69;
    font-size: 35px;
}
/* .navbar-toggler {
  border-color: rgb(255,102,203);
}  */

u {
    text-decoration: none;
}

.card-text-mobile {
    display: none;
}

.SchoolMobile {
    display: none;
}

.cardClickable {
    cursor: pointer;
}

.mobile-detail-triger {
    display: none;
}

.right-side-nav-menu {
    text-align: right;
}

.memberTypeContainer {
    text-align: center;
    margin: 20px;
}

    .memberTypeContainer img {
        width: 120px;
        margin: 0px auto 20px;
        /* text-align: center; */
    }

.input-block {
    margin-bottom: 11px;
}

p.smallText {
    margin-bottom: 0px;
    font-size: 12px;
}

p.note {
    font-size: 12px;
}

.getMadLearn, .SubmitYourApp {
    cursor: pointer;
}

.oc-wrapper {
    position: relative;
}
    /*.oc-wrapper canvas { position:absolute; top:0; left:0; z-index:0 }*/
    .oc-wrapper .oc-content--main {
        position: absolute;
        top: 20px;
        left: 30px;
    }

.searchError {
    position: absolute;
    left: 15px;
    background: #ed2122;
    top: 50px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,.2);
    display: none;
}

    .searchError:after {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-bottom-color: #ed2122;
        border-width: 8px;
        margin-left: -20px;
    }

.btn:focus {
    color: #212529;
}

.menuBackdrop {
    display: none;
}

/*App detail section*/
section.appDetailSec1 {
    /* padding: 30px 0px; */
    float: left;
    width: 100%;
    min-height: 200px;
}

.appDetailIcon {
    min-width: 130px;
    min-height: 130px;
    border-radius: 20px;
}

.appDna {
    /*margin-bottom: 10px;*/
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.appDetailSec1 h2 {
    /* font-weight: normal; */
}

.activityContainer {
    display: inline-block;
    border: 1px solid #c4d4dd;
    padding: 5px 10px 5px 3px;
    /*line-height: 10px;*/
    margin-right: 5px;
    font-size: 12px;
}

.Rounded-btn-green {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    background-color: #27c24c;
    border: solid 1px #27c24c;
    margin: 0px auto 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

    .Rounded-btn-green:hover {
        background-color: #24b145;
        border: solid 1px #c4d4dd;
        color: #fff;
    }

    .Rounded-btn-green i {
        color: #fff;
        margin-left: 0px;
    }

.appDetailSec2 {
    background: #f1f3f6;
    padding: 20px 0px;
}

    .appDetailSec2 .title {
        min-width: 200px;
        display: inline-block;
        /*font-weight: bold;*/
        color: #333;
        font-family: 'SourceSansSemiBold', 'Source Sans Pro', sans-serif;
    }

    .appDetailSec2 .value a {
        color: #1eb8e6;
    }

    .appDetailSec2 a.tagApps {
        background: #fff;
        color: #7e8b9b;
        border: 1px solid #c4d4dd;
        line-height: 35px;
        padding: 3px 8px 5px;
        border-radius: 3px;
        border-radius: 3px;
    }

        .appDetailSec2 a.tagApps:hover {
            color: #4e565e;
            border-color: #4e565e;
        }

.detailSeprator {
    border-bottom: 1px solid #c4d4dd;
    margin: 20px 0px;
}

.appDetailSec2 h4 {
    margin-bottom: 20px;
}

.userCommetsList h6, .moreAppBuUser {
    /* font-family: 'SourceSansSemiBold', 'Source Sans Pro', sans-serif; */
}

.userCommetsList li {
    border-bottom: 1px dashed #c4d4dd;
    margin-bottom: 15px;
}

    .userCommetsList li:last-child {
        border-bottom: none;
    }

.createdBySelf li {
    /* display: table-cell; */
    /* text-align: center; */
    /* padding: 10px 35px 10px 0px; */
}

.createdBySelf p {
    /* margin-top: 10px; */
    /* font-family: 'SourceSansSemiBold', 'Source Sans Pro', sans-serif; */
    /* font-size: 16px; */
}

.detailCommentTitle {
    margin-top: 20px;
}

.detailCommentTitlePopup {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.selectedFilter {
    display: inline-block;
    border: 1px solid #efefef;
    line-height: unset;
    padding: 3px 10px;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
}

.btn-light:hover {
    color: #212529;
    background-color: #f1f3f6;
    border-color: #dae0e5;
}

/*.................................................*/
.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }
/*.....................................................*/



.selectedFilter .removeSelected {
    cursor: pointer;
    margin-left: 10px;
}

.removeSelected img {
    max-width: 11px;
    transition: transform .2s;
    padding: 2px;
}

    .removeSelected img:hover {
        transform: scale(1.4);
    }

.searchResultSection {
    background: #f1f3f6;
}

footer {
    margin: 20px 0px;
    background: #fff;
}

    footer p {
        margin: 0px;
    }

    footer a:hover {
        text-decoration: underline;
    }

.overflowXAuto {
    overflow-x: auto;
}

.mr-10 {
    margin-right: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.featureAppBg {
    background: linear-gradient(to top right, #7fdbf8, #55d9f7);
    padding: 10px 180px 10px;
}

.carousel-item {
    padding-top: 20px;
    width: 100%;
}



.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    /*opacity: 0.2;*/
    opacity: 0.4;
    border-radius: 50%;
    background-color: #113d69;
    top: 126px;
}

    /*.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover*/
    .carousel-control-next:focus, .carousel-control-prev:focus {
        opacity: 0.4;
    }

    .carousel-control-next:hover, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.7;
        background: #113d69;
    }

a.carousel-control-prev {
    left: -100px;
}

a.carousel-control-next {
    right: -100px;
}

/*#carouselExample {
  z-index: 1;
}*/

.carousel-control-prev i {
    margin-left: -5px;
}

.carousel-control-next i {
    margin-left: 5px;
}

.btn-info {
    background: #23b7e5;
    border-color: #23b7e5;
}

    .btn-info:hover {
        background: #1797be;
        border-color: #1797be;
    }

.btn-light {
    border-color: #e8ebed;
}

    .btn-light:hover {
        border-color: #c4d4dd;
    }

.p-l-r-8 {
    padding-left: 8px;
    padding-right: 8px;
}


input::placeholder {
    color: #7e8b9 !important;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7e8b9 !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7e8b9 !important;
}

/*.textDoted {
    display:inline-block;
    width:100%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5861f;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: : block;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.42);
    border-radius: 25px;
    color: #fff;
    opacity: 0;
}
    /*#filterAndShorting {display: none;}*/

    #back-to-top:hover {
        background: #f77600;
    }

    #back-to-top.show {
        opacity: 1;
    }


.responsiveSchool {
    display: none;
}

.bb-10 {
    border-bottom: none;
}

.noPageFound {
    background: #f1f3f6;
    margin: 0px;
    padding: 30px 0px;
}

    .noPageFound .container {
        max-width: 500px;
    }

    .noPageFound img {
        max-width: 400px;
    }

    .noPageFound h2 {
        color: #4E565F;
        line-height: 50px;
        margin-bottom: 30px;
    }

.noResultFound {
    background: #f1f3f6;
    margin: 0px;
    padding: 30px 0px;
}

    .noResultFound .containerNoResult {
        max-width: 500px;
    }

        .noResultFound .containerNoResult h1 {
            color: #4E565F;
            line-height: 50px;
            margin-bottom: 0px;
        }

.noResultTitle {
    background: #f1f3f6;
    margin: 0px;
    padding: 0px 0px;
}

.secGaps {
    margin: 0px auto;
}

.noResultFound .containerNoResult img {
    max-width: 400px;
    margin: 0px auto;
}

.bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto;
}

    .bubblingG span {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 24px auto;
        background: rgb(0,0,0);
        border-radius: 49px;
        -o-border-radius: 49px;
        -ms-border-radius: 49px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        animation: bubblingG 1.5s infinite alternate;
        -o-animation: bubblingG 1.5s infinite alternate;
        -ms-animation: bubblingG 1.5s infinite alternate;
        -webkit-animation: bubblingG 1.5s infinite alternate;
        -moz-animation: bubblingG 1.5s infinite alternate;
    }

#bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

#bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgb(0,0,0);
        transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255,255,255);
        transform: translateY(-20px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgb(0,0,0);
        -o-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255,255,255);
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgb(0,0,0);
        -ms-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255,255,255);
        -ms-transform: translateY(-20px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgb(0,0,0);
        -webkit-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255,255,255);
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: rgb(0,0,0);
        -moz-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: rgb(255,255,255);
        -moz-transform: translateY(-20px);
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #27c24c;
    border-color: rgba(0, 0, 0, .1);
    color: #fff;
    padding: 0px 10px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
}

.uk-notify-top-center {
    left: 0;
    margin-left: 0;
}

.uk-notify {
    position: fixed;
    top: 0px;
    /* left: 650px; */
    z-index: 1040;
    box-sizing: border-box;
    width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    padding: 4px 0;
    height: 45px;
}

.uk-notifyCopy {
    width: 275px;
    height: 35px;
    line-height: 24px;
}
    /*.alert-success {
    background: green;
    width: 350px;
    position: absolute;
    margin-left: 35%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding:5px 20px;
    z-index: 1;
    display:none;
}*/
    .errorMsg {
    color: red;
    font-size: 13px;
}

/* ..................
responsive
.................. */

@media (min-width: 992px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .carousel-item-prev {
        position: relative;
        /*transform: translate3d(0, 0, 0);*/
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    #model11 .modal-dialog {
        min-width: 650px;
    }

    #model1 .modal-dialog {
        min-width: 520px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .carousel-item-prev {
        position: relative;
        /*transform: translate3d(0, 0, 0);*/
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media (max-width: 959px) {
    html {
        overflow: scroll;
    }

    i.fa-navicon {
        font-size: 28px;
    }

    .searchResultTitle {
        margin-top: 50px;
    }

    section.allAppSection {
        background: #f1f3f6;
        margin-top: 0px;
    }

    .navigation {
        background: transparent;
        position: absolute;
        z-index: 1;
        opacity: 1;
    }

        .navigation.fixedNa {
            position: fixed;
            left: 0px;
            right: 0px;
            height: 65px;
            background: #fff;
            border-bottom: 1px solid #ddd;
            box-shadow: 0px 0px 10px 1px #ddd;
        }

    .branding, .fixedSearch {
        display: none;
    }

    .navigation.fixedNa .branding, .navigation.fixedNa .fixedSearch {
        display: block;
    }

        .navigation.fixedNa .branding img {
            width: 150px;
        }

    .bb-10 {
        border-bottom: 1px solid #51c6ea !important;
    }

    #navbarSupportedContent {
        position: fixed;
        background: #23b7e5;
        top: 0px;
        bottom: 0px;
        left: 0px;
        /*right: 10%;*/
        padding: 20px 0px;
        max-width: 300px;
        min-width: 300px;
    }

    .nav-mr-le {
        margin-top: 35px;
    }

        .nav-mr-le .nav-item {
            border-right: 1px solid #b3b3b3;
            margin-right: 0px;
        }

    .navbar-nav .nav-item {
        border: none;
    }

    .navbar-nav li a {
        line-height: 35px;
        padding-left: 20px;
    }

        .navbar-nav li a:hover {
            background: #1797be;
        }

        .navbar-nav li a i.sya-icon {
            display: none;
        }

    .right-side-nav-menu {
        text-align: left;
        display: inline;
    }

    .navbar-nav .mad-link {
        margin-right: 0px;
    }

    .mad-link-closer {
        position: absolute;
        right: 18px;
        top: 8px;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
    }

    .nav-item.socila {
        display: inline-block;
    }

    .navbar-nav li.socila a i.sya-icon {
        color: #fff;
        display: inline-block;
    }

    .collapse.show a {
        display: block;
    }

    .responsiveFooter {
        /*position: absolute;
    bottom: 0px;*/
        margin-top: 50px;
        padding: 20px;
        color: #fff;
    }

    img.closeResMenu {
        width: 18px;
    }

    #filterAndShorting {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 2;
        width: 56px;
        height: 56px;
        text-align: center;
        padding: 13px 0;
        line-height: 30px;
        background: #26b8e6 !important;
        cursor: pointer;
        border: 0;
        border-radius: 2px;
        text-decoration: none;
        transition: opacity 0.2s ease-out;
        opacity: 0;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.32);
        -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.32);
        -o-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.32);
        border-radius: 360px;
        color: #fff;
        font-size: 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

        #filterAndShorting i.fa.fa-exchange.rotate90deg {
            font-size: 18px;
            margin-top: 13px;
        }

        #filterAndShorting:hover {
            background: #f77600;
        }

        #filterAndShorting.show {
            opacity: 1;
        }

    #filterAndShortingOptions {
        position: fixed;
        top: 0;
        background: #fff;
        /*z-index: 1;*/
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 10vh 50px;
        transition: opacity 0.2s ease-out;
        opacity: 0;
        display: none;
        z-index: 1000;
    }

        #filterAndShortingOptions.show {
            opacity: 1;
            display: block;
        }

        #filterAndShortingOptions h6 {
            margin-top: 40px;
        }

        #filterAndShortingOptions .form-group {
            margin-bottom: 10px;
            margin-left: 5px;
        }

    .filterBtns {
        margin-top: 40px;
    }

        .filterBtns button {
            min-width: 150px;
            margin-right: 20px;
        }

    .fixedNaSearch {
        position: fixed;
        top: 63px;
        left: 0px;
        right: 0px;
        background: #fff;
        padding: 20px 50px;
        transition: opacity 0.2s ease-out;
        opacity: 0;
        display: none;
    }

        .fixedNaSearch.show {
            opacity: 1;
            display: block;
        }

        .fixedNaSearch .pr-10 {
            padding-right: 15px;
        }

    .mainHeroContent {
        margin-top: -50px;
    }

    .madStoreLogo {
        /*margin-top: 0px;*/
        margin-top: 50px;
        width: 220px;
        height: auto;
    }

    .custom-column {
        margin: 0px auto;
    }

    .advance-search {
        max-width: 732px;
        height: auto;
    }

        .advance-search a {
            margin-top: 15px;
        }

        .advance-search button.btn-success {
            margin: 20px auto 0px;
        }

    .product-item {
        margin-bottom: 25px;
    }

    .cornerShape {
        display: none;
    }

    .carousel-item .cornerShape {
        display: block;
    }

    .card {
        display: block;
        flex-direction: unset;
        background: #fff;
        /* display: flex;
    flex-direction: column; */
    }

    .thumb-content {
        float: left;
        padding: 20px;
    }

    .card-title, .card-text, .card-detail-triger {
        text-align: left !important;
    }

    .Rounded-btn {
        display: none;
    }

    .carousel-item .Rounded-btn {
        display: block;
    }

    .carousel-item .thumb-content {
        float: unset;
        padding: 20px;
    }

    .featureAppBg {
        padding: 10px 50px 0px;
    }

    a.carousel-control-prev {
        left: -10px;
    }

    a.carousel-control-next {
        /*right: 10px;*/
        right: -10px;
    }

    .carousel-item .card-title, .carousel-item .card-text, .carousel-item .card-detail-triger {
        text-align: center !important;
    }

    .product-item .card .card-body {
        /* padding: 20px 50px 72px; */
        /* padding: 20px 50px 26px; */
        padding: 20px 10px 23px 50px;
    }

    .carousel-item .product-item .card .card-body {
        /* padding: 20px 50px 72px; */
        /* padding: 20px 50px 26px; */
        padding: 20px 0px;
    }

    .card-detail-triger {
        position: relative;
        top: -50px;
    }

    .mobile-detail-triger {
        position: absolute;
        right: 20px;
        color: #7e8b9b;
        display: block;
    }

    .card-detail-triger u {
        display: none;
    }
    /*.card-text {
    display: none!important;
  }*/
    .card-detail-triger {
        display: block !important;
    }

    .card-text-mobile {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #7e8b9b;
        margin-bottom: 8px;
        text-align: center;
    }

    .SchoolMobile {
        display: block !important;
        margin-top: 30px;
    }

        .SchoolMobile a {
            font-size: 14px;
            /*text-align: center;*/
            color: #579ce8;
            display: block;
            /*margin-bottom: 20px;*/
        }

    img.img-responsive {
        width: 100%;
    }

    .product-item-detail {
        display: block;
        position: fixed;
        bottom: 0px;
        top: unset;
        left: 0px;
        right: 0px;
        width: 100%;
    }

    .responsiveSchool {
        margin-top: 28px;
        margin-bottom: 0px;
        display: block;
    }

    .carousel-item.col-sm-12 {
        width: 100%;
    }

    .shortingDesk {
        display: none;
    }

    footer, #back-to-top {
        display: none;
    }

    .modal-dialog {
        margin: 0px auto;
    }

    .nota-user img {
        display: none;
    }

    .nota-user #newMember {
        margin-top: 20px;
        padding-left: 25px;
        padding-right: 30px;
    }

    #SignUpForm .col-sm-12 {
        padding-left: 0px;
    }

    p.or {
        margin-top: 12px;
    }

    .menuBackdrop {
        display: none;
        transition: opacity 0.5s ease-out;
    }

        .menuBackdrop.show {
            display: block;
            z-index: 0;
        }

    /*submit your app*/
    #alreadyMember {
        display: block;
        margin: 0px auto;
    }

    .resSub {
        margin-top: 20px;
    }

    p.or {
        color: #7e8b9b;
    }
    /*app details responsive*/

    .appDetailSec1 {
        text-align: center;
    }

        .appDetailSec1 h2 {
            margin-top: 20px;
        }

        .appDetailSec1 .Rounded-btn-green {
            clear: both;
            margin: 20px auto 0px;
            float: unset;
        }

    .search-result-container {
        display: none;
    }

    .appDetailSec1 {
        padding-top: 70px !important;
    }
}

@media (max-width: 767px) {
    i.fa-navicon {
        font-size: 28px;
    }

    .app-share1 {
        bottom: 98px;
        left: 102px;
    }

    .Student-made-Mobile-Apps {
        font-size: 40px;
        line-height: 44px;
    }

    #btnSearch {
    }

    #btnSearch1 {
    }

    p.or {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .oc-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #carouselExample .SchoolMobile {
        display: none !important;
    }

    a.carousel-control-prev {
        left: -40px;
    }

    a.carousel-control-next {
        right: -40px;
    }

    .allAppsTitle, .Featured-apps {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .carousel-item h4.card-title {
        margin-top: -15px;
    }

    .product-item {
        box-shadow: none;
    }

        .product-item:hover {
            /*box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);*/
            box-shadow: none;
            margin-top: -2px;
        }

    .card-footer {
        background-color: #fff;
    }

    .carousel-item .card-footer {
        background-color: rgba(0,0,0,.03);
    }

    .searchResultSection .allAppsRow .d-sm-none {
        display: none;
    }
}


p {
    word-wrap: break-word;
}

div {
    word-wrap: break-word;
}

/*====New Css */

#HistorySection {
    padding: 0;
    padding-bottom: 50px;
}

    #HistorySection .col-sm-12 {
        padding: 0;
    }


    #HistorySection h2 {
        margin: 0;
        margin-bottom: 15px;
    }

    #HistorySection .RecentAppUser {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        margin-bottom: 0;
        padding-top: 0;
        border-top: solid 1px #ece6e6;
    }


    #HistorySection .carouselTicker {
        width: 100%;
        float: left;
        margin-top: 15px;
    }


    #HistorySection .carouselTicker__item {
        margin: 0;
        float: left;
        width: 117px;
        height: auto;
        cursor: pointer;
    }



        #HistorySection .carouselTicker__item p {
            float: left;
            width: 100%;
            margin-bottom: 5px;
            /* font-weight: 600; */
            text-transform: capitalize;
            font-size: 12px;
            color: #545454;
            padding-left: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
        }


        #HistorySection .carouselTicker__item img {
            /*width: 74%;
            height: auto;*/
            width: 87px;
            height: 87px;
            border-radius: 15px;
            float: left;
            margin-bottom: 15px;
            box-shadow: 1px 1px 8px rgba(14, 14, 14, 0.32);
        }

/*====End New css====*/
