/*mobile-menu-top*/
.responsive-menu, .mobile-bottom-menu {
    display: none
}

    .responsive-menu .rounded-circle {
        width: 40px;
        height: 40px;
        border-radius: 11px !important;
    }

    .responsive-menu .menu-link {
        float: none !important;
        padding: 0px !important;
    }

.flex-menu {
    display: flex;
    align-items: center;
}

.logo img {
    width: 180px;
}

.menu-option {
    margin-left: auto;
}

    .menu-option ul li {
        display: inline-block;
    }

.user-mobile-img a {
    padding: 0px !important;
    margin: 0px !important;
}

.mobile-bottom-menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
}

    .mobile-bottom-menu ul li {
        display: inline-block;
        list-style: none;
    }

        .mobile-bottom-menu ul li a {
            font-size: 18px;
            min-width: 40px;
            height: 40px;
            display: inline-block;
            color: #FFF;
            line-height: 40px;
            text-align: center;
            border-radius: 11px;
        }

            .mobile-bottom-menu ul li a span {
                display: none;
            }

        .mobile-bottom-menu ul li.active a {
            padding: 0px 15px;
            border-radius: 8px;
            background: #168fc2;
        }

            .mobile-bottom-menu ul li.active a span {
                display: inline-block;
                font-size: 13px;
                font-weight: 500;
                margin-left: 5px;
                position: relative;
                top: -2px;
            }

        .mobile-bottom-menu ul li a:hover {
            padding: 0px 15px;
            border-radius: 8px;
            background: #168fc2;
        }

            .mobile-bottom-menu ul li a:hover span {
                display: inline-block;
                font-size: 13px;
                font-weight: 500;
                margin-left: 5px;
                position: relative;
                top: -2px;
            }

.blink {
    width: 5px;
    height: 5px;
    background: #F00;
    position: absolute;
    border-radius: 10px;
    right: 11px;
    top: 7px;
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.mobile-menu-box {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    top: 0px;
    overflow-y: auto;
    background: #f6f6f6 url(../images/menu-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .mobile-menu-box ul {
        display: inline-block;
        padding: 0px 15px;
    }

        .mobile-menu-box ul li {
            list-style: none;
            width: 48%;
            display: inline-block;
            float: left;
            margin: 0 1%;
        }

            .mobile-menu-box ul li a {
                letter-spacing: 0.2px;
                background: #FFF;
                text-transform: capitalize;
                font-size: 13px;
                font-weight: 500;
                margin: 10px 0;
                padding: 5px 10px 5px 1px;
                border-radius: 10px;
                color: #4e4e4e;
                display: flex;
                align-items: center;
                box-shadow: rgb(229 229 229) 0px 0px 19px 0px;
                line-height: 15px;
            }

                .mobile-menu-box ul li a:hover {
                    background: #27aae1;
                    color: #FFF;
                }

                .mobile-menu-box ul li a i {
                    width: 40px;
                    height: 40px;
                    background: #e5e5e56e;
                    display: inline-block;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 11px;
                    margin-left: 5px;
                    font-size: 16px;
                    color: #9d9d9d;
                    margin-right: 5px;
                }

                .mobile-menu-box ul li a:hover i {
                    background: #1499d1;
                    color: #FFF;
                }

.mobile-header {
    padding: 15px 5%;
}

.flex-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 10px;
}

.setting-box img {
    width: 40px;
    height: 40px;
    border-radius: 11px !important;
}

.setting-box a {
    display: flex;
    align-items: center;
}

.close-menu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #f4433614;
    line-height: 40px;
    text-align: center;
    border-radius: 11px;
    font-size: 18px;
    color: #ff4444;
}

.logout-menu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #27aae1;
    line-height: 40px;
    text-align: center;
    border-radius: 11px;
    font-size: 18px;
    color: #ffffff;
}

.setting-box h3 {
    margin: 0px 0 0 10px;
    letter-spacing: 1px;
    color: #000;
}

    .setting-box h3 span {
        display: block;
        margin: 0px;
        font-size: 12px;
        opacity: 0.5
    }

.icon-i img {
    width: 25px;
    height: 25px;
}
/*810*/
@media (max-width: 900px) {
    nav.navbar.navbar-inverse {
        position: relative;
    }

    .uk-grid {
        margin-left: 0;
    }

        .uk-grid > * {
            padding-left: 0;
        }

    .fixed-box-left, .fixed-box-right, .input-box, .desktop-menu, .timeline-left-side, .profile-bottom .first, .profile-bottom .third, .edit-cover-photo em {
        display: none !important;
    }

    .modal-body .input-gropu .input-box {
        display: block !important;
    }
    .modal-body .input-gropu .input-box .form-control{
        color: #000!important;
    }

    .mobile-bottom-menu {
        display: block;
        width: 100%;
        position: fixed !important;
        bottom: 0;
        left: 0px;
        text-align: center;
        z-index: 999;
        background: #27aae1;
        border-radius: 20px 20px 5px 5px;
        margin: 0;
        padding: 10px 0;
        box-shadow: 0px 0px 19px 0px rgb(39 170 225 / 46%);
    }

    .responsive-menu {
        display: block !important;
        padding: 10px 15px !important;
    }

    .main-box {
        top: 0px;
        left: 0;
        width: 100%;
        padding: 0 15px;
    }

    .main_content_inner {
        padding: 0px 0px 20px !important;
    }


    #divrecentaddedtrip ul li {
        width: calc(100% * 1 / 3.001);
        margin-right: auto;
    }

    .row.ree {
        margin: 0px -15px 0 !important;
    }
    /*  .row.ree.post-bar {
            margin: 0px !important
        }*/
    .post-bar .display-flex {
        width: 100%;
        overflow: hidden;
    }

    .tow-box-img .col-sm-6 {
        width: 50%;
        float: left;
    }

    .modal {
        position: absolute;
    }

    .feedpage .showslide, .feedpage .rowcontainerfeeddetail {
        display: block;
    }

    .feedpage .hideslide {
        display: none;
    }

    .fix-height {
        max-height: 100%;
        overflow-y: auto;
        overflow-x: visible;
        padding: 15px 20px 0 !important;
    }

    .feedpage .modal-body {
        height: auto;
    }

    .fixed-bar {
        position: fixed;
        width: 100%;
        top: 10px;
        z-index: 99999999999;
        /*left: 0px;*/
    }

        .fixed-bar .card {
            box-shadow: rgb(229 229 229) 0px 0px 19px 0px;
            padding: 10px;
        }

    .pt-90 {
        padding-top: 0;
    }

    .top-header {
        margin-bottom: 20px;
    }

    .profile-bottom .second {
        justify-content: center;
        padding: 0 15px;
        margin-top: -50px;
    }

        .profile-bottom .second .author-thumb {
        }

        .profile-bottom .second .author-thumb {
            margin-top: 0;
        }

        .profile-bottom .second .profile-name {
            top: 0px;
        }

        .profile-bottom .second .author-thumb img {
            width: 80px;
            height: 80px;
        }

    .edit-cover-photo {
        top: 10px;
        height: 40px;
        width: 40px;
    }

    .side-profile.card.mt-20.mb-3.sidenav {
        display: none;
    }

    .feedpage .modal-content {
        min-height: auto;
    }

    .modal .post-comments {
        margin-top: 20px;
    }

    .nearby .card-body {
        height: 100vh;
        overflow: auto;
        position: relative;
    }

    .modal-sm {
        width: 400px;
        margin: auto;
    }

    .modal-overflow .modalCustom {
        padding: 30px 15px;
        position: fixed;
    }
}
/*451-810*/
@media (min-width: 451px) and (max-width: 900px) {

    .user-bg img {
        width: 100%;
    }

    .follow .col-sm-6 {
        width: 50%;
        float: left;
    }

    .dashboard-box .col-sm-4 {
        width: 50%;
        float: left;
    }

    .side-profile.card.sidenav {
        display: none;
    }

    .fixed-bar {
        width: 100%;
    }

    .main_content {
        padding: 0px;
    }
}

@media (min-width: 650px) and (max-width: 900px) {

    #divrecentaddedtrip ul li {
        width: 20%;
    }

    .post .post-avature img {
        width: 2.5pc;
    }

    .interests .col-sm-4 {
        width: 33.333%;
        float: left;
    }

    .interest-responsive .col-sm-3 {
        width: 50%;
        float: left;
    }

    .photos-responsive .col-sm-4 {
        width: 50%;
        float: left;
    }

    .video-responsive .col-sm-4 {
        width: 50%;
        float: left;
    }

    .follow-responsive .col-sm-3 {
        width: 50%;
        float: left;
    }

    .friends-list {
        margin-bottom: 10%;
    }

    .side-profile.card {
        margin-bottom: 20px;
    }

    .row.dashboard-box {
        margin-bottom: 10%;
    }
}
/*450*/
@media (max-width: 450px) {
    .trip-detail i {
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .trip-detail span p {
        font-size: 12px;
    }

    .comments-count span, .like-count span {
        display: none;
    }

    .top-header-thumb #imgcover {
        height: 150px;
    }

    #iframeyoutube {
        min-height: 150px;
    }

    .account {
        margin-bottom: 20px;
    }

    .card.timeline {
        margin-top: 20px;
    }

    .timeline .text-box p {
        display: none;
    }

    #divrenderContent {
        padding-bottom: 70px;
    }

    .follow {
        display: none;
    }


    .dashboard-box .col-sm-4 {
        width: 50%;
        float: left;
    }

    .dashboard-box .card {
        text-align: center;
    }

    .card-img {
        display: none;
    }

    .about-user {
        padding-bottom: 0px;
    }

    .dashboard-box {
        margin-top: 20px;
    }

    .user-bg img {
        width: 100%;
    }

    .noti-box h4 {
        font-size: 13px;
    }

    .noti-box .post-detail {
        margin: 0 10px;
    }

    .modal-sm {
        width: 400px;
        margin: auto;
        max-width: 90%;
    }
}

@media (min-width: 200px) and (max-width: 320px) {
    .main_content {
        padding: 0px;
    }

    #divrecentaddedtrip ul li {
        width: 50%;
    }

    .logo img {
        width: 160px;
    }
}



@media (min-width: 901px) and (max-width: 1024px) {
    .navbar-form .input-group > .form-control {
        width: 240px;
    }

    .fixed-box-right {
        display: none;
    }

    .fixed-box-left {
        width: 32%;
    }

    .main-box {
        left: 32%;
        width: 68%;
        position: relative;
    }

        .main-box .uk-width-2-3\@m {
            width: 100%;
        }

    #divmaininnercontent {
        padding: 0px !important;
    }

    .uk-child-width-1-3\@s > * {
        width: 25%;
    }

    .input-box {
        width: 50%;
    }

    .fix-height {
        max-height: 100%;
        overflow-y: auto;
        overflow-x: visible;
        padding: 15px 20px 0 !important;
    }

    .responsive-3 {
        width: 32%;
        float: left;
    }

    .responsive-9 {
        width: calc(68% - 30px);
        float: left;
        padding-left: 0px;
    }

    .dashboard-box .col-sm-4 {
        width: 50%;
    }

    .container {
        width: 96%;
        max-width: 100%;
    }

    .main_content_inner {
        padding: 0px !important;
    }

    .interest-responsive .col-sm-3 {
        width: 33.33%;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .container {
        width: 96%;
        max-width: 100%;
    }

    .main_content_inner {
        padding: 0px !important;
    }

    .main-box .uk-width-2-3\@m {
        width: 100%;
    }

    .input-box {
        width: 50%;
    }
}


