@charset "utf-8";
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.7px;
}

*,
*::after,
*::before {
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 15px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(77, 76, 139, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(77, 76, 139, 1);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none !important;
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #f4f4f4;
}
.wrapper-chat {
    width: 100%;
    float: left;
    position: relative;
    min-height: 95vh;
    overflow-x: hidden;
    background-color: #f4f4f4;
}

.canvas_area {
    width: 100%;
    float: left;
    padding: 0px 6%;
}

@media (max-width: 768px) {
    .canvas_area {
        width: 100%;
        float: left;
        padding: 0px 5%;
    }
}

@media (max-width: 319px) {
    .canvas_area {
        width: 100%;
        float: left;
        padding: 0px 30px;
    }
}

.header_block {
    width: 100%;
    float: left;
    position: fixed;
    height: 55px;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #4189dd;
}

.header_logo {
    width: 55px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.header_logo img {
    width: 55px;
    height: 55px;
    display: block;
}

.header_area {
    width: 100%;
    float: left;
    padding: 0px 55px;
}

.search_form {
    width: 500px;
    float: left;
    height: 55px;
    background-color: #397ecf;
}

.search_form input[type="text"] {
    width: 100%;
    float: left;
    height: 55px;
    padding: 20px 20px 20px 50px;
    background-image: url("../images/search_input.svg");
    background-color: rgba(0, 0, 0, 0.15);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.7px;
    line-height: 30px;
}

.search_form input[type="text"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.search_form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search_form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search_form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search_form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.header_right {
    width: auto;
    float: right;
}

.header_user {
    width: auto;
    float: right;
    padding: 12px 20px 13px 10px;
    background-image: url(../images/drop_down.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 20px 20px;
    position: relative;
    cursor: pointer;
}

.header_user_input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    border: none;
    outline: none;
    box-shadow: none;
}

.header_user_input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.header_pic {
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    object-fit: cover;
}

.header_pic img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    object-fit: cover;
}

.user_status {
    width: 14px;
    height: 14px;
    background-color: #46bc2e;
    border-radius: 100%;
    border: solid 3px #fff;
    position: absolute;
    right: -3px;
    bottom: 0;
    z-index: 10;
}

.header_details {
    width: auto;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 12px 18px 4px 10px;
    font-weight: 400;
}

.header_details h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 12px;
    margin: 0;
    padding: 0 0 3px 0;
}

.header_details p {
    width: 100%;
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}

.user_dropdown {
    height: 0;
    display: none;
    width: 200px;
    float: left;
    position: absolute;
    top: 55px;
    right: 0;
    background-color: #4189dd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0s;
    -moz-transition: all ease-in-out 0s;
    -ms-transition: all ease-in-out 0s;
    -o-transition: all ease-in-out 0s;
    -webkit-transition: all ease-in-out 0s;
}

.user_dropdown.is-collapsed {
    height: auto;
    display: block;
}

.user_dropdown li {
    width: 100%;
    float: left;
    padding: 5px 10px;
}

.user_dropdown li a {
    background-image: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    font-weight: 400;
}

.user_dropdown li a:hover {
    color: #fff;
    font-weight: 500;
}

.header_notification,
.header_home,
.header_search {
    width: 45px;
    height: 45px;
    float: right;
    margin: 12px 5px 13px 5px;
    position: relative;
}

.header_notification img,
.header_home img,
.header_search img {
    width: 100%;
    height: 100%;
    display: block;
    
}

.count {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ee9d03;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 13px;
    font-weight: bold;
}

.header_search {
    display: none;
}

@media (max-width: 1120px) {
    .search_form {
        width: 300px;
    }
}

@media (max-width: 880px) {
    .search_form {
        display: block;
    }
    .search_form.is_viewed {
        display: block;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #4d4c8b;
        height: 50px;
    }
    .search_form input[type="text"] {
        height: 50px;
        padding: 10px 10px 10px 40px;
    }
    .header_search {
        display: block;
    }
}

@media (max-width: 600px) {
    .header_block {
        height: auto;
    }
    .header_logo {
        width: 55px;
    }
    .header_logo img {
        width: 55px;
        height: 55px;
        display: block;
    }
    .header_area {
        padding: 0px 15px 0px 55px;
    }
    .header_user {
        padding: 5px 20px 5px 10px;
    }
    .header_notification,
    .header_home,
    .header_search {
        width: 35px;
        height: 35px;
        float: right;
        margin: 10px 5px 10px 5px;
        position: relative;
    }
    .header_search {
        display: block;
    }
    .header_user {
        padding: 7px 20px 7px 10px;
    }
    .header_pic {
        width: 35px;
        height: 35px;
    }
    .user_dropdown {
        top: 55px;
    }
    .search_form.is_viewed {
        top: 55px;
    }
}

@media (max-width: 500px) {
    .header_user {
        padding: 10px 20px 10px 10px;
    }
    .header_details {
        display: none;
    }
}

@media (max-width: 320px) {
    .header_notification,
    .header_home,
    .header_search {
        width: 35px;
        height: 35px;
        float: right;
        margin: 10px 0px 10px 0px;
        position: relative;
    }
}

.left_quick_block {
    width: 55px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    z-index: 99;
    padding: 70px 0 0 0;
}

a.quick_link {
    width: 100%;
    float: left;
    height:50px;
    padding: 15px;
    display: block;
    position: relative;
}

.quick_link img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0px auto;
}

a.quick_link::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    left: 25%;
    bottom:48px;
}

.quick_link .tooltiptext {
    visibility: hidden;
    width: 135px;
    background-color: #226eaa;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    right: -155px;
    top: calc(50% - 18px);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.tooltiptext::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 7px solid #226eaa;
    border-bottom: 8px solid transparent;
    left: -7px;
    top: calc(50% - 8px);
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.quick_link:hover .tooltiptext {
    visibility: visible;
    right: -135px;
}

.quick_link:hover .tooltiptext::before {
    visibility: visible;
}

@media (max-width: 600px) {
    .left_quick_block {
        width: 55px;
        padding: 55px 0 0 0;
    }
    a.quick_link {
        height: 55px;
        padding: 17px;
    }
    .quick_link img {
        width: 20px;
        height: 20px;
    }
}

.content_block {
    width: 100%;
    float: left;
    position: relative;
    padding: 55px 0px 0px 55px;
    margin: 0;
}
.user_block{
    padding-top : 0px !important;
}

@media (max-width: 600px) {
    .content_block {
        width: 100%;
        float: left;
        position: relative;
        padding: 55px 0px 0px 55px;
        margin: 0;
    }
}

.cover_pic {
    width: 100%;
    float: left;
    position: relative;
}

/* .cover_pic img {
    width: auto;
    height: 100%;
    display: block;
} */

.main_menu_block {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.main_menu_block ul {
    width: 100%;
    float: left;
    position: relative;
}

.main_menu_block ul li {
    width: 20%;
    float: left;
    position: relative;
}

.main_menu_block ul li a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    line-height: 60px;
    color: #5d5d5d;
    font-size: 16px;
    position: relative;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.main_menu_block ul li a img {
    display: none;
}

.main_menu_block ul li a span {}

.main_menu_block ul li.active a {
    color: #4d4c8b;
    box-shadow: inset 0 -4px 0 #4189dd;
}

.main_menu_block ul li.active a.user_menu {
    color: #4d4c8b;
    box-shadow: none;
}

.main_menu_block ul li a:hover {
    color: #4d4c8b;
}

.main_menu_block ul li a.user_menu {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 40px 0px;
    line-height: 20px;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 18px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.user_menu img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    display: block !important;
    margin: -130px auto 0px auto;
    position: relative;
    border-radius: 100%;
    border: solid 7px #fff;
}

@media (max-width: 600px) {
    .main_menu_block ul li {
        width: 25%;
        border-right: solid 1px rgba(0, 0, 0, 0.1);
    }
    .main_menu_block ul li:last-child {
        border-right: none;
    }
    .main_menu_block ul li a {
        padding: 15px 0;
    }
    .main_menu_block ul li a img {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0px auto;
    }
    .main_menu_block ul li a span {
        display: none;
    }
    .main_menu_block ul li a.user_menu {
        display: none;
    }
}

.content_area {
    width: 100%;
    float: left;
   /* padding: 10px 15px;*/
    position: relative;
}

.post_area {}

.left_area {}

.right_area {
    float: right !important;
}

@media (max-width: 992px) {
    .left_area,
    .right_area {
        display: none
    }
}

.post_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.post_box h3 {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #404257;
    line-height: 30px;
    margin: 0;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    font-weight: bold;
}

.post_box h3::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    border-radius: 20px;
    background-color: #4189dd;
    bottom: -2px;
    left: 10px;
}

.rec ul {
    width: 100%;
    float: left;
    position: relative;
}

.rec ul li {
    width: 100%;
    float: left;
    padding: 20px 15px;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.rec ul li .list_ico {
    width: 55px;
    float: left;
    position: relative;
}

.rec ul li .list_ico img {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    border-radius: 10px;
}

.rec ul li .list_details {
    width: calc(100% - 55px);
    float: left;
    position: relative;
}

.rec ul li .list_details h4 {
    width: 100%;
    float: left;
    padding: 3px 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #545454;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rec ul li .list_details p {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    color: #969696;
    line-height: 15px;
}

.top_sell ul {
    width: 100%;
    float: left;
    position: relative;
}

.top_sell ul li {
    width: 100%;
    float: left;
    padding: 20px 15px;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.top_sell ul li .list_ico {
    width: 30px;
    float: left;
    position: relative;
}

.top_sell ul li .list_ico img {
    width: 20px;
    height: auto;
    display: block;
    float: left;
}

.top_sell ul li .list_details {
    width: calc(100% - 30px);
    float: left;
    position: relative;
}

.top_sell ul li .list_details::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    color: #a1a1a1;
}

.top_sell ul li .list_details h4 {
    width: 100%;
    float: left;
    padding: 3px 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #545454;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_sell ul li .pane1 {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    position: relative;
    display: none;
}

.top_sell ul li.is-selected .pane1 {
    display: block;
}

.pane1 img {
    width: 25%;
    float: left;
    height: auto;
    display: block;
    border-radius: 100%;
    position: relative;
    margin: 0 0 0 -10px;
    border: solid 5px #fff;
}

.pane1 img:first-child {
    margin: 0;
}

.ad_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.ad_box img {
    width: 100%;
    height: auto;
    display: block;
}

.pop {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
}

.pop img {
    width: calc(25% - 4px);
    margin: 2px;
    float: left;
    height: auto;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.gal {
    width: 100%;
    float: left;
    padding: 20px 10px 0 10px;
    position: relative;
}

.gal img {
    width: calc(33.33333% - 4px);
    margin: 2px;
    float: left;
    height: auto;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.gal a {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 15px 0 0 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #a1a1a1;
    line-height: 20px;
    border-top: solid 1px #eef0f5;
}

.frnds {
    width: 100%;
    float: left;
    padding: 20px 10px 0 10px;
    position: relative;
}

.frnds img {
    width: calc(25% - 8px);
    margin: 4px;
    float: left;
    height: auto;
    display: block;
    border-radius: 100%;
    cursor: pointer;
}

.frnds a {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 15px 0 0 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #a1a1a1;
    line-height: 20px;
    border-top: solid 1px #eef0f5;
}

.intro {
    padding-bottom: 25px;
}

.intro ul {
    width: calc(100% - 15px);
    float: left;
    padding: 10px 0;
    margin: 0 0 0 15px;
    position: relative;
}

.intro ul li {
    width: 100%;
    float: left;
    padding: 10px 15px 10px 20px;
    position: relative;
    cursor: pointer;
    border-left: solid 1px #e5e5e5;
}

.intro ul li::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.dot1::before {
    background-color: #64639c;
}

.dot2::before {
    background-color: #ab2c7d;
}

.dot3::before {
    background-color: #f33e58;
}

.dot4::before {
    background-color: #e67d37;
}

.dot5::before {
    background-color: #3c992a;
}

.dot6::before {
    background-color: #066836;
}

.dot7::before {
    background-color: #1e5788;
}

.dot8::before {
    background-color: #3c992a;
}

.intro ul li p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #969696;
    line-height: 17px;
}

.intro h4 {
    width: 100%;
    float: left;
    padding: 15px 15px 0px 15px;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #969696;
    line-height: 17px;
}

.intro h4:nth-child(2) {
    padding-top: 25px;
}

.intro h4 i {
    width: 30px;
    font-size: 17px;
    padding-right: 8px;
    float: left;
}

.ico1 {
    color: #64639c;
}

.ico2 {
    color: #ab2c7d;
}

.ico3 {
    color: #f33e58;
}

.ico4 {
    color: #e67d37;
}

.ico5 {
    color: #3c992a;
}

.ico6 {
    color: #066836;
}

.ico7 {
    color: #1e5788;
}

.ico8 {
    color: #3c992a;
}

.intro h4 span {
    width: calc(100% - 30px);
    float: left;
}

.followers {
    width: 100%;
    float: left;
    padding: 20px 10px;
    position: relative;
}

.more {
    width: 20%;
    margin-right: -5%;
    float: left;
    position: relative;
}

.more img {
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    display: block;
    border-radius: 100%;
    cursor: pointer;
    border: solid 2px #fff;
}

.more_view::before {
    content: '84+';
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 5px;
    width: 100%;
    height: 100%;
    padding: 50% 5px;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(77, 76, 139, 0.85);
    border-radius: 100%;
    cursor: pointer;
}

.center_post {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    padding-bottom: 0;
}

.post_header {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 10px 0 0;
}

.post_header .list_ico {
    width: 55px;
    float: left;
    position: relative;
}

.post_header .list_ico img {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    border-radius: 100%;
    object-fit : cover
}

.post_header .list_details {
    width: calc(100% - 55px);
    float: left;
    position: relative;
}

.post_header .list_details h4 {
    width: 100%;
    float: left;
    padding: 3px 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post_header .list_details p {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    color: #969696;
    line-height: 15px;
}

.post_menu {
    width: 4px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 3px;
    background-image: url(../images/post_menu.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
}

.post_menu:hover {
    background-position: 0% 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.post_menu:focus {
    background-position: 0% 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.post_menu_list {
    height: 0;
    display: none;
    width: 200px !important;
    float: left;
    position: absolute !important;
    z-index: 50;
    top: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 0s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.post_menu_list.is-collapsed {
    top: 25px;
    height: auto;
    display: block;
}

.post_menu_list li {
    width: 100% !important;
    float: left !important;
    padding: 10px;
    margin: 0 !important;
    text-align: left !important;
}
.album_action{ top: 30px !important; right:15px; cursor: pointer;}

.post_menu_list li a {
    width: 100%;
    float: left;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 15px;
    font-weight: 500;
}

.post_menu_list li a:hover {
    color: #4d4c8b;
    text-indent: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .post_header .list_ico {
        width: 45px;
    }
    .post_header .list_ico img {
        width: 35px;
        height: 35px;
    }
    .post_header .list_details {
        width: calc(100% - 45px);
    }
}

@media (max-width: 640px) {
    .post_header .list_ico {
        width: 45px;
    }
    .post_header .list_ico img {
        width: 35px;
        height: 35px;
    }
    .post_header .list_details {
        width: calc(100% - 45px);
    }
}

.post_body {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0px 0;
}

.post_body p {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0px 20px 0px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background: none;
    font-size: 13px;
    color: #676767;
    line-height: 19px;
    text-align: left;
}

.post_content {
    width: 100%;
    float: left;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    overflow: hidden;
}

.post_img {
    width: 100%;
    float: left;
    position: relative;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
}

.post_img img {
    width: 100%;
    height: auto;
    display: block;
    height: 300px;
    object-fit: cover;
}

.post_details {
    width: calc(100% - 170px);
    float: left;
    position: relative;
    padding: 15px;
}

.post_details h4 {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 400;
    background: none;
    font-size: 13px;
    color: #626262;
    line-height: 18px;
    text-align: left;
}

.post_details h1 {
    width: 100%;
    float: left;
    position: relative;
    padding: 7px 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 500;
    background: none;
    font-size: 17px;
    color: #2f2f2f;
    line-height: 22px;
    text-align: left;
}

.post_details h5 {
    width: 100%;
    float: left;
    position: relative;
    padding: 2px 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 400;
    background: none;
    font-size: 13px;
    color: #626262;
    line-height: 18px;
    text-align: left;
}

.post_details h5 span {
    text-decoration: line-through;
    color: #a2a2a2;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .post_img {
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.08);
        border-right: none;
    }
    .post_details {
        width: 100%;
    }
    .post_body p {
        font-size: 12px;
        padding: 0 0 20px 0;
    }
    .post_details h4,
    .post_details h5 {
        font-size: 12px;
    }
    .post_details h1 {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .post_img {
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.08);
        border-right: none;
    }
    .post_details {
        width: 100%;
    }
    .post_body p {
        font-size: 12px;
        padding: 0 0 20px 0;
    }
    .post_details h4,
    .post_details h5 {
        font-size: 12px;
    }
    .post_details h1 {
        font-size: 15px;
    }
}

.post_activity {
    width: 100%;
    float: left;
    position: relative;
    padding: 0
}

.post_activity a {
    width: auto;
    display: block;
    padding: 0 10px 0 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.got_like {
    width: calc(100% - 140px);
    float: left;
    background-image: url(../images/like.png);
}

.got_cmnt {
    float: right;
    background-image: url(../images/comment.png);
}

.got_share {
    float: right;
    background-image: url(../images/share_icon.png);
}

.post_activity a span {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #626262;
    line-height: 29px;
    padding: 0 5px 0 0;
}

.post_activity a p {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #626262;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

@media (max-width: 1140px) and (min-width: 992px) {
    .post_activity a p {
        display: none;
    }
    .footer_area {
        width: 33.3333%;
        float: left;
    }
    .got_like,
    .got_cmnt,
    .got_share {
        float: left;
        left: calc(50% - 35px);
    }
}

@media (max-width: 650px) {
    .post_activity a p {
        display: none;
    }
    .footer_area {
        width: 33.3333%;
        float: left;
    }
    .got_like,
    .got_cmnt,
    .got_share {
        float: left;
        left: calc(50% - 35px);
    }
}

.post_footer {
    width: 100%;
    float: left;
    position: relative;
    padding:10px 15px;

    padding-bottom: 15px;
}

.post_footer_box {
    width: 33.33333%;
    float: left;
    position: relative;
}

.post_footer a {
    width: auto;
    float: left;
    display: block;
    padding: 0;
    position: relative;
}

.giv_like {
    left: calc(50% - 27px);
}

.giv_cmnt {
    left: calc(50% - 48px);
}

.giv_share {
    left: calc(50% - 34px);
}

.post_footer a span {
  
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    padding: 0 0 0 5px;
}

@media (max-width: 470px) {
    .post_footer a span {
        display: none;
    }
    .giv_like {
        left: calc(50% - 12px);
    }
    .giv_cmnt {
        left: calc(50% - 12px);
    }
    .giv_share {
        left: calc(50% - 12px);
    }
}

.post_footer .option {
    float: left;
    margin: 0;
}

.post_footer .option>input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.post_footer .share {
    position: relative;
    *margin-right: 2px;
    background-image: url(../images/share_icon.png);
    background-position: 0% 0%;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    height: 24px;
    width: 24px;
    top: 0px;
    cursor: pointer;
}

.post_footer .like {
    position: relative;
    *margin-right: 2px;
    background-image: url(../images/like.png);
    background-position: 0% 0%;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    height: 24px;
    width: 24px;
    top: 0px;
    cursor: pointer;
}

.post_footer .comment {
    position: relative;
    *margin-right: 2px;
    background-image: url(../images/comment.png);
    background-position: 0% 0%;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    height: 24px;
    width: 24px;
    top: 0px;
    cursor: pointer;
}

.post_footer .radio {
    position: relative;
    margin-right: 2px;
    background: #fff;
    display: inline-block;
    border: 3px solid #B5C1C7;
    margin-bottom: 0;
    margin-top: 0;
    height: 21px;
    width: 21px;
    top: 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.post_footer input:checked+.share,
.post_footer input:checked+.like,
.post_footer input:checked+.comment {
    background-position: 0% 100%;
}

.post_footer input:checked+a {
    color: #4d4c8b;
}

.post_comment_area {
    width: 100%;
    float: left;
    background-color: #fafbfd;
    display: none;
    border-left: solid 1px #e7ebf6;
    border-right: solid 1px #e7ebf6;
    transition: all linear 0s;
    -moz-transition: all linear 0s;
    -ms-transition: all linear 0s;
    -o-transition: all linear 0s;
    -webkit-transition: all linear 0s;
}

.post_comment_area.is-dropped {
    display: block;
}

.post_comment_area ul {
    width: 100%;
    float: left;
    position: relative;
}

.post_comment_area ul li {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    border-top: solid 1px #e7ebf6;
}

.post_cmnt_header {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 10px 0 0;
}

.post_cmnt_header .list_ico {
    width: 55px;
    float: left;
    position: relative;
}

.post_cmnt_header .list_ico img {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    border-radius: 100%;
}

.post_cmnt_header .list_details {
    width: calc(100% - 55px);
    float: left;
    position: relative;
}

.post_cmnt_header .list_details h4 {
   
    float: left;
    padding: 3px 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post_cmnt_header .list_details p {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    color: #969696;
    line-height: 15px;
}

.post_cmnt_menu {
    width: 4px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 3px;
    background-image: url(../images/post_menu.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
}

.post_cmnt_menu:hover {
    background-position: 0% 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.post_cmnt_menu:focus {
    background-position: 0% 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.post_cmnt_menu_list {
    height: 0;
    display: none;
    width: 200px;
    float: left;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 0s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.post_cmnt_menu_list.is-collapsed {
    top: 25px;
    height: auto;
    display: block;
}

.post_cmnt_menu_list li {
    width: 100%;
    float: left;
    padding: 10px;
}

.post_cmnt_menu_list li a {
    width: 100%;
    float: left;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 15px;
    font-weight: 500;
}

.post_cmnt_menu_list li a:hover {
    color: #4d4c8b;
    text-indent: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .post_cmnt_header .list_ico {
        width: 45px;
    }
    .post_cmnt_header .list_ico img {
        width: 35px;
        height: 35px;
    }
    .post_cmnt_header .list_details {
        width: calc(100% - 45px);
    }
}

@media (max-width: 640px) {
    .post_cmnt_header .list_ico {
        width: 45px;
    }
    .post_cmnt_header .list_ico img {
        width: 35px;
        height: 35px;
    }
    .post_cmnt_header .list_details {
        width: calc(100% - 45px);
    }
}

.post_cmnt_body {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}

.post_cmnt_body p {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background: none;
    font-size: 13px;
    color: #676767;
    line-height: 19px;
    text-align: left;
}

.make_a_cmnt {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
    background-color: #fff;
    border-top: solid 1px #e5ecf4;
}

.make_a_cmnt img {
    width: 35px;
    height: 35px;
    float: left;
    display: block;
    margin: 0 15px 0 0;
    border-radius: 100%;
}

.make_a_cmnt input[type="text"] {
    width: calc(100% - 50px);
    float: left;
    /* height: 35px; */
    padding: 10px 10px;
    background-color: #fff;
    border: solid 0px #e5ecf4;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #909090;
    letter-spacing: 0.7px;
    line-height: 25px;
    border-radius: 1px;
}
.make_a_cmnt input:focus{outline: none; border: 0 !important; }

.make_a_cmnt input[type="text"]:focus {
    border: solid 1px #e5ecf4;
    box-shadow: none;
    outline: none;
}

.gallery_area {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 20px;
    position: relative;
}

.gallery_nav_area {
    width: 100%;
    float: left;
    position: relative;
    overflow: auto;
    padding-bottom: 15px;
}

.gallery_nav_area::-webkit-scrollbar {
    display: none;
}

.gallery_nav_area ul {
    min-width: 510px;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: solid 1px #cfcfcf;
}

.gallery_nav_area li {
    width: auto;
    float: left;
    position: relative;
}

.gallery_nav_area li a {
    width: auto;
    padding: 10px 15px;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #858585;
    line-height: 20px;
}

.gallery_nav_area ul li.tab-current a {
    color: #4d4c8b;
    font-weight: 600;
}

.gallery_nav_area ul li.tab-current a:after,
.gallery_nav_area ul li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.gallery_nav_area ul li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff;
}

.gallery_nav_area ul li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: #cfcfcf;
}

.gallery_content_area {
    width: 100%;
    float: left;
    position: relative;
}

.gallery_section {
    width: 100%;
    float: left;
    position: relative;
   
}

.gallery_section.current-content {
    display: block;
}

.gallery_section ul {
    width: 100%;
    float: left;
    position: relative;
}

.gallery_section ul li {
    width: calc(20% - 16px);
    float: left;
    position: relative;
    margin: 8px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .gallery_section ul li {
        width: calc(33.3333% - 8px);
    }
}

@media (max-width: 700px) {
    .gallery_section ul li {
        width: calc(50% - 8px);
    }
}

@media (max-width: 560px) {
    .gallery_section ul li {
        width: calc(100% - 8px);
    }
}

.gallery_section ul li a {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.gallery_section ul li a img {
    width: 100%;
    height: 144px !important;
    object-fit: cover;
    display: block;
    border-radius: 3px;
}

.gallery_section ul li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background-color: rgba(77, 76, 139, 0);
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gallery_section ul li a:hover:before {
    width: 100%;
    height: 100%;
   /*  background-color: rgba(77, 76, 139, 0.4); */
}

.gallery_activity {
    width: auto;
    float: left;
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    background-color: rgba(77, 76, 139, 0.7);
    opacity: 0;
    border-radius: 8px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.gallery_activity p {
    width: auto;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.gallery_activity p i {
    padding-right: 5px;
    font-size: 14px;
}

.gallery_section ul li:hover .gallery_activity {
    opacity: 1;
}

.frnds_area {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 20px;
    position: relative;
}

.frnds_area ul {
    width: 100%;
    float: left;
    position: relative;
}

.frnds_area ul li {
    width: 48%;
    float: left;
    position: relative;
    padding: 5px;
}

@media (max-width: 768px) {
    .frnds_area ul li {
        width: 100%;
    }
}

.frnds_area ul li .frnds_box {
    width: 100%;
    float: left;
    position: relative;
    padding: 7px;
    border-bottom: solid 1px #bcbcbc;
    border-radius: 2px;
}

.frnds_box .pro_pic {
    width: 68px;
    float: left;
    position: relative;
}

.frnds_box .pro_pic img {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    border-radius: 100%;
}

.frnds_box .pro_detail {
    width: calc(100% - 68px);
    float: left;
    position: relative;
}

.frnds_box .pro_detail h4 {
    width: 100%;
    float: left;
    padding: 10px 0px 5px 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frnds_box .pro_detail p {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    color: #969696;
    line-height: 15px;
}

.known {}

.known ul {
    width: 100%;
    float: left;
    position: relative;
}

.known ul li {
    width: 100%;
    float: left;
    /*padding: 12px 15px;*/
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08) !important;
    cursor: pointer;
   
}

.known ul li .list_ico {
    width: 57px;
    float: left;
    position: relative;
  /*  padding-top: 9%;*/
}

.known ul li .list_ico img {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    border-radius: 100%;
}

.known ul li .list_details {
    width: calc(100% - 57px);
    float: left;
    position: relative;
}

.known ul li .list_details h4 {
    width: 100%;
    float: left;
   /* padding: 3px 0px;*/
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.known ul li .list_details input[type="submit"] {
    width: auto;
    float: left;
    padding: 5px 12px;
    text-align: left;
    background-color: #4d4c8b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: none;
}

.known ul li .list_details input[type="submit"]:hover,
.known ul li .list_details input[type="submit"]:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.profile_edit_area {
    position: absolute;
    width: auto;
    height: 64px;
    right: 70px;
    top: 310px;
    z-index: 20;
}

.profile_edit_area a {
    width: 64px;
    height: 64px;
    display: block;
    float: left;
    margin: 0px 5px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.profile_edit_area a:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.profile_edit_area a img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
}

.like_page {
    background-color: #ef4545;
}

.follow {
    background-color: #926be0;
}

.edit {
    background-color: #01b7ff;
}

@media (max-width: 920px) {
    .profile_edit_area {
        top: 325px;
    }
    .profile_edit_area a {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 768px) {
    .profile_edit_area {
        width: 48px;
        top: 150px;
    }
    .profile_edit_area a {
        width: 48px;
        height: 48px;
        margin: 5px 0px;
    }
}

@media (max-width: 600px) {
    .profile_edit_area {
        position: absolute;
        width: 32px;
        height: auto;
        right: 30px;
        top: 190px;
    }
    .profile_edit_area a {
        width: 32px;
        height: 32px;
    }
}

.work_space_block {
    width: 100%;
    float: left;
    padding: 0;
    margin: 70px 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.work_space_left {
    width: 60%;
    float: left;
    position: relative;
    background-color: #fff;
}

.work_space_right {
    width: 40%;
    float: left;
    position: relative;
    background-color: rgba(77, 76, 139, 1);
    padding: 50px 30px;
    overflow: hidden;
}

.book_right_area {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.work_space_right h2 {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

.work_space_right h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
    bottom: 0;
    left: calc(50% - 25px);
}

.book_form_area {
    width: 100%;
    float: left;
    *position: relative;
    padding: 0;
    margin: 10px 0 50px 0;
}

@media (max-width: 768px) {
    .work_space_left {
        width: 100%;
    }
    .work_space_right {
        width: 100%;
        padding: 40px 20px;
    }
    .work_space_right h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

.booking {
    width: 100%;
    float: left;
    *position: relative;
    padding: 20px 0 0 0;
}

.fieldset2 {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 20px 25px;
}

.fieldset2:last-child {
    padding: 0 0 0 25px;
}

.fieldset2::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 3px;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.17);
}

.booking label {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 5px 0;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.booking label::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: -25px;
    top: 7px;
}

.lbl1::after {
    background-color: #f84444;
}

.lbl2::after {
    background-color: #f6d72c;
}

.lbl3::after {
    background-color: #61cf47;
}

.lbl4::after {
    background-color: #47e1d1;
}

.pick::after {
    background-color: rgba(0, 107, 97, 1);
}

.drop::after {
    background-color: #4d4c8b;
}

.booking textarea,
.booking input[type="text"],
.booking input[type="date"],
.booking input[type="time"],
.booking select {
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 5px 10px;
    width: 100% !important;
    font-weight: 300;
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}

.booking input[type="text"],
.booking input[type="date"],
.booking input[type="time"],
.booking form select {
    height: 40px;
}

.booking textarea {
    resize: none;
    height: 90px;
}

.booking textarea:focus,
.booking input[type="text"]:focus,
.booking input[type="date"]:focus,
.booking input[type="time"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.35);
}

.booking select {
    /*background: #fff url(../images/down.png) no-repeat scroll right center;*/
    -moz-appearance: none;
    text-overflow: "";
    text-indent: 3px;
}

.booking .submit {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 20px 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}


/*.booking .submit:hover{
	background: #e72f2f;
	color: #fff;
}*/

.booking .submit:focus,
.booking .submit:active {
    border: none;
    box-shadow: none;
    outline: none;
}

.dropdown_area {
    width: 100%;
    float: left;
    position: relative;
}

.select_dropdown {
    width: 100%;
    float: left;
    position: relative;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0 0 4px 4px;
    overflow: auto;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.select_dropdown.is-selected {
    height: 161px;
}

input.dropinput.is-clicked {
    border-radius: 4px 4px 0 0;
}

.select_dropdown li {
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.select_dropdown li:last-child {
    border-bottom: none;
}

.select_dropdown li a {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    background: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 19px;
    cursor: pointer;
}

.notify_area {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: #fff;
    *padding: 20px;
}

.notify_area h3 {
    width: 100%;
    float: left;
    display: block;
    ffont-family: 'Open Sans', sans-serif;
    padding: 10px 20px;
    margin: 0;
    background: none;
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
}

.notify_area h3 a {
    color: #878787;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.notify_area h3 a:hover {
    color: #4d4c8b;
    font-weight: 500;
    text-decoration: underline;
}

.notify_area.is-visible {
    height: 65px;
}

.work_space_left h2 {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 10px 20px 10px;
    margin: 0;
    background: none;
    font-size: 30px;
    color: #4d4c8b;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
}

.work_space_left h3 {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 10px 10px 10px;
    margin: 0;
    background: none;
    font-size: 30px;
    color: #4d4c8b;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
}

.work_space_left p {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 10px 10px 10px;
    margin: 0;
    background: none;
    font-size: 16px;
    color: #676767;
    line-height: 23px;
    text-align: center;
}

.city_space {
    width: 100%;
    max-width: 380px;
    margin: 0px auto;
}

.city_space img {
    width: 100%;
    height: auto;
    display: block;
}

.ride_area {
    width: 100%;
    max-width: 380px;
    margin: 0px auto;
}

.ride_driver {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.ride_driver img {
    width: 100%;
    height: auto;
    display: block;
}

.driver_name {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px 10px 0px;
    margin: 0;
    background: none;
    font-size: 19px;
    color: #454545;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.driver_reg {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin: 0;
    background: none;
    font-size: 16px;
    color: #676767;
    line-height: 23px;
    text-align: center;
}

.ride_details {
    width: 100%;
    float: left;
    margin: 10px 0;
    background-color: #424176;
    position: relative;
}

.ride_details .col {
    width: 33.33333%;
    float: left;
    padding: 15px 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    position: relative;
}

.ride_details .col::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    right: 0;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.ride_details .col:last-child::after {
    display: none;
}

.ride_details .col i {
    padding-right: 5px;
}

@media (max-width: 430px) {
    .ride_details .col {
        width: 100%;
        padding: 15px;
    }
    .ride_details .col::after {
        width: 80%;
        height: 1px;
        right: 10%;
        top: inherit;
        bottom: 0px;
    }
}

.ride_location {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0 0;
}

.ride_location .loc_area {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 10px 10px 20px;
}

.ride_location .loc_area::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 3px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.17);
}

.ride_location .loc_area:last-child::before {
    display: none;
}

.ride_location .loc_area::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 0px;
    top: 13px;
}

.loc_area h5 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #858585;
    padding: 0 0 5px 0;
    margin: 0;
}

.loc_area h2 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #454545;
    padding: 0;
    margin: 0;
}

.look_inside {
    position: absolute;
    width: 100px;
    height: 50px;
    bottom: 0px;
    background-color: #4d4c8b;
    color: #fff;
    left: calc(50% - 50px);
    border-radius: 100px 100px 0 0;
    padding: 29px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.look_inside::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: calc(50% - 15px);
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 12;
    -webkit-animation: totop .7s forwards ease-out infinite;
    -moz-animation: totop .7s forwards ease-out infinite;
    animation: totop .7s forwards ease-out infinite;
}

.back_tohome {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0px;
    background-color: #4d4c8b;
    color: #fff;
    left: calc(50% - 50px);
    border-radius: 0 0 100px 100px;
    padding: 10px 0 29px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.back_tohome::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0px;
    left: calc(50% - 15px);
    background-image: url(../images/arrow_top.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 12;
    -webkit-animation: tobottom .7s forwards ease-out infinite;
    -moz-animation: tobottom .7s forwards ease-out infinite;
    animation: tobottom .7s forwards ease-out infinite;
}

@-webkit-keyframes totop {
    0% {
        top: 0px;
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        top: 5px;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        top: 0px;
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes totop {
    0% {
        top: 0px;
        -moz-animation-timing-function: ease-out;
    }
    50% {
        top: 5px;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        top: 0px;
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes totop {
    0% {
        top: 0px;
        animation-timing-function: ease-in;
    }
    50% {
        top: 5px;
        animation-timing-function: ease-in;
    }
    100% {
        top: 0px;
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes tobottom {
    0% {
        top: 20px;
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        top: 25px;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        top: 20px;
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes tobottom {
    0% {
        top: 20px;
        -moz-animation-timing-function: ease-out;
    }
    50% {
        top: 25px;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        top: 20px;
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes tobottom {
    0% {
        top: 20px;
        animation-timing-function: ease-in;
    }
    50% {
        top: 25px;
        animation-timing-function: ease-in;
    }
    100% {
        top: 20px;
        animation-timing-function: ease-in;
    }
}

.space_left_area,
.space_left_area2 {
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 30px;
    background-color: #fff;
}

.space_left_area2 {
    padding: 100px 30px;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}

.space_left_area2.is-viewed {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.space_left_area.is-hidden {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

@media (max-width: 768px) {
    .space_left_area,
    .space_left_area2 {
        position: relative;
        height: auto;
        padding: 50px 20px;
    }
    .space_left_area2 {
        padding: 50px 20px;
        position: absolute;
        transform: translateY(150%);
        -moz-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -o-transform: translateY(150%);
        -webkit-transform: translateY(150%);
        transition: all linear 0.5s;
        -moz-transition: all linear 0.5s;
        -ms-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
    }
    .space_left_area2.is-viewed {
        position: relative;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    .space_left_area.is-hidden {
        position: absolute;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
}

.promotion_ad_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    overflow: hidden;
    background-image: url(../images/remain_promotion_back.png);
    background-size: 100%;
    height: 20%;
    /*margin-left: 5px;*/
    text-align: center;
}
.promotion_ad_box img{
    
    margin-top: 10%;
   
}

.promotion_ad_box h4 {
    padding-top: 10%;
    text-align: center;
    color: white;
    padding-bottom: 10px;
}
body{
    font-family: 'Open Sans', sans-serif !important;
    padding-top: 40px;
}

.chat_menu {
    width: 4px;
    height: 17px;
    position : absolute;
    top: 9px;
    right: 0px;
    padding: 3px;
    background-image: url(../images/post_menu.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
}

.chat_menu:hover {
    background-position: 0% 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.chat_menu:focus {
    background-position: 0% 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.chat_menu_list {
    height: 0;
    display: none;
    width: 60px !important;
    float: left;
    position: absolute !important;
    z-index: 50;
    top: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 0s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.chat_menu_list.is-collapsed {
    top: 25px;
    height: auto;
    display: block;
}

.chat_menu_list li {
    width: 100% !important;
    float: left !important;
    padding: 10px;
    margin: 0 !important;
    text-align: left !important;
}
.chat_menu_list li a {
    width: 100%;
    float: left;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 15px;
    font-weight: 500;
}

.chat_menu_list li a:hover {
    color: #4d4c8b;
    text-indent: 10px;
}
.position-relative{
    position: relative;

}
.position-absolute{
    position: absolute;
    top     : 0;
    right   : 0;
}
