﻿@charset "utf-8";
html {
    background: #fff
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 300
}
body.loaded {
    opacity: 1;
    position: relative
}
body.loaded .wrapper {
    position: relative
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    background: #161616;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all .5s;
    transition-delay: 2.5s
}
#loading video {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 400px
}
#loading.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -9
}
body, html {
    padding: 0;
    margin: 0
}
* {
    padding: 0;
    margin: 0;
    outline: 0
}
#PageContainer {
    overflow: hidden
}
ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: 0;
    color: #303030;
    outline: 0
}
a img {
    border: 0;
    padding: 0;
    margin: 0
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #303030;
    letter-spacing: 0
}
h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900
}
h2 {
    font-size: 25px;
    line-height: 31px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #3b4556;
    margin-bottom: 10px
}
h3 {
    font-size: 14px;
    line-height: normal;
    font-weight: 400
}
h4 {
    font-size: 12px;
    line-height: normal;
    font-weight: 400
}
h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}
h6 {
    font-size: 16px;
    line-height: normal;
    font-weight: 400
}
@media screen and (max-width:900px) {
    p {
        font-size: 14px;
        line-height: 22px
    }
    h1 {
        font-size: 24px;
        line-height: 32px
    }
    h2 {
        font-size: 20px;
        line-height: 24px
    }
    h3 {
        font-size: 14px
    }
    h4 {
        font-size: 12px
    }
    h5 {
        font-size: 16px;
        line-height: 20px
    }
    h6 {
        font-size: 13px
    }
}
#PageContainer {
    transition: all .5s
}
#page_loader {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: 9999;
    color: #004d69
}
#page_loader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.no-js #loader {
    display: none
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff
}
.container {
    width: 98%;
    max-width: 1320px;
    margin: 0 auto
}
.wrap-middle {
    padding: 0 50px
}
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    transition: ease-in all .5s;
    position: relative
}
.wrapper img {
    width: 100%
}
.p-normal {
    font-size: 20px!important;
    line-height: normal!important
}
.p-small {
    font-size: 18px!important;
    line-height: normal!important
}
.font01 {
    font-family: Muli, sans-serif
}
.main_button {
    width: calc(100% - 100px);
    height: 46px;
    background: #004d69;
    color: #fff;
    font-weight: 800;
    font-family: Muli, sans-serif;
    padding: 0 50px;
    text-align: center;
    font-size: 12px;
    line-height: 46px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: ease-in all .5s;
    outline: 0;
    border: none
}
a.main_button:hover {
    background: #004d69;
    color: #fff
}
.small-button {
    height: 34px;
    background: #004d69;
    color: #fff;
    font-weight: 800;
    font-family: Muli, sans-serif;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    line-height: 34px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: ease-in all .5s;
    outline: 0;
    border: none
}
.main_button.inverse {
    background-color: transparent;
    color: #004d69;
    border: solid 2px #004d69;
    line-height: 46px;
    height: 46px
}
a.main_button.inverse:hover {
    background: #004d69;
    color: #fff
}
.link {
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    transition: ease-in all .5s;
    width: auto!important;
    display: inline-block;
    position: relative
}
.link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: auto;
    left: 0;
    top: 20px;
    background: #fff;
    transition: all .5s linear 0s
}
.link span {
    position: relative
}
.link span:after {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    margin-left: 10px;
    vertical-align: middle;
    transition: all linear .3s
}
.link:hover span:after {
    margin-left: 25px
}
.link:hover:after {
    width: 0
}
.link-arrow {
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    transition: ease-in all .5s;
    width: auto!important;
    display: inline-block;
    position: relative
}
.link-arrow span {
    position: relative
}
.link-arrow span:after {
    content: "";
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 18px;
    font-weight: 300;
    margin-left: 25px;
    vertical-align: middle;
    transition: all linear .3s
}
.link-arrow:hover span:after {
    margin-left: 0
}
.link-arrow:hover {
    color: #fff
}
.link-arrow span:before {
    content: "";
    position: absolute;
    height: 2px;
    right: .05em;
    top: 15px;
    width: 100%;
    transform: translate(0, -55%);
    background: #fff;
    transition: width .6s linear
}
.link-arrow:hover span:before {
    width: 0%
}
.bgwhite {
    background: #fff
}
.for-small-screen {
    display: none!important
}
.regular-screen {
    display: block!important
}
@media only screen and (max-width:1024px) {
    .for-small-screen {
        display: block!important
    }
    .regular-screen {
        display: none!important
    }
}
.vir-mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.header {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #004d69;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
    transition: all .5s
}
.header.sticky {
    position: fixed;
    top: 0;
    padding: 0
}
#dashboard-pages .header {
    position: fixed
}
.header-top {
    display: none;
    border-bottom: 1px solid #4a7c8f;
    transition: ease-in all .5s
}
.header-bottom {
    position: relative;
    transition: ease-in all .5s;
    transition: top .2s ease-in-out 0s, background .5s ease 0s
}
.header .logo {
    transition: all .5s ease-in-out;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}
.logo a {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    transition: all .2s ease-in-out 0s
}
.logo a img {
    height: 28px;
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
    transition: ease-in all .5s
}
.my-account {
    margin-left: 45px;
    height: 100%;
    z-index: 9;
    float: right;
    position: relative
}
.pagetype-login-register .my-account {
    margin-left: 65px
}
.search {
    width: 200px;
    position: relative;
    float: left;
    margin-top: 7px
}
.searchTerm {
    float: left;
    width: calc(100% - 62px);
    height: 24px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0 20px 0 40px;
    border-radius: 5px;
    outline: 0;
    color: #9ea0a5;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: Muli, sans-serif!important;
    transition: all .5s ease-in-out;
    z-index: 2;
    border-radius: 5px;
    position: relative
}
.my-account .searchTerm {
    padding: 5px 20px 5px 40px
}
.searchTerm:focus {
    background: #f5f5f5
}
.searchTerm::-webkit-input-placeholder {
    color: #9ea0a5;
    font-family: Muli, sans-serif!important
}
.searchTerm::-moz-placeholder {
    color: #9ea0a5;
    font-family: Muli, sans-serif!important
}
.searchTerm:-ms-input-placeholder {
    color: #9ea0a5;
    font-family: Muli, sans-serif!important
}
.searchTerm:-moz-placeholder {
    color: #9ea0a5;
    font-family: Muli, sans-serif!important
}
.searchButton {
    background: 0 0;
    border: none;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 20px;
    text-align: center;
    color: #e5e5e5;
    cursor: pointer;
    font-size: 12px;
    line-height: 38px;
    z-index: 6;
    transition: all .5s
}
.searchButton img {
    height: 16px;
    width: auto;
    display: block
}
.search-small {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 0;
    height: 50px;
    position: absolute;
    transition: opacity .4s ease-in-out;
    opacity: 0;
    z-index: -1
}
.search_trigger img {
    height: 25px;
    width: auto;
    display: block
}
.search-small .searchTerm {
    background: #f5f5f5;
    font-size: 16px;
    border: none;
    outline: 0;
    width: calc(100% - 100px);
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    opacity: 0;
    margin: 0 50px;
    position: relative;
    z-index: 4
}
.search-small .searchTerm:focus {
    width: 100%
}
.search-small .searchButton {
    color: #004d69;
    font-size: 22px;
    line-height: 22px;
    left: 15px;
    top: 14px
}
.search-full {
    background: #f5f5f5;
    z-index: 9999;
    opacity: 1
}
.search-full .searchTerm {
    opacity: 1;
    color: #004d69;
    padding: 0
}
.search-full .searchButton {
    top: 0
}
.search_trigger {
    position: absolute;
    right: 15px;
    top: 11px;
    color: #e5e5e5;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px
}
.close_search {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 14px;
    background: url(../images/close-search.png) no-repeat center;
    background-size: contain;
    z-index: 5
}
.select-in-search {
    position: absolute!important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    line-height: 38px;
    margin: 0!important;
    border-radius: 5px;
    z-index: 0
}
.select-in-search .select-selected {
    line-height: 38px;
    height: 38px
}
.select-in-search .select-items div {
    line-height: 38px
}
.select-in-search .same-as-selected, .select-in-search .select-items div:hover {
    background-color: #004d69;
    color: #fff
}
.select-in-search-ontop {
    z-index: 7
}
.arrow-down {
    position: absolute;
    font-family: FontAwesome;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #0d0d0d;
    top: 0;
    bottom: 0;
    line-height: 40px;
    z-index: 2;
    cursor: pointer
}
.search-options {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -3px;
    z-index: 3;
    text-align: left;
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 1px 6px #d3d3d3;
    display: none
}
.search-option-visible {
    display: block
}
.search-options ul {
    position: relative;
    display: block;
    list-style: none
}
.search-options ul>li {
    border: none;
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-radius: 0;
    transition: all .5s
}
.search-options ul>li:hover {
    background: #004d69;
    border-color: rgba(235, 235, 235, .5)
}
.search-options ul>li>a {
    line-height: 40px;
    font-family: Muli, sans-serif;
    font-size: 14px;
    display: block;
    color: rgba(0, 0, 0, .66);
    padding: 0 15px;
    padding-left: 42px;
    position: relative;
    transition: all .5s
}
.search-options ul>li.view-all>a {
    padding-left: 15px;
    color: #004d69;
    font-weight: 700;
    text-decoration: underline;
    font-size: 12px
}
.search-options ul>li.view-all>a:hover {
    text-decoration: none
}
.search-options ul>li:hover>a {
    color: rgba(255, 255, 255, .66)
}
.search-options ul>li>a .img-icons {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 0;
    vertical-align: middle;
    transition: all .5s
}
.search-options ul>li>a .img-icons img {
    height: 100%;
    width: auto;
    display: block
}
.search-options ul>li>a .img-icons .img-icons01 {
    display: block
}
.search-options ul>li>a .img-icons .img-icons02 {
    display: none
}
.search-options ul>li:hover>a .img-icons .img-icons01 {
    display: none
}
.search-options ul>li:hover>a .img-icons .img-icons02 {
    display: block
}
.search-options .child-ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 1px 6px #d3d3d3;
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 1px;
    display: none
}
.search-options .child-ul-open {
    display: block!important
}
.search-options .child-ul-open a {
    display: none
}
.search-options .child-ul-open .child-ul, .search-options .child-ul-open .child-ul a {
    display: block
}
.search-options .hide {
    display: none
}
.my-account-menu {
    display: block;
    list-style: none;
    float: right;
    margin-top: 7px;
    argin-bottom: 7px
}
.my-account-menu li {
    width: auto;
    height: 22px;
    float: left;
    margin: 7px 0;
    margin-left: 30px;
    position: relative;
    border-radius: 7px
}
.my-account-menu li .new-noti {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 10px;
    height: 10px;
    background: #f2c3b5;
    border-radius: 7px
}
.my-account-menu li.d-account-holder {
    width: 36px;
    height: 35px;
    margin: 0;
    margin-left: 30px;
    position: relative
}
.my-account-menu li.d-account-holder a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/d-account-holder-bg.png) center center no-repeat;
    background-size: cover;
    border-radius: 50%
}
.my-account-menu li img {
    display: block;
    width: auto;
    height: 20px;
    transition: all .5s
}
.my-account-menu li:hover img {
    opacity: .5
}
.my-account-menu li.active img {
    opacity: .5
}
.my-account-menu li.d-account-holder img {
    width: 35px;
    height: auto;
    opacity: 1
}
.my-account-menu li.d-account-holder:hover a:after {
    opacity: .5
}
.login-button {
    width: auto!important;
    height: 30px!important;
    font-size: 14px!important;
    line-height: 30px!important;
    font-weight: 400;
    text-transform: none;
    padding: 0 20px!important;
    color: #fff;
    background: 0 0;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    border: solid 1px #fff
}
.signup-button {
    width: auto!important;
    height: 32px!important;
    font-size: 14px!important;
    font-weight: 400;
    line-height: 32px!important;
    text-transform: none;
    padding: 0 15px!important;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    background: #aac3cd
}
.login-button:hover, .signup-button:hover {
    background: #fff;
    color: #a8c3bc
}
.createoptions {
    display: none;
    width: 150px;
    height: auto;
    min-height: 50px;
    border-radius: 7px;
    background: #004d69;
    border: 1px solid rgba(235, 235, 235, .5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    top: 45px;
    left: 10px;
    text-align: left;
    z-index: 1;
    overflow: hidden
}
.createoptions ul {
    display: block;
    list-style: none
}
.createoptions ul li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ebebeb
}
.createoptions ul li a {
    color: rgba(255, 255, 255, .67);
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block
}
@media screen and (max-width:900px) {
    .my-account.open-createoptions .createoptions {
        display: block
    }
}
.pagetype-login-register .my-account-menu {
    display: none
}
.pagetype-login-register.after-login .my-account-menu {
    display: block
}
.pagetype-login-register.after-login .login-button, .pagetype-login-register.after-login .signup-button {
    display: none
}
.pagetype-login-register .create-something {
    display: none
}
.pagetype-login-register.after-login .create-something {
    display: block
}
.pagetype-login-register.after-login .my-account-menu li.d-account-holder img {
    display: none
}
.pagetype-login-register.after-login.u-r-in .my-account-menu li.d-account-holder img {
    display: block
}
.menu_button {
    position: absolute;
    width: 55px;
    height: 55px;
    z-index: 333;
    left: 0;
    top: 0;
    right: auto;
    z-index: 2222;
    font-size: 22px;
    color: #977f12;
    transition: all .5s ease-in-out
}
a.menu_button.active {
    z-index: 999
}
.menu_button.slideout {
    right: calc(50% + 55px)
}
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear
}
.hamburger-box {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 24px;
    height: 2px;
    background: #d8d8d8;
    border-radius: 1px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}
.hamburger-inner::before {
    top: -7px
}
.hamburger-inner::after {
    bottom: -7px
}
.hamburger--spin .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner::before {
    transition: top .1s .34s ease-in, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .14s ease-out
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1)
}
.header_menu {
    margin-left: 70px;
    float: left;
    opacity: 1;
    transition: opacity .5s ease, trasnfrom .5s ease;
    position: relative;
    z-index: 2
}
.header.small .header_menu {
    padding: 17px 0
}
.header_menu ul.menu {
    display: inline-block
}
.header_menu ul li {
    font-family: Muli, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin: 0 20px
}
.header_menu ul li:first-child {
    margin-left: 0
}
.header_menu ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    display: block;
    transition: all .4s ease-in-out
}
.header_menu ul li a:after {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2c3b5;
    transition: all .5s ease
}
.header_menu ul li a:hover:after, .header_menu ul li.active a:after {
    width: 100%
}
#navigation {
    position: absolute;
    width: auto;
    height: calc(100vh - 50px);
    left: 0;
    top: 50px;
    bottom: 0;
    background: nmone;
    padding: 0;
    display: none;
    z-index: 99
}
#navigation.slideIn {
    transform: none
}
.overlay_close {
    display: block;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background: rgba(0, 110, 150, .7)
}
.fixed-nav {
    width: 195px;
    height: 100%;
    position: relative;
    background: #004d69;
    z-index: 9999;
    transition: width .3s ease-out
}
.fixed-nav ul {
    display: block;
    list-style: none
}
.fixed-nav ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}
.fixed-nav ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .3)
}
.fixed-nav ul li a {
    display: block;
    text-align: left;
    transition: ease all .5s;
    max-height: 30px;
    overflow: hidden;
    width: 100%
}
.fixed-nav ul li a img {
    width: 30px;
    float: left;
    display: block;
    vertical-align: middle;
    transition: ease all .5s
}
.fixed-nav ul li a:hover img {
    opacity: .5
}
.fixed-nav ul li.active a img {
    opacity: .5
}
.fixed-nav ul li a .menu-hover-element {
    margin: 0 15px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    opacity: .5;
    float: left;
    transition: ease all .5s
}
.fixed-nav:hover ul li a:hover .menu-hover-element {
    opacity: 1
}
.fixed-nav ul.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.fixed-nav ul li.home-menu a img {
    margin-top: 8px
}
.create-something {
    float: left;
    width: 150px;
    margin-left: 10px
}
.create-something .custom-select {
    margin-bottom: 5px
}
.create-something .select-items div, .create-something .select-selected {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0);
    line-height: 34px;
    letter-spacing: 1px;
    height: 34px;
    margin-top: 6px
}
.create-something .select-selected.select-arrow-active {
    box-shadow: none;
    background: #004d69;
    border-color: rgba(235, 235, 235, .5);
    color: #fff
}
.create-something .select-selected.select-arrow-active:after {
    color: #fff;
    opacity: .68
}
.create-something .select-items {
    border: 1px solid rgba(235, 235, 235, .5)!important;
    box-shadow: none;
    background: #004d69;
    border-top: none!important
}
.create-something .select-items div {
    margin-top: 0;
    background: #004d69;
    border: none;
    color: #fff
}
.create-something .select-items div:before {
    content: "";
    width: auto;
    height: 1px;
    background: rgba(235, 235, 235, .5);
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px
}
#myaccount_menu {
    transition: all .3s ease-out;
    transition-delay: .3s;
    position: absolute;
    width: 290px;
    height: calc(100vh - 50px);
    right: 0;
    top: 50px;
    bottom: 0;
    transform: translateX(360px);
    background: #e5ebe9
}
#myaccount_menu.slideIn {
    transform: none
}
#myaccount_menu .overlay {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
    display: none
}
#myaccount_menu.slideIn .overlay {
    display: block
}
#myaccount_menu ul {
    display: block;
    list-style: none;
    padding-bottom: 20px;
    position: relative
}
#myaccount_menu ul li {
    display: block;
    padding: 0 0 5px 40px;
    position: relative
}
#myaccount_menu ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #467d90;
    transition: ease all .5s
}
#myaccount_menu ul li a strong {
    color: #004d69
}
#myaccount_menu ul li:hover a {
    opacity: .7
}
#myaccount_menu ul.second {
    padding-top: 10px
}
#myaccount_menu ul.third {
    padding-top: 20px
}
#myaccount_menu ul.third:before {
    content: "";
    width: auto;
    height: 1px;
    background: #d2d6d6;
    position: absolute;
    top: 0;
    right: 0;
    left: 40px
}
#myaccount_menu ul li.dashboard {
    padding-bottom: 30px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
    padding: 25px 0 25px 40px
}
#myaccount_menu ul li.dashboard:after {
    content: "";
    width: auto;
    height: 1px;
    background: #d2d6d6;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40px
}
.close {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: 400
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}
.heading {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px
}
.heading2 {
    font-size: 22px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px
}
.middle-container {
    width: 370px;
    min-height: 300px;
    height: auto;
    margin: 0 auto;
    padding: 55px;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    z-index: 1
}
.middle-container h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px
}
.middle-container p {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    letter-spacing: .5px;
    font-weight: 400
}
.middle-container a {
    font-weight: 700;
    transition: ease all .5s;
    text-decoration: underline
}
.middle-container a:hover {
    text-decoration: none
}
.middle-container .select-selected:after {
    position: absolute;
    right: 15px
}
.profile-details-status {
    width: 400px;
    height: 2px;
    background: #f5f5f5;
    z-index: 2;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    display: none
}
.profile-details-status .the-balls {
    font-family: Muli, sans-serif;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin-top: -6px;
    color: #fff;
    font-size: 8px;
    line-height: 15px;
    float: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    text-align: center;
    cursor: pointer
}
.profile-details-status .the-balls.active {
    transform: scale(2, 2);
    background: #004d69
}
.profile-details-status .the-balls:first-child {
    float: left
}
.profile-details-status .the-balls:nth-child(2n) {
    float: left;
    margin-left: calc(25% - 21px)
}
.profile-details-status .the-balls:nth-child(3n) {
    float: left;
    margin-left: calc(25% - 21px)
}
.profile-details-status .the-balls:nth-child(5n) {
    float: right
}
.join-reloop-next-button {
    background: #aac3cd;
    background-size: cover;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    font-weight: 800!important;
    text-decoration: none!important;
    transition: ease all .5s
}
.join-reloop-next-button:hover {
    background: #004d69;
    background-size: cover;
    color: #fff
}
.join-reloop-next-button .d-img {
    width: 15px;
    margin-left: 15px;
    display: inline-block;
    transition: ease all .5s
}
.whole-property {
    width: 800vw;
    overflow-x: hidden;
    transition: ease all .5s
}
.join-reloop-minus {
    transform: translateX(-100vw)
}
.basicinfo-minus {
    transform: translateX(-200vw)
}
.verifyemail-minus {
    transform: translateX(-300vw)
}
.moreinfo-reloop-minus {
    transform: translateX(-400vw)
}
.addprof-pic-minus {
    transform: translateX(-500vw)
}
.addedprof-pic-minus {
    transform: translateX(-600vw)
}
.addedprof-nearly-there {
    transform: translateX(-700vw)
}
.color01 {
    background: #f7ac97!important
}
.color02 {
    background: #809bce!important
}
.color03 {
    background: #004d69!important
}
.color04 {
    background: #3b4556!important
}
.color05 {
    background: #315358!important
}
.color06 {
    background: #8c8e91!important
}
.color07 {
    background: #a8c3bc!important
}
.color08 {
    background: #004d69!important
}
.color09 {
    background: #d0d9d6!important
}
.color10 {
    background: #bccec9!important
}
.color11 {
    background: #98b1bb!important
}
.color12 {
    background: #4d8092!important
}
.color13 {
    background: #f2c3b5!important
}
.color14 {
    background: #e8d9d4!important
}
.color15 {
    background: #edcec4!important
}
.color16 {
    background: #8c8e91!important
}
.color17 {
    background: #d0d0d1!important
}
.color18 {
    background: #b9babb!important
}
.color19 {
    background: #aeb8bc!important
}
.color20 {
    background: #3a5965!important
}
.color21 {
    background: #254855!important
}
.color22 {
    background: rgba(0, 0, 0, .67)!important
}
.color23 {
    background: #63666a!important
}
.no-line {
    padding: 0!important
}
.no-line:after, .no-line:before {
    display: none
}
.forced-divider {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}
.forced-divider:after {
    content: "";
    width: auto;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    bottom: 0;
    left: -35px;
    right: -35px
}
.verti-line {
    width: 1px;
    height: auto;
    margin: 0 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 275px;
    background: #ebebeb
}
.join-reloop {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0 50px 0;
    text-align: center
}
.join-reloop .middle-container {
    padding: 25px 55px
}
.join-reloop .joinus-logo {
    width: 100%;
    display: block;
    text-align: center
}
.join-reloop .joinus-logo img {
    height: 70px;
    width: auto;
    display: inline-block
}
.join-reloop h5 {
    margin-bottom: 35px
}
.join-reloop h2 {
    margin-bottom: 25px
}
.join-reloop .join-buttons {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 25px;
    display: block;
    text-align: center
}
.join-reloop .join-buttons .join-button {
    display: block;
    width: auto;
    background: #f5f5f5;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase!important;
    color: #3b4556;
    padding: 0 25px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none
}
.join-reloop .join-buttons .join-button:hover {
    box-shadow: 0 0 5px 2px rgba(222, 222, 222, .5)
}
.join-reloop .join-buttons .join-button img {
    width: 28px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}
.join-basicinfo {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    position: relative
}
.join-basicinfo form {
    width: 100%;
    margin: 35px 0 0 0
}
.join-basicinfo form .form-group {
    position: relative
}
.join-basicinfo form input {
    width: calc(100% - 32px);
    height: 50px;
    border: none;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: #a6a6a6;
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all .5s ease-in-out
}
.join-basicinfo form input:focus {
    background: #e5e5e5
}
.join-basicinfo form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-basicinfo form input::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-basicinfo form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-basicinfo form input:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.showPass {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 15px;
    right: 15px;
    opacity: .7;
    cursor: pointer;
    background: url(../images/eye.png) no-repeat;
    background-size: contain
}
.hidePass {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 8px;
    right: 15px;
    opacity: .7;
    cursor: pointer;
    background: url(../images/eye-slashed.png) no-repeat;
    background-size: contain;
    display: none
}
.join-basicinfo form .checkbox-single {
    display: block;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    height: 32px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.join-basicinfo form .checkbox-single input {
    position: relative;
    cursor: pointer;
    height: 15px;
    width: 15px;
    border-radius: 7px;
    opacity: .01
}
.checkmark {
    position: absolute;
    top: 0;
    left: 30px;
    height: 18px;
    width: 18px;
    border-radius: 7px;
    border: 1px solid #ccc;
    background: #fff
}
.join-basicinfo form .checkbox-single:hover input~.checkmark {
    background: #f5f5f5
}
.join-basicinfo form .checkbox-single input:checked~.checkmark {
    background: #e5e5e5
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.join-basicinfo form .checkbox-single .checkmark:after {
    left: 10px;
    top: -5px;
    width: 5px;
    height: 15px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.join-basicinfo form .checkbox-single input:checked~.checkmark:after {
    display: block;
    opacity: 1
}
.join-basicinfo form span.check-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 5px;
    color: #3b4556;
    font-family: Muli, sans-serif;
    position: absolute;
    top: 0;
    left: 25px
}
.join-basicinfo form .checkbox-single a {
    color: #3b4556;
    text-decoration: none;
    transition: ease all .5s
}
.join-basicinfo form .checkbox-single a:hover {
    color: #004d69
}
.verify-email {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    position: relative
}
.verify-email .link-ur-email-img {
    height: 120px;
    width: auto;
    margin: 0 0 30px 0
}
.verify-email h6 {
    margin-bottom: 40px
}
.join-moreinfo {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    position: relative
}
.join-moreinfo form {
    width: 100%;
    margin: 45px 0 15px 0
}
.join-moreinfo form .form-group {
    position: relative
}
.join-moreinfo form input {
    width: calc(100% - 32px);
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 50px;
    font-weight: 200;
    margin-bottom: 10px;
    transition: all .5s ease-in-out
}
.join-moreinfo form input:focus {
    background: #f5f5f5
}
.join-moreinfo form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-moreinfo form input::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-moreinfo form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-moreinfo form input:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-moreinfo form .search {
    width: 100%;
    float: none;
    margin-top: 0;
    overflow: hidden;
    border-radius: 7px
}
.join-moreinfo form .searchButton {
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/search-icon.png) center center no-repeat;
    background-color: #e5e5e5;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0 5px 5px 0
}
.join-moreinfo form .searchButton:hover {
    background-color: #8a65e8
}
.custom-select {
    position: relative;
    color: #0d0d0d;
    margin-bottom: 10px
}
.custom-select select {
    display: none
}
.select-selected {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 50px;
    font-weight: 200;
    padding: 0 15px;
    color: #0d0d0d;
    height: 50px;
    text-align: left;
    border-radius: 7px
}
.select-selected:after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    transform: translateY(1px);
    display: inline-block;
    font-size: 18px;
    font-weight: 700
}
.select-items div, .select-selected {
    position: relative;
    z-index: 2;
    user-select: none;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1)
}
.select-selected.select-arrow-active {
    border-radius: 7px 7px 0 0;
    background: #fff;
    box-shadow: 0 -1px 6px #d3d3d3
}
.select-items div {
    font-family: Muli, sans-serif;
    line-height: 50px;
    font-size: 14px;
    padding: 0 15px;
    border: none;
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-radius: 0
}
.select-items div:first-child {
    display: none
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    z-index: 1;
    text-align: left;
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 1px 6px #d3d3d3;
    overflow: hidden;
    z-index: 3
}
.select-hide {
    display: none
}
.same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}
.select-person .select-items div:before, .select-person .select-selected:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 50px;
    margin-right: 20px
}
.select-person .select-items div span, .select-person .select-selected span {
    width: 50px;
    font-size: 10px;
    line-height: 10px;
    margin-right: 20px;
    display: block
}
.join-addprof-pic {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    position: relative
}
.join-addprof-pic .add-pic {
    height: 160px;
    width: auto;
    margin: 10px auto
}
.join-addprof-pic .add-pic-buttons {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: block
}
.join-addprof-pic .add-pic-buttons .add-pic-button {
    display: block;
    width: auto;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase!important;
    border: 1px solid #004d69;
    padding: 0 25px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none
}
.join-addedprof-pic {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    position: relative
}
.join-addedprof-pic .added-pic {
    height: 160px;
    width: auto;
    margin: 10px auto;
    border: 5px solid #fff;
    box-shadow: 0 1px 10px 5px rgba(222, 222, 222, .8);
    border-radius: 50%
}
.join-addedprof-pic .add-pic-buttons {
    width: 100%;
    margin: 0 auto;
    display: block
}
.join-addedprof-pic .add-pic-buttons .add-pic-button {
    display: block;
    width: auto;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase!important;
    padding: 0 25px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.join-addedprof-pic .add-pic-buttons .add-pic-button:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.join-addedprof-pic .add-pic-buttons .crop-pic-button {
    display: block;
    width: auto;
    background: 0 0;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    font-weight: 900;
    text-transform: uppercase!important;
    color: #004d69;
    border: 1px solid #004d69;
    padding: 0 25px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none
}
.join-addedprof-pic .add-pic-buttons .crop-pic-button:hover {
    background: #004d69;
    color: #fff
}
.join-nearly-there {
    width: 100vw;
    float: left;
    height: auto;
    padding: 100px 0;
    text-align: center;
    position: relative
}
.join-nearly-there .added-pic {
    height: 160px;
    width: auto;
    margin: 10px auto 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 1px 10px 5px rgba(222, 222, 222, .8);
    border-radius: 50%
}
.join-nearly-there .name {
    font-weight: 700
}
.join-nearly-there form {
    width: 100%;
    margin: 15px 0 0 0
}
.join-nearly-there form .form-group {
    position: relative
}
.join-nearly-there form input {
    width: calc(100% - 32px);
    height: 50px;
    border: none;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: #a6a6a6;
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    text-align: center
}
.join-nearly-there form input:focus {
    background: #e5e5e5
}
.join-nearly-there form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-nearly-there form input::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-nearly-there form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.join-nearly-there form input:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.youarein {
    width: 100vw;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
    text-align: center;
    position: relative;
    display: none
}
.youarein:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff
}
.addedprof-pic-minus .youarein {
    display: block
}
.youarein h1 {
    margin-bottom: 10px;
    color: #3b4556
}
.youarein p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #3b4556;
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 20px
}
.youarein .video {
    width: 460px;
    height: 300px;
    margin: 30px auto;
    margin-bottom: 40px;
    box-shadow: 0 10px 15px 5px rgba(222, 222, 222, .8)
}
.youarein .video a {
    height: 100%;
    display: block
}
.youarein .video img {
    height: 100%;
    width: auto;
    display: block
}
.youarein .video iframe {
    width: 100%;
    height: 100%
}
.youarein .button-zone {
    display: block;
    margin: 0 auto
}
.youarein .urin-button {
    display: inline-block;
    width: 190px;
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 50px;
    font-weight: 900;
    text-transform: none;
    margin: 0 5px;
    color: #fff;
    transition: ease all .5s
}
.login-page {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    background: #f6f6f6
}
.login-page .login-page-buttons {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block
}
.login-page .login-page-buttons .login-page-button {
    display: block;
    width: auto;
    background: #f5f5f5;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase!important;
    color: #3b4556;
    padding: 0 25px;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
    text-decoration: none
}
.login-page .login-page-buttons .login-page-button:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.login-page .login-page-buttons .login-page-button img {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 11px
}
.login-page p {
    font-size: 16px;
    letter-spacing: -.5px;
    font-weight: 400;
    margin: 10px 0
}
.login-page p a {
    font-size: 16px;
    letter-spacing: -.5px;
    font-weight: 800
}
.login-page p.or {
    text-transform: uppercase;
    color: #bebebe;
    font-size: 15px;
    line-height: 15px
}
.login-page p.forgot-password {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
    float: right;
    color: #333
}
.login-page p.forgot-password a {
    text-decoration: none;
    font-family: Muli, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px
}
.login-page p.forgot-password img {
    height: 15px;
    width: auto;
    display: inline-block;
    vertical-align: middle
}
.login-page form {
    width: 100%;
    margin: 35px 0 0 0
}
.login-page form .form-group {
    position: relative
}
.login-page form input {
    width: calc(100% - 32px);
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .5s ease-in-out
}
.login-page form input:focus {
    background: #f5f5f5
}
.login-page form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.login-page form input::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.login-page form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.login-page form input:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.footer {
    width: 100%;
    height: auto;
    z-index: 2;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .15)
}
.footer .footer-single img {
    display: block
}
.footer .footer-single h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px
}
.footer .footer-single p {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 1px;
    min-height: 50px;
    margin-bottom: 20px
}
.footer .footer-single p:last-child {
    margin: 0
}
.footer-logo {
    height: 75px;
    margin-right: 40px;
    float: left
}
.footer-logo img {
    width: auto!important;
    display: block;
    vertical-align: middle;
    height: 55px;
    margin: 10px 0
}
.footer-menu {
    float: left
}
.footer-menu ul {
    display: block;
    list-style: none
}
.footer-menu ul li {
    float: left;
    margin-right: 50px
}
.footer-menu ul li a {
    font-size: 12px;
    line-height: 75px;
    color: #474747
}
.footer-social {
    float: right
}
.footer-social .social {
    float: right
}
.footer-social .social li {
    float: left;
    margin-left: 30px
}
.footer-social .social li:first-child {
    margin-left: 0
}
.footer-social .social li a {
    font-size: 20px;
    line-height: 75px;
    color: #3b3b3b;
    transition: ease all .5s
}
.footer-social .social li a:hover {
    opacity: .6
}
.footer-social .social li a img {
    height: 20px;
    display: block;
    width: auto;
    margin-left: -15px
}
.tag-panel {
    width: 100%;
    height: auto;
    text-align: center
}
.tag-panel ul {
    list-style: none;
    display: block
}
.tag-panel ul li {
    padding: 0 15px;
    margin: 5px 3px 5px 0;
    background: #f5f5f5;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    transition: ease all .5s;
    font-size: 11px;
    color: #3b4556;
    line-height: 30px;
    font-weight: 400;
    overflow: hidden
}
.tag-panel ul li a {
    display: block;
    position: relative;
    transition: ease all .5s
}
.tag-panel ul li a:after {
    transition: ease all .5s
}
.tag-panel ul li:hover a {
    color: #fff;
    padding: 0 15px;
    margin: 0 -15px;
    background: #a0a0a0
}
.tag-panel.closeable ul li:hover a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/tag-close.png) center center no-repeat;
    background-size: cover;
    margin-left: 5px
}
#notification {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99999
}
#notification .notification-single {
    width: 315px;
    height: 85px;
    padding: 20px;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: 10px;
    display: none;
    position: relative
}
#notification .show-notification {
    display: block
}
#notification .close-notification {
    position: absolute;
    top: 20px;
    right: 20px!important;
    width: 14px;
    height: 14px;
    display: block;
    z-index: 1;
    transition: ease all .5s
}
#notification .close-notification:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
#notification .close-notification img {
    width: 100%;
    display: block
}
#notification .inner-content {
    position: relative
}
#notification .inner-content .d-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    float: left;
    margin-right: 30px
}
#notification .inner-content .d-img .noti-circles {
    width: 100%;
    height: 100%;
    border-radius: 50%
}
#notification .inner-content .d-img img {
    width: 100%;
    display: block
}
#notification .inner-content .d-content {
    float: left;
    position: absolute;
    left: calc(80px + 30px);
    top: 50%;
    transform: translateY(-50%)
}
#notification .inner-content .d-content p {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #3b4556
}
#notification .inner-content .d-content p strong {
    color: #004d69
}
.profile-user {
    background: #fbfcfe;
    padding: 140px 0 90px 0
}
.dots-for-more {
    display: block;
    z-index: 9;
    cursor: pointer
}
.dots-for-more img {
    width: auto;
    height: 6px;
    display: block
}
.my-panel {
    width: 24%;
    height: auto;
    margin-right: 25px;
    float: left;
    position: relative;
    max-width: 315px
}
.my-panel .dots-for-more {
    position: absolute;
    right: 25px;
    bottom: 45px;
    display: none
}
.my-panel .edit-profile-icon {
    position: absolute;
    top: 25px;
    right: 15px;
    height: 20px;
    width: auto
}
.my-panel .edit-profile-icon img {
    height: 100%;
    width: auto
}
.my-panel .my-details {
    width: calc(100% - 50px);
    height: auto;
    border-radius: 7px;
    padding: 25px;
    padding-top: 125px;
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.my-panel .my-details .d-img {
    width: 215px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    border: 5px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    max-width: 80%;
    background: rgba(0, 77, 105, 0);
    transition: all ease .5s
}
.my-panel .my-details .d-img:hover {
    background: #004d69
}
.my-panel .my-details .d-img img {
    width: 100%;
    display: block;
    transition: all ease .5s
}
.my-panel .my-details .d-img:hover img {
    opacity: .5
}
.my-panel .my-details .d-img .update-mypic {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    transition: all ease .5s
}
.my-panel .my-details .d-img:hover .update-mypic {
    top: 50%;
    transform: translateY(-50%)
}
.my-panel .my-details .d-img .update-mypic img {
    height: 50px;
    width: auto;
    display: inline-block;
    float: none
}
.my-panel .my-details .d-img:hover .update-mypic img {
    opacity: 1
}
.my-panel .my-details .d-img .update-mypic span {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff
}
.my-panel .my-details .d-content {
    width: 100%;
    height: auto
}
.my-panel .my-details .d-content .my-name {
    line-height: 25px;
    font-weight: 700;
    color: #3b4556;
    display: block
}
.my-panel .my-details .d-content .designation {
    line-height: 25px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative
}
.profile-live .my-panel .my-details .d-content .designation:after {
    display: none
}
.my-panel .my-details .d-content .location {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative;
    margin-bottom: 20px
}
.add-profile-content-page .my-panel .my-details .d-content .location, .profile-connected .my-panel .my-details .d-content .location, .profile-live-with-all-data .my-panel .my-details .d-content .location, .profile-not-conncted .my-panel .my-details .d-content .location {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px
}
.my-panel .my-details .d-content .location:before {
    content: "";
    width: 11px;
    height: 15px;
    background: url(../images/locaton-marker-pink.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: -15px
}
.my-panel .my-details .d-content .open2new-opportunities {
    display: block;
    line-height: 22px;
    font-weight: 900;
    color: #004d69;
    margin-bottom: 25px
}
.my-panel .my-details .d-content .open2new-opportunities.not-available {
    color: #f2c3b5;
    font-weight: 700
}
.profile-connected .my-panel .my-details .d-content .open2new-opportunities, .profile-not-conncted .my-panel .my-details .d-content .open2new-opportunities {
    margin-bottom: 0
}
.my-panel .my-details .d-content .my-info {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000
}
.my-panel .my-details .d-content .tag-panel {
    position: relative;
    padding-top: 15px
}
.my-panel .my-details .d-content .tag-panel ul li {
    margin: 2px;
    padding: 0 15px
}
.my-panel .my-details .d-content .tag-panel ul li:hover {
    background: #f5f5f5
}
.my-panel .my-details .d-content .tag-panel ul li a {
    font-size: 10px;
    line-height: 25px
}
.my-panel .my-details .d-content .tag-panel ul li:hover a {
    padding: 0 15px;
    color: #3b4556
}
.my-panel .my-details .d-content .tag-panel ul li:hover a:after {
    display: none
}
.my-panel .my-details .d-content .available-status {
    width: 100%;
    margin: 10px 0 0 0;
    position: relative
}
.my-panel .my-details .d-content .available-status:first-child {
    margin: 20px 0 0 0
}
.my-panel .my-details .d-content .available-status p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    line-height: 20px
}
.my-panel .my-details .d-content .available-status .status-bar {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
    width: 60px;
    float: right
}
.my-panel .my-details .d-content .available-status .status-bar img {
    height: 30px;
    width: auto;
    vertical-align: middle
}
.my-panel .my-details .d-content .available-status .status-bar .img-01 {
    display: block
}
.my-panel .my-details .d-content .available-status .status-bar .img-02 {
    display: none
}
.my-panel .my-details .d-content .available-status .status-bar.clicked .img-01 {
    display: none
}
.my-panel .my-details .d-content .available-status .status-bar.clicked .img-02 {
    display: block
}
.my-panel .my-details .d-content .available-status .seek-support-bar {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
    width: 60px;
    float: right
}
.my-panel .my-details .d-content .available-status .seek-support-bar img {
    height: 30px;
    width: auto;
    vertical-align: middle
}
.my-panel .my-details .d-content .available-status .seek-support-bar .img-01 {
    display: block
}
.my-panel .my-details .d-content .available-status .seek-support-bar .img-02 {
    display: none
}
.my-panel .my-details .d-content .available-status .seek-support-bar.clicked .img-01 {
    display: none
}
.my-panel .my-details .d-content .available-status .seek-support-bar.clicked .img-02 {
    display: block
}
.my-panel .my-details .d-content .available-status .calendar-panel {
    display: none
}
.my-panel .my-details .d-content .available-status .calendar-panel .calender-buttons {
    display: block;
    text-align: center;
    margin: 25px auto
}
.my-panel .my-details .d-content .available-status .calendar-panel .calender-buttons .save {
    display: inline-block;
    width: 50px!important;
    height: 35px!important;
    padding: 0 20px!important;
    font-size: 11px!important;
    line-height: 35px!important;
    letter-spacing: 0!important;
    margin: 0 5px
}
.my-panel .my-details .d-content .available-status .calendar-panel .calender-buttons .cancel {
    display: inline-block;
    width: 50px!important;
    height: 35px!important;
    padding: 0 20px!important;
    font-size: 11px!important;
    line-height: 35px!important;
    letter-spacing: 0!important;
    border-color: #e5e5e5;
    background: #e5e5e5;
    margin: 0 5px
}
.my-panel .my-details .d-content .available-status .calendar-panel .calender-buttons .cancel:hover {
    background: #8a65e8;
    border-color: #8a65e8
}
.my-panel .my-details .d-content .available-status .addmore-dates-button {
    background: #fff;
    border: 1px solid #a8c3bc;
    color: #a8c3bc;
    margin-top: 20px;
    width: auto;
    line-height: 40px;
    height: 40px;
    display: none
}
.my-panel .my-details .d-content .available-status.calender-open .addmore-dates-button {
    display: inline-block
}
.my-panel .my-details .d-content .available-status .addmore-dates-button:hover {
    background: #004d69;
    border-color: #004d69;
    color: #fff
}
.mydetails-social {
    display: block;
    text-align: center;
    margin: 20px 0
}
.mydetails-social ul {
    display: block;
    list-style: none
}
.mydetails-social ul li {
    display: inline-block;
    margin: 0 10px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    background: #fff;
    text-align: center;
    transition: ease all .5s;
    overflow: hidden
}
.mydetails-social ul li:hover {
    background: #004d69
}
.mydetails-social ul li:hover img {
    filter: brightness(1000%)
}
.mydetails-social ul li a {
    display: block;
    text-align: center
}
.mydetails-social ul li a img {
    width: auto;
    height: 25px;
    display: inline-block;
    margin-top: 14px
}
.my-panel .timeline-buttonzone {
    position: relative;
    text-align: center
}
.my-panel .timeline-buttonzone .timeline-buttons-left {
    float: none;
    display: inline-block
}
.my-panel .timeline-buttonzone .timeline-buttons-right {
    float: none;
    display: inline-block
}
.my-panel .timeline-buttonzone ul {
    list-style: none;
    display: inline-block
}
.my-panel .timeline-buttonzone ul li {
    display: inline-block;
    text-align: center;
    margin: 0 3px
}
.my-panel .timeline-buttonzone ul li a {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 1px;
    display: block;
    text-align: center
}
.my-panel .timeline-buttonzone ul li a .icon {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    display: block;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    transition: ease all .5s;
    overflow: hidden
}
.my-panel .timeline-buttonzone ul li:hover a .icon {
    background: #004d69;
    text-align: center
}
.my-panel .timeline-buttonzone ul li a .apply-now-icon {
    background: #004d69;
    text-align: center
}
.my-panel .timeline-buttonzone ul li:hover a .apply-now-icon {
    background: #3b4556
}
.my-panel .timeline-buttonzone ul li:hover a .icon img {
    filter: brightness(500%)
}
.my-panel .timeline-buttonzone ul li a .icon-white img {
    filter: brightness(500%)
}
.my-panel .timeline-buttonzone ul li a .icon img {
    width: auto;
    height: 24px;
    display: inline-block;
    margin-top: 15px
}
.my-panel .timeline-buttonzone ul li a .button-connect {
    background: #f2c3b5
}
.my-panel .timeline-buttonzone ul li a .button-connect img {
    height: 17px;
    width: auto;
    margin-top: 19px;
    margin-left: 1px
}
.user-timeline {
    width: calc(76% - 25px);
    height: auto;
    float: right;
    position: relative;
    max-width: 980px
}
.user-timeline h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 0
}
.user-timeline .timeline-buttonzone {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0
}
.user-timeline .timeline-buttonzone p {
    float: left;
    font-size: 15px;
    line-height: 52px;
    font-weight: 700;
    color: #303030;
    margin-top: 30px
}
.user-timeline .timeline-buttonzone .timeline-buttons-left {
    float: left
}
.user-timeline .timeline-buttonzone .timeline-buttons-right {
    float: right
}
.user-timeline .timeline-buttonzone ul {
    list-style: none;
    display: block
}
.user-timeline .timeline-buttonzone ul li {
    float: left;
    text-align: center;
    margin-left: 25px
}
.user-timeline .timeline-buttonzone ul li:first-child {
    margin-left: 10px
}
.user-timeline .timeline-buttonzone ul li a {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 1px;
    display: block;
    text-align: center
}
.user-timeline .timeline-buttonzone ul li a span {
    opacity: .5;
    transition: ease all .5s
}
.user-timeline .timeline-buttonzone ul li:hover a span {
    opacity: 1
}
.user-timeline .timeline-buttonzone ul li a .icon {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    display: block;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    transition: ease all .5s;
    overflow: hidden
}
.user-timeline .timeline-buttonzone ul li:hover a .icon {
    background: #004d69;
    text-align: center;
    transform: scale(1.1, 1.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.user-timeline .timeline-buttonzone ul li a .apply-now-icon {
    background: #004d69;
    text-align: center
}
.user-timeline .timeline-buttonzone ul li:hover a .apply-now-icon {
    background: #3b4556
}
.user-timeline .timeline-buttonzone ul li:hover a .icon img {
    filter: brightness(500%)
}
.user-timeline .timeline-buttonzone ul li a .icon-white img {
    filter: brightness(500%)
}
.user-timeline .timeline-buttonzone ul li a .icon img {
    width: auto;
    height: 24px;
    display: inline-block;
    margin-top: 15px
}
.user-timeline .timeline-buttonzone ul li a .button-connect {
    background: #f2c3b5
}
.user-timeline .timeline-buttonzone ul li a .button-connect img {
    height: 17px;
    width: auto;
    margin-top: 19px;
    margin-left: 1px
}
.user-timeline .timeline-buttonzone ul li:hover a .button-connect img {
    filter: none
}
.user-timeline .timeline-buttonzone ul li a .button-connect .img01 {
    display: inline-block
}
.user-timeline .timeline-buttonzone ul li a .button-connect .img02 {
    display: none
}
.user-timeline .timeline-buttonzone ul li:hover a .button-connect .img01 {
    display: none
}
.user-timeline .timeline-buttonzone ul li:hover a .button-connect .img02 {
    display: inline-block
}
.profile-privacy {
    float: left;
    width: 150px;
    margin-left: 10px;
    margin-top: 25px
}
.profile-privacy .custom-select {
    margin-bottom: 5px
}
.profile-privacy .select-items div, .profile-privacy .select-selected {
    color: #303030;
    border: solid 1px rgba(255, 255, 255, 0);
    font-size: 15px;
    font-weight: 700;
    color: #303030;
    height: 50px;
    letter-spacing: 1px;
    margin-top: 6px
}
.profile-privacy .select-selected.select-arrow-active {
    box-shadow: none;
    background: #fff;
    border-color: rgba(235, 235, 235, .5);
    color: #303030
}
.profile-privacy .select-selected:after {
    float: right
}
.profile-privacy .select-selected.select-arrow-active:after {
    color: #303030;
    opacity: .68
}
.profile-privacy .select-items {
    border: 1px solid rgba(235, 235, 235, .5)!important;
    box-shadow: none;
    background: #fff;
    border-top: none!important
}
.profile-privacy .select-items div {
    margin-top: 0;
    background: #fff;
    border: none;
    color: #303030
}
.profile-privacy .select-items div:before {
    content: "";
    width: auto;
    height: 1px;
    background: rgba(235, 235, 235, .5);
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px
}
.profile-privacy .same-as-selected, .profile-privacy .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}
.journey {
    width: calc(100% - 60px);
    height: auto;
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.journey .journey-header {
    width: 100%
}
.journey .journey-header h2 {
    display: inline-block;
    color: #3b4556;
    float: left;
    text-transform: uppercase
}
.journey .journey-header .edit-journey {
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 20px;
    color: #3b4556
}
.journey .journey-header .edit-journey .icon {
    float: right;
    margin-left: 10px;
    margin-top: 5px
}
.journey .journey-header .edit-journey .icon img {
    height: 16px;
    width: auto;
    display: block
}
.journey .journey-indications {
    display: block;
    text-align: center;
    margin-top: 80px
}
.journey .journey-indications ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto
}
.journey .journey-indications ul li {
    float: left;
    text-align: right;
    margin-left: 33px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px
}
.journey .journey-indications ul li .color-box {
    width: 32px;
    height: 9px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px
}
.add-profile-content-page .journey .journey-indications {
    margin-top: 0
}
.journey .add-journey {
    width: 100%;
    height: auto;
    padding: 50px 0
}
.journey .add-journey .add-2-ur-story {
    padding: 80px 0;
    text-align: center;
    display: block
}
.journey .add-journey .add-2-ur-story a {
    display: inline-block
}
.journey .add-journey .add-2-ur-story .add-2-ur-story-img {
    width: 145px;
    height: auto;
    margin: 0 auto;
    display: block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 50%;
    margin-bottom: 20px
}
.journey .add-journey .add-2-ur-story .add-2-ur-story-img img {
    width: 100%;
    display: block
}
.journey .add-journey .add-2-ur-story h2 {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    color: #3b4556;
    line-height: 25px
}
.journey .d-journey {
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 30px
}
.journey .d-journey img {
    width: 100%;
    display: block
}
.journey .d-journey .years-graph-bg {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.journey .d-journey .years-graph-bg .years-single {
    width: 24%;
    height: 100%;
    position: relative;
    float: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 50px;
    background: #fff;
    color: #3b4556;
    opacity: .4;
    text-align: center
}
.journey .d-journey .years-graph-bg .years-single:first-child {
    text-align: left;
    width: 14%
}
.journey .d-journey .years-graph-bg .years-single:last-child {
    text-align: right;
    width: 14%
}
.journey .d-journey .years-graph-bg .years-single span {
    position: relative;
    height: 100%;
    text-align: center;
    display: inline-block
}
.journey .d-journey .years-graph-bg .years-single span:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #ebebeb;
    display: block;
    margin: 0 auto
}
.journey .d-graph {
    padding: 20px 15px 50px 15px;
    position: relative
}
.journey .d-graph .d-graph-single {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    position: relative
}
.journey .d-graph .graph-single-bottom {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px
}
.journey .d-graph .d-graph-single-color {
    width: auto;
    height: 8px;
    border-radius: 6px;
    z-index: 1
}
.journey .d-graph .d-graph-single-color:hover {
    opacity: 1!important;
    z-index: 9
}
.journey .d-graph .d-graph-single-color a {
    display: block;
    width: 100%;
    height: 100%
}
.journey .d-graph .d-graph-single-color:after {
    position: absolute;
    right: 0;
    top: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all .3s
}
.journey .d-graph .d-graph-single-color.color01:after {
    background: #f7ac97
}
.journey .d-graph .d-graph-single-color.color02:after {
    background: #809bce
}
.journey .d-graph .d-graph-single-color.color03:after {
    background: #004d69
}
.journey .d-graph .d-graph-single-color.color04:after {
    background: #3b4556
}
.journey .d-graph .d-graph-single-color.color05:after {
    background: #315358
}
.journey .d-graph .d-graph-single-color.color06:after {
    background: #8c8e91
}
.journey .d-graph .d-graph-single-color.color07:after {
    background: #a8c3bc
}
.journey .d-graph .d-graph-single-color.color08:after {
    background: #004d69
}
.journey .d-graph .d-graph-single-color.color09:after {
    background: #d0d9d6
}
.journey .d-graph .d-graph-single-color.color10:after {
    background: #bccec9
}
.journey .d-graph .d-graph-single-color.color11:after {
    background: #98b1bb
}
.journey .d-graph .d-graph-single-color.color12:after {
    background: #4d8092
}
.journey .d-graph .d-graph-single-color.color13:after {
    background: #f2c3b5
}
.journey .d-graph .d-graph-single-color.color14:after {
    background: #e8d9d4
}
.journey .d-graph .d-graph-single-color.color15:after {
    background: #edcec4
}
.journey .d-graph .d-graph-single-color.color16:after {
    background: #8c8e91
}
.journey .d-graph .d-graph-single-color.color17:after {
    background: #d0d0d1
}
.journey .d-graph .d-graph-single-color.color18:after {
    background: #b9babb
}
.journey .d-graph .d-graph-single-color.color19:after {
    background: #aeb8bc
}
.journey .d-graph .d-graph-single-color.color20:after {
    background: #3a5965
}
.journey .d-graph .d-graph-single-color.color21:after {
    background: #254855
}
.journey .d-graph .d-graph-single-color.color22:after {
    background: #63666a
}
.journey .d-graph .d-graph-single-color:hover:after {
    transform: scale(1.5, 1.5)
}
.journey .d-graph .graph-single-bottom .d-graph-single-color:after {
    display: none
}
.tooltip {
    position: relative
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .13);
    text-align: left
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}
.tooltip:hover .tooltiptext {
    visibility: visible
}
.tooltip .tooltiptext .tooltip-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
    color: #000
}
.tooltip .tooltiptext .tooltip-designation {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
    color: #7b818d
}
.tooltip .tooltiptext .tooltip-location {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
    color: #000;
    margin-top: 5px
}
.tooltip .tooltiptext .tooltip-location span {
    color: #7b818d
}
.tooltip .tooltiptext .tooltip-location img {
    height: 15px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.timeline-info {
    width: 100%;
    height: auto;
    margin-top: 30px
}
.timeline-info .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 10px 40px;
    transition: .3s
}
.timeline-info .tab button h2 {
    color: #3b4556;
    opacity: .67;
    position: relative;
    font-size: 20px
}
.timeline-info .tab button h2:after {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background: #a8c3bc;
    transition: all .5s ease
}
.timeline-info .tab button:hover h2 {
    opacity: 1
}
.timeline-info .tab button.active h2 {
    opacity: 1
}
.timeline-info .tab button.active h2:after {
    width: 100%
}
.timeline-info .tabcontent {
    overflow: hidden;
    display: none;
    width: calc(100% - 80px);
    height: auto;
    border-radius: 5px;
    padding: 0 40px 50px 40px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.timeline-info .tabcontent .inner-content {
    position: relative
}
.timeline-info .tabcontent .add-content {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}
.timeline-info .tabcontent h2 {
    color: #3b4556
}
.timeline-info .tabcontent h6 {
    color: #3b4556;
    letter-spacing: 1px
}
.timeline-info .tabcontent .add-info {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: -20px
}
.timeline-info .tabcontent .add-info img {
    width: 100%;
    display: block
}
.timeline-info .tabcontent .add-bio {
    display: inline-block;
    margin-top: 30px
}
.timeline-info .tabcontent .add-bio .add-bio-img {
    width: 145px;
    height: auto;
    margin: 0 auto;
    display: block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 50%;
    margin-bottom: 20px
}
.timeline-info .tabcontent .add-bio .add-bio-img img {
    width: 100%;
    display: block
}
.timeline-info .tabcontent .add-bio h2 {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    color: #3b4556;
    line-height: 25px
}
.timeline-info .tabcontent .edit-profile-icon {
    position: absolute;
    top: 20px;
    right: -20px;
    height: 20px;
    width: auto
}
.timeline-info .tabcontent .edit-profile-icon img {
    height: 100%;
    width: auto
}
.bio {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px
}
.bio-left {
    width: 525px;
    height: auto;
    float: left
}
.bio-left h5 {
    color: #3b4556;
    display: block;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}
.bio-left h5:after {
    content: "";
    width: auto;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.bio-left p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000
}
.bio-right {
    width: 275px;
    height: auto;
    float: right
}
.bio-right h6 {
    color: #3b4556;
    display: block;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}
.bio-right h6:after {
    content: "";
    width: auto;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.bio-right .tag-panel {
    text-align: right;
    margin-bottom: 30px
}
.bio-right .tag-panel ul {
    float: right
}
.bio-right .tag-panel ul li a {
    font-size: 10px;
    padding: 0 20px
}
.bio-right .tag-panel ul li:hover a {
    padding: 0 20px
}
.bio-right .tag-panel ul li:hover a:after {
    display: none
}
.bio-right .bio-gal {
    width: 100%;
    height: auto;
    text-align: right
}
.bio-right .bio-gal img {
    width: auto;
    height: 55px;
    margin-left: 5px;
    display: inline-block
}
.bio-right .bio-gal img:first-child {
    margin: 0
}
.bio .mydetails-social h6 {
    color: #3b4556;
    display: block;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}
.bio .mydetails-social h6:after {
    content: "";
    width: auto;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.in-depth {
    width: 100%;
    height: auto;
    padding-top: 30px
}
.in-depth .indepth-content {
    position: relative
}
.in-depth .add-indepth-content {
    float: right;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -7px;
    right: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.in-depth .add-indepth-content a {
    display: block;
    overflow: hidden
}
.in-depth .add-indepth-content img {
    width: 20px;
    height: 20px;
    margin: 11px auto;
    vertical-align: middle
}
.in-depth h2 {
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
    text-transform: none;
    border-bottom: 1px solid #ebebeb;
    color: #000
}
.in-depth h2 .color-box {
    width: 32px;
    height: 9px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 20px
}
.in-depth .indepth-content-inner {
    width: 100%;
    height: auto;
    margin-bottom: 50px
}
.in-depth .indepth-content-inner-single {
    padding: 10px 40px;
    margin: 0 -40px;
    position: relative
}
.in-depth .indepth-content-inner-single:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #ebebeb
}
.in-depth .indepth-content-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    float: left
}
.in-depth .indepth-content-img img {
    width: 100%;
    display: block
}
.in-depth .heading-bar {
    width: 100%;
    margin-bottom: 5px;
    min-height: 60px
}
.in-depth .indepth-content-inner-single.indepth-accordian-open .heading-bar {
    min-height: 85px
}
.in-depth .heading-bar .name {
    width: auto;
    margin-right: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #3b4556
}
.in-depth .heading-bar .name span.designation {
    font-weight: 400
}
.in-depth .heading-bar .designation-inner-img {
    height: 15px;
    width: auto;
    display: inline-block;
    transform: translateY(2px)
}
.in-depth .heading-bar .date {
    width: auto;
    margin-right: 20px;
    float: right;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #3b4556;
    letter-spacing: 1px;
    margin-top: 10px
}
.in-depth .heading-bar .date img {
    height: 40px;
    width: auto;
    margin-right: 10px;
    float: left
}
.in-depth .heading-bar .location {
    width: auto;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #3b4556;
    letter-spacing: 1px
}
.in-depth .heading-bar .location img {
    height: 16px;
    width: auto;
    margin-right: 10px;
    float: left
}
.in-depth .heading-bar .content-left {
    float: left;
    display: inline-block
}
.in-depth .indepth-inner-body {
    position: relative
}
.in-depth .indepth-content-left {
    width: 500px;
    height: auto;
    float: left
}
.in-depth .indepth-content-left p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3b4556;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.in-depth .indepth-content-right {
    width: 300px;
    height: auto;
    float: right
}
.in-depth .indepth-content-right .tag-panel {
    text-align: right;
    transition: all ease .5s;
    float: right;
    width: 100%
}
.in-depth .indepth-content-right .tag-panel ul {
    margin-top: 10px;
    transition: all ease .5s
}
.in-depth .indepth-content-right .tag-panel ul li {
    padding: 0 20px;
    margin-right: 0;
    margin-left: 3px;
    display: none;
    transition: all ease .5s
}
.in-depth .indepth-content-right .tag-panel ul li a {
    font-size: 10px
}
.in-depth .indepth-content-right .tag-panel ul li:hover a {
    padding: 0 15px
}
.in-depth .indepth-content-right .tag-panel ul li:hover a:after {
    display: none
}
.in-depth .indepth-content-right .depth-gal {
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: right
}
.in-depth .indepth-content-right .depth-gal img {
    width: auto;
    height: 55px;
    margin-left: 5px;
    display: inline-block
}
.in-depth .indepth-content-right .depth-gal img:first-child {
    margin: 0
}
.in-depth .indepth-content-right .tag-panel ul li.row01 {
    display: inline-block
}
.in-depth .indepth-content-inner-single.indepth-accordian-open .indepth-content-right .tag-panel ul {
    margin-top: 5px
}
.in-depth .indepth-content-inner-single.indepth-accordian-open .indepth-content-right .tag-panel ul li {
    display: inline-block
}
.in-depth .indepth-content-right .indepth-hover-buttons {
    margin-top: 10px;
    float: right;
    transition: all ease .5s
}
.in-depth .indepth-content-right .indepth-hover-buttons .indepth-hover-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-left: 20px;
    float: left
}
.in-depth .indepth-content-right .indepth-hover-buttons .indepth-edit-button {
    background: #fff
}
.in-depth .indepth-content-right .indepth-hover-buttons .indepth-edit-button img {
    height: 20px;
    width: auto;
    margin: 13px auto;
    display: block
}
.in-depth .indepth-content-right .indepth-hover-buttons .indepth-delete-button img {
    height: 25px;
    width: auto;
    margin: 10px auto;
    display: block
}
.in-depth .heading-bar .more-option {
    float: right;
    font-size: 25px;
    line-height: 40px;
    width: 4px;
    height: auto;
    background: url(../images/more-verti.png) center center no-repeat;
    background-size: contain;
    position: relative;
    cursor: pointer;
    display: none
}
.in-depth .indepth-content-inner-single.indepth-accordian-open .heading-bar .more-option {
    display: block
}
.in-depth .heading-bar .more-option img {
    width: 4px;
    height: auto;
    display: block;
    margin: 18px 0
}
.in-depth .heading-bar .in-depth .heading-bar .moreoptions ul {
    display: block;
    list-style: none
}
.in-depth .heading-bar .moreoptions ul li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ebebeb
}
.in-depth .heading-bar .moreoptions ul li:first-child {
    border: none
}
.in-depth .heading-bar .moreoptions ul li a {
    color: rgba(59, 9, 86, .67);
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    display: block
}
.in-depth .heading-bar .moreoptions ul li a img {
    width: auto;
    height: 14px;
    float: left;
    margin-right: 7px;
    margin-top: 7px
}
.indepth-content-inner-single:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.education .heading-bar .date {
    float: left;
    margin: 0
}
.education .heading-bar .location {
    float: left;
    line-height: 40px
}
.education .heading-bar .location img {
    height: 40px
}
.education .indepth-content-left {
    width: 470px
}
.education .indepth-content-right {
    width: 330px
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.recommedations {
    width: 100%;
    height: auto
}
.recommedations .recommedation-single {
    width: auto;
    display: block;
    padding: 25px 40px;
    margin: 0 -40px;
    position: relative;
    overflow: hidden;
    transition: ease all .5s
}
.recommedations .recommedation-single:after {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #ebebeb
}
.recommedations .recommedation-single:after {
    bottom: 0
}
.recommedations .recommedation-single:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.recommedations .recommedation-single-left {
    width: 40px;
    margin-right: 15px;
    float: left
}
.recommedations .recommedation-single-left img {
    width: 100%;
    display: block
}
.recommedations .recommedation-single-right {
    width: 720px;
    float: left
}
.recommedations .recommedation-single-right p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3b4556;
    padding-bottom: 15px
}
.recommedations .recommedation-single-right p.recomendation-shortnote {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400!important;
    letter-spacing: 0;
    padding-bottom: 15px
}
.recommedations .recommedation-single-right .recomendation-tag {
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #303030;
    padding: 0 15px;
    border-radius: 0 5px 0 5px;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0
}
.recommedations .heading-bar {
    width: 100%;
    margin-bottom: 10px
}
.recommedations .heading-bar .reconmendation-name {
    width: auto;
    margin-right: 30px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556
}
.recommedations .heading-bar .reconmendation-name span.reconmendation-designation {
    font-weight: 400
}
.recommedations .heading-bar .date {
    width: auto;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556;
    letter-spacing: 1px
}
.recommedations .heading-bar .date img {
    height: 40px;
    width: auto;
    margin-right: 5px;
    float: left
}
.recommedations .heading-bar .location {
    width: auto;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #3b45560;
    letter-spacing: 1px
}
.recommedations .heading-bar .location img {
    height: 40px;
    width: auto;
    margin-right: 5px;
    float: left
}
.recommedations .heading-bar p {
    padding: 0;
    margin-top: 10px
}
.recommedations .heading-bar.panel-heading p {
    display: block
}
.recommedations .heading-bar.panel-heading.not-collapsed p {
    display: none
}
.recommedations .recommedation-inner-body {
    position: relative;
    display: block;
    width: 100%
}
.recomendation-button {
    width: auto;
    padding: 0 50px
}
.recommedations .recommedation-delete-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    bottom: 0;
    right: 0
}
.recommedations .recommedation-delete-button img {
    height: 25px;
    width: auto;
    margin: 10px auto;
    display: block
}
.requests {
    width: 100%;
    height: auto
}
.requests .request-single {
    width: auto;
    display: block;
    padding: 25px 40px;
    margin: 0 -40px;
    position: relative;
    overflow: hidden;
    transition: ease all .5s
}
.requests .request-single:after {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #ebebeb
}
.requests .request-single:after {
    bottom: 0
}
.requests .request-single:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.requests .request-single-left {
    width: 40px;
    margin-right: 15px;
    float: left
}
.requests .request-single-left img {
    width: 100%;
    display: block
}
.requests .request-single-right {
    width: calc(100% - 55px);
    float: left
}
.requests .request-single-right p {
    width: 720px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3b4556;
    padding-bottom: 15px
}
.requests .request-single-right p.request-shortnote {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400!important;
    letter-spacing: 0;
    padding-bottom: 15px
}
.requests .request-single-right .request-tag {
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #303030;
    padding: 0 15px;
    border-radius: 0 5px 0 5px;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0
}
.requests .heading-bar {
    width: 100%;
    margin-bottom: 10px
}
.requests .heading-bar .request-name {
    width: auto;
    margin-right: 30px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556
}
.requests .heading-bar .date {
    width: auto;
    margin-right: 20px;
    float: right;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556;
    letter-spacing: 1px
}
.requests .heading-bar .date img {
    height: 40px;
    width: auto;
    margin-right: 5px;
    float: left
}
.requests .heading-bar .location {
    width: auto;
    margin-right: 20px;
    float: left;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #3b45560;
    letter-spacing: 1px
}
.requests .heading-bar .location img {
    height: 40px;
    width: auto;
    margin-right: 5px;
    float: left
}
.requests .heading-bar p {
    padding: 0
}
.requests .heading-bar.panel-heading p {
    display: block
}
.requests .heading-bar.panel-heading.not-collapsed p {
    display: none
}
.requests .request-inner-body {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px
}
.request-button {
    width: auto;
    padding: 0 50px
}
.requests .request-hover-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    bottom: 0
}
.requests .request-edit-button {
    right: 0
}
.requests .request-delete-button {
    right: 60px
}
.requests .request-message-button {
    right: 0
}
.requests .request-connect-button, .requests .request-forward-button {
    right: 60px
}
.requests .request-edit-button img {
    height: 19px;
    width: auto;
    margin: 13px auto;
    display: block
}
.requests .request-delete-button img {
    height: 25px;
    width: auto;
    margin: 10px auto;
    display: block
}
.requests .request-message-button img {
    height: 21px;
    width: auto;
    margin: 12px auto;
    display: block
}
.requests .request-forward-button img {
    height: 21px;
    width: auto;
    margin: 12px auto;
    display: block
}
.requests .request-connect-button img {
    width: 30px;
    height: auto;
    margin: 16px auto;
    display: block
}
.sub-request {
    margin-left: 60px;
    padding: 25px 0;
    border-top: solid 1px #ebebeb
}
.sub-request p {
    opacity: .8
}
.request-single .more-comments {
    padding: 15px 0;
    padding-left: 60px;
    border-top: solid 1px #ebebeb;
    display: block;
    color: #004d69;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}
.request-single .more-comments:hover {
    text-decoration: none
}
.inrernal-view-left {
    width: 280px;
    float: left
}
.inrernal-view-right {
    width: calc(100% - 280px);
    float: right
}
.verti-tab {
    margin-left: 50px;
    width: calc(100% - 50px);
    height: 100%
}
.verti-tab .tab {
    float: left;
    background-color: #fff;
    width: 230px;
    height: 100%;
    margin-left: 5px
}
.verti-tab .tab h5 {
    line-height: 25px;
    font-weight: 900;
    color: #3b4556;
    margin-bottom: 18px;
    text-transform: uppercase;
    padding: 0 25px;
    padding-top: 18px
}
.verti-tab .tab button {
    display: block;
    background-color: inherit;
    color: #3b4556;
    opacity: .51;
    width: 100%;
    border: none;
    outline: 0;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    font-family: Muli, sans-serif!important;
    padding: 0 25px;
    transition: ease all .5s
}
.verti-tab .tab button:hover {
    opacity: .7
}
.verti-tab .tab button.active {
    opacity: 1;
    color: #fff;
    background: #004d69
}
.verti-tab .tabcontent {
    float: left;
    width: calc(100% - 235px);
    height: calc(100vh - 50px);
    padding-bottom: 50px
}
.verti-tab .tabcontent h3 {
    font-size: 18px;
    position: relative;
    font-weight: 900;
    line-height: 40px;
    color: #004d69;
    padding: 10px 50px;
    text-transform: uppercase;
    display: inline-block
}
.verti-tab .tabcontent h3.with-box-shadow {
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .15);
    display: block;
    padding: 10px 25px;
    position: relative;
    z-index: 2
}
.verti-tab .tabcontent h3 .circle-count {
    position: absolute;
    top: 18px;
    right: 50px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: none
}
.verti-tab .tabcontent h3 .circle-count span {
    display: block;
    font-size: 11px
}
.verti-tab .tabcontent .d-details-chart {
    width: 100%;
    height: 100%
}
.verti-tab .tabcontent .d-details-chart .action-icon {
    width: 50px;
    height: 77px;
    float: left
}
.verti-tab .tabcontent .d-details-chart .action-icon .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    display: block;
    background: #fff;
    text-align: center;
    margin: 14px auto;
    transition: ease all .5s;
    overflow: hidden
}
.verti-tab .tabcontent .d-details-chart .action-icon .icon img {
    width: auto;
    height: 26px;
    display: inline-block;
    margin-top: 10px;
    filter: brightness(500%)
}
.verti-tab .tabcontent .d-details-chart .action-icon .icon.transfer-loops-icon img {
    filter: none;
    height: 22px;
    margin-top: 12px
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart {
    width: calc(100% - 50px);
    height: 77px;
    float: left;
    position: relative
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart:after {
    content: "";
    width: auto;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: -3px;
    right: 0;
    bottom: 0
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-left {
    width: 45%;
    float: left;
    text-align: left
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-right {
    width: 55%;
    float: right;
    text-align: center
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-left .detailschart-d-name {
    width: 40%;
    float: left;
    margin: 0 10%
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-left .detailschart-d-date {
    width: 40%;
    float: left
}
.verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-right .detailschart-right-single {
    width: 30%;
    height: auto;
    float: left;
    margin: 0 1.665%
}
.verti-tab .tabcontent .d-details-chart .detailschart-heading {
    padding: 0 50px;
    display: block;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}
.verti-tab .tabcontent .d-details-chart .detailschart-heading h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 900;
    color: #3b4556;
    opacity: .61;
    margin-bottom: 10px;
    text-transform: uppercase
}
.verti-tab .tabcontent .d-details-chart .detailschart-heading .action-icon {
    height: auto
}
.verti-tab .tabcontent .d-details-chart .detailschart-heading .restof-d-details-chart {
    height: auto
}
.verti-tab .tabcontent .d-details-chart .detailschart-heading .restof-d-details-chart:after {
    display: none
}
.verti-tab .tabcontent .d-details-chart .detailschart-subheading {
    display: block;
    position: relative;
    border-bottom: 1px solid #707070
}
.verti-tab .tabcontent .d-details-chart .detailschart-subheading h6 {
    font-weight: 900;
    line-height: 20px;
    color: #3b4556;
    opacity: .51;
    margin-top: 25px;
    padding-bottom: 15px;
    display: block
}
.verti-tab .tabcontent .d-details-chart .detailschart-body {
    padding: 15px 50px;
    display: block;
    position: relative;
    overflow: auto;
    height: calc(100vh - 165px)
}
.verti-tab .tabcontent .d-details-chart .detailschart-body p {
    line-height: 77px;
    display: block
}
.verti-tab .tabcontent .d-details-chart .detailschart-body .detailschart-left .detailschart-d-name p {
    font-size: 14px;
    font-weight: 400;
    color: #333
}
.verti-tab .tabcontent .d-details-chart .detailschart-body .detailschart-left .detailschart-d-date p {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    opacity: .51
}
.verti-tab .tabcontent .d-details-chart .detailschart-body .detailschart-right .detailschart-right-single p {
    font-size: 16px;
    font-weight: 900;
    color: #3b4556;
    opacity: .51
}
.dashboard-page {
    width: 100%;
    background: #f6f6f6;
    position: fixed;
    height: calc(100vh - 50px);
    overflow: hidden
}
.dashboard-page .fixed-nav {
    position: fixed;
    height: calc(100vh - 50px);
    width: 50px
}
.dashboard-page .fixed-nav:hover {
    width: 195px
}
#loop-earned {
    overflow: auto;
    height: calc(100vh - 160px);
    width: 100%;
    max-width: calc(100% - 70px)!important;
    padding: 0 35px 50px 35px!important;
    margin-top: 0!important;
    margin-bottom: 0
}
#loop-earned .d-loops {
    max-width: 690px!important;
    text-align: center;
    display: inline-block
}
#loop-earned .loop-tally-buttons {
    max-width: 690px!important;
    margin: 0 auto
}
.joined-groups {
    padding: 0 25px;
    overflow: auto;
    height: calc(100vh - 110px)
}
.joined-groups .joined-groups-single {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    padding-top: 40px;
    max-width: 316px;
    float: left;
    margin-bottom: 24px
}
.joined-groups .joined-groups-single:nth-child(3n) {
    margin-right: 0
}
.joined-groups .joined-groups-single .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px
}
.joined-groups .joined-groups-single .close img {
    display: block;
    width: 100%
}
.joined-groups .joined-groups-single .d-content {
    background: #fff;
    padding: 112px 25px 25px 25px;
    display: block;
    width: auto;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.joined-groups .joined-groups-single .d-content .d-logo {
    width: 132px;
    height: 132px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.joined-groups .joined-groups-single .d-content .d-logo img {
    height: 100%;
    display: block;
    width: auto
}
.joined-groups .joined-groups-single .d-content .group-name {
    line-height: 30px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.joined-groups .joined-groups-single .d-content .group-type {
    line-height: 30px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.joined-groups .joined-groups-single .d-content .group-type:after {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px
}
.joined-groups .joined-groups-single .d-content .group-members {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #004d69;
    display: inline-block;
    position: relative
}
.joined-groups .joined-groups-single .d-content .group-mutuals {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(59, 69, 86, .67);
    display: block;
    margin-bottom: 30px
}
.joined-groups .joined-groups-single .d-content .group-button {
    width: auto;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 5px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
.joined-groups .joined-groups-single .d-content .group-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
.created-groups {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.created-groups .created-groups-single {
    width: calc(100% - 100px);
    height: auto;
    position: relative;
    display: block;
    background: #fff;
    padding: 25px 70px 25px 30px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-bottom: 25px
}
.created-groups .created-groups-single:after {
    content: "";
    width: 1px;
    height: 38px;
    background: #eaedf3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 69px
}
.created-groups .created-groups-single .close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%)
}
.created-groups .created-groups-single .close img {
    display: block;
    width: 100%
}
.created-groups .created-groups-single .d-content {
    float: left;
    width: 77%
}
.created-groups .created-groups-single .d-content .d-content {
    width: 88%
}
.created-groups .created-groups-single .d-content .d-logo {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px
}
.created-groups .created-groups-single .d-content .d-logo img {
    height: 100%;
    display: block;
    width: auto
}
.created-groups .created-groups-single .d-content .group-name {
    line-height: 22px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.created-groups .created-groups-single .d-content .group-type {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5;
    display: inline-block;
    position: relative
}
.created-groups .created-groups-single .d-content .group-members {
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    text-decoration: underline;
    color: #9ea0a5;
    display: inline-block;
    position: relative;
    float: right
}
.created-groups .created-groups-single .group-button {
    width: auto;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 5px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff;
    float: right;
    margin-right: 25px;
    display: block;
    margin-top: 5px
}
.created-groups .created-groups-single .group-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
.creategroup-button {
    float: right;
    display: block;
    background: #e4e4e4;
    color: #3b4556;
    font-weight: 900;
    line-height: 40px;
    width: 165px;
    height: auto;
    padding: 0;
    margin: 0 50px
}
.creategroup-button:hover {
    background: #004d69;
    color: #fff
}
#my-company-page .addnewcompany-button {
    float: right;
    display: block;
    background: #004d69;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    width: auto;
    height: auto;
    padding: 0 40px;
    margin: 10px 40px;
    position: absolute;
    right: 0;
    top: 0
}
.company-i-follow {
    padding: 0 25px;
    padding-right: 75px;
    overflow: auto;
    height: calc(100vh - 110px)
}
.company-i-follow .company-i-follow-single {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    padding-top: 40px;
    max-width: 316px;
    float: left;
    margin-bottom: 24px
}
.company-i-follow .company-i-follow-single:nth-child(3n) {
    margin-right: 0
}
.company-i-follow .company-i-follow-single .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px
}
.company-i-follow .company-i-follow-single .close img {
    display: block;
    width: 100%
}
.company-i-follow .company-i-follow-single .d-content {
    background: #fff;
    padding: 112px 25px 25px 25px;
    display: block;
    width: auto;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.company-i-follow .company-i-follow-single .d-content .d-logo {
    width: 122px;
    height: 122px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.company-i-follow .company-i-follow-single .d-content .d-logo img {
    height: 100%;
    display: block;
    width: auto
}
.company-i-follow .company-i-follow-single .d-content .company-name {
    line-height: 30px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.company-i-follow .company-i-follow-single .d-content .company-designation {
    line-height: 30px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.company-i-follow .company-i-follow-single .d-content .company-designation:after {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px
}
.company-i-follow .company-i-follow-single .d-content .company-location {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #004d69;
    display: inline-block;
    position: relative
}
.company-i-follow .company-i-follow-single .d-content .company-employees {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(59, 69, 86, .67);
    display: block;
    margin-bottom: 30px
}
.company-i-follow .company-i-follow-single .d-content .company-button {
    width: auto;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 5px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
.company-i-follow .company-i-follow-single .d-content .company-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
.my-company-pages {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.my-company-pages .my-company-pages-single {
    width: calc(100% - 100px);
    height: auto;
    position: relative;
    display: block;
    background: #fff;
    padding: 25px 70px 25px 30px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-bottom: 25px
}
.my-company-pages .my-company-pages-single:after {
    content: "";
    width: 1px;
    height: 38px;
    background: #eaedf3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 69px
}
.my-company-pages .my-company-pages-single .close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%)
}
.my-company-pages .my-company-pages-single .close img {
    display: block;
    width: 100%
}
.my-company-pages .my-company-pages-single .d-content {
    float: left
}
.my-company-pages .my-company-pages-single .d-content .d-logo {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 20px
}
.my-company-pages .my-company-pages-single .d-content .d-logo img {
    height: 100%;
    display: block;
    width: auto
}
.my-company-pages .my-company-pages-single .d-content .company-name {
    line-height: 22px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.my-company-pages .my-company-pages-single .d-content .company-designation {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    padding-left: 10px
}
.my-company-pages .my-company-pages-single .d-content .company-designation:before {
    content: "";
    width: 1px;
    height: 18px;
    background: #9ea0a5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}
.my-company-pages .my-company-pages-single .d-content .company-location {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5;
    display: inline-block;
    position: relative
}
.my-company-pages .my-company-pages-single .company-button {
    width: auto;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 5px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff;
    float: right;
    margin-right: 25px;
    display: block;
    margin-top: 5px
}
.my-company-pages .my-company-pages-single .company-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
.jobs-inner-content {
    width: 100%
}
.jobs-inner-content-heading-panel {
    margin: 0;
    width: 100%;
    float: none;
    min-height: 0;
    height: auto;
    box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .1);
    display: block;
    background: #f6f6f6
}
.jobs-inner-content-heading-panel .addnewjob-button {
    float: right;
    display: block;
    background: #004d69;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    width: auto;
    height: auto;
    padding: 0 40px;
    margin: 10px 40px
}
.jobs-inner-content-heading-panel a {
    display: inline-block
}
.jobs-inner-content-heading-panel a h3 {
    padding: 10px 20px 10px 50px!important;
    position: relative
}
.jobs-inner-content-heading-panel a.active h3:after {
    content: "";
    width: auto;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 20px;
    background: #a8c3bc
}
.jobs-inner-content-body-panel {
    width: calc(100% - 50px);
    padding: 25px;
    display: block;
    overflow: auto;
    height: calc(100vh - 160px)
}
.jobs-inner-content-body-panel .jobs-content {
    position: relative
}
.jobs-inner-content-body-panel .jobs-content-inner {
    width: 100%;
    height: auto;
    margin-bottom: 50px
}
.jobs-inner-content-body-panel .jobs-content-inner-single {
    padding: 25px 30px;
    margin: 0;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 20px
}
.jobs-inner-content-body-panel .jobs-content-img {
    width: 46px;
    height: 46px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    margin-top: 2px
}
.jobs-inner-content-body-panel .jobs-content-img img {
    width: 100%;
    display: block
}
.jobs-inner-content-body-panel .heading-bar {
    width: 100%;
    position: relative
}
.jobs-inner-content-body-panel .heading-bar .name {
    width: auto;
    margin-right: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #004d69
}
.jobs-inner-content-body-panel .heading-bar ul {
    list-style: none;
    display: block
}
.jobs-inner-content-body-panel .heading-bar ul li {
    float: left
}
.jobs-inner-content-body-panel .heading-bar ul li:before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9ea0a5
}
.jobs-inner-content-body-panel .heading-bar ul li:first-child:before {
    display: none
}
.jobs-inner-content-body-panel .heading-bar ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9ea0a5
}
.jobs-inner-content-body-panel .heading-bar .designation a {
    color: #004d69;
    font-weight: 700
}
.jobs-inner-content-body-panel .heading-bar .people-works-here {
    float: right;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #3e3f42;
    margin-top: -25px
}
.jobs-inner-content-body-panel .heading-bar .people-works-here img {
    float: left;
    width: 24px;
    margin-right: -10px;
    border: solid 1px #fff;
    border-radius: 50%
}
.jobs-inner-content-body-panel .heading-bar .people-works-here span {
    float: left;
    margin-left: 5px;
    clear: both
}
.jobs-inner-content-body-panel .posttype-button {
    width: 80px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 5px
}
.jobs-inner-content-body-panel a.posttype-button:hover {
    background: #004d69!important;
    color: #fff!important
}
.jobs-inner-content-body-panel .post-reaction {
    width: 60px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 2
}
.jobs-inner-content-body-panel .post-reaction .post-reaction-single {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67)
}
.jobs-inner-content-body-panel .post-reaction .post-reaction-single img {
    width: auto;
    height: 20px;
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 9px
}
.jobs-inner-content-body-panel .post-reaction .post-reaction-single.close {
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 3px
}
.jobs-inner-content-body-panel .post-reaction .post-reaction-single.close img {
    display: block;
    height: 14px
}
.jobs-inner-content-body-panel .post-reaction .post-reaction-single.more-option {
    float: right;
    font-size: 25px;
    line-height: 40px;
    width: auto;
    height: 40px;
    background: url(../images/more.png) center center no-repeat;
    background-size: contain;
    position: relative;
    cursor: pointer
}
.jobs-inner-content-body-panel .post-reaction .post-reaction-single.more-option img {
    width: auto;
    height: 4px;
    display: block;
    margin: 18px 0
}
.jobs-inner-content-body-panel .moreoptions {
    width: 93px;
    height: auto;
    min-height: 50px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    top: 25px;
    right: -30px;
    z-index: 1;
    display: none
}
.jobs-inner-content-body-panel .moreoptions ul {
    display: block;
    list-style: none
}
.jobs-inner-content-body-panel .moreoptions ul li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ebebeb
}
.jobs-inner-content-body-panel .moreoptions ul li:first-child {
    border: none
}
.jobs-inner-content-body-panel .moreoptions ul li a {
    color: rgba(59, 9, 86, .67);
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    display: block
}
.jobs-inner-content-body-panel .moreoptions ul li a img {
    width: auto;
    height: 14px;
    float: left;
    margin-right: 7px;
    margin-top: 7px
}
.jobs-inner-content-body-panel .open-moreoptions .moreoptions {
    display: block
}
.jobs-inner-content-body-panel .heading-bar .content-left {
    float: left;
    display: inline-block
}
.jobs-inner-content-body-panel .jobs-content-left {
    width: 500px;
    height: auto;
    float: left
}
.jobs-inner-content-body-panel .heading-bar .jobs-content-left {
    width: 480px
}
.jobs-inner-content-body-panel .jobs-body .jobs-content-left {
    width: auto
}
.jobs-inner-content-body-panel .jobs-content-left p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3b4556;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.jobs-inner-content-body-panel .jobs-content-right {
    height: auto;
    float: right;
    margin-right: 20px
}
.jobs-inner-content-body-panel .jobs-content-right .posttype-button {
    float: right;
    width: auto;
    padding: 0 20px;
    margin: 5px
}
.jobs-inner-content-body-panel .jobs-content-right .verti-line {
    height: 38px;
    margin: 5px 15px;
    position: relative;
    right: 0;
    background: #eaedf3;
    float: left
}
.jobs-inner-content-body-panel .jobs-body {
    padding-top: 25px
}
.jobs-inner-content-body-panel .jobs-body p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #6b6c6f;
    margin-bottom: 10px
}
.jobs-inner-content-body-panel .jobs-body a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #004d69;
    margin-bottom: 10px
}
.jobs-inner-content-body-panel .jobs-body a .d-arrow {
    width: 10px;
    height: 5px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    transition: ease all .5s
}
.jobs-inner-content-body-panel .jobs-body a:hover .d-arrow {
    margin-left: 15px
}
.jobs-inner-content-body-panel .jobs-body .full-text {
    display: block
}
.jobs-inner-content-body-panel .jobs-body-bottom {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
    margin-top: 20px
}
.jobs-inner-content-body-panel .jobs-body-bottom:before {
    content: "";
    width: auto;
    height: 1px;
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    background: #eaedf3
}
.jobs-inner-content-body-panel .jobs-body-bottom h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5
}
.jobs-inner-content-body-panel .jobs-body-bottom a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #004d69
}
.jobs-inner-content-body-panel .jobs-body-bottom .jobs-body-bottom-single {
    float: left;
    margin-left: 90px
}
.jobs-inner-content-body-panel .jobs-body-bottom .jobs-body-bottom-single:first-child {
    margin: 0
}
.jobs-inner-content-body-panel .jobs-body-bottom .tag-panel ul li {
    margin: 0 3px 0 0
}
.jobs-inner-content-body-panel .jobs-body-bottom .tag-panel ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0
}
.jobs-inner-content-body-panel .view-application-button {
    float: right;
    width: auto;
    height: 36px;
    font-size: 14px!important;
    line-height: 36px!important;
    font-weight: 700!important;
    padding: 0 40px;
    margin-top: 5px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
.jobs-inner-content-body-panel .view-application-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
.jobs-inner-content-body-panel .view-ad-button {
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
.jobs-inner-content-body-panel .view-ad-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .name {
    color: #3e3f42
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-left {
    width: 350px
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right {
    width: auto
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .job-posted-links {
    float: left;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    color: #9ea0a5;
    margin: 0 10px;
    margin-top: 5px
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .application-no {
    text-decoration: underline
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .postedjob-edit-button {
    float: left;
    width: 80px;
    padding: 0 30px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 5px;
    margin-left: 50px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .postedjob-edit-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .postedjob-viewadvertisement-button {
    float: left;
    width: auto;
    padding: 0 30px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 5px;
    margin-left: 50px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
#jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .postedjob-viewadvertisement-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
#recommended-jobs h3.with-box-shadow {
    padding-left: 50px
}
#recommended-jobs .jobs-recomended-for {
    padding: 0 25px;
    overflow: auto;
    height: calc(100vh - 110px)
}
#recommended-jobs .jobs-recomended-for-single {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    padding-top: 20px;
    max-width: 353px;
    float: left;
    margin-bottom: 17px;
    transition: ease all 1s
}
#recommended-jobs .jobs-recomended-for-single:hover {
    margin-top: -5px
}
#recommended-jobs .jobs-recomended-for-single:nth-child(3n) {
    margin-right: 0
}
#recommended-jobs .jobs-recomended-for-single .d-content {
    background: #fff;
    padding: 40px 25px 25px 25px;
    display: block;
    width: auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
#recommended-jobs .jobs-recomended-for-single:hover .d-content {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}
#recommended-jobs .jobs-recomended-for-single .close {
    position: absolute;
    top: -13px;
    left: -13px;
    width: 15px;
    height: 15px;
    padding: 13px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: ease all 1s
}
#recommended-jobs .jobs-recomended-for-single:hover .close {
    opacity: 1
}
#recommended-jobs .jobs-recomended-for-single .close img {
    display: block;
    width: 100%
}
#recommended-jobs .jobs-recomended-for-single .posttype-button {
    width: auto;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    background: #a8c3bc
}
#recommended-jobs .jobs-recomended-for-single a.posttype-button:hover {
    background: #004d69
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header:after {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .d-logo {
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 15px
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .d-logo img {
    height: 100%;
    width: auto;
    display: block
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left {
    float: left;
    width: auto
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left .name {
    width: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #004d69
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left ul {
    list-style: none;
    display: block
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left ul li {
    float: left
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left ul li:before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9ea0a5
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left ul li:first-child:before {
    display: none
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-header .jobs-recomended-for-header-left ul li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #9ea0a5
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-body {
    width: 100%;
    height: auto;
    display: block
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-body p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #6b6c6f
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-body .tag-panel {
    text-align: left;
    margin: 10px 0
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-body .tag-panel ul li {
    margin: 5px 10px 5px 0
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-body .tag-panel ul li a {
    line-height: 28px;
    background: #f5f5f5;
    color: #3b4556
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-bottom {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-bottom .jobs-recomended-for-bottom-single {
    float: left;
    margin-left: 30px
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-bottom .jobs-recomended-for-bottom-single:first-child {
    margin: 0
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-bottom h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-bottom a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #004d69
}
#recommended-jobs .jobs-recomended-for-single .jobs-recomended-for-button-panel {
    width: 100%;
    height: auto;
    margin-top: 30px
}
#recommended-jobs .jobs-recomended-for-single .save-job-button {
    width: 25%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 0;
    float: left;
    border-radius: 5px;
    border: 1px solid #004d69;
    color: #004d69;
    background: #fff
}
#recommended-jobs .jobs-recomended-for-single .save-job-button:hover {
    background: #a8c3bc;
    color: #fff;
    border: 1px solid #a8c3bc
}
#recommended-jobs .jobs-recomended-for-single .view-advertisement-button {
    width: 70%;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    padding: 0;
    float: right;
    border-radius: 5px
}
.jobs-inner-content .visible {
    display: block
}
.jobs-inner-content .not-visible {
    display: none
}
.network-info {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.network-info .network-info-single {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    padding-top: 80px;
    max-width: 350px;
    float: left;
    margin-bottom: 24px;
    background: #a8c3bc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.network-info .network-info-single:nth-child(2n) {
    background: #63666a
}
.network-info .network-info-single:nth-child(3n) {
    background: #004d69;
    margin-right: 0
}
.network-info .network-info-single .close {
    position: absolute;
    top: -65px;
    right: 15px;
    width: 14px;
    height: 14px
}
.network-info .network-info-single .close img {
    display: block;
    width: 100%
}
.network-info .network-info-single .d-content {
    background: #fff;
    padding: 65px 20px 20px;
    display: block;
    width: auto;
    position: relative;
    text-align: center
}
.network-info .network-info-single .d-content .d-img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border: 3px solid #fff;
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.network-info .network-info-single .d-content .d-img img {
    height: 100%;
    display: block;
    width: auto
}
.network-info .network-info-single .d-content .name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.network-info .network-info-single .d-content .designation {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative
}
.network-info .network-info-single .d-content .location {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(59, 69, 86, .67);
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px
}
.network-info .network-info-single .d-content .location:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #eaedf3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
.network-info .network-info-single .d-content .location:before {
    content: "";
    width: 11px;
    height: 16px;
    background: url(../images/location-marker-network.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px
}
.network-info .network-info-single .d-content .tag-panel {
    margin-bottom: 10px
}
.network-info .network-info-single .d-content .tag-panel ul li a {
    font-size: 11px;
    padding: 0 18px;
    line-height: 28px
}
.network-info .network-info-single .d-content .network-bottom-panel {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 15px
}
.network-info .network-info-single .d-content .network-bottom-panel:before {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: -25px;
    right: -25px
}
.network-info .network-info-single .d-content .network-bottom-options {
    float: left
}
.network-info .network-info-single .d-content .network-bottom-options ul {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1
}
.network-info .network-info-single .d-content .network-bottom-options li {
    display: inline-block;
    padding: 0;
    margin: 0 1px;
    float: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    background: #fff;
    text-align: center;
    transition: ease all .5s;
    overflow: hidden
}
.network-info .network-info-single .d-content .network-bottom-options li a {
    display: block!important;
    line-height: 40px!important;
    text-align: center;
    transition: ease all .5s
}
.network-info .network-info-single .d-content .network-bottom-options li a img {
    width: auto;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    filter: brightness(500%)
}
.network-info .network-info-single .d-content .network-bottom-options li:hover a {
    opacity: .5
}
.network-info .network-info-single .d-content .network-wiewprofile-button {
    width: auto;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 18px;
    float: right;
    margin: 0 5px;
    border-radius: 5px
}
.network-info .network-info-single .d-content .network-wiewprofile-button.inverse {
    height: 36px;
    line-height: 36px
}
.network-friend-request {
    width: 100%
}
.network-friend-request-heading-panel {
    margin: 0;
    width: 100%;
    float: none;
    min-height: 0;
    height: auto;
    box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .1);
    display: block
}
.network-friend-request-heading-panel .addnewjob-button {
    float: right;
    display: block;
    background: #004d69;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    width: auto;
    height: auto;
    padding: 0 40px;
    margin: 30px 40px
}
.network-friend-request-heading-panel a {
    display: inline-block
}
.network-friend-request-heading-panel a h3 {
    padding: 10px 20px 10px 50px!important;
    position: relative
}
.network-friend-request-heading-panel a.active h3:after {
    content: "";
    width: auto;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 20px;
    background: #a8c3bc
}
.network-friend-request-body-panel {
    width: auto;
    padding: 25px;
    display: block;
    overflow: auto;
    height: calc(100vh - 160px)
}
.network-request-content {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    background: #fff
}
.request-pending-waiting-confirmation {
    padding: 20px 25px;
    border-bottom: 1px solid #eaedf3;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #3e3f42
}
.network-friend-request-pages .network-friend-request-pages-single {
    width: calc(100% - 50px);
    height: auto;
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #eaedf3;
    cursor: pointer
}
.network-friend-request-pages .network-friend-request-pages-single .close {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 14px;
    height: 14px
}
.network-friend-request-pages .network-friend-request-pages-single .close img {
    display: block;
    width: 100%
}
.network-friend-request-pages .network-friend-request-pages-single .d-content {
    float: left
}
.network-friend-request-pages .network-friend-request-pages-single .d-content-left {
    float: left;
    width: 300px;
    padding: 10px 0
}
.network-friend-request-pages .network-friend-request-pages-single .d-content .d-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 20px
}
.network-friend-request-pages .network-friend-request-pages-single .d-content .d-img img {
    height: 100%;
    display: block;
    width: auto
}
.network-friend-request-pages .network-friend-request-pages-single .d-content .name {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.network-friend-request-pages .network-friend-request-pages-single .d-content .designation {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #6b6c6f;
    display: block;
    position: relative
}
.network-friend-request-pages .network-friend-request-pages-single .d-content .mutual-friends {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #9ea0a5;
    display: block;
    position: relative
}
.network-friend-request-pages .network-friend-request-pages-single .d-content .mutual-friends a {
    color: #6b6c6f
}
.network-friend-request-pages .network-friend-request-pages-single .d-content-right {
    float: right;
    padding: 13px 0;
    margin-right: 50px
}
.network-friend-request-pages .network-friend-request-pages-single .network-friend-request-button {
    width: auto;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 20px;
    float: left;
    display: inline-block;
    margin: 5px
}
.network-friend-request-pages .network-friend-request-pages-single .network-friend-request-button.inverse {
    height: 36px;
    line-height: 36px
}
.network-friend-request-pages .network-friend-request-pages-single .network-friend-request-pending-button {
    background: #63666a
}
.network-friend-request-pages .network-friend-request-pages-single .network-friend-request-pending-button:hover {
    background: #004d69;
    color: #fff
}
.network-friend-request-pages .network-friend-request-pages-single .request-breif {
    margin-top: 10px;
    clear: both;
    display: none
}
.network-friend-request-pages .network-friend-request-pages-single.show-breif .request-breif {
    display: block
}
.network-friend-request-pages .network-friend-request-pages-single .people-works-here {
    float: right;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #3e3f42;
    margin-top: 25px
}
.network-friend-request-pages .network-friend-request-pages-single .people-works-here img {
    float: left;
    width: 24px;
    margin-right: -10px;
    border: solid 1px #fff;
    border-radius: 50%
}
.network-friend-request-pages .network-friend-request-pages-single .people-works-here span {
    float: left;
    margin-left: 15px
}
.network-friend-request-content .visible {
    display: block
}
.network-friend-request-content .not-visible {
    display: none
}
.recieved-friend-request .main-request-container {
    margin-left: 100px;
    width: 550px
}
.recieved-friend-request .main-request-container h6 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #004d69;
    display: block;
    margin-bottom: 10px;
    position: relative
}
.recieved-friend-request .main-request-container h6:after {
    content: "";
    widows: 100%;
    height: 1px;
    background: #eaedf3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.recieved-friend-request .request-breif .main-request-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #6b6c6f;
    margin-bottom: 10px;
    padding-right: 50px
}
.recieved-friend-request .request-breif .main-request-container .close-request-msg {
    float: none
}
.sent-friend-request .request-breif p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #6b6c6f;
    margin-bottom: 10px;
    padding-right: 50px
}
.main-setting-content-panel {
    width: calc(60% - 100px);
    height: auto;
    padding: 30px 50px;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 7px;
    margin-bottom: 20px
}
.main-setting-content-panel form {
    width: 100%
}
.main-setting-content-panel form .form-group {
    position: relative;
    text-align: center
}
.main-setting-content-panel form input {
    width: calc(100% - 32px);
    height: 50px;
    border: none;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: #004d69;
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    text-align: left
}
.main-setting-content-panel form input:focus {
    background: #e5e5e5
}
.main-setting-content-panel form input::-webkit-input-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.main-setting-content-panel form input::-moz-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.main-setting-content-panel form input:-ms-input-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.main-setting-content-panel form input:-moz-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.settingspanel-divided-into-three {
    width: 100%;
    height: auto
}
.settingspanel-divided-into-three .settingspanel-divided-into-three-part-one {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    background: #a8c3bc;
    float: left;
    margin-right: 22px
}
.settingspanel-divided-into-three .settingspanel-divided-into-three-part-two {
    width: calc(85% - 100px);
    height: auto;
    float: left;
    margin-right: 22px
}
.settingspanel-divided-into-three .settingspanel-divided-into-three-part-three {
    width: 15%;
    height: auto;
    float: right
}
.settingspanel-circle-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block
}
.settingspanel-circle-icon img {
    width: auto!important;
    height: 100%;
    display: block
}
.settingspanel-middle {
    width: 100%;
    height: auto;
    display: block
}
.settingspanel-middle h5 {
    margin-bottom: 5px
}
.settingspanel-middle p {
    opacity: .51;
    color: #3b4556;
    font-size: 14px;
    line-height: 22px
}
.settingspanel-status {
    width: 100%;
    height: auto;
    display: block
}
.settingspanel-status .status-bar {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: right
}
.settingspanel-status .status-bar a {
    display: block
}
.settingspanel-status .status-bar img {
    height: 33px;
    width: auto;
    vertical-align: middle
}
.settingspanel-status .status-bar .img-01 {
    display: block
}
.settingspanel-status .status-bar .img-02 {
    display: none
}
.settingspanel-status .status-bar.clicked .img-01 {
    display: none
}
.settingspanel-status .status-bar.clicked .img-02 {
    display: block
}
.settingspanel-button-zone {
    width: 100%;
    height: auto;
    display: block
}
.settingspanel-button-zone .settingspanel-button {
    display: inline-block;
    float: right;
    display: inline-block;
    font-weight: 300;
    width: auto;
    margin-top: 5px;
    padding: 0 30px
}
.personal-info-panel {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.communication-settings-panel {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.communication-settings-panel .main-setting-content-panel {
    width: calc(70% - 60px);
    padding: 30px 30px
}
.communication-settings-panel .settingspanel-status .status-bar:first-child {
    margin-top: 25px
}
.communication-settings-panel .settingspanel-status .status-bar {
    margin-bottom: 5px
}
.communication-settings-panel .main-setting-content-panel p {
    margin-bottom: 17px
}
.communication-settings-panel .main-setting-content-panel p:last-child {
    margin: 0
}
.change-password-panel {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.save-new-pwd-button {
    display: inline-block;
    font-weight: 300;
    width: auto;
    margin-top: 20px
}
.privacy-settings-panel {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.privacy-settings-panel .main-setting-content-panel {
    width: calc(70% - 60px);
    padding: 30px 30px
}
.account-deletion-panel {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.account-deletion-panel .main-setting-content-panel {
    width: calc(70% - 60px);
    padding: 30px 30px
}
.account-deletion-panel .settingspanel-divided-into-three .settingspanel-divided-into-three-part-two {
    width: calc(65% - 100px)
}
.account-deletion-panel .settingspanel-divided-into-three .settingspanel-divided-into-three-part-three {
    width: 35%;
    height: auto;
    float: right
}
.account-deletion-panel .settingspanel-middle p {
    opacity: .7
}
.my-activity-panel {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px);
    display: none
}
.my-activity-panel.visible {
    display: block
}
.my-activity-panel .post {
    width: 70%;
    margin-top: 0;
    margin-bottom: 20px
}
.search-pages .inrernal-view .fixed-nav {
    display: none
}
.search-pages .verti-tab {
    margin-left: 0;
    width: 100%
}
.search-pages .verti-tab .tab {
    width: 280px;
    margin-left: 0;
    border-right: 1px solid #a8c3bc
}
.search-pages .verti-tab .tab h5 {
    color: #004d69;
    padding: 18px 15px 0 15px
}
.search-pages .verti-tab .tab .scroll-in-mobile-view {
    margin: 0 10px
}
.search-pages .verti-tab .tabcontent {
    width: calc(100% - 281px)
}
.search-pages .verti-tab .tabcontent h3 {
    color: #3b4556
}
.search-pages .verti-tab .tab button {
    display: block;
    float: left;
    background: #f5f5f5;
    opacity: 1;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 7px;
    outline: 0;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 5px;
    position: relative;
    transition: ease all .5s
}
.search-pages .verti-tab .tab button.active, .search-pages .verti-tab .tab button:hover {
    color: #fff;
    background: #a8c3bc;
    border-color: #a8c3bc
}
.search-pages .verti-tab .tab button .img-icons {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    transition: all .5s
}
.search-pages .verti-tab .tab button .img-icons img {
    height: 100%;
    vertical-align: middle;
    position: relative;
    display: block
}
.search-pages .verti-tab .tab button .img-icons .img-icons01 {
    display: block
}
.search-pages .verti-tab .tab button .img-icons .img-icons02 {
    display: none
}
.search-pages .verti-tab .tab button.active .img-icons .img-icons01, .search-pages .verti-tab .tab button:hover .img-icons .img-icons01 {
    display: none
}
.search-pages .verti-tab .tab button.active .img-icons .img-icons02, .search-pages .verti-tab .tab button:hover .img-icons .img-icons02 {
    display: block
}
.search-info {
    padding: 25px;
    overflow: auto;
    height: calc(100vh - 160px)
}
.search-info .search-info-single {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    padding-top: 80px;
    max-width: 350px;
    float: left;
    margin-bottom: 24px;
    background: #a8c3bc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.search-info .search-info-single:nth-child(3n) {
    margin-right: 0
}
.search-info .search-info-single .close {
    position: absolute;
    top: -65px;
    right: 15px;
    width: 14px;
    height: 14px
}
.search-info .search-info-single .close img {
    display: block;
    width: 100%
}
.search-info .search-info-single .d-content {
    background: #fff;
    padding: 65px 20px 20px;
    display: block;
    width: auto;
    position: relative;
    text-align: center
}
.search-info .search-info-single .d-content .d-img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border: 3px solid #fff;
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.search-info .search-info-single .d-content .d-img img {
    height: 100%;
    display: block;
    width: auto
}
.search-info .search-info-single .d-content .name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.search-info .search-info-single .d-content .designation {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative
}
.search-info .search-info-single .d-content .location {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(59, 69, 86, .67);
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px
}
.search-info .search-info-single .d-content .location:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #eaedf3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
.search-info .search-info-single .d-content .location:before {
    content: "";
    width: 11px;
    height: 16px;
    background: url(../images/location-marker-search.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px
}
.search-info .search-info-single .d-content .tag-panel {
    margin-bottom: 10px
}
.search-info .search-info-single .d-content .tag-panel ul li a {
    font-size: 11px;
    padding: 0 18px;
    line-height: 28px
}
.search-info .search-info-single .d-content .search-bottom-panel {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 15px
}
.search-info .search-info-single .d-content .search-bottom-panel:before {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: -25px;
    right: -25px
}
.search-info .search-info-single .d-content .search-bottom-options {
    float: left
}
.search-info .search-info-single .d-content .search-bottom-options ul {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1
}
.search-info .search-info-single .d-content .search-bottom-options li {
    display: inline-block;
    padding: 0;
    margin: 0 1px;
    float: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    background: #fff;
    text-align: center;
    transition: ease all .5s;
    overflow: hidden
}
.search-info .search-info-single .d-content .search-bottom-options li a {
    display: block!important;
    line-height: 40px!important;
    text-align: center;
    transition: ease all .5s
}
.search-info .search-info-single .d-content .search-bottom-options li a img {
    width: auto;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    filter: brightness(500%)
}
.search-info .search-info-single .d-content .search-bottom-options li:hover a {
    opacity: .5
}
.search-info .search-info-single .d-content .search-wiewprofile-button {
    width: auto;
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    font-weight: 400;
    padding: 0 15px;
    float: left;
    margin: 0 5px;
    border-radius: 5px
}
.search-info .search-info-single .d-content .search-wiewprofile-button:nth-child(2n) {
    float: right
}
.search-info .search-info-single .d-content .search-wiewprofile-button img {
    height: 10px;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}
.search-info .search-info-single .d-content .search-wiewprofile-button.inverse {
    height: 31px;
    line-height: 31px
}
.d-searchform-on-left {
    display: block;
    position: absolute;
    width: 250px;
    height: calc(100vh - 230px);
    padding: 25px 15px;
    margin-left: -281px;
    margin-top: 70px;
    overflow: auto
}
.d-searchform-on-left .d-form {
    width: 100%;
    height: auto
}
.d-searchform-on-left .d-form form {
    width: 100%
}
.d-searchform-on-left .d-form form .form-group {
    position: relative;
    margin-bottom: 15px
}
.d-searchform-on-left .d-form form input {
    width: calc(100% - 32px);
    height: 43px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: #004d69;
    font-size: 12px;
    line-height: 43px;
    font-weight: 200;
    transition: all .5s ease-in-out
}
.d-searchform-on-left .d-form form input:focus {
    background: #f5f5f5;
    box-shadow: 0 -1px 6px #d3d3d3
}
.d-searchform-on-left .d-form form input::-webkit-input-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.d-searchform-on-left .d-form form input::-moz-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.d-searchform-on-left .d-form form input:-ms-input-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.d-searchform-on-left .d-form form input:-moz-placeholder {
    color: #004d69;
    font-family: Muli, sans-serif
}
.d-searchform-on-left .d-form form .search {
    width: 100%;
    float: none;
    margin-top: 0;
    overflow: hidden;
    border-radius: 7px
}
.d-searchform-on-left .d-form form .search input {
    text-indent: 30px
}
.d-searchform-on-left .d-form form .searchButton {
    right: auto;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/search.png) center center no-repeat;
    background-color: transparent;
    background-size: cover;
    color: #004d69;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0 5px 5px 0
}
.d-searchform-on-left .d-form form .searchButton i {
    display: none
}
.d-searchform-on-left .d-form form .searchButton:hover {
    background-color: #8a65e8
}
.d-searchform-on-left .d-form form .select-selected:after {
    position: absolute;
    right: 15px
}
.d-searchform-on-left .d-form form .select-items div, .d-searchform-on-left .d-form form .select-selected {
    background: #f5f5f5;
    color: #004d69;
    font-size: 12px;
    line-height: 43px;
    height: 43px
}
.d-searchform-on-left .d-form form .select-selected.select-arrow-active {
    background: #f5f5f5
}
.d-searchform-on-left .d-form form .same-as-selected, .d-searchform-on-left .d-form form .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}
.d-searchform-on-left .d-form form .filters-button {
    font-weight: 300
}
.conversations {
    width: 100%;
    position: fixed;
    height: calc(100vh - 50px);
    overflow: hidden
}
.conversations .fixed-nav {
    position: fixed;
    height: calc(100vh - 50px);
    width: 50px
}
.conversations .verti-tab .tab {
    width: 349px;
    padding: 0;
    border-right: 1px solid #a8c3bc;
    margin-left: 0
}
.conversations .verti-tab .tab .scroll-in-mobile-view {
    height: calc(100vh - 160px);
    overflow: auto
}
.conversations .verti-tab .tab button {
    opacity: 1
}
.conversations .verti-tab .tab button:hover {
    background: #f5f5f5
}
.conversations .verti-tab .tab button.active, .conversations .verti-tab .tab button.active:hover {
    background: #004d69
}
.conversations .verti-tab .tab button.unseen-msg {
    background: #f5f5f5
}
.conversations .verti-tab .tab button.unseen-msg .number-f-unseen-msg {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #004d69;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}
.conversations .verti-tab .tab button.unseen-msg p {
    padding-right: 15px
}
.conversations .verti-tab .tabcontent {
    width: calc(100% - 350px);
    position: relative
}
.conversations .verti-tab .tabcontent .heading-with-box-shadow {
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .15);
    display: block;
    padding: 10px 25px 10px 125px;
    position: relative;
    z-index: 2
}
.conversations .verti-tab .tabcontent .heading-with-box-shadow .openchat-img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    margin-left: -90px;
    position: absolute
}
.conversations .verti-tab .tabcontent .heading-with-box-shadow h3 {
    padding: 25px 25px 0 25px;
    line-height: 25px;
    text-transform: capitalize;
    color: #303030;
    display: block
}
.conversations .verti-tab .tabcontent .heading-with-box-shadow h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    opacity: .67;
    letter-spacing: 1px;
    display: block;
    padding: 5px 25px 15px 25px
}
.conversations .search.messenger-search {
    width: 100%;
    float: none;
    margin-top: 0;
    overflow: hidden
}
.conversations .search.messenger-search input {
    width: calc(100% - 30px);
    height: 48px;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    background: #fff;
    padding: 0 15px;
    border-radius: 0;
    outline: 0;
    color: #004d69;
    font-size: 12px;
    line-height: 48px;
    font-weight: 200;
    transition: all .5s ease-in-out
}
.conversations .search.messenger-search input:focus {
    background: #f5f5f5
}
.conversations .search.messenger-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.conversations .search.messenger-search input::-moz-placeholder {
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.conversations .search.messenger-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.conversations .search.messenger-search input:-moz-placeholder {
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.conversations .search.messenger-search .searchButton {
    top: 15px;
    left: auto;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/search.png) center center no-repeat!important;
    background-color: transparent!important;
    background-size: cover!important;
    color: #004d69;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0;
    padding: 0
}
.conversations .search.messenger-search .searchButton i {
    display: none
}
.conversations .chat-thumb {
    width: auto;
    height: 50px;
    padding: 10px 20px 10px 60px;
    display: block;
    position: relative
}
.conversations .chat-thumb .chat-thumb-img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block
}
.conversations .chat-thumb .chat-thumb-name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    display: block
}
.conversations .chat-thumb .chat-thumb-name a {
    color: #000
}
.conversations .verti-tab .tab button.active .chat-thumb .chat-thumb-name {
    color: #fff
}
.conversations .verti-tab .tab button.active .chat-thumb .chat-thumb-name a {
    color: #fff
}
.conversations .chat-thumb .chat-thumb-text {
    height: 25px;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    opacity: .67;
    letter-spacing: 1px;
    display: block
}
.conversations .verti-tab .tab button.active .chat-thumb .chat-thumb-text {
    color: #fff
}
.conversations .reply-textarea-box {
    width: 100%;
    height: 159px;
    background: #f5f5f5;
    display: block;
    border-top: 1px solid #004d69;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}
.conversations .reply-textarea-box .textarea-box {
    margin: 0;
    position: relative;
    border-top: 1px solid #e5e5e5
}
.conversations .reply-textarea-box .textarea-box textarea {
    width: calc(100% - 200px);
    height: 30px;
    border: none;
    background: #f5f5f5;
    padding: 15px 25px;
    outline: 0;
    color: #004d69;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    resize: none;
    transition: all .5s ease-in-out
}
.conversations .reply-textarea-box .textarea-box textarea::-webkit-input-placeholder {
    color: #004d69;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: Muli, sans-serif
}
.conversations .reply-textarea-box .textarea-box textarea::-moz-placeholder {
    color: #004d69;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: Muli, sans-serif
}
.conversations .reply-textarea-box .textarea-box textarea:-ms-input-placeholder {
    color: #004d69;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: Muli, sans-serif
}
.conversations .reply-textarea-box .textarea-box textarea:-moz-placeholder {
    color: #004d69;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: Muli, sans-serif
}
.conversations .reply-textarea-box .textarea-box .reply-button {
    display: inline-block;
    float: right;
    width: auto;
    padding: 0 35px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-right: 25px;
    margin-top: 10px
}
.conversations .reply-textarea-box .textarea-bottom-panel {
    width: auto;
    height: auto;
    padding: 0 25px 5px 25px;
    display: block
}
.conversations .reply-textarea-box .textarea-bottom-panel .circles {
    float: left
}
.conversations .reply-textarea-box .textarea-bottom-panel .circles ul {
    list-style: none;
    display: block
}
.conversations .reply-textarea-box .textarea-bottom-panel .circles ul li {
    float: left;
    margin-right: 20px
}
.conversations .reply-textarea-box .textarea-bottom-panel .circles ul li a {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: rgba(0, 0, 0, .2);
    transition: all ease-in .5s
}
.conversations .reply-textarea-box .textarea-bottom-panel .circles ul li img {
    width: auto;
    height: 25px
}
.conversations .chat_area {
    float: left;
    height: calc(100% - 220px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .03)
}
.conversations .chat_area li {
    padding: 14px 14px 0
}
.conversations .chat_area li .chat-img1 img {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50%
}
.conversations .chat_area .chat-body1 {
    margin-left: 30px;
    max-width: 75%;
    min-width: 35%;
    background: #f5f5f5;
    border-radius: 7px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    float: left;
    padding: 15px 15px 25px 15px;
    margin-bottom: 30px;
    position: relative
}
.conversations .chat_area .chat-body1:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #f5f5f5;
    position: absolute;
    left: -7px;
    top: 15px
}
.conversations .chat-body1 p {
    background: 0 0;
    color: #000;
    opacity: .67;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700
}
.conversations .chat_area .admin_chat .chat-body1 {
    margin-left: 0;
    margin-right: 30px;
    float: right;
    background: #a8c3bc
}
.conversations .chat_area .admin_chat .chat-body1:before {
    border-right: none;
    border-left: 7px solid #a8c3bc;
    left: auto;
    right: -7px
}
.conversations .chat_area li:last-child {
    padding-bottom: 10px
}
.conversations .chat_area .chat-body1 .chat_time {
    position: absolute;
    left: 10px;
    right: auto;
    bottom: -40px;
    font-size: 12px;
    line-height: 40px;
    opacity: .5
}
.conversations .chat_area .admin_chat .chat-body1 .chat_time {
    left: auto;
    right: 0
}
.conversations .back2main-messengerpage {
    position: absolute;
    right: 20px;
    top: 30px;
    bottom: 30px;
    cursor: pointer
}
.conversations .back2main-messengerpage img {
    height: 20px;
    width: auto;
    display: block
}
.todays-page {
    background: #fff
}
.on-d-top {
    z-index: 9!important
}
.account-recomendations {
    width: 100%;
    height: auto;
    padding: 5px 0;
    position: relative;
    z-index: 2;
    background: #fff
}
.account-recomendations:after {
    content: "";
    display: block;
    clear: both
}
.account-recomendations .wrap-middle {
    margin: 0 42px;
    padding: 0
}
.account-recomendations .recomended-account-slide {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 9
}
.account-recomendations .recomended-account-slide ul {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    height: 100%
}
.account-recomendations .recomended-account-slide ul li {
    width: calc(12.28% - 40px);
    float: left;
    margin: 0 1%;
    border-radius: 5px;
    padding: 15px 20px;
    background: #fff;
    text-align: center;
    position: relative;
    transition: ease all .5s
}
.account-recomendations .recomended-account-slide ul li:hover {
    background: rgba(255, 255, 255, .5)
}
.account-recomendations .recomended-account-slide ul li .close {
    width: 11px;
    height: 11px;
    color: #222;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: ease all .5s
}
.account-recomendations .recomended-account-slide ul li .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.account-recomendations .recomended-account-slide ul li .close img {
    width: 100%;
    display: block
}
.account-recomendations .recomended-account-slide ul li .d-img {
    width: 78px;
    height: 78px;
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    overflow: hidden
}
.account-recomendations .recomended-account-slide ul li .d-img img {
    width: 100%;
    display: block
}
.account-recomendations .recomended-account-slide ul li .d-content {
    width: 100%;
    height: auto
}
.account-recomendations .recomended-account-slide ul li .d-content p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #cbcbcb;
    display: inline-block
}
.account-recomendations .recomended-account-slide ul li .d-content a {
    font-size: 10px;
    line-height: 12px;
    color: #222;
    display: block
}
.account-recomendations .recomended-account-slide .slide-nav {
    display: block;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    right: -45px;
    height: auto
}
.account-recomendations .recomended-account-slide .slide-nav li {
    margin: 0;
    width: 18px;
    height: 13px;
    box-shadow: none;
    background: 0 0;
    transition: ease all .5s
}
.account-recomendations .recomended-account-slide .slide-nav li:hover {
    opacity: 1
}
.account-recomendations .recomended-account-slide .slide-nav li.prev {
    float: left;
    opacity: 0
}
.account-recomendations .recomended-account-slide .slide-nav li.prev:hover {
    margin-left: -5px
}
.account-recomendations .recomended-account-slide .slide-nav li.next {
    float: right
}
.account-recomendations .recomended-account-slide .slide-nav li.next:hover {
    margin-right: -5px
}
.account-recomendations .recomended-account-slide .slide-nav li a {
    display: block
}
.account-recomendations .recomended-account-slide .slide-nav li a img {
    display: block
}
.account-recomendations .recomended-account-slide .slide-single {
    width: calc(90% - 20px)!important;
    margin: 0 5%!important;
    min-height: 125px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px 10px;
    background: #fff;
    text-align: center;
    position: relative;
    transition: ease all .5s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.account-recomendations .recomended-account-slide .slide-single:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px
}
.account-recomendations .recomended-account-slide .slide-single.availability-color:after {
    background: #f2c3b5
}
.account-recomendations .recomended-account-slide .slide-single.recommend-color:after {
    background: #a8c3bc
}
.account-recomendations .recomended-account-slide .slide-single.support-color:after {
    background: #004d69
}
.account-recomendations .recomended-account-slide .slide-single:hover {
    width: 100%!important;
    padding: 10px 5px;
    margin: 0!important;
    z-index: 99999999;
    margin-left: -25px!important;
    margin-right: 30px;
    transform: scale(1.25, 1.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.account-recomendations .recomended-account-slide .slide-single .close {
    width: 11px;
    height: 11px;
    color: #222;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: ease all .5s
}
.account-recomendations .recomended-account-slide .slide-single .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.account-recomendations .recomended-account-slide .slide-single .close img {
    width: 100%;
    display: block
}
.account-recomendations .recomended-account-slide .slide-single .d-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    overflow: hidden
}
.account-recomendations .recomended-account-slide .slide-single:hover .d-img {
    border: 1px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 77, 105, .15)
}
.account-recomendations .recomended-account-slide .slide-single .d-img img {
    width: 100%;
    display: block
}
.account-recomendations .recomended-account-slide .slide-single .d-content {
    width: 100%;
    height: auto
}
.account-recomendations .recomended-account-slide .slide-single .d-content p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    color: #3b4556;
    display: inline-block
}
.account-recomendations .recomended-account-slide .slide-single .d-content p strong {
    color: #004d69
}
.account-recomendations .recomended-account-slide .slide-single .d-content a {
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    font-weight: 700
}
.account-recomendations .recomended-account-slide .slide-single .d-content .name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.account-recomendations .recomended-account-slide .slide-single .d-content .name a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.account-recomendations .recomended-account-slide .slide-single .d-content .designation {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    display: block;
    color: rgba(59, 69, 86, .67);
    position: relative
}
.account-recomendations .recomended-account-slide .slide-single .d-content .designation a {
    text-decoration: underline
}
.account-recomendations .recomended-account-slide .slide-single .d-content .designation a:hover {
    text-decoration: none
}
.account-recomendations .recomended-account-slide .slide-single:hover br {
    display: none
}
.account-recomendations .recomended-account-slide .slick-dots {
    display: none!important
}
.account-recomendations .slick-list {
    padding: 15px 0 0 0;
    overflow: visible
}
.account-recomendations .slick-track {
    height: 150px
}
.account-recomendations .slick-initialized .slick-slide {
    visibility: hidden
}
.account-recomendations .slick-initialized .slick-slide.slick-active {
    visibility: visible
}
.account-recomendations .recomended-account-slide .slick-next, .account-recomendations .recomended-account-slide .slick-prev {
    margin: 0;
    width: 40px;
    height: 180px;
    transition: ease all .5s
}
.account-recomendations .recomended-account-slide .slick-prev {
    left: -25px;
    z-index: 999;
    padding: 0
}
.account-recomendations .recomended-account-slide .slick-next {
    right: -25px;
    z-index: 999;
    padding: 0
}
.account-recomendations .recomended-account-slide .slick-prev:hover {
    left: -35px
}
.account-recomendations .recomended-account-slide .slick-next:hover {
    right: -35px
}
.account-recomendations .recomended-account-slide .slick-next:before, .account-recomendations .recomended-account-slide .slick-prev:before {
    content: "";
    width: 10px;
    height: 100%;
    display: block
}
.account-recomendations .recomended-account-slide .slick-prev:before {
    background: url(../images/nav-prev.png) center center no-repeat;
    background-size: contain;
    float: right
}
.account-recomendations .recomended-account-slide .slick-next:before {
    background: url(../images/nav-next.png) center center no-repeat;
    background-size: contain;
    float: left
}
.account-recomendations .content-onhover {
    display: none;
    transition-delay: .5s;
    width: 166px;
    margin: 0 auto
}
.account-recomendations .content-onhover p {
    margin: 0 auto;
    opacity: 0;
    transition: all .5s;
    transition-delay: .5s
}
.account-recomendations .slide-single:hover .content-onhover {
    display: block
}
.account-recomendations .slide-single:hover .content-onhover p {
    opacity: 1
}
.account-recomendations .content-onhover p {
    font-size: 10px!important;
    line-height: 15px!important;
    color: #222!important;
    display: block!important;
    padding: 10px
}
.account-recomendations .content-onhover .c-profile {
    display: inline-block!important;
    width: auto!important;
    height: 20px!important;
    padding: 0 10px!important;
    font-size: 9.6px!important;
    line-height: 20px!important;
    letter-spacing: 0!important;
    color: #303030;
    border: 1px solid #eaeaea;
    background: 0 0
}
.account-recomendations .content-onhover .c-profile:hover {
    border: 1px solid #8a65e8;
    background: #8a65e8;
    color: #fff
}
.account-recomendations .content-onhover .recomended {
    display: inline-block!important;
    width: auto!important;
    height: 20px!important;
    padding: 0 7px!important;
    font-size: 9.6px!important;
    line-height: 20px!important;
    letter-spacing: 0!important;
    border: 1px solid #01cdcb;
    font-weight: 400
}
.account-recomendations .content-onhover .recomended:hover {
    border: 1px solid #8a65e8
}
.account-recomendations .content-onhover .account-recomendations-onhover-menu {
    display: block;
    list-style: none;
    text-align: center;
    opacity: 0;
    transition: ease all .5s
}
.account-recomendations .slide-single:hover .account-recomendations-onhover-menu {
    margin: 10px 0 0 0;
    opacity: 1;
    transition-delay: 1s
}
.account-recomendations .content-onhover .account-recomendations-onhover-menu li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    float: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    background: #fff;
    text-align: center;
    transition: ease all .5s;
    overflow: hidden
}
.account-recomendations .content-onhover .account-recomendations-onhover-menu li a {
    display: block!important;
    line-height: 32px!important;
    text-align: center;
    transition: ease all .5s
}
.account-recomendations .content-onhover .account-recomendations-onhover-menu li a img {
    width: auto;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    filter: brightness(500%)
}
.account-recomendations .content-onhover .account-recomendations-onhover-menu li:hover a {
    opacity: .5
}
.todays-timeline {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
    z-index: 1
}
.todays-timeline .my-panel {
    width: 30%;
    height: auto;
    margin-right: 2.5%;
    float: left
}
.todays-timeline .my-panel {
    width: 315px;
    height: auto;
    margin-right: 20px;
    float: left
}
.todays-timeline .my-panel .my-details {
    width: calc(100% - 44px);
    height: auto;
    border-radius: 5px;
    padding: 22px 22px 0 22px;
    background: #f5f5f5;
    text-align: center;
    position: relative
}
.todays-timeline .my-panel .my-details .d-content {
    width: 100%;
    height: auto
}
.todays-timeline .my-panel .my-details .d-content .available-status {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative
}
.todays-timeline .my-panel .my-details .d-content .available-status:before {
    display: none
}
.todays-timeline .my-panel .my-details .d-content .available-status p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px
}
.todays-timeline .my-panel .my-details .d-content .available-status .status-bar {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
.todays-timeline .my-panel .my-details .d-content .available-status .status-bar img {
    height: 33px;
    width: auto;
    vertical-align: middle
}
.todays-timeline .my-panel .my-details .d-content .available-status .status-bar .img-01 {
    display: block
}
.todays-timeline .my-panel .my-details .d-content .available-status .status-bar .img-02 {
    display: none
}
.todays-timeline .my-panel .my-details .d-content .available-status .status-bar.clicked .img-01 {
    display: none
}
.todays-timeline .my-panel .my-details .d-content .available-status .status-bar.clicked .img-02 {
    display: block
}
.todays-timeline .my-panel .my-details .d-content .available-status.calender-open {
    margin-left: -22px;
    margin-right: -22px;
    padding: 0 22px 22px 22px;
    transition: ease all .5s;
    -webkit-box-shadow: 0 7px 5px rgba(0, 77, 105, .05);
    -moz-box-shadow: 0 7px 5px rgba(0, 77, 105, .05);
    box-shadow: 0 7px 5px rgba(0, 77, 105, .05)
}
.todays-timeline .my-panel .my-details .d-content .calender-open:before {
    left: 0;
    right: 0
}
.todays-timeline .my-panel .my-details .d-content .available-status .open2new-opportunities {
    margin: 20px 0 0 0;
    padding-bottom: 22px
}
.todays-timeline .my-panel .my-details .d-content .available-status.calender-open .open2new-opportunities {
    padding-bottom: 0
}
.todays-timeline .my-panel .my-details .d-content .available-status .not-available {
    display: block
}
.todays-timeline .my-panel .my-details .d-content .available-status .available {
    display: none
}
.todays-timeline .my-panel .my-details .d-content .available-status.calender-open .not-available {
    display: none
}
.todays-timeline .my-panel .my-details .d-content .available-status.calender-open .available {
    display: block
}
.calendar-panel {
    max-width: 460px!important
}
.calendar-panel .current-date {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    text-transform: uppercase;
    color: #004d69;
    letter-spacing: 1px;
    text-align: center
}
.calendar-panel .pignose-calender .pignose-calender-top {
    padding: 10px 0
}
.calendar-panel .pignose-calender .pignose-calender-top .pignose-calender-top-month {
    margin-bottom: 0;
    color: #004d69;
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block
}
.calendar-panel .pignose-calender .pignose-calender-top .pignose-calender-top-year {
    color: #004d69;
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block
}
.calendar-panel .pignose-calender .pignose-calender-top .pignose-calender-top-nav {
    margin-top: -12px
}
.calendar-panel .pignose-calender .pignose-calender-top .pignose-calender-top-nav.pignose-calender-top-next .pignose-calender-top-icon:after {
    line-height: 25px
}
.calendar-panel .pignose-calender .pignose-calender-top .pignose-calender-top-nav .pignose-calender-top-value {
    font-size: 12px;
    line-height: 25px
}
.calendar-panel .pignose-calender .pignose-calender-header .pignose-calender-week {
    font-size: 12px
}
.box {
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-align: center
}
.box .active-dates .label {
    margin: 0 .4em;
    white-space: normal;
    word-break: break-word;
    line-height: 2.4
}
.box.box-languages .label {
    font-size: 100%
}
.available-dates {
    width: 100%;
    margin-top: 40px;
    display: none
}
.available-dates .heading {
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #3b4556;
    opacity: .67
}
.events-item {
    background: #fff;
    border-left: 8px solid #a8c3bc;
    border-radius: 2px;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    position: relative
}
.available-dates .events-item .close {
    width: 11px;
    height: 11px;
    color: #222;
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
    transition: ease all .5s
}
.available-dates .events-item .close:hover {
    transform: rotate(360deg)
}
.available-dates .events-item .close img {
    width: 100%;
    display: block;
    opacity: .6
}
.events-item-left {
    width: calc(100% - 76px)
}
.events-item .events-name {
    font-size: 14px;
    font-weight: 900;
    color: #222741;
    display: block;
    line-height: 25px
}
.events-item .events-date {
    font-size: 14px;
    font-weight: 900;
    color: #7b828e;
    display: inline-block;
    line-height: 25px
}
.events-item .events-tag {
    background: #004d69;
    border: 2px solid #fefefe;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 60px;
    margin-left: 16px;
    text-align: center
}
.events-item .events-tag.highlighted {
    background: #fdca40
}
.jobs-companies {
    width: 100%;
    margin-top: 40px
}
.jobs-companies .heading {
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #3b4556;
    opacity: .67
}
.jobs-companies .jobs-companies-tab {
    width: 100%;
    position: relative
}
.jobs-companies .jobs-companies-tab .tablinks {
    outline: 0;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    height: auto
}
.jobs-companies .jobs-companies-tab .tablinks.active {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, .15)
}
.jobs-companies .jobs-companies-tab .d-heading {
    float: left;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    opacity: .7;
    padding: 0 25px;
    margin: 0;
    cursor: pointer
}
.jobs-companies .jobs-companies-tab .active .d-heading {
    background: #fff;
    opacity: 1;
    font-weight: 700;
    border-radius: 5px 5px 0 0
}
.jobs-companies .jobs-companies-tab .tabcontent {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.jobs-companies .jobs-companies-tab ul {
    width: 100%;
    height: auto;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    display: block
}
.jobs-companies .jobs-companies-tab ul li {
    width: calc(100% - 50px);
    padding: 15px 25px;
    position: relative;
    transition: ease all .5s
}
.jobs-companies .jobs-companies-tab ul li:before {
    content: "";
    width: auto;
    height: 1px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    background: #e5e5e5
}
.jobs-companies .jobs-companies-tab ul li:first-child:before {
    background: 0 0
}
.jobs-companies .jobs-companies-tab ul li .job-designation {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #3b4556;
    letter-spacing: 1px;
    display: block
}
.jobs-companies .jobs-companies-tab ul li .job-designation .company-name {
    font-weight: 400
}
.jobs-companies .jobs-companies-tab ul li .job-location {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #3b4556;
    letter-spacing: 1px;
    display: block
}
.jobs-companies .jobs-companies-tab ul li .jobs-arrow {
    display: block;
    width: 15px;
    height: auto;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-in all .5s
}
.jobs-companies .jobs-companies-tab ul li .jobs-arrow img {
    width: 100%;
    display: block;
    transition: ease-in all .5s
}
.jobs-companies .jobs-companies-tab ul li:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}
.jobs-companies .jobs-companies-tab ul li:hover:before {
    background: #fff
}
.timeline-main {
    width: 49.7%;
    height: auto;
    float: left
}
@media screen and (min-width:1025px) {
    .todays-timeline.stick-sides .my-panel {
        position: fixed;
        top: 70px
    }
    .todays-timeline.stick-sides .timeline-main {
        margin-left: 332px;
        margin-right: 328px
    }
    .todays-timeline.stick-sides .invite-panel {
        position: fixed;
        margin-left: 1010px;
        top: 70px
    }
}
.post-something {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #fff;
    display: block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    overflow: hidden
}
.post-something .whole-textarea-box-onfocus div {
    filter: blur(0)!important
}
.post-something.whole-textarea-box-onfocus .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px;
    background-color: rgba(59, 69, 86, .56);
    z-index: 99
}
.post-something .whole-textarea-box {
    position: relative
}
.post-something .on-focus {
    background: #fff;
    z-index: 100
}
.post-something .textarea-box {
    margin: 0 0 10px 0;
    position: relative
}
.post-something .textarea-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    width: auto;
    background: #eaedf3;
    transition: ease all .5s
}
.post-something .on-focus .textarea-box:after {
    left: 0;
    right: 0
}
.post-something .textarea-box .textarea-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 25px;
    display: block
}
.post-something .textarea-box textarea {
    width: calc(100% - 100px);
    height: 50px;
    border: none;
    background: #fff;
    padding: 25px 25px 25px 75px;
    outline: 0;
    color: #004d69;
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    resize: none;
    transition: all .5s ease-in-out;
    display: block
}
.post-something .textarea-box textarea:focus {
    background: #f5f5f5
}
.post-something .textarea-box textarea::-webkit-input-placeholder {
    color: #a8c3bc;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    font-family: Muli, sans-serif
}
.post-something .textarea-box textarea::-moz-placeholder {
    color: #a8c3bc;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    font-family: Muli, sans-serif
}
.post-something .textarea-box textarea:-ms-input-placeholder {
    color: #a8c3bc;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    font-family: Muli, sans-serif
}
.post-something .textarea-box textarea:-moz-placeholder {
    color: #a8c3bc;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    font-family: Muli, sans-serif
}
.post-something .textarea-bottom-panel {
    width: auto;
    height: auto;
    padding: 0 25px 10px 25px;
    display: block
}
.post-something .textarea-bottom-panel .circles {
    float: left
}
.post-something .textarea-bottom-panel .circles ul {
    list-style: none;
    display: block
}
.post-something .textarea-bottom-panel .circles ul li {
    float: left;
    margin-right: 20px;
    border-radius: 7px;
    border: 1px solid #e2e5ee;
    background: #fff;
    overflow: hidden;
    transition: ease-in all .5s
}
.post-something .textarea-bottom-panel .circles ul li img {
    width: auto;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px
}
.post-something .textarea-bottom-panel .circles ul li a {
    display: block;
    font-size: 12px;
    line-height: 38px;
    font-weight: 400;
    color: #3e3f42;
    padding: 0 15px;
    transition: ease-in all .5s
}
.post-something .textarea-bottom-panel .circles ul li:hover {
    background: #f5f5f5
}
.post-something .textarea-bottom-panel .post-button {
    display: inline-block;
    float: right;
    width: auto;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 3px 15px rgba(0, 77, 105, .16)
}
.post {
    width: 100%;
    height: auto;
    padding: 25px 0;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.post .post-header {
    width: calc(100% - 50px);
    height: auto;
    padding: 0 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative
}
.post .post-header .header-img {
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 15px
}
.post .post-header .d-name {
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556;
    display: block;
    float: left;
    margin-right: 15px
}
.post .post-header .post-time {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #a5a5a5;
    float: left
}
.post .post-header:after {
    content: "";
    width: auto;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    left: 80px;
    right: 25px;
    bottom: 0
}
.post .post-header .post-info {
    overflow: hidden;
    float: right;
    padding: 8px 0
}
.post .post-header .post-info ul {
    list-style: none;
    display: block
}
.post .post-header .post-info ul li {
    float: left;
    display: block;
    margin-left: 15px;
    opacity: .5
}
.post .post-header .post-info ul li a {
    display: block
}
.post .post-header .post-info ul li img {
    height: 16px;
    width: auto
}
.post .post-header .post-info ul li i {
    font-size: 15px;
    line-height: 40px;
    color: rgba(0, 0, 0, .3);
    transition: ease-in all .5s
}
.post .post-header .post-info .post-info-single:hover {
    opacity: 1
}
.post .post-text {
    width: calc(100% - 50px);
    height: auto;
    padding: 0 25px;
    display: block;
    margin-bottom: 20px
}
.post .post-text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556;
    opacity: .85
}
.post .post-img {
    width: 100%;
    display: block;
    transition: ease-in all .5s
}
.post-reaction {
    width: calc(100% - 50px);
    height: auto;
    padding: 15px 25px;
    float: none;
    display: block;
    position: relative;
    margin-bottom: 15px
}
.post-reaction:after {
    content: "";
    width: auto;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0
}
.post-reaction .post-reaction-single {
    float: left;
    display: block;
    margin-left: 30px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67)
}
.post-reaction .post-reaction-single:hover {
    color: #004d69
}
.post-reaction .post-reaction-single.active {
    color: #004d69
}
.post-reaction .post-reaction-single:first-child {
    margin-left: 0
}
.post-reaction .post-reaction-single-right {
    float: right
}
.post-reaction .post-reaction-single img {
    width: auto;
    height: 25px;
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 10px;
    transition: ease-in all .5s
}
.post-reaction .post-reaction-single .img01 {
    display: block
}
.post-reaction .post-reaction-single .img-02 {
    display: none
}
.post-reaction .post-reaction-single:hover .img01 {
    display: none
}
.post-reaction .post-reaction-single:hover .img-02 {
    display: block
}
.post-reaction .post-reaction-single.active .img01 {
    display: none
}
.post-reaction .post-reaction-single.active .img-02 {
    display: block
}
.post-reaction .post-reaction-single-right img {
    float: right;
    margin-left: 10px;
    margin-right: 0
}
.post-reaction .post-reaction-single i {
    font-size: 15px;
    line-height: 40px;
    color: rgba(0, 0, 0, .3);
    transition: ease-in all .5s
}
.post-reaction .post-reaction-single.post-share {
    position: relative
}
.post-share-options {
    width: auto;
    height: auto;
    min-height: 50px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    top: 20px;
    left: 45%;
    z-index: 1;
    display: none
}
.post-reaction.open-post-share-options .post-share-options {
    display: block
}
.post-share-options ul li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ebebeb
}
.post-share-options ul li:first-child {
    border: none
}
.post-share-options ul li a {
    color: #004d69;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    display: block,
}
.post .post-header .post-reaction .post-reaction-single:hover {
    color: #3b4556
}
.post .view-comments {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #cbcbcb;
    display: block
}
.comment-panel {
    width: calc(100% - 50px);
    height: auto;
    padding: 0 25px;
    position: relative
}
.comment-panel .comment-owner-img {
    float: left;
    width: auto;
    height: 40px;
    margin-right: 2%;
    display: block
}
.comment-panel .your-comment {
    float: left;
    width: calc(72% - 30px);
    border: none;
    background: #f5f5f5;
    outline: 0;
    color: #303030;
    font-family: Muli, sans-serif;
    font-size: 11px;
    font-weight: 400;
    resize: none;
    border-radius: 7px;
    transition: all .5s ease-in-out;
    margin-right: 2%;
    height: 20px;
    padding: 10px 15px;
    line-height: 20px
}
.comment-panel .your-comment:focus {
    height: 60px
}
.comment-panel .post-comment-button {
    float: right;
    width: 11%;
    padding: 0 15px;
    line-height: 40px;
    height: 40px
}
.comment-panel .more-option {
    float: right;
    font-size: 25px;
    line-height: 40px;
    width: auto;
    height: 40px;
    background: url(../images/more.png) center center no-repeat;
    background-size: contain;
    position: relative;
    cursor: pointer
}
.comment-panel .more-option img {
    width: auto;
    height: 6px;
    display: block;
    margin: 17px 0
}
.comment-panel .more-option:hover {
    opacity: .8
}
.comment-panel .moreoptions {
    width: 93px;
    height: auto;
    min-height: 50px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: 1;
    display: none
}
.comment-panel.open-moreoptions .moreoptions {
    display: block
}
.comment-panel .moreoptions ul {
    display: block;
    list-style: none
}
.comment-panel .moreoptions ul li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ebebeb
}
.comment-panel .moreoptions ul li:first-child {
    border: none
}
.comment-panel .moreoptions ul li a {
    color: rgba(59, 9, 86, .67);
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    display: block
}
.comment-panel .moreoptions ul li a img {
    width: auto;
    height: 14px;
    float: left;
    margin-right: 7px;
    margin-top: 7px
}
.comment-panel .moreoptions ul li:hover a {
    color: #3b0956
}
.post .comments {
    height: 0;
    overflow: hidden;
    transition: all ease .5s
}
.post .show-comments {
    height: auto;
    min-height: 50px
}
.post .comments ul {
    display: block;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px
}
.post .comments ul li {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative
}
.post .comments ul li:after {
    content: "";
    width: auto;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40px;
    background: #e7e7e7
}
.post .comments .comment-owner-img {
    margin-right: 3%
}
.post .comments .comment-owner-name {
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding: 5px 0;
    font-weight: 700;
    color: #3b4556
}
.post .comments .d-comment {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #79818c;
    margin-left: 60px;
    margin-right: 80px
}
.post .comments .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556
}
.post .comments .date img {
    height: 40px;
    width: auto;
    margin-right: 5px;
    float: left
}
.post .comments .more-comments {
    margin-left: 60px;
    display: block;
    color: #004d69;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}
.post .comments .more-comments:hover {
    text-decoration: none
}
.timeline-main .new-opportunities {
    width: calc(100% - 60px);
    padding: 15px 25px;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-left: 10px solid #f2c3b5
}
.timeline-main .new-opportunities.new-recomended-opportunities {
    border-left: 10px solid #a8c3bc
}
.timeline-main .new-opportunities.new-recomended-opportunities.support-post {
    border-left: 10px solid #004d69
}
.timeline-main .new-opportunities .d-img {
    width: 118px;
    height: auto;
    max-width: 22%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border: 1px solid #fff;
    float: left;
    margin-right: 25px
}
.timeline-main .new-opportunities .d-img img {
    width: 100%;
    height: auto;
    display: block
}
.timeline-main .new-opportunities .d-content {
    width: 360px;
    height: auto;
    float: left;
    position: absolute;
    left: 26%;
    top: 25px
}
.timeline-main .new-opportunities .d-content .my-name {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.timeline-main .new-opportunities .d-content .designation {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556;
    display: block;
    position: relative;
    margin-bottom: 20px
}
.timeline-main .new-opportunities .d-content .designation span {
    border-bottom: 1px solid #3b4556;
    font-weight: 700
}
.timeline-main .new-opportunities .d-content h5 a {
    display: inline-block;
    color: #004d69;
    font-weight: 700
}
.timeline-main .new-opportunities .d-content .tag-panel ul li {
    float: left;
    margin: 0 5px 0 0;
    background: #f1f1f1;
    display: block
}
.timeline-main .new-opportunities .d-content .tag-panel ul li a {
    color: #3b4556
}
.timeline-main .new-opportunities .d-content .tag-panel ul li:hover a {
    padding: 0 15px
}
.timeline-main .new-opportunities .d-content .tag-panel ul li:hover a:after {
    display: none
}
.timeline-main .new-opportunities .new-opportunity-options {
    width: 150px;
    position: absolute;
    right: 20px;
    top: 50px
}
.timeline-main .new-opportunities.new-recomended-opportunities.support-post .new-opportunity-options {
    width: 100px
}
.timeline-main .new-opportunities .new-opportunity-options ul {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    float: left
}
.timeline-main .new-opportunities .new-opportunity-options li {
    float: left;
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    background: #fff;
    text-align: center;
    transition: ease all .5s;
    overflow: hidden
}
.timeline-main .new-opportunities .new-opportunity-options li a {
    display: block!important;
    line-height: 40px!important;
    text-align: center;
    transition: ease all .5s
}
.timeline-main .new-opportunities .new-opportunity-options li a img {
    width: auto;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    filter: brightness(500%)
}
.timeline-main .new-opportunities .new-opportunity-options li:hover a {
    opacity: .5
}
.new-opportunities .comment-panel {
    width: 100%;
    padding: 0;
    clear: both;
    margin-top: 40px;
    padding-top: 15px
}
.new-opportunities .comment-panel:after {
    content: "";
    width: auto;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}
.new-opportunities .comment-panel .your-comment {
    width: calc(72% - 80px)
}
.new-opportunities .comment-panel .post-comment-button {
    float: left
}
.new-opportunities .comment-panel .read-comments {
    float: right;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 7px
}
.new-opportunities .comment-panel .read-comments img {
    width: auto;
    height: 25px;
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 10px;
    transition: ease-in all .5s
}
.new-opportunities .comment-panel .read-comments .img01 {
    display: block
}
.new-opportunities .comment-panel .read-comments .img-02 {
    display: none
}
.new-opportunities .comment-panel .read-comments:hover .img01 {
    display: none
}
.new-opportunities .comment-panel .read-comments:hover .img-02 {
    display: block
}
.new-opportunities .comment-panel .read-comments.active .img01 {
    display: none
}
.new-opportunities .comment-panel .read-comments.active .img-02 {
    display: block
}
.new-opportunities .comment-panel .read-comments img {
    float: right;
    margin-left: 5px;
    margin-right: 0
}
.new-opportunities .comment-panel .read-comments i {
    font-size: 15px;
    line-height: 40px;
    color: rgba(0, 0, 0, .3);
    transition: ease-in all .5s
}
.new-opportunities .comments {
    height: 0;
    overflow: hidden;
    transition: all ease .5s;
    margin-top: 15px;
    padding-top: 0
}
.new-opportunities .show-comments {
    height: auto;
    min-height: 50px
}
.new-opportunities .comments ul {
    display: block;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px
}
.new-opportunities .comments ul li {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative
}
.new-opportunities .comments ul li:after {
    content: "";
    width: auto;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40px;
    background: #e7e7e7
}
.new-opportunities .comments .comment-owner-img {
    margin-right: 3%
}
.new-opportunities .comments .comment-owner-name {
    display: block;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556
}
.new-opportunities .comments .d-comment {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #79818c;
    margin-left: 60px;
    margin-right: 80px
}
.new-opportunities .comments .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556
}
.new-opportunities .comments .date img {
    height: 40px;
    width: auto;
    margin-right: 5px;
    float: left
}
.new-opportunities .comments .more-comments {
    margin-left: 60px;
    display: block;
    color: #004d69;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}
.new-opportunities .comments .more-comments:hover {
    text-decoration: none
}
.invite-panel {
    width: 308px;
    height: auto;
    float: right
}
.invite-panel .reloopers {
    width: 100%;
    height: auto;
    display: block
}
.invite-panel .reloopers .heading {
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #3b4556;
    opacity: .67
}
.invite-panel .reloopers .reloopers-menu {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.invite-panel .reloopers .reloopers-menu ul {
    display: block;
    list-style: none
}
.invite-panel .reloopers .reloopers-menu ul li {
    width: auto;
    padding: 20px 25px 20px 80px;
    position: relative;
    transition: ease all .5s
}
.invite-panel .reloopers .reloopers-menu ul li:before {
    content: "";
    width: auto;
    height: 1px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    background: #e5e5e5
}
.invite-panel .reloopers .reloopers-menu ul li:first-child:before {
    background: 0 0
}
.invite-panel .reloopers .reloopers-menu ul li img.relooper-img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: block
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    display: block
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-designation {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    opacity: .67;
    letter-spacing: 1px;
    display: block
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-close {
    opacity: 0;
    display: none;
    z-index: 1;
    width: 18px;
    height: auto;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all .5s
}
.invite-panel .reloopers .reloopers-menu ul li:hover .relooper-close {
    opacity: 1;
    display: block
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-close img {
    width: 100%;
    display: block;
    transition: all .5s ease-in-out
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-close:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-add {
    display: block;
    width: 18px;
    height: auto;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    transition: ease all .5s
}
.invite-panel .reloopers .reloopers-menu ul li:hover .relooper-add {
    right: 50px
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-add img {
    width: 100%;
    display: block;
    transition: all .5s ease-in-out
}
.invite-panel .reloopers .reloopers-menu ul li .relooper-add:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.invite-panel .reloopers .reloopers-menu ul li:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.invite-panel .reloopers .reloopers-menu ul li:hover:before {
    background: #fff
}
.jobpage-userview {
    background: #fbfcfe;
    padding: 140px 0 90px 0
}
.jobpage-userview .my-panel .my-details {
    padding-top: 120px
}
.jobpage-userview .my-panel .my-details .d-img {
    width: 205px;
    height: 205px;
    display: block;
    margin: 0 auto 15px auto;
    top: -100px;
    border: none;
    box-shadow: none;
    max-width: 80%
}
.jobpage-userview .my-panel .my-details .d-img img {
    height: 100%;
    width: auto
}
.jobpage-userview .my-panel .my-details .d-img:hover img {
    opacity: 1
}
.jobpage-userview .my-panel .my-details .d-content .my-name {
    line-height: 30px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.jobpage-userview .my-panel .my-details .d-content .designation {
    line-height: 30px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0
}
.jobpage-userview .my-panel .my-details .d-content .designation:after {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px
}
.jobpage-userview .my-panel .my-details .d-content .location {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #004d69;
    display: inline-block;
    position: relative;
    margin-bottom: 0
}
.jobpage-userview .my-panel .my-details .d-content .location:before {
    display: none
}
.jobpage-userview .my-panel .my-details .d-content .company-employees {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(59, 69, 86, .67);
    display: block;
    margin-bottom: 10px
}
.jobpage-userview .my-panel .my-details .d-content .my-mail {
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 77, 105, .67);
    display: block;
    position: relative;
    margin-bottom: 10px
}
.jobpage-userview .my-panel .my-details .d-content .my-mail:before {
    content: "";
    width: auto;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: -25px;
    right: -25px
}
.jobpage-userview .my-panel .my-details .d-content .company-button {
    width: auto;
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}
.jobpage-userview .timeline-info {
    margin: 0
}
.job2apply {
    width: 100%;
    height: auto
}
.job-single {
    width: calc(100% - 60px);
    height: auto;
    border-radius: 5px;
    padding: 30px 30px 50px 30px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.job-single-left {
    width: 500px;
    height: auto;
    float: left;
    position: relative
}
.job-single-right {
    width: 350px;
    height: auto;
    float: right
}
.job-single-header {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    position: relative
}
.job-single-header h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 900;
    margin: 0 0 5px 0;
    color: #3b4556;
    text-transform: uppercase
}
.job-single-header h5 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    color: #3b4556;
    opacity: .67
}
.job-single-header h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    color: #004d69;
    text-align: right
}
.job-single-header h6 span {
    color: #63666a
}
.job-single-body {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 150px;
    position: relative
}
.job-single-body p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000
}
.job-single-body p span {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 700
}
.job-single-body h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    color: #004d69;
    margin-bottom: 30px
}
.job-single-body h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
    color: #63666a;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}
.job-single-body h6:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.job-single-body .posttype-details {
    margin-bottom: 50px
}
.job-single-body .tag-panel {
    text-align: left
}
.job-single-body .tag-panel a {
    font-size: 12px;
    padding: 0 20px
}
.job-single-body .post-level p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #004d69
}
.job-single-body .post-employment-type h6 {
    color: #9ea0a5
}
.job-single-body .posttype-button {
    width: 80px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 5px
}
.job-single-body .post-industry-type a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #004d69
}
.job-single-body .post-information {
    position: absolute;
    bottom: 0;
    left: 30px
}
.job-single-body .post-information ul {
    list-style: none;
    display: block
}
.job-single-body .post-information ul li {
    float: left
}
.job-single-body .post-information ul li:before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #63666a
}
.job-single-body .post-information ul li:first-child:before {
    display: none
}
.job-single-body .post-information ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #63666a
}
.recomended-jobs {
    margin-top: 50px
}
.recomended-jobs h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #63666a;
    text-transform: uppercase;
    padding-left: 50px
}
.jobs-recomended {
    width: 100%;
    height: auto
}
.jobs-recomended .jobs-content {
    position: relative
}
.jobs-recomended .jobs-content-inner {
    width: 100%;
    height: auto;
    margin-bottom: 50px
}
.jobs-recomended .jobs-content-inner-single {
    padding: 25px 30px;
    margin: 0;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 20px
}
.jobs-recomended .jobs-content-img {
    width: 46px;
    height: 46px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    margin-top: 2px
}
.jobs-recomended .jobs-content-img img {
    width: 100%;
    display: block
}
.jobs-recomended .heading-bar {
    width: 100%;
    position: relative
}
.jobs-recomended .heading-bar .name {
    width: auto;
    margin-right: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #3e3f42
}
.jobs-recomended .heading-bar ul {
    list-style: none;
    display: block
}
.jobs-recomended .heading-bar ul li {
    float: left
}
.jobs-recomended .heading-bar ul li:before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9ea0a5
}
.jobs-recomended .heading-bar ul li:first-child:before {
    display: none
}
.jobs-recomended .heading-bar ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9ea0a5
}
.jobs-recomended .posttype-button {
    width: 80px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    padding: 0 30px;
    margin-top: 5px
}
.jobs-recomended .post-reaction {
    width: auto;
    min-width: 25px;
    padding: 0;
    float: right;
    position: relative;
    margin-top: 5px;
    z-index: 1
}
.jobs-recomended .post-reaction .post-reaction-single {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67)
}
.jobs-recomended .post-reaction .post-reaction-single img {
    width: auto;
    height: 20px;
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 9px
}
.jobs-recomended .post-reaction .post-reaction-single.more-option {
    float: right;
    font-size: 25px;
    line-height: 40px;
    width: auto;
    height: 40px;
    background: url(../images/more.png) center center no-repeat;
    background-size: contain;
    position: relative;
    cursor: pointer
}
.jobs-recomended .post-reaction .post-reaction-single.more-option img {
    width: auto;
    height: 4px;
    display: block;
    margin: 18px 0
}
.jobs-recomended .moreoptions {
    width: 93px;
    height: auto;
    min-height: 50px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    position: absolute;
    top: 25px;
    right: -30px;
    z-index: 1;
    display: none
}
.jobs-recomended .moreoptions ul {
    display: block;
    list-style: none
}
.jobs-recomended .moreoptions ul li {
    display: block;
    padding: 0 10px;
    border-top: 1px solid #ebebeb
}
.jobs-recomended .moreoptions ul li:first-child {
    border: none
}
.jobs-recomended .moreoptions ul li a {
    color: rgba(59, 9, 86, .67);
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    display: block
}
.jobs-recomended .moreoptions ul li a img {
    width: auto;
    height: 14px;
    float: left;
    margin-right: 7px;
    margin-top: 7px
}
.jobs-recomended .open-moreoptions .moreoptions {
    display: block
}
.jobs-recomended .heading-bar .content-left {
    float: left;
    display: inline-block
}
.jobs-recomended .jobs-content-left {
    width: 500px;
    height: auto;
    float: left
}
.jobs-recomended .jobs-content-left p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3b4556;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.jobs-recomended .jobs-content-right {
    width: 275px;
    height: auto;
    float: right
}
.jobs-recomended .heading-bar .jobs-content-right {
    width: 205px
}
.jobs-recomended .jobs-content-right .posttype-button {
    float: left
}
.jobs-recomended .jobs-content-right .verti-line {
    height: 38px;
    margin: 5px 30px;
    position: relative;
    right: 0;
    background: #eaedf3;
    float: left
}
.jobs-recomended .recomended-jobs-body {
    padding-top: 50px
}
.notification-page {
    padding: 50px 0;
    background: #fbfcfe
}
.notification-page .heading {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #004d69;
    margin: 25px 0
}
.notification-page .how-many-notifications {
    width: 24%;
    height: auto;
    margin-right: 30px;
    float: left;
    position: relative;
    max-width: 315px
}
.notification-page .how-many-notifications .notification-number-details {
    width: calc(100% - 50px);
    height: auto;
    border-radius: 7px;
    padding: 15px 25px;
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}
.notification-page .how-many-notifications .notifications-heading {
    line-height: 25px;
    font-weight: 700;
    color: #004d69;
    display: block;
    margin-bottom: 10px
}
.notification-page .how-many-notifications .notifications-number {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    color: #004d69;
    text-transform: uppercase;
    display: block
}
.notification-page .how-many-notifications .notifications-new {
    line-height: 25px;
    font-weight: 700;
    color: #004d69;
    text-transform: uppercase;
    display: block
}
.notification-page .the-notifications {
    width: 50%;
    height: auto;
    float: left
}
.notification-page .the-notifications .notifications-single {
    width: calc(100% - 100px);
    height: auto;
    position: relative;
    display: block;
    background: #fff;
    padding: 25px 70px 25px 30px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-bottom: 25px
}
.notification-page .the-notifications .notifications-single .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 14px;
    height: 14px
}
.notification-page .the-notifications .notifications-single .close img {
    display: block;
    width: 100%
}
.notification-page .the-notifications .notifications-single .d-notifications-content {
    float: left;
    width: 70%
}
.notification-page .the-notifications .notifications-single .d-notifications-content .d-user {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    overflow: hidden;
    float: left;
    margin-right: 20px
}
.notification-page .the-notifications .notifications-single .d-notifications-content .d-user img {
    height: 100%;
    display: block;
    width: auto
}
.notification-page .the-notifications .notifications-single .d-content {
    float: left;
    width: calc(100% - 70px)
}
.notification-page .the-notifications .notifications-single .d-content .notification-type {
    line-height: 25px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.notification-page .the-notifications .notifications-single .d-content .username {
    line-height: 25px;
    font-weight: 700;
    color: #004d69
}
.notification-page .the-notifications .notifications-single .d-content .notification-type:hover .username {
    text-decoration: underline
}
.notification-page .the-notifications .notifications-single .d-content .user-location {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5;
    display: inline-block;
    position: relative
}
.notification-page .the-notifications .notifications-single .d-content .user-designation {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    padding-left: 10px
}
.notification-page .the-notifications .notifications-single .d-content .user-designation:before {
    content: "";
    width: 1px;
    height: 18px;
    background: #9ea0a5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}
.notification-page .the-notifications .notifications-single .d-content .view-recomendation {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
    color: #9ea0a5;
    display: block;
    position: relative
}
.notification-page .the-notifications .notifications-single .notification-recieving-time {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #9ea0a5;
    position: absolute;
    right: 30px;
    top: 50px
}
.blocker {
    z-index: 999!important;
    background: rgba(59, 69, 86, .56)!important
}
.bg-blur {
    filter: blur(6px)
}
.modal {
    border-radius: 3px!important;
    box-shadow: none!important;
    padding: 15px!important;
    padding-bottom: 25px!important;
    max-width: 630px!important
}
.modal a.close-modal {
    top: 20px!important;
    right: 20px!important;
    background: url(../images/modal-close.png) center center no-repeat!important;
    background-size: cover!important;
    width: 18px!important;
    height: 18px!important;
    transition: ease all .5s;
    overflow: hidden
}
.modal a.close-modal:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.modal input, .modal textarea {
    font-family: Muli, sans-serif
}
.modal .modal-button {
    text-align: center;
    width: auto;
    display: inline-block
}
.modal .modal-button .d-img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}
.modal input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal input::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal input:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
.modal textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif!important
}
#prof-recomendation {
    position: relative
}
#prof-recomendation .prof-recomendation-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}
#prof-recomendation .prof-recomendation-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: -30px;
    float: left;
    margin-right: 30px
}
#prof-recomendation .prof-recomendation-header .d-img img {
    width: 100%;
    display: block
}
#prof-recomendation .prof-recomendation-header .d-content {
    float: left;
    width: 40%
}
#prof-recomendation .prof-recomendation-header .d-content .u-r-recomending {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556
}
#prof-recomendation .prof-recomendation-header .d-content .my-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #3b4556
}
#prof-recomendation .prof-recomendation-header .d-content .designation {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#prof-recomendation .explain-valuable {
    width: 100%
}
#prof-recomendation .explain-valuable textarea {
    width: calc(100% - 32px);
    height: 80px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    margin-bottom: 30px
}
#prof-recomendation .explain-valuable textarea:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
#prof-recomendation .explain-valuable .sendrecomendation-button {
    float: right;
    height: 40px;
    line-height: 40px
}
#prof-recomendation .explain-valuable .sendrecomendation-button .d-img {
    display: none
}
#prof-share {
    position: relative
}
#prof-share .prof-share-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}
#prof-share .prof-share-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: -30px;
    float: left;
    margin-right: 30px
}
#prof-share .prof-share-header .d-img img {
    width: 100%;
    display: block
}
#prof-share .prof-share-header .d-content {
    float: left;
    width: 40%
}
#prof-share .prof-share-header .d-content .u-r-sharing {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556
}
#prof-share .prof-share-header .d-content .my-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #3b4556
}
#prof-share .prof-share-header .d-content .designation {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#prof-share .are-you-sure {
    width: 100%;
    text-align: center;
    margin: 0
}
#prof-share .are-you-sure h5 {
    line-height: 25px;
    padding: 0 60px;
    color: #004d69;
    margin-bottom: 20px;
    display: block
}
#prof-share .are-you-sure .send2indi-button {
    margin-right: 20px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #004d69;
    color: #004d69
}
#prof-share .are-you-sure .send2indi-button:hover {
    background: #004d69;
    border-color: #004d69;
    color: #fff
}
#prof-share .are-you-sure .confirmshare-button {
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 60px
}
#prof-share .are-you-sure .confirmshare-button .d-img {
    display: none
}
#prof-forward {
    position: relative
}
#prof-forward .prof-forward-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}
#prof-forward .prof-forward-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: -30px;
    float: left;
    margin-right: 30px
}
#prof-forward .prof-forward-header .d-img img {
    width: 100%;
    display: block
}
#prof-forward .prof-forward-header .d-content {
    float: left;
    width: 50%
}
#prof-forward .prof-forward-header .d-content .u-r-forwarding {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556
}
#prof-forward .prof-forward-header .d-content .my-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #3b4556
}
#prof-forward .prof-forward-header .d-content .designation {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#prof-forward .whom-to-forward {
    width: 100%
}
#prof-forward .whom-to-forward input {
    width: calc(100% - 32px);
    height: 33px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 35px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    margin-bottom: 20px
}
#prof-forward .whom-to-forward input:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
#prof-forward .whom-to-forward .selected-names {
    margin-left: 20px
}
#prof-forward .whom-to-forward .selected-names ul {
    display: block;
    list-style: none
}
#prof-forward .whom-to-forward .selected-names ul li {
    width: auto;
    padding: 0 15px 0 5px;
    height: 25px;
    border-radius: 25px;
    background: #f1f1f1;
    border: 1px solid #eaeaea;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #3b4556;
    text-align: left;
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
    transition: ease all .5s
}
#prof-forward .whom-to-forward .selected-names ul li:hover {
    padding: 0 35px 0 5px
}
#prof-forward .whom-to-forward .selected-names ul li .d-img {
    height: 20px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px
}
#prof-forward .whom-to-forward .selected-names ul li .selected-names-close {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 8px;
    bottom: 9px;
    transition: ease all .5s;
    opacity: 0
}
#prof-forward .whom-to-forward .selected-names ul li:hover .selected-names-close {
    opacity: 1
}
#prof-forward .whom-to-forward .selected-names ul li .selected-names-close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
#prof-forward .whom-to-forward .selected-names ul li .selected-names-close img {
    height: 100%;
    vertical-align: middle;
    display: block
}
#prof-forward .whom-to-forward .confirmforward-button {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    display: block;
    height: 40px;
    line-height: 40px
}
#prof-forward .whom-to-forward .confirmforward-button .d-img {
    display: none
}
#prof-connect {
    position: relative
}
#prof-connect .prof-connect-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}
#prof-connect .prof-connect-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: -30px;
    float: left;
    margin-right: 30px
}
#prof-connect .prof-connect-header .d-img img {
    width: 100%;
    display: block
}
#prof-connect .prof-connect-header .d-content {
    float: left;
    width: 40%
}
#prof-connect .prof-connect-header .d-content .u-r-reachingout {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556
}
#prof-connect .prof-connect-header .d-content .my-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #3b4556
}
#prof-connect .prof-connect-header .d-content .designation {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#prof-connect .connect-form {
    width: 100%
}
#prof-connect .connect-form .custom-select {
    position: relative;
    color: #0d0d0d;
    margin-bottom: 20px
}
#prof-connect .connect-form .custom-select select {
    display: none
}
#prof-connect .connect-form .select-selected {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 43px;
    font-weight: 200;
    padding: 0 15px;
    color: #0d0d0d;
    height: 43px;
    text-align: left;
    border-radius: 7px
}
#prof-connect .connect-form .select-selected:after {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    transition: ease all .5s
}
#prof-connect .connect-form .select-selected.select-arrow-active:after {
    opacity: 0
}
#prof-connect .connect-form .select-items div, #prof-connect .connect-form .select-selected {
    position: relative;
    z-index: 2;
    user-select: none;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #ccc
}
#prof-connect .connect-form .select-selected.select-arrow-active {
    border-radius: 7px 7px 0 0;
    background: #fff;
    box-shadow: 0 6px 15px rgba(211, 211, 211, .5);
    border: 1px solid #ccc
}
#prof-connect .connect-form .select-items div {
    font-family: Muli, sans-serif;
    line-height: 43px;
    font-size: 12px;
    padding: 0 15px;
    border: none;
    border-top: solid 1px #979797;
    border-radius: 0
}
#prof-connect .connect-form .select-items div:first-child {
    display: none
}
#prof-connect .connect-form .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    z-index: 1;
    text-align: left;
    border: solid #979797;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 6px 15px rgba(211, 211, 211, .5);
    z-index: 3
}
#prof-connect .connect-form .select-hide {
    display: none
}
#prof-connect .connect-form .same-as-selected, #prof-connect .connect-form .select-items div:hover {
    background-color: #3b4556;
    color: #fff
}
#prof-connect .connect-form .same-as-selected {
    background-color: #3b4556;
    color: #fff;
    font-weight: 700
}
#prof-connect .connect-form .select-person .select-items div:before, #prof-connect .connect-form .select-person .select-selected:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 50px;
    margin-right: 20px
}
#prof-connect .connect-form .select-person .select-items div span, #prof-connect .connect-form .select-person .select-selected span {
    width: 50px;
    font-size: 10px;
    line-height: 10px;
    margin-right: 20px;
    display: block
}
#prof-connect .connect-form textarea {
    width: calc(100% - 32px);
    height: 140px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    margin-bottom: 20px
}
#prof-connect .connect-form textarea:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
#prof-connect .connect-form .invitation-button {
    float: right
}
#prof-reachingout {
    position: relative
}
#prof-reachingout .prof-reachingout-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}
#prof-reachingout .prof-reachingout-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: -30px;
    float: left;
    margin-right: 30px
}
#prof-reachingout .prof-reachingout-header .d-img img {
    width: 100%;
    display: block
}
#prof-reachingout .prof-reachingout-header .d-content {
    float: left;
    width: 40%
}
#prof-reachingout .prof-reachingout-header .d-content .u-r-reachingout {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#prof-reachingout .prof-reachingout-header .d-content .my-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #3b4556
}
#prof-reachingout .prof-reachingout-header .d-content .designation {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#prof-reachingout .reachingout-form {
    width: 100%
}
#prof-reachingout .reachingout-form textarea {
    width: calc(100% - 32px);
    height: 140px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    margin-bottom: 20px
}
#prof-reachingout .reachingout-form textarea:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
#prof-reachingout .reachingout-form .reachout-button {
    float: right
}
#the-proces-to-add-journey {
    position: relative;
    text-align: center;
    background: 0 0!important
}
#the-proces-to-add-journey.modal a.close-modal {
    top: 10px!important;
    right: 20px!important;
    background: url(../images/add-journey-img.png) center center no-repeat!important;
    background-size: cover!important
}
#the-proces-to-add-journey h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase
}
#the-proces-to-add-journey .d-adding-process-button {
    width: auto;
    display: block;
    text-align: center
}
#the-proces-to-add-journey .d-adding-process-button ul {
    display: block;
    list-style: none
}
#the-proces-to-add-journey .d-adding-process-button ul li {
    margin: 10px;
    display: inline-block
}
#the-proces-to-add-journey .d-adding-process-button ul li a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .66);
    display: block
}
#the-proces-to-add-journey .d-adding-process-button ul li a img {
    height: 105px;
    width: auto;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 50%
}
#invitetoconnect {
    position: relative
}
#invitetoconnect .invitetoconnect-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}
#invitetoconnect .invitetoconnect-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    margin-top: -30px;
    float: left;
    margin-right: 30px
}
#invitetoconnect .invitetoconnect-header .d-img img {
    width: 100%;
    display: block
}
#invitetoconnect .invitetoconnect-header .d-content {
    float: left;
    width: 40%
}
#invitetoconnect .invitetoconnect-header .d-content .u-r-sharing {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#invitetoconnect .invitetoconnect-header .d-content .my-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #3b4556
}
#invitetoconnect .invitetoconnect-header .d-content .designation {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #3b4556
}
#invitetoconnect .are-you-sure {
    width: 100%;
    text-align: center;
    margin: 50px 0 25px 0
}
#invitetoconnect .are-you-sure h5 {
    line-height: 25px;
    padding: 0 50px;
    color: #3b4556;
    margin-bottom: 40px;
    display: block
}
#invitetoconnect .are-you-sure .invitetoconect-cancel-button {
    margin-right: 20px
}
#invitetoconnect .are-you-sure .confirmtoconect-button {
    margin-left: 20px
}
.d-adding-process {
    position: relative;
    text-align: center!important;
    padding-bottom: 15px!important;
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 680px!important
}
.d-adding-process .d-adding-process-header {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px
}
.d-adding-process .d-adding-process-header .d-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -40px;
    float: left;
    margin-right: 20px
}
.d-adding-process .d-adding-process-header .d-img img {
    width: 100%;
    display: block
}
.d-adding-process .d-adding-process-header .d-content {
    float: left;
    width: 40%
}
.d-adding-process .d-adding-process-header .d-content .job-application-for {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b4556;
    text-align: left
}
.d-adding-process .d-adding-process-header .d-content .job-application-for a {
    display: inline-block
}
.d-adding-process h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556
}
.d-adding-process h3.before-bg {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 0
}
.d-adding-process .process-form {
    width: auto;
    margin-top: 20px;
    padding: 0 20px
}
.d-adding-process .process-form .form-group {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    position: relative
}
.d-adding-process .process-form .form-group:last-child {
    margin: 0
}
.d-adding-process .process-form .form-group .form49 {
    width: 49%;
    float: left
}
.d-adding-process .process-form .form-group .form49:nth-child(2n) {
    float: right
}
.d-adding-process .process-form .form-group .form37 {
    width: 37%;
    float: left;
    margin-right: 3%
}
.d-adding-process .process-form .form-group .form30 {
    width: 30%;
    float: left;
    margin-right: 0
}
.d-adding-process .process-form .form-group .form27 {
    width: 27%;
    float: left;
    margin-right: 3%
}
.d-adding-process .process-form .form-group .form18 {
    width: 18%;
    float: left;
    margin: 0 .75%
}
.d-adding-process .process-form .form-group .form13 {
    width: 13%;
    float: left;
    margin: 0 .75%
}
.d-adding-process .process-form .form-group .form15 {
    width: 15%;
    float: left;
    margin-left: 1%
}
.d-adding-process .process-form .form-group .form33 {
    width: 33%;
    float: left;
    margin-left: 1%
}
.d-adding-process .process-form .form-group .form40 {
    width: 40%;
    float: left;
    margin: 0 1%
}
.d-adding-process .process-form .form-group .form43 {
    width: 43%;
    float: left;
    margin: 0 1.75%
}
.d-adding-process .process-form .form-group .form45 {
    width: 45%;
    float: left;
    margin: 0 2.25%
}
.d-adding-process .process-form .form-group .form50 {
    width: 50%;
    float: left;
    margin: 0 2.75%
}
.d-adding-process .process-form .processform-buttons {
    display: block;
    padding-top: 15px
}
.d-adding-process .process-form .processform-buttons:before {
    content: "";
    width: auto;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    left: -35px;
    right: -35px
}
.d-adding-process .process-form .processform-buttons .d-buttons {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    display: inline-block
}
.d-adding-process .process-form .processform-buttons .save-n-exit-button {
    display: block;
    background: #e4e4e4;
    font-size: 12px;
    height: auto;
    line-height: 40px;
    font-weight: 700;
    color: #3b4556;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none
}
.d-adding-process .process-form .processform-buttons .save-n-exit-button:hover {
    background: #004d69;
    color: #fff
}
.d-adding-process .process-form .processform-buttons .addmore-projects-button {
    font-size: 12px;
    height: auto;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px
}
.d-adding-process .process-form .processform-buttons .addmore-projects-button:hover {
    background: #e4e4e4
}
.d-adding-process .process-form .processform-buttons .addmore-projects-button .d-img {
    width: 14px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    transition: ease all .5s
}
.d-adding-process .process-form .processform-buttons .add-another-location-button .d-img {
    width: 20px;
    margin-right: 15px;
    margin-left: 0
}
.d-adding-process .process-form input {
    width: calc(100% - 32px);
    height: 28px;
    border: 1px solid #d8dce6;
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 28px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    background: linear-gradient(0deg, #f5f5f5 0, #fff 100%);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}
.d-adding-process .process-form input:focus {
    background: linear-gradient(to bottom, #fff 0, #d8dce6 100%)
}
.d-adding-process .process-form input:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
.d-adding-process .process-form textarea {
    width: calc(100% - 32px);
    height: 103px;
    border: 1px solid #ccc;
    background: linear-gradient(0deg, #f5f5f5 0, #fff 100%);
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}
.d-adding-process .process-form textarea.small-textarea {
    height: 60px
}
.d-adding-process .process-form textarea:focus {
    background: #fff;
    border: 1px solid #ccc
}
.d-adding-process .process-form input::-webkit-input-placeholder, .d-adding-process .process-form textarea::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 28px;
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.d-adding-process .process-form input::-moz-placeholder, .d-adding-process .process-form textarea::-moz-placeholder {
    font-size: 12px;
    line-height: 28px;
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.d-adding-process .process-form input:-ms-input-placeholder, .d-adding-process .process-form textarea:-ms-input-placeholder {
    font-size: 12px;
    line-height: 28px;
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.d-adding-process .process-form input:-moz-placeholder, .d-adding-process .process-form textarea:-moz-placeholder {
    font-size: 12px;
    line-height: 28px;
    color: rgba(0, 0, 0, .5);
    font-family: Muli, sans-serif
}
.d-adding-process .process-form .custom-select {
    position: relative;
    color: #0d0d0d;
    margin: 0
}
.d-adding-process .process-form .custom-select select {
    display: none
}
.d-adding-process .process-form .select-selected {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    font-family: Muli, sans-serif;
    font-size: 13px;
    line-height: 38px;
    font-weight: 200;
    padding: 0 15px;
    color: rgba(0, 0, 0, .5);
    height: 38px;
    text-align: left;
    border-radius: 7px
}
.d-adding-process .process-form .custom-select.grey .select-selected {
    background-color: #f5f5f5
}
.d-adding-process .process-form .select-selected:after {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    transition: ease all .5s
}
.d-adding-process .process-form .select-selected.select-arrow-active:after {
    opacity: 0
}
.d-adding-process .process-form .select-items div, .d-adding-process .process-form .select-selected {
    position: relative;
    z-index: 2;
    user-select: none;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #d8dce6;
    background: linear-gradient(0deg, #f5f5f5 0, #fff 100%)!important
}
.d-adding-process .process-form .select-selected.select-arrow-active {
    border-radius: 7px 7px 0 0;
    background: #fff;
    box-shadow: 0 6px 15px rgba(211, 211, 211, .5);
    border: 1px solid #ccc
}
.d-adding-process .process-form .select-that-will-turn-grey.grey .select-selected {
    background: linear-gradient(0deg, #f5f5f5 0, #f5f5f5 100%)!important;
    border-radius: 7px!important;
    cursor: default
}
.d-adding-process .process-form .select-that-will-turn-grey.grey .select-selected:after {
    display: none
}
.d-adding-process .process-form .select-that-will-turn-grey.grey .select-items {
    display: none
}
.d-adding-process .process-form .select-items div {
    font-family: Muli, sans-serif;
    color: rgba(0, 0, 0, .5);
    line-height: 38px;
    font-size: 12px;
    padding: 0 15px;
    border: none;
    border-top: solid 1px #979797;
    border-radius: 0
}
.d-adding-process .process-form .custom-select.grey .select-items div {
    background: #f5f5f5
}
.d-adding-process .process-form .select-items div:first-child {
    display: none
}
.d-adding-process .process-form .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    z-index: 1;
    text-align: left;
    border: solid #979797;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 6px 15px rgba(211, 211, 211, .5);
    z-index: 3;
    overflow: hidden
}
.d-adding-process .process-form .select-hide {
    display: none
}
.d-adding-process .process-form .same-as-selected {
    background-color: #3b4556;
    color: #fff!important;
    font-weight: 700
}
.d-adding-process .process-form .select-person .select-items div:before, .d-adding-process .process-form .select-person .select-selected:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 50px;
    margin-right: 20px
}
.d-adding-process .process-form .select-person .select-items div span, .d-adding-process .process-form .select-person .select-selected span {
    width: 50px;
    font-size: 10px;
    line-height: 10px;
    margin-right: 20px;
    display: block
}
.d-adding-process .process-form .select-text-right p {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #3b4556
}
.d-adding-process .process-form .select-text-right .select-items div, .d-adding-process .process-form .select-text-right .select-selected {
    color: rgba(0, 0, 0, .5);
    background: #f5f5f5
}
.d-adding-process .process-form .checkbox-single {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    height: 20px;
    text-align: left;
    margin-left: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.d-adding-process .process-form .checkbox-single input {
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
    border-radius: 0;
    opacity: .01
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
    background: #f5f5f5;
    border: 1px solid #ccc
}
.d-adding-process .process-form .checkbox-single:hover input~.checkmark {
    background: #fff
}
.d-adding-process .process-form .checkbox-single input:checked~.checkmark {
    background: #fff
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.d-adding-process .process-form .checkbox-single .checkmark:after {
    left: 10px;
    top: -5px;
    width: 5px;
    height: 15px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.d-adding-process .process-form .checkbox-single input:checked~.checkmark:after {
    display: block;
    opacity: 1
}
.d-adding-process .process-form span.check-text {
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    color: #000;
    position: absolute;
    top: 0;
    left: 30px
}
.d-adding-process .process-form .tag-panel ul li {
    padding: 0 15px;
    margin: 0 5px 0 0
}
.d-adding-process .process-form .tag-panel ul li:last-child {
    margin: 0
}
.d-adding-process .process-form .tag-panel ul li a {
    line-height: 27px;
    font-size: 11px
}
.d-adding-process .process-form .tag-panel ul li a:after {
    display: none
}
.d-adding-process .process-form .add-media {
    text-align: center
}
.d-adding-process .process-form .add-media h6 {
    font-weight: 900;
    line-height: 40px;
    color: #3b4556;
    text-transform: uppercase
}
.d-adding-process .process-form .add-media .upload-button {
    display: block;
    background: #e4e4e4;
    font-size: 12px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-weight: 900!important;
    border: none!important;
    color: #3b4556;
    letter-spacing: 1px!important;
    text-align: center;
    text-decoration: none;
    padding: 0 25px;
    width: auto
}
.d-adding-process .process-form .add-media .upload-button:hover {
    background: #004d69;
    color: #fff
}
.d-adding-process .process-form .add-media ul {
    list-style: none;
    display: block
}
.d-adding-process .process-form .add-media ul li {
    display: inline-block
}
.d-adding-process .process-form .add-media ul li img {
    height: 40px;
    display: block
}
.d-adding-process .process-form .form-group.add-media .form29 {
    width: 29%;
    float: left;
    margin: 0
}
.d-adding-process .process-form .form-group.add-media .form36 {
    width: 36%;
    float: left;
    margin: 0 2%
}
.d-adding-process .process-form .form-group.add-media .form31 {
    width: 31%;
    float: left;
    margin: 0
}
.d-adding-process .backto-prevform {
    position: absolute;
    top: 20px!important;
    left: 20px!important;
    width: auto!important;
    height: 18px!important;
    transition: ease all .5s;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}
.d-adding-process .backto-prevform img {
    height: 100%;
    display: block;
    float: left;
    vertical-align: middle;
    margin-right: 15px
}
#add-more-location.add-more .processform-buttons {
    margin-top: 0!important
}
.d-adding-process .process-form .file-upload {
    width: 100%;
    height: auto;
    position: relative
}
.d-adding-process .process-form .file-upload .custom-file-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    padding: 0 0 0 15px;
    font-size: 12px;
    line-height: 40px;
    color: rgba(0, 0, 0, .7);
    opacity: .66;
    font-weight: 400
}
.d-adding-process .process-form .upload-cv .file-upload .custom-file-label {
    left: 0
}
.d-adding-process .process-form .custom-file-input {
    width: calc(100% - 82px);
    overflow: hidden;
    font-family: Muli, sans-serif;
    color: transparent;
    background: #f5f5f5;
    background: linear-gradient(0deg, #f5f5f5 0, #fff 100%);
    border: 1px solid rgba(0, 0, 0, .2);
    text-transform: uppercase;
    letter-spacing: 1px
}
.d-adding-process .process-form .upload-cv .custom-file-input {
    width: calc(100% - 32px)
}
.d-adding-process .process-form .custom-file-input::-webkit-file-upload-button {
    visibility: hidden
}
.d-adding-process .process-form .custom-file-input::after {
    content: 'Select a File';
    background: #004d69;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    padding: 0 20px;
    float: right;
    display: block;
    margin-top: -5px;
    margin-right: -15px;
    font-family: Muli, sans-serif
}
.d-adding-process .process-form .upload-profilepic .custom-file-input::after {
    content: 'Upload Profile Picture'
}
.d-adding-process .process-form .upload-cv .custom-file-input::after {
    content: 'UPLOAD FILE'
}
.d-adding-process .process-form .custom-file-input:active {
    outline: 0
}
.d-adding-process .process-form .custom-file-input:active::after {
    opacity: .7
}
.d-adding-process .process-form .file-upload-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #004d69;
    display: block;
    padding: 0 0 15px 0;
    position: relative;
    text-align: left
}
.d-adding-process .process-form .file-upload-text:after {
    content: "";
    width: auto;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.d-adding-process .process-form .upload-profilepic .uploaded-profile-pic {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}
.d-adding-process .process-form .upload-profilepic .uploaded-profile-pic img {
    width: 100%;
    height: 100%;
    display: block
}
.d-adding-process .process-form .add-media .uploaded-gallery-pic {
    width: 60px;
    height: 40px;
    float: left;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 10px
}
.d-adding-process .process-form .add-media .uploaded-gallery-pic img {
    width: auto;
    height: 100%;
    display: block
}
.d-adding-process .process-form .add-media .file-upload {
    text-align: left
}
.d-adding-process .process-form .add-media .file-upload .custom-file-input {
    width: calc(100% - 102px)
}
.d-adding-process .process-form .add-media .file-upload .custom-file-label {
    left: 70px
}
#add-education .tag-panel ul li:hover a, #add-employment .tag-panel ul li:hover a, #add-flexible .tag-panel ul li:hover a, #add-more-education .tag-panel ul li:hover a, #add-more-employment .tag-panel ul li:hover a, #add-more-personal .tag-panel ul li:hover a, #add-more-projects .tag-panel ul li:hover a, #add-personal .tag-panel ul li:hover a {
    color: #fff
}
#add-education .tag-panel ul li:hover a:after, #add-employment .tag-panel ul li:hover a:after, #add-flexible .tag-panel ul li:hover a:after, #add-more-education .tag-panel ul li:hover a:after, #add-more-employment .tag-panel ul li:hover a:after, #add-more-personal .tag-panel ul li:hover a:after, #add-more-projects .tag-panel ul li:hover a:after, #add-personal .tag-panel ul li:hover a:after {
    display: inline-block
}
.loop-tally {
    position: relative!important;
    text-align: center!important;
    padding: 50px 35px 25px 35px!important;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 690px!important
}
.loop-tally h3 {
    font-size: 25px;
    line-height: 31px;
    font-weight: 900;
    color: #004d69
}
.loop-tally .form49 {
    width: 49%;
    display: inline-block
}
.loop-tally .form37 {
    width: 37%;
    float: left;
    margin-right: 3%
}
.loop-tally .form30 {
    width: 30%;
    float: left;
    margin-right: 0
}
.loop-tally .form27 {
    width: 27%;
    float: left;
    margin-right: 3%
}
.loop-tally .form18 {
    width: 18%;
    float: left;
    margin: 0 .75%
}
.loop-tally .form13 {
    width: 13%;
    float: left;
    margin: 0 .75%
}
.loop-tally .form15 {
    width: 15%;
    float: left;
    margin-left: 1%
}
.loop-tally .form33 {
    width: 33%;
    float: left;
    margin-left: 1%
}
.loop-tally .form40 {
    width: 40%;
    float: left;
    margin: 0 1%
}
.loop-tally .form43 {
    width: 43%;
    float: left;
    margin: 0 1.75%
}
.loop-tally .form45 {
    width: 45%;
    float: left;
    margin: 0 2.25%
}
.loop-tally .form50 {
    width: 50%;
    float: left;
    margin: 0 2.75%
}
.loop-tally .form51 {
    width: 50%;
    float: right;
    margin: 0
}
.loop-tally .loop-tally-buttons {
    display: block;
    padding: 25px 0 0 0;
    position: relative
}
.loop-tally .loop-tally-buttons:before {
    content: "";
    width: auto;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    left: -25px;
    right: -25px
}
.loop-tally .loop-tally-buttons .d-buttons, .loop-tally .support-n-buy .d-buttons {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    display: inline-block
}
.loop-tally .grey-button {
    display: block;
    background: rgba(99, 102, 106, .34);
    font-size: 12px;
    height: auto;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    cursor: none
}
.loop-tally .blue-button {
    font-size: 12px;
    height: auto;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #a8c3bc
}
.loop-tally .white-button {
    width: calc(95% - 2px);
    font-size: 12px;
    height: auto;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    background: 0 0;
    border: 1px solid #004d69;
    color: #004d69
}
.loop-tally .pink-button {
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background: #f2c3b5
}
.loop-tally .blue-button:hover, .loop-tally .pink-button:hover, .loop-tally .white-button:hover {
    background: #004d69;
    color: #fff
}
.loop-tally .grey-button:hover {
    background: rgba(99, 102, 106, .34)
}
.loop-tally .dark-blue-button {
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none
}
.loop-tally .d-loops {
    width: 100%;
    height: auto;
    margin: 35px 0 25px 0
}
.d-chart {
    width: 100%;
    min-height: 300px;
    position: relative;
    margin-bottom: 30px
}
.chart {
    position: absolute;
    width: 300px;
    height: 300px;
    max-width: 100%;
    top: 50%;
    left: -10px;
    margin: 0;
    transform: translateY(-50%);
    overflow: hidden
}
.doughnutChart svg {
    transform: rotate(45deg)
}
.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, .8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    pointer-events: none
}
.doughnutTip:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .7);
    line-height: 0
}
.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default
}
.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 30px;
    color: #315358
}
.doughnutSummaryTitle span {
    font-size: 20px
}
.doughnutSummaryNumber {
    top: 50%;
    width: 96px;
    text-align: left;
    left: 50%;
    margin-top: -15%;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    position: absolute;
    transform: translateX(-50%);
    overflow: hidden;
    color: #315358
}
.chart path:hover {
    opacity: .65
}
.loop-tally .chart-breakup {
    display: block;
    list-style: none
}
.loop-tally .chart-breakup li {
    display: block;
    margin-top: 15px;
    text-align: left;
    position: relative
}
.loop-tally .chart-breakup li:first-child {
    margin: 0
}
.loop-tally .chart-breakup li .chart-number {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    float: left;
    color: #fff;
    font-size: 25px;
    line-height: 90px;
    font-weight: 400;
    text-align: center;
    margin-right: 25px
}
.loop-tally .chart-breakup li .chart-number span {
    font-weight: 900
}
.loop-tally .chart-breakup li p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #315358;
    position: absolute;
    left: 115px;
    top: 50%;
    transform: translateY(-50%)
}
.loop-tally .support-n-buy .grey-button, .loop-tally .support-n-buy .white-button {
    margin-top: 10px
}
.loop-tally .u-hv-supported {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #315358;
    display: inline-block
}
.loop-tally .u-hv-supported strong {
    font-weight: 900
}
.loop-tally.looptally-more .d-loops {
    margin: 25px 0 75px 0
}
.loop-tally .chart-right {
    width: calc(100% - 315px);
    float: right;
    position: relative
}
.loop-tally .chart-left {
    width: 300px;
    float: left;
    height: 100%;
    margin-right: 15px
}
.loop-tally form {
    width: 100%;
    margin: 90px 0
}
.loop-tally form .form-group {
    position: relative
}
.loop-tally form input {
    width: calc(100% - 32px);
    height: 50px;
    border: none;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 7px;
    outline: 0;
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    text-indent: 30px;
    transition: all .5s ease-in-out
}
.loop-tally form input:focus {
    background: #e5e5e5
}
.loop-tally form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.loop-tally form input::-moz-placeholder {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.loop-tally form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.loop-tally form input:-moz-placeholder {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(0, 0, 0, .66);
    font-family: Muli, sans-serif
}
.loop-tally form .search-reloopers:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../images/loop-search.png) center center no-repeat;
    background-size: contain
}
.loop-tally form .transfer-amount:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../images/loop-transfer.png) center center no-repeat;
    background-size: contain
}
.loop-tally .transfer-button {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400
}
.loop-tally .confirm-transfer-button {
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding: 0 70px
}
.loop-tally.looptally-confirm .d-loops {
    margin: 25px 0 60px 0
}
.loop-tally.looptally-confirm .confirm-transfer-to {
    width: 50%;
    margin: 30px auto;
    display: block;
    position: relative
}
.loop-tally.looptally-confirm .confirm-transfer-to .d-img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border: 2px solid #fff;
    float: left;
    margin-right: 20px
}
.loop-tally.looptally-confirm .confirm-transfer-to .d-img img {
    width: 100%;
    height: auto;
    display: block
}
.loop-tally.looptally-confirm .confirm-transfer-to .d-content {
    width: auto;
    height: auto;
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left
}
.loop-tally.looptally-confirm .confirm-transfer-to .d-content .my-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #004d69;
    display: block
}
.loop-tally.looptally-confirm .confirm-transfer-to .d-content h5 a {
    display: inline-block;
    color: #004d69;
    font-weight: 700
}
.loop-tally.looptally-confirm .confirm-transfer-to .d-content .designation {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(59, 69, 86, .67);
    display: block;
    position: relative
}
.loop-tally.looptally-confirm .transfer-loop-amount {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #004d69
}
.loop-tally.looptally-confirm .d-loop-amount {
    font-size: 100px;
    line-height: 100px;
    font-weight: 900
}
#add-bio h3 {
    line-height: 15px
}
#add-bio .social-text {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #004d69;
    text-align: left
}
#add-bio .social-type {
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    padding-right: 30px;
    width: calc(120px - 30px);
    float: left;
    text-align: right
}
#add-bio .social-input input {
    width: calc(100% - 102px);
    float: left
}
#add-bio .social-type-icon {
    margin: 0 20px 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    overflow: hidden;
    float: left;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    transition: ease all .5s
}
#add-bio .social-type-icon img {
    height: 20px;
    display: block;
    margin: 10px auto
}
#add-bio .process-form .processform-buttons:before {
    display: none
}
#add-bio .process-form .processform-buttons {
    padding-top: 25px
}
#add-bio .main_button {
    width: auto;
    padding: 0 50px;
    height: 38px;
    border: 1px solid #a8c3bc;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400
}
#add-bio .cancel-button {
    float: right;
    margin-right: 10px;
    background: #fff;
    border-color: #004d69;
    color: #004d69
}
#add-bio .publish-button {
    float: left;
    margin-left: 10px
}
#add-bio .main_button:hover {
    background: #004d69;
    border-color: #004d69;
    color: #fff
}
#add-bio .tag-panel ul li:hover a {
    color: #fff
}
#add-bio .tag-panel ul li:hover a:after {
    display: inline-block
}
#edit-added-bio h3 {
    line-height: 15px
}
#edit-added-bio .social-text {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #004d69;
    text-align: left
}
#edit-added-bio .social-type {
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    padding-right: 30px;
    width: calc(120px - 30px);
    float: left;
    text-align: right
}
#edit-added-bio .social-input input {
    width: calc(100% - 102px);
    float: left
}
#edit-added-bio .social-type-icon {
    margin: 0 20px 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    overflow: hidden;
    float: left;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    transition: ease all .5s
}
#edit-added-bio .social-type-icon img {
    height: 20px;
    display: block;
    margin: 10px auto
}
#edit-added-bio .process-form .processform-buttons:before {
    display: none
}
#edit-added-bio .process-form .processform-buttons {
    padding-top: 25px
}
#edit-added-bio .main_button {
    width: auto;
    padding: 0 50px;
    height: 38px;
    border: 1px solid #a8c3bc;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400
}
#edit-added-bio .cancel-button {
    float: right;
    margin-right: 10px;
    background: #fff;
    border-color: #004d69;
    color: #004d69
}
#edit-added-bio .publish-button {
    float: left;
    margin-left: 10px
}
#edit-added-bio .main_button:hover {
    background: #004d69;
    border-color: #004d69;
    color: #fff
}
#edit-added-bio .tag-panel ul li:hover a {
    color: #fff
}
#edit-added-bio .tag-panel ul li:hover a:after {
    display: inline-block
}
#apply-now .process-form .processform-buttons:before {
    display: none
}
#apply-now .process-form .processform-buttons {
    padding-top: 25px
}
#apply-now .main_button {
    width: auto;
    padding: 0 50px;
    height: 38px;
    border: 1px solid #a8c3bc;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400
}
#apply-now .cancel-apply-job-button {
    float: left;
    margin-right: 10px;
    background: #fff;
    border-color: #004d69;
    color: #004d69
}
#apply-now .apply-job-button {
    float: right;
    margin-left: 10px
}
#apply-now .main_button:hover {
    background: #004d69;
    border-color: #004d69;
    color: #fff
}
#post-share {
    padding: 0!important;
    margin: 50px 0;
    background: 0 0
}
#post-share.modal a.close-modal {
    top: -30px!important;
    filter: brightness(500%)
}
#post-share.modal .post-something .textarea-box {
    margin: 0
}
#post-share.modal .post-something .textarea-box:after {
    display: none
}
#post-share.modal .post-something .textarea-box .textarea-img {
    width: 35px;
    height: 35px
}
#post-share.modal .post-something .textarea-box textarea {
    height: 70px;
    background: #f5f5f5;
    color: #3b4556
}
#post-share.modal .post-something .textarea-box textarea:focus {
    background: #fff
}
#post-share.modal .post-something .textarea-box textarea::-webkit-input-placeholder {
    color: #3b4556;
    font-weight: 400;
    opacity: 1
}
#post-share.modal .post-something .textarea-box textarea::-moz-placeholder {
    color: #3b4556;
    font-weight: 400;
    opacity: 1
}
#post-share.modal .post-something .textarea-box textarea:-ms-input-placeholder {
    color: #3b4556;
    font-weight: 400;
    opacity: 1
}
#post-share.modal .post-something .textarea-box textarea:-moz-placeholder {
    color: #3b4556;
    font-weight: 400;
    opacity: 1
}
#post-share.modal .post {
    margin-top: 2px
}
#post-share.modal .comment-panel {
    margin-top: 20px
}
#confirm-deleting-recomendation {
    padding: 50px!important;
    text-align: center
}
#confirm-deleting-recomendation .are-you-sure {
    width: 100%;
    text-align: center;
    margin: 25px 0
}
#confirm-deleting-recomendation .are-you-sure h5 {
    line-height: 25px;
    padding: 0 25px;
    color: #3b4556;
    margin-bottom: 40px;
    display: block
}
#confirm-deleting-recomendation .are-you-sure .cancel-delete-button {
    margin-right: 20px
}
#confirm-deleting-recomendation .are-you-sure .confirm-delete-button {
    margin-left: 20px
}
#confirm-deleting-request {
    padding: 50px!important;
    text-align: center
}
#confirm-deleting-request .are-you-sure {
    width: 100%;
    text-align: center;
    margin: 25px 0
}
#confirm-deleting-request .are-you-sure h5 {
    line-height: 25px;
    padding: 0 25px;
    color: #3b4556;
    margin-bottom: 40px;
    display: block
}
#confirm-deleting-request .are-you-sure .cancel-delete-button {
    margin-right: 20px
}
#confirm-deleting-request .are-you-sure .confirm-delete-button {
    margin-left: 20px
}
#confirmation-4-calender-panel {
    padding: 80px!important;
    padding-bottom: 15px!important;
    text-align: center
}
#confirmation-4-calender-panel .calender-confirm-logo {
    width: 100%;
    display: block;
    text-align: center
}
#confirmation-4-calender-panel .calender-confirm-logo img {
    height: 70px;
    width: auto;
    display: inline-block
}
#confirmation-4-calender-panel .confirm-calender-text {
    font-size: 18px
}
#confirmation-4-calender-panel .confirm-calender-text strong {
    font-size: 22px;
    font-weight: 900
}
#confirmation-4-calender-panel .process-form {
    padding: 0
}
#confirmation-4-calender-panel .process-form .form-group .form49 {
    display: inline-block;
    float: none
}
#confirmation-4-calender-panel .process-form .processform-buttons:before {
    display: none
}
#confirmation-4-calender-panel .main_button {
    width: auto;
    padding: 0 60px;
    height: 43px;
    border: 1px solid #004d69;
    text-align: center;
    font-size: 14px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: 1px
}
#confirmation-4-calender-panel .main_button:hover {
    background: #004d69;
    border-color: #004d69;
    color: #fff
}
#confirmation-4-calender-panel .cancel-to-open-calender-button {
    background: #fff;
    border-color: #004d69;
    color: #004d69;
    float: left
}
#confirmation-4-calender-panel .confirm-to-open-calender-button {
    font-size: 12px;
    padding: 0 40px 0 40px
}
#confirmation-4-calender-panel .confirm-to-open-calender-button .d-img {
    width: 20px;
    vertical-align: middle;
    margin-right: 30px
}
.d-adding-forms .process-form .tag-panel ul li {
    float: left
}
.invite-ur-trusted-circle {
    position: fixed;
    bottom: 0;
    right: 25px;
    display: block;
    z-index: 2
}
.invite-ur-trusted-button {
    position: relative;
    display: block
}
.invite-ur-trusted-button .icon {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    display: block;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
    transition: ease all .5s
}
.invite-ur-trusted-button .icon:hover {
    margin: 0 5px 15px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.invite-ur-trusted-button .icon img {
    width: auto;
    height: 100%;
    display: block
}
.invite-input-panel {
    width: 280px;
    height: 0;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    background-size: cover;
    display: block;
    text-align: center;
    margin-top: 40px;
    position: absolute;
    bottom: 85px;
    right: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    z-index: 3;
    overflow: hidden;
    transition: all ease .5s
}
.show-invite-input-panel .invite-input-panel {
    min-height: 150px;
    height: auto;
    padding: 20px 35px 20px 35px;
    transition: all ease .5s
}
.invite-input-panel .heading {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #004d69;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 5px;
    text-align: left
}
.invite-input-panel .invite-panel-close {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px
}
.invite-input-panel .invite-panel-close img {
    height: 100%;
    width: auto;
    display: block
}
.invite-input-panel .click2copy {
    width: calc(100% - 2px);
    display: block;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f5f5f5;
    overflow: hidden
}
.invite-input-panel .click2copybutton {
    float: left;
    width: 20%;
    height: 38px;
    background: #004d69;
    padding: 5px 15px;
    outline: 0;
    border: none
}
.invite-input-panel .click2copybutton img {
    height: 20px;
    width: auto
}
.invite-input-panel .click2copyinput {
    float: left;
    width: calc(80% - 20px);
    height: 28px;
    background: #f5f5f5;
    padding: 5px 10px;
    outline: 0;
    border: none;
    color: #004d69;
    font-family: Muli, sans-serif;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: .5px;
    transition: all .5s ease-in-out
}
.invite-input-panel .share2 {
    width: 100%;
    display: block
}
.invite-input-panel .share2 ul {
    list-style: none;
    display: block
}
.invite-input-panel .share2 ul li {
    display: inline-block;
    text-align: center;
    margin: 0 25px
}
.invite-input-panel .share2 ul li a {
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
    color: #004d69;
    letter-spacing: 1px;
    display: block;
    text-align: center
}
.invite-input-panel .share2 ul li a .d-img {
    height: 40px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    transition: ease all .5s;
    overflow: hidden
}
.share2trusted-modal {
    text-align: center;
    max-width: 600px!important
}
.share2trusted-logo {
    width: 100%;
    display: block;
    text-align: center
}
.share2trusted-logo img {
    height: 70px;
    width: auto;
    display: inline-block
}
.share2trusted-modal h5 {
    margin-bottom: 5px
}
.share2trusted-modal .process-form {
    text-align: left
}
.share2trusted-modal .process-form textarea {
    height: 63px
}
.share2trusted-modal .social-text {
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    color: #004d69;
    text-align: left;
    text-indent: 15px
}
.share2trusted-modal .process-form .processform-buttons {
    text-align: center
}
.share2trusted-modal .process-form .processform-buttons:before {
    display: none
}
.share2trusted-modal .process-form .share2trusted-button {
    width: auto!important;
    display: inline-block!important;
    padding: 0 30px 0 20px!important
}
.share2trusted-modal .process-form .share2trusted-button .d-img {
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block
}
#notification #share2trusted-done .inner-content .d-img .noti-circles {
    text-align: center
}
.click2copy-img-notificaton {
    width: auto!important;
    height: 40px;
    padding: 20px 0;
    display: inline-block!important
}
.page_title {
    display: none;
    font-size: 16px;
    color: #fff;
    opacity: .65;
    font-weight: 500;
    float: left;
    padding-left: 14px;
    line-height: 50px
}
.seek-support {
    width: calc(100% - 44px);
    height: auto;
    border-radius: 5px;
    padding: 22px;
    margin-bottom: 30px;
    background: #f5f5f5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    text-align: center;
    position: relative
}
.seek-support .d-content {
    width: 100%;
    height: auto
}
.seek-support .d-content .available-status {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative
}
.seek-support .d-content .available-status:before {
    display: none
}
.seek-support .d-content .available-status p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px
}
.seek-support .d-content .available-status .seek-support-bar {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
.seek-support .d-content .available-status .seek-support-bar img {
    height: 33px;
    width: auto;
    vertical-align: middle
}
.seek-support .d-content .available-status .seek-support-bar .img-01 {
    display: block
}
.seek-support .d-content .available-status .seek-support-bar .img-02 {
    display: none
}
.seek-support .d-content .available-status .seek-support-bar.clicked .img-01 {
    display: none
}
.seek-support .d-content .available-status .seek-support-bar.clicked .img-02 {
    display: block
}
#seek-support-popup {
    padding: 40px!important;
    max-width: 500px!important;
    text-align: center
}
#seek-support-popup img {
    width: 180px;
    display: block;
    margin: 0 auto
}
.seek-support-form {
    margin-top: 40px;
    text-align: left
}
.seek-support-form input[type=text] {
    width: calc(100% - 32px);
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    outline: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 35px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    margin-bottom: 20px
}
#seek-support-form input[type=text]:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
.seek-support-form textarea {
    width: calc(100% - 32px);
    height: 60px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    outline: 0;
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: block;
    resize: none;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
    margin-top: 10px
}
#seek-support-form textarea:focus {
    background: #fcfcfc;
    border: 1px solid #ccc
}
@media only screen and (max-width:1024px) {
    .timeline-info .tab button {
        padding: 10px 25px
    }
    .user-timeline h2 {
        font-size: 18px;
        line-height: 24px
    }
    .account-recomendations {
        position: relative
    }
    .account-recomendations .recomended-account-slide ul {
        overflow: hidden
    }
    .account-recomendations .recomended-account-slide ul li {
        width: calc(45% - 40px);
        float: none;
        display: inline-block;
        margin: 0 1% 20px 1%
    }
    .account-recomendations .recomended-account-slide .slide-nav {
        height: auto
    }
    .account-recomendations .recomended-account-slide .slick-prev {
        left: -30px
    }
    .account-recomendations .recomended-account-slide .slick-next {
        right: -30px
    }
    .account-recomendations .recomended-account-slide .slick-prev:hover {
        left: -30px
    }
    .account-recomendations .recomended-account-slide .slick-next:hover {
        right: -30px
    }
    .todays-timeline {
        padding-top: 0
    }
    .todays-timeline .my-panel {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
        display: block;
        margin-bottom: 20px
    }
    .todays-timeline .my-panel .my-details .d-content .available-status p {
        font-size: 14px;
        line-height: 25px
    }
    .todays-timeline .my-panel .my-details .d-content .available-status .status-bar img {
        height: 25px
    }
    .todays-timeline .my-panel .my-details .d-content .available-status .open2new-opportunities {
        font-size: 15px
    }
    .todays-timeline .invite-panel .seek-support .d-content .available-status p {
        font-size: 14px;
        line-height: 25px
    }
    .todays-timeline .invite-panel .seek-support .d-content .available-status .seek-support-bar {
        margin-left: 5px
    }
    .todays-timeline .invite-panel .seek-support .d-content .available-status .seek-support-bar img {
        height: 25px;
        margin-right: 15px
    }
    #calendar .header h1 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .5px
    }
    #calendar .day.today:before {
        width: 30px;
        height: 30px
    }
    #calendar .day-number {
        font-size: 12px;
        line-height: 30px;
        letter-spacing: .5px
    }
    #calender-panel .pignose-calender .pignose-calender-header {
        padding: 0 .2em;
        margin-top: 1.2em
    }
    .pignose-calender .pignose-calender-body {
        padding: 1.2em .2em
    }
    .jobs-companies {
        display: none
    }
    .jobs-companies .jobs-companies-tab .d-heading {
        padding: 0 20px
    }
    .jobs-companies .jobs-companies-tab ul li {
        width: calc(100% - 30px);
        padding: 15px
    }
    .jobs-companies .jobs-companies-tab ul li:before {
        left: 15px;
        right: 15px
    }
    .jobs-companies .jobs-companies-tab ul li h3 {
        font-size: 12px!important;
        line-height: 20px!important
    }
    .timeline-main {
        width: 100%;
        height: auto;
        float: none;
        display: block;
        margin-bottom: 50px
    }
    .post-something .textarea-box .textarea-img {
        width: 30px;
        height: 30px;
        left: 15px;
        top: 15px
    }
    .post-something .textarea-box textarea {
        height: 80px;
        width: calc(100% - 70px);
        padding: 20px 15px 20px 55px;
        font-size: 12px;
        line-height: 20px
    }
    .post-something .textarea-box textarea::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 20px
    }
    .post-something .textarea-box textarea::-moz-placeholder {
        font-size: 12px;
        line-height: 20px
    }
    .post-something .textarea-box textarea:-ms-input-placeholder {
        font-size: 12px;
        line-height: 20px
    }
    .post-something .textarea-box textarea:-moz-placeholder {
        font-size: 12px;
        line-height: 20px
    }
    .post-something .textarea-bottom-panel {
        padding: 0 15px 10px 15px
    }
    .post-something .textarea-bottom-panel .circles ul li {
        margin-right: 10px
    }
    .post-something .textarea-box:after {
        left: 15px;
        right: 15px
    }
    .post-something .textarea-bottom-panel .circles ul li img {
        height: 18px;
        margin-right: 0;
        display: block;
        margin: 10px 0
    }
    .post-something .textarea-bottom-panel .circles ul li a .label {
        display: none
    }
    .post .post-header {
        width: calc(100% - 30px);
        padding: 0 15px
    }
    .post .post-header:after {
        left: 15px;
        right: 15px
    }
    .post .post-header .header-img {
        width: 30px;
        height: 30px;
        margin-bottom: 25px
    }
    .post .post-header .d-name {
        font-size: 14px;
        line-height: 30px
    }
    .post .post-header .post-time {
        font-size: 12px;
        line-height: 30px
    }
    .post .post-header .post-info {
        float: right;
        padding: 0
    }
    .post .post-header .post-info .post-info-single {
        margin-left: 10px
    }
    .post .post-header .post-info .post-info-single img {
        height: 15px;
        display: block
    }
    .post .post-text {
        width: calc(100% - 30px);
        padding: 0 15px
    }
    .post .post-text p {
        font-size: 13px;
        line-height: 20px
    }
    .post-reaction {
        width: calc(100% - 30px);
        padding: 15px
    }
    .post-reaction .post-reaction-single img {
        height: 20px;
        margin-right: 5px
    }
    .post-reaction .post-reaction-single {
        margin-left: 15px;
        font-size: 11px;
        line-height: 20px
    }
    .post-reaction:after {
        left: 15px;
        right: 15px
    }
    .comment-panel {
        width: calc(100% - 30px);
        padding: 0 15px;
        margin-top: 0
    }
    .new-opportunities .comment-panel {
        margin-top: 15px
    }
    .comment-panel .comment-owner-img {
        height: 32px;
        margin-right: 1%
    }
    .comment-panel .your-comment {
        width: calc(62% - 20px);
        height: 32px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 32px;
        margin-right: 1%
    }
    .new-opportunities .comment-panel .your-comment {
        width: calc(72% - 100px)
    }
    .comments ul li {
        margin-top: 15px;
        padding-bottom: 15px
    }
    .comments ul li:after {
        left: 5px
    }
    .comments .comment-owner-name {
        line-height: 26px;
        float: none
    }
    .comments .d-comment {
        float: none;
        line-height: 20px;
        margin-top: 10px
    }
    .post .comments .comment-owner-name {
        float: none;
        margin-right: 0;
        line-height: 32px
    }
    .post .comments .d-comment {
        float: none;
        margin-right: 0;
        display: block;
        line-height: 20px;
        margin-bottom: 10px;
        margin-left: 40px;
        margin-top: 0
    }
    .post .comments ul li:after {
        left: 0
    }
    .post .comments .more-comments {
        margin-left: 40px
    }
    .comment-panel .post-comment-button {
        width: 15%;
        padding: 0 15px;
        height: 32px;
        font-size: 11px;
        line-height: 32px
    }
    .comment-panel .more-option {
        font-size: 15px;
        line-height: 25px;
        width: 20px;
        height: 25px
    }
    .comment-panel .more-option img {
        height: 5px;
        margin: 10px 0
    }
    .comment-panel .moreoptions {
        top: 25px;
        right: 0;
        z-index: 1
    }
    .timeline-main .new-opportunities {
        width: calc(100% - 40px);
        height: auto;
        padding: 15px
    }
    .timeline-main .new-opportunities .d-img {
        width: auto;
        max-width: 22%;
        margin-right: 0
    }
    .timeline-main .new-opportunities .d-content {
        width: auto;
        max-width: 77%;
        left: 3%;
        position: relative;
        left: 5%;
        top: 0;
        transform: none
    }
    .timeline-main .new-opportunities .d-content .my-name {
        font-size: 14px;
        line-height: 20px
    }
    .timeline-main .new-opportunities .d-content .designation {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px
    }
    .timeline-main .new-opportunities .d-content .tag-panel ul li {
        margin: 0 3px 0 0;
        width: auto;
        padding: 0 8px
    }
    .timeline-main .new-opportunities .d-content .tag-panel ul li a {
        font-size: 9px;
        padding: 0 8px
    }
    .timeline-main .new-opportunities .new-opportunity-options {
        margin-left: 25px;
        width: 70%!important;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        display: block;
        float: left;
        margin-top: 0
    }
    .timeline-main .new-opportunities .new-opportunity-options ul {
        text-align: left;
        margin-top: 10px
    }
    .timeline-main .new-opportunities .new-opportunity-options li {
        width: 40px;
        height: 40px;
        float: none;
        margin: 5px
    }
    .timeline-main .new-opportunities .new-opportunity-options li a {
        line-height: 40px!important
    }
    .timeline-main .new-opportunities .new-opportunity-options li a img {
        height: 20px
    }
    .timeline-main .new-opportunities .new-opportunity-options:before {
        content: "";
        clear: both;
        display: block
    }
    .invite-panel {
        display: none;
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
        display: block;
        margin-bottom: 20px
    }
    .invite-panel .reloopers .reloopers-menu ul li h6 {
        font-size: 12px!important;
        line-height: 20px!important
    }
    .invite-panel .reloopers {
        display: none
    }
    .seek-support {
        margin-bottom: 20px
    }
}
@media only screen and (max-width:1024px) {
    #PageContainer.slide .header {
        padding-left: 195px
    }
    #PageContainer.slide .wrapper {
        padding-left: 195px
    }
    .overlay_close {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 110, 150, .7)
    }
    .wrapper {
        padding-top: 104px;
        margin-top: 0
    }
    .wrapper.jobpage-userview, .wrapper.profile-user {
        padding-top: 230px
    }
    .loading img.load-logo {
        height: 150px
    }
    .container {
        margin: 0 auto;
        width: 90%;
        max-width: 600px
    }
    .wrap-middle {
        padding: 0 20px
    }
    .heading {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top: 5px;
        margin-bottom: 10px
    }
    .header {
        height: auto
    }
    .header-top {
        display: block
    }
    .header-bottom {
        padding: 2.5px 0
    }
    .header .logo {
        width: auto;
        float: left;
        margin: 0;
        padding: 12px 0;
        z-index: 2;
        position: relative
    }
    .header .logo img {
        height: 25px;
        margin: 0 auto
    }
    .header .header-bottom .logo {
        display: none
    }
    .header-bottom .menu_button {
        display: none
    }
    .page_title {
        display: block
    }
    .header_menu {
        display: none
    }
    #navigation .fixed-nav ul:first-child {
        padding-top: 50px
    }
    #navigation {
        width: auto;
        height: 100%;
        left: 0;
        display: none;
        top: 0;
        padding: 0;
        position: fixed
    }
    #navigation.slideIn {
        left: 0
    }
    #navigation .nav {
        padding-top: 150px
    }
    #navigation .nav ul {
        overflow: auto;
        margin: 0 15px
    }
    #navigation .nav ul.menu li {
        font-size: 30px;
        line-height: 50px;
        font-weight: 900;
        margin: 10px 20px;
        text-align: left;
        text-transform: uppercase;
        text-align: right;
        opacity: 0;
        transform: translateY(-30px);
        transition: all .5s .5s
    }
    #navigation .nav ul.menu li:nth-child(2) {
        transition-delay: .6s
    }
    #navigation .nav ul.menu li:nth-child(3) {
        transition-delay: .7s
    }
    #navigation .nav ul.menu li:nth-child(4) {
        transition-delay: .8s
    }
    #navigation .nav ul.menu li:nth-child(5) {
        transition-delay: .9s
    }
    #navigation .nav ul.menu li:nth-child(6) {
        transition-delay: 1s
    }
    #navigation .nav ul.menu li:nth-child(7) {
        transition-delay: 1.1s
    }
    #navigation.slideIn .nav ul.menu li {
        opacity: 1;
        transform: none
    }
    #navigation .nav ul.menu li a {
        color: #fff
    }
    #navigation .nav ul.menu li a:after {
        height: 1px
    }
    .header.sticky #navigation .nav ul.menu li a, .header.sticky #navigation .nav ul.menu li.active a {
        color: #fff
    }
    .header.sticky #navigation .nav ul.menu li.active a:after {
        background: #fff
    }
    #myaccount_menu {
        top: 58px;
        height: calc(100vh - 108px);
        width: 200px
    }
    .profile-details-status {
        top: 35px;
        width: calc(100% - 60px)
    }
    .my-account {
        width: 100%;
        float: none;
        margin-left: 0!important;
        text-align: center
    }
    .header .header-bottom .search {
        display: none
    }
    .create-something {
        float: none;
        width: 100%;
        margin-left: 0;
        display: none!important
    }
    .create-something-visible {
        display: none
    }
    .my-account-menu {
        margin: 5px 0;
        float: none
    }
    .my-account-menu li {
        margin: 9px 0 0 0!important;
        width: 20%!important;
        padding: 0!important;
        text-align: center
    }
    .my-account-menu li img {
        height: 21px
    }
    .my-account-menu li.for-small-screen {
        margin: 6px 0 0 0!important
    }
    .my-account-menu li.for-small-screen img {
        height: 25px
    }
    .my-account-menu li a {
        margin: 0 auto;
        display: inline-block;
        position: relative
    }
    .my-account-menu li.d-account-holder {
        margin-top: 6px!important;
        margin-bottom: 2px!important
    }
    .my-account-menu li.d-account-holder img {
        display: block;
        opacity: 1;
        height: 27px;
        width: auto
    }
    .my-account-menu li.d-account-holder a:after {
        right: -20px;
        top: 12px
    }
    .pagetype-login-register.after-login .my-account {
        width: 100%
    }
    .pagetype-login-register.after-login .my-account-menu {
        float: none;
        text-align: center
    }
    .pagetype-login-register.after-login .my-account-menu li {
        margin: 8px 0 0 0;
        width: 25%;
        padding: 0
    }
    .pagetype-login-register.after-login .my-account-menu li a {
        margin: 0 auto;
        display: inline-block;
        position: relative
    }
    .pagetype-login-register.after-login .my-account-menu li.d-account-holder {
        margin-top: 6px;
        margin-bottom: 2px
    }
    .my-account-menu li.d-account-holder a {
        width: auto;
        height: 28px;
        background-size: contain;
        display: inline-block
    }
    .pagetype-login-register.after-login .my-account-menu li.d-account-holder img {
        display: block;
        opacity: .01;
        height: 27px;
        width: auto
    }
    .my-account-menu li.d-account-holder a:after {
        opacity: .01
    }
    .login-button {
        margin: 6px 15px;
        display: inline-block;
        float: none
    }
    .signup-button {
        margin: 6px 15px;
        display: inline-block;
        float: none
    }
    .footer {
        text-align: center;
        padding-top: 20px
    }
    .footer-logo {
        width: 60px;
        height: auto;
        margin: 0 auto;
        float: none
    }
    .footer-logo img {
        width: 60px;
        margin-top: 0
    }
    .footer-menu {
        width: auto;
        float: none;
        text-align: center
    }
    .footer-menu ul li {
        display: inline-block;
        float: none;
        margin: 0 5px
    }
    .footer-menu ul li a {
        font-size: 10px;
        line-height: 30px
    }
    .footer-social {
        width: 100%;
        float: none;
        display: block
    }
    .footer-social .social {
        float: none;
        display: inline-block
    }
    .footer-social .social li {
        display: inline-block;
        float: none;
        margin: 0 5px
    }
    .footer-social .social li a {
        font-size: 16px;
        line-height: 50px
    }
    .middle-container {
        width: calc(90% - 50px);
        min-height: 300px;
        padding: 30px 25px
    }
    .middle-container h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }
    .middle-container p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0
    }
    .join-reloop {
        padding: 50px 0
    }
    .join-reloop .join-buttons .join-button {
        font-size: 11px
    }
    .join-basicinfo, .join-moreinfo, .verify-email {
        padding: 70px 0 20px;
        display: none
    }
    .join-reloop-minus .join-basicinfo {
        display: block
    }
    .basicinfo-minus .verify-email {
        display: block
    }
    .verifyemail-minus .join-moreinfo {
        display: block
    }
    .join-basicinfo form input {
        font-size: 13px
    }
    .join-moreinfo form input {
        font-size: 13px
    }
    .join-addedprof-pic, .join-addprof-pic {
        padding: 50px 0 0
    }
    .join-addprof-pic .add-pic-buttons .add-pic-button {
        font-size: 14px
    }
    .youarein {
        padding: 50px 0
    }
    .youarein .video {
        width: auto;
        height: auto
    }
    .youarein .video img {
        width: 100%
    }
    .youarein .urin-button {
        width: 150px;
        height: 50px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 50px;
        margin: 10px auto;
        text-transform: uppercase
    }
    .login-page {
        padding: 50px 0
    }
    .login-page form input {
        font-size: 14px
    }
    .login-page .login-page-buttons .login-page-button {
        font-size: 12px;
        padding: 0 20px
    }
    .login-page .login-page-buttons .login-page-button img {
        width: 28px;
        height: 28px;
        display: block;
        float: left;
        margin-right: 15px
    }
    .user-timeline .timeline-buttonzone ul li a {
        padding-bottom: 10px
    }
    .my-panel {
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
        display: block;
        margin-bottom: 45px
    }
    .my-panel .my-details {
        width: calc(100% - 40px);
        padding: 20px;
        padding-top: 100px
    }
    .my-panel .my-details .d-img {
        width: 190px;
        margin: 0 auto;
        top: -110px
    }
    .my-panel .my-details .d-content .my-name {
        margin-bottom: 5px
    }
    .my-panel .my-details .d-content .designation {
        margin-bottom: 5px
    }
    .my-panel .my-details .d-content .designation:after {
        display: none
    }
    .my-panel .my-details .d-content .location {
        padding-left: 20px;
        margin-bottom: 20px
    }
    .my-panel .my-details .d-content .location:before {
        left: 0
    }
    .my-panel .my-details .d-content .tag-panel {
        padding-top: 15px
    }
    .my-panel .my-details .d-content .tag-panel:before {
        display: none
    }
    .my-panel .my-details .d-content .open2new-opportunities {
        margin-bottom: 10px
    }
    .mydetails-social {
        display: block;
        margin: 0;
        position: relative;
        text-align: left
    }
    .mydetails-social ul li {
        width: 35px;
        height: 35px;
        margin: 0 3px
    }
    .my-panel .timeline-buttonzone ul li a .icon img, .mydetails-social ul li a img {
        height: 15px;
        margin-top: 10px
    }
    .my-panel .timeline-buttonzone ul li a .button-connect img {
        height: 11px;
        margin-top: 13px
    }
    .my-panel .timeline-buttonzone ul li a .icon {
        width: 35px;
        height: 35px;
        margin: 0 auto 10px auto
    }
    .my-panel .timeline-buttonzone {
        margin-top: 10px
    }
    .my-panel .my-details .d-content .available-status .status-bar {
        float: none
    }
    .my-panel .my-details .d-content .available-status .seek-support-bar {
        float: none
    }
    .my-panel .my-details .d-content .available-status .status-bar img {
        height: 30px
    }
    .jobpage-userview .my-panel .my-details {
        padding-bottom: 90px
    }
    .jobpage-userview .mydetails-social {
        display: block;
        margin: -70px 0 0 25px;
        position: relative;
        text-align: left
    }
    .user-timeline {
        width: 100%;
        margin-top: 20px
    }
    .jobpage-userview .user-timeline {
        margin-top: 0
    }
    .user-timeline .timeline-buttonzone {
        top: -52px;
        right: 20px;
        position: relative
    }
    .user-timeline .timeline-buttonzone ul li, .user-timeline .timeline-buttonzone ul li:first-child {
        margin: 0 5px;
        text-align: center
    }
    .jobpage-userview .user-timeline .timeline-buttonzone .timeline-buttons-left ul li:first-child {
        margin-left: 75px
    }
    .user-timeline .timeline-buttonzone ul li a .icon {
        width: 35px;
        height: 35px;
        margin: 0
    }
    .user-timeline .timeline-buttonzone ul li a .icon_label {
        display: none
    }
    .user-timeline .timeline-buttonzone .timeline-buttons-right {
        margin-right: 20px
    }
    .user-timeline .timeline-buttonzone ul li a .icon img {
        height: 15px;
        margin-top: 10px
    }
    .job-single {
        width: auto;
        padding: 20px
    }
    .job-single-left {
        width: auto;
        float: none;
        margin-top: 0
    }
    .job-single-right {
        width: auto;
        float: none;
        margin-top: 15px
    }
    .job-single-header h6 {
        text-align: left
    }
    .job-single-body {
        padding-top: 0;
        padding-bottom: 0
    }
    .job-single-header {
        padding-bottom: 0
    }
    .job-single-body .post-information {
        position: relative;
        left: 0;
        margin-top: 15px
    }
    .recomended-jobs h2 {
        padding-left: 0
    }
    .jobs-recomended .jobs-content-inner-single {
        padding: 20px
    }
    .jobs-recomended .jobs-content-img {
        width: 40px;
        height: 40px;
        margin-right: 5px
    }
    .jobs-recomended .jobs-content-left {
        width: calc(100% - 50px);
        margin-left: 5px
    }
    .jobs-recomended .post-reaction {
        position: absolute;
        top: 5px;
        right: 20px
    }
    .jobs-recomended .heading-bar ul li a {
        font-size: 13px;
        line-height: 18px
    }
    .jobs-recomended .heading-bar ul li:before {
        margin: 0 5px
    }
    .jobs-recomended .heading-bar .jobs-content-right {
        width: auto;
        float: none;
        clear: both;
        padding-top: 20px
    }
    .jobs-recomended .jobs-content-right .posttype-button {
        float: none;
        width: auto;
        display: block
    }
    .jobs-recomended .jobs-content-right .verti-line {
        display: none
    }
    .journey .journey-header h2 {
        display: block
    }
    .journey .journey-indications {
        float: left;
        display: block;
        margin: 20px 0 0 0
    }
    .journey .journey-indications ul li {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
        text-align: left
    }
    .journey {
        padding: 15px;
        width: auto
    }
    .journey .add-journey {
        padding: 20px 0
    }
    .journey .add-journey .add-2-ur-story {
        padding: 50px 0
    }
    .journey .add-journey .add-2-ur-story .add-2-ur-story-img {
        margin-bottom: 10px;
        max-width: 50%
    }
    .journey .d-journey {
        margin-bottom: 50px;
        margin-top: 30px
    }
    .journey .d-graph {
        padding: 20px 15px 30px 15px
    }
    .timeline-info .tab button {
        padding: 10px
    }
    .timeline-info .tab button h2 {
        font-size: 13px
    }
    .user-timeline h2 {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
        font-weight: 700
    }
    .in-depth h2 .color-box {
        width: 30px;
        margin-left: 10px
    }
    .timeline-info .tabcontent {
        padding: 15px;
        width: calc(100% - 30px)
    }
    .timeline-info .tabcontent .edit-profile-icon {
        top: -5px;
        right: -5px
    }
    .timeline-info .tabcontent .add-info {
        width: 15px;
        height: 15px;
        right: -5px;
        top: 0
    }
    .timeline-info .tabcontent .inner-content {
        position: relative;
        padding-top: 0!important;
        padding-bottom: 20px
    }
    .bio, .in-depth {
        padding-top: 10px
    }
    #bio {
        padding-bottom: 0
    }
    .bio .mydetails-social {
        margin-top: 30px!important
    }
    .bio-left {
        float: none;
        width: auto
    }
    .tabcontent .verti-line {
        display: none
    }
    .bio-right {
        float: none;
        width: auto;
        padding-top: 30px
    }
    .bio-right .tag-panel {
        text-align: left
    }
    .bio-right .tag-panel ul {
        float: none
    }
    .bio-right .tag-panel ul li {
        margin: 5px 0
    }
    .bio-right .tag-panel ul li a {
        padding: 0 18px
    }
    .bio-right .bio-gal {
        margin-top: 30px;
        text-align: left
    }
    .bio-right .bio-gal img {
        height: 50px;
        margin: 0 4px
    }
    .in-depth .indepth-content-img {
        margin-right: 10px;
        margin-bottom: 50px
    }
    .in-depth .indepth-content-left {
        width: auto;
        text-align: justify;
        float: none
    }
    .in-depth .indepth-content-left p {
        padding-bottom: 0;
        margin-bottom: 10px
    }
    .in-depth .indepth-content-right {
        width: 100%;
        float: none;
        display: block
    }
    .in-depth .indepth-content-right .tag-panel {
        text-align: left
    }
    .in-depth .indepth-content-right .tag-panel ul {
        margin-top: 0;
        margin-left: 45px
    }
    .in-depth .heading-bar .date {
        margin-right: 0;
        float: left;
        line-height: 38px;
        margin-top: 0
    }
    .in-depth .heading-bar .date img {
        width: 15px;
        height: auto
    }
    .in-depth .heading-bar .location img {
        width: 15px;
        height: auto
    }
    .in-depth .heading-bar .location {
        line-height: 20px
    }
    .in-depth .indepth-content-right .depth-gal {
        margin-top: 0;
        text-align: center
    }
    .in-depth .indepth-content-right .depth-gal img {
        height: 50px;
        margin: 0 4px
    }
    .in-depth .indepth-content-right .indepth-hover-buttons {
        margin: 5px 0
    }
    .in-depth .indepth-content-right .indepth-hover-buttons .indepth-hover-button {
        width: 35px;
        height: 35px;
        margin-left: 10px
    }
    .in-depth .indepth-content-right .indepth-hover-buttons .indepth-edit-button img {
        height: 15px;
        margin: 10px auto
    }
    .in-depth .indepth-content-right .indepth-hover-buttons .indepth-delete-button img {
        height: 17px;
        margin: 9px auto
    }
    .in-depth .add-indepth-content {
        width: 24px;
        height: 24px;
        top: -2px
    }
    .in-depth .add-indepth-content img {
        width: 12px;
        height: 12px;
        margin: 0 auto;
        vertical-align: inherit
    }
    .recommedations .recommedation-single {
        padding: 15px;
        margin: 0 -15px
    }
    .recommedations .recommedation-single:after {
        left: 15px;
        right: 15px
    }
    .recommedations .recommedation-single-left {
        width: 60px;
        margin-right: 10px
    }
    .recommedations .recommedation-single-right {
        width: 100%;
        margin-top: -55px
    }
    .recommedations .recommedation-single-right .heading-bar {
        margin-left: 70px;
        margin-bottom: 25px;
        width: auto
    }
    .recommedations .heading-bar .reconmendation-name {
        margin-right: 0;
        line-height: 25px;
        font-size: 14px;
        float: none;
        display: block;
        margin-left: 70px
    }
    .recommedations .heading-bar .reconmendation-name span.reconmendation-designation {
        display: block
    }
    .recommedations .heading-bar .date {
        line-height: 30px;
        margin-left: 70px;
        margin-right: 0
    }
    .recommedations .heading-bar .date img {
        height: 30px
    }
    .recommedations .recommedation-single-right p.recomendation-shortnote {
        font-size: 14px;
        line-height: 20px
    }
    .recommedations .recommedation-inner-body {
        margin-top: 40px;
        padding-bottom: 20px
    }
    .requests .request-single-right p {
        width: auto;
        margin-right: 0;
        margin-left: -55px
    }
    .requests .request-inner-body {
        padding-bottom: 50px
    }
    .requests .heading-bar .request-name {
        margin-right: 0;
        float: none;
        display: block;
        line-height: 20px
    }
    .requests .heading-bar .date {
        margin-right: 0;
        float: none;
        display: block;
        line-height: 30px
    }
    .requests .heading-bar .date img {
        height: 30px
    }
    .requests .more-comments, .requests .sub-request {
        margin-left: 0;
        padding: 15px 0;
        padding-left: 30px
    }
    #recommendation.tabcontent .inner-content, #requests.tabcontent .inner-content {
        padding-top: 0!important
    }
    .my-panel {
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
        display: block;
        margin-bottom: 10px;
        max-width: 100%
    }
    .modal {
        width: 100%!important
    }
    .modal a.close-modal {
        top: 15px!important;
        right: 15px!important
    }
    .loop-tally {
        margin-bottom: 0;
        margin-top: 0;
        padding: 50px 25px 25px 25px!important;
        padding-top: 40px!important
    }
    .loop-tally h3 {
        font-size: 20px;
        line-height: 30px
    }
    .loop-tally .d-loops {
        margin: 10px 0
    }
    .loop-tally .chart-left {
        width: 100%;
        float: left;
        height: auto;
        margin-right: 0;
        display: block
    }
    .loop-tally .chart-right {
        width: 100%;
        float: left;
        display: block
    }
    .loop-tally .chart {
        position: relative;
        width: 250px;
        height: 250px;
        max-width: 100%;
        top: auto;
        left: auto;
        margin: 0 auto!important;
        transform: none;
        overflow: hidden
    }
    .loop-tally .doughnutSummaryNumber {
        position: absolute;
        top: 0;
        width: 85px;
        margin-top: -10%;
        font-size: 60px;
        line-height: 300px
    }
    .loop-tally .doughnutSummaryTitle {
        margin-top: 15px;
        font-size: 15px;
        line-height: 30px
    }
    .loop-tally .chart-breakup {
        margin-top: 20px
    }
    .loop-tally .chart-breakup li .chart-number {
        width: 70px;
        height: 70px;
        font-size: 20px;
        line-height: 70px;
        margin-right: 15px;
        margin-left: 30%
    }
    .loop-tally .chart-breakup li p {
        font-size: 17px;
        line-height: 20px;
        left: calc(85px + 30%)
    }
    .loop-tally form {
        margin: 20px 0 0 0
    }
    #loop-earned .chart {
        width: 300px;
        height: 300px
    }
    #loop-earned .doughnutSummaryNumber {
        margin-top: -5%
    }
    #loop-earned .doughnutSummaryTitle {
        margin-top: 10px
    }
    .verti-tab .tabcontent .d-details-chart .detailschart-heading {
        padding: 20px 20px 10px 20px
    }
    .verti-tab .tabcontent .d-details-chart .detailschart-body {
        padding: 15px 20px;
        height: auto;
        overflow: visible
    }
    .verti-tab .tabcontent .d-details-chart .detailschart-heading h6 {
        font-size: 10px;
        line-height: 12px
    }
    .verti-tab .tabcontent .d-details-chart .action-icon {
        width: 40px
    }
    .verti-tab .tabcontent .d-details-chart .action-icon .icon {
        width: 32px;
        height: 32px
    }
    .verti-tab .tabcontent .d-details-chart .action-icon .icon img {
        height: 16px!important;
        margin-top: 8px!important
    }
    .verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-left {
        width: 80%
    }
    .verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-right {
        width: 20%
    }
    .verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-left .detailschart-d-name {
        width: 60%;
        margin: 0;
        overflow: hidden;
        text-align: center
    }
    .verti-tab .tabcontent .d-details-chart .detailschart-body p {
        font-size: 12px;
        line-height: 32px;
        margin: 14px 0
    }
    .verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-left .detailschart-d-date {
        width: 40%;
        text-align: center
    }
    .verti-tab .tabcontent .d-details-chart .restof-d-details-chart .detailschart-right .detailschart-right-single {
        width: 100%;
        margin: 0;
        text-align: center
    }
    .verti-tab .tabcontent .d-details-chart .loop-earned {
        display: none
    }
    .verti-tab .tabcontent .d-details-chart .loop-transferred {
        display: none
    }
    .modal .form49 {
        width: 100%!important;
        display: block!important;
        margin-top: 15px
    }
    .modal .form49:first-child {
        margin: 0
    }
    #prof-forward .whom-to-forward .selected-names {
        margin-left: 0
    }
    #prof-forward .whom-to-forward .selected-names ul li {
        width: auto;
        padding: 0 10px;
        margin: 0 2px 5px 5px
    }
    #prof-forward .whom-to-forward .selected-names ul li .selected-names-close {
        right: 10px;
        top: 8px;
        bottom: 9px
    }
    #prof-forward .whom-to-forward .confirmforward-button {
        margin-right: 0;
        margin-top: 15px
    }
    #prof-share .are-you-sure h5 {
        padding: 0 25px;
        margin-bottom: 25px
    }
    #prof-recomendation .explain-valuable .sendrecomendation-button {
        width: auto;
        padding: 0 30px!important
    }
    #prof-forward .whom-to-forward .confirmforward-button {
        width: auto;
        padding: 0 30px!important
    }
    #prof-share .are-you-sure .send2indi-button {
        width: auto;
        padding: 0 30px!important
    }
    #prof-share .are-you-sure .confirmshare-button {
        width: auto;
        padding: 0 30px!important
    }
    .dashboard-page {
        height: calc(100vh - 158px);
        overflow: scroll
    }
    #dashboard-pages .header {
        box-shadow: none
    }
    #dashboard-pages .wrapper {
        margin-top: 0
    }
    .dashboard-page .fixed-nav {
        display: none
    }
    .verti-tab {
        height: auto;
        margin-left: 0;
        width: 100%
    }
    .verti-tab .tab {
        float: none;
        width: 100%!important;
        height: 100%;
        overflow-x: auto;
        display: block;
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
        margin-left: 0
    }
    .search-pages .verti-tab .tab {
        padding: 20px 0;
        width: 280px!important;
        height: 100vh;
        float: left
    }
    .verti-tab .tab h5 {
        margin-bottom: 10px;
        padding: 0 10px;
        padding-top: 15px;
        display: none
    }
    .verti-tab .tab .scroll-in-mobile-view {
        text-align: center
    }
    .verti-tab .tab .scroll-in-mobile-view.settings-page-nav {
        width: 270%
    }
    .verti-tab .tab button {
        display: inline-block;
        width: auto;
        font-size: 12px;
        line-height: 53px;
        padding: 0 10px;
        position: relative
    }
    .verti-tab .tab button.active {
        background: 0 0;
        color: #004d69
    }
    .verti-tab .tab button.active:after {
        content: "";
        width: auto;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        background: #a8c3bc
    }
    .verti-tab .tabcontent {
        float: none;
        width: 100%!important;
        height: auto;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 20px;
        overflow: visible;
        margin: 0 auto
    }
    .wrap-1024 {
        max-width: 600px;
        margin: 0 auto
    }
    .verti-tab .tabcontent .d-details-chart {
        height: auto
    }
    .verti-tab .tabcontent h3 {
        font-size: 14px;
        line-height: 26px;
        padding: 0 10px!important;
        padding-bottom: 15px!important;
        padding-top: 15px!important
    }
    .jobs-inner-content-heading-panel a.active h3:after {
        left: 10px;
        right: 10px
    }
    .verti-tab .tabcontent h3.with-box-shadow {
        box-shadow: 5px 0 20px 0 rgba(0, 77, 105, .1);
        display: block;
        padding: 0 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 15px;
        line-height: 30px
    }
    .verti-tab .tabcontent h3 .circle-count {
        right: 20px
    }
    .search-pages .verti-tab .tabcontent {
        width: calc(100% - 281px)!important;
        float: right
    }
    .d-searchform-on-left {
        margin-top: 20px
    }
    .jobs-inner-content-heading-panel .addnewjob-button {
        margin: 10px;
        padding: 0 20px
    }
    .network-info {
        padding: 0 10px;
        height: auto
    }
    .network-info .network-info-single {
        width: 100%;
        margin-right: 0;
        padding-top: 80px;
        max-width: 100%;
        float: left;
        margin-bottom: 24px
    }
    #recommended-for-you .network-info .network-info-single .d-content .network-wiewprofile-button {
        float: none;
        display: inline-block
    }
    .network-friend-request-heading-panel a h3 {
        padding: 0 10px 0 20px!important;
        padding-bottom: 15px!important;
        padding-top: 15px!important
    }
    .network-friend-request-heading-panel a.active h3:after {
        left: 10px;
        right: 10px
    }
    .network-friend-request-body-panel {
        padding: 0 10px;
        height: calc(100vh - 220px)
    }
    .network-request-content {
        width: 100%
    }
    .request-pending-waiting-confirmation {
        padding: 10px 15px;
        font-size: 14px
    }
    .network-friend-request-pages .network-friend-request-pages-single {
        width: calc(100% - 30px);
        padding: 15px
    }
    .network-friend-request-pages .network-friend-request-pages-single .close {
        right: 15px;
        top: 20px;
        transform: none
    }
    .network-friend-request-pages .network-friend-request-pages-single .d-content .d-img {
        margin-right: 10px;
        margin-bottom: 5px;
        width: 80px;
        height: 80px;
        display: block
    }
    .network-friend-request-pages .network-friend-request-pages-single .d-content {
        float: none;
        display: block
    }
    .network-friend-request-pages .network-friend-request-pages-single .d-content-left {
        width: calc(100% - 95px);
        padding-top: 0
    }
    .network-friend-request-pages .network-friend-request-pages-single .d-content .name {
        font-size: 14px;
        line-height: 20px
    }
    .network-friend-request-pages .network-friend-request-pages-single .d-content .designation, .network-friend-request-pages .network-friend-request-pages-single .d-content .mutual-friends {
        font-size: 13px;
        line-height: 18px
    }
    .network-friend-request-pages .network-friend-request-pages-single .d-content-right {
        float: none;
        margin-right: 0
    }
    .network-friend-request-pages .network-friend-request-pages-single .network-friend-request-button {
        padding: 0 30px
    }
    .network-friend-request-pages .network-friend-request-pages-single .people-works-here {
        float: left;
        margin-top: 0
    }
    .recieved-friend-request .main-request-container {
        margin-left: 0;
        width: 100%
    }
    .recieved-friend-request .main-request-container p {
        padding-right: 0
    }
    .network-friend-request-pages .network-friend-request-pages-single .network-friend-request-button.close-request-msg {
        margin: 0;
        margin-bottom: 5px
    }
    .jobs-inner-content .visible {
        padding: 10px;
        width: calc(100% - 30px)
    }
    .jobs-inner-content-body-panel .jobs-content-inner-single {
        padding: 10px 15px
    }
    #jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .days-remaining, #jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .job-posted-links {
        margin-top: -18px;
        margin-bottom: 10px
    }
    #jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .verti-line {
        margin: 0 5px;
        margin-top: -3px;
        height: 18px;
        background: #9ea0a5;
        display: inline-block
    }
    #jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right .postedjob-edit-button {
        float: none;
        width: auto;
        display: block;
        margin-left: 0;
        clear: both
    }
    .search-info {
        padding: 0 10px;
        height: auto
    }
    .search-info .search-info-single {
        width: calc(50% - 10px);
        margin-right: 20px;
        padding-top: 80px;
        max-width: 100%;
        float: left;
        margin-bottom: 24px
    }
    .search-info .search-info-single .d-content {
        padding: 65px 10px 20px
    }
    .search-info .search-info-single:nth-child(3n) {
        margin-right: 20px
    }
    .search-info .search-info-single:nth-child(2n) {
        margin-right: 0
    }
    .search-info .search-info-single .d-content .search-wiewprofile-button {
        padding: 0 20px;
        margin: 0 5px;
        float: none;
        display: inline-block
    }
    .search-info .search-info-single .d-content .search-wiewprofile-button:nth-child(2n) {
        float: none
    }
    #loop-earned {
        max-width: calc(100% - 40px)!important;
        padding: 0 20px 10px 20px!important;
        overflow: visible;
        height: auto
    }
    #loop-earned h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 10px 0 10px!important
    }
    #loop-earned .loop-tally-buttons .form49, #loop-earned .support-n-buy .form49 {
        width: 100%!important;
        display: block!important;
        margin-top: 15px
    }
    #loop-earned .loop-tally-buttons {
        padding: 5px 0 0 0;
        margin-top: 5px
    }
    #loop-earned .main_button {
        margin-top: 0
    }
    .timeline-info .tabcontent .add-bio .add-bio-img {
        max-width: 50%
    }
    .d-adding-process .process-form {
        padding: 0
    }
    .d-adding-process .process-form .file-upload .custom-file-label {
        font-size: 10px
    }
    .d-adding-process .process-form .custom-file-input::after {
        font-size: 10px;
        padding: 0 15px
    }
    .d-adding-process .process-form .tag-panel ul li {
        margin: 2px
    }
    .d-adding-process .process-form .tag-panel ul li a {
        line-height: 25px;
        font-size: 10px;
        padding: 0 10px
    }
    .d-adding-process .process-form .tag-panel ul li:hover a {
        padding: 0 15px
    }
    .d-adding-process .process-form .tag-panel {
        text-align: left
    }
    .tag-panel.closeable ul li:hover a:after {
        margin-left: 15px
    }
    .tag-panel ul li:hover a:after {
        top: 8px;
        right: 8px
    }
    .d-adding-process .process-form .processform-buttons .d-buttons {
        padding: 0 18px!important;
        font-size: 11px!important;
        width: auto;
        display: block
    }
    .d-adding-process .process-form .processform-buttons:before {
        left: -15px;
        right: -15px
    }
    .forced-divider:after {
        left: -15px;
        right: -15px
    }
    .d-adding-process .process-form .form-group .form18, .d-adding-process .process-form .form-group .form33, .d-adding-process .process-form .form-group .form43 {
        width: 100%;
        float: none;
        margin: 0
    }
    .d-adding-process .process-form .add-media .upload-photo-button {
        margin-bottom: 10px
    }
    .d-adding-process .backto-prevform {
        top: 15px!important;
        eft: 15px!important;
        height: 15px!important;
        line-height: 15px
    }
    .d-adding-process .backto-prevform img {
        margin-right: 5px
    }
    .d-adding-process h3 {
        font-size: 20px;
        line-height: 40px
    }
    .d-adding-process .process-form .select-selected:after {
        right: 7px;
        font-size: 15px
    }
    .d-adding-process .process-form .form-group.add-media .form29, .d-adding-process .process-form .form-group.add-media .form31, .d-adding-process .process-form .form-group.add-media .form36 {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        margin-bottom: 10px
    }
    .d-adding-process .process-form .upload-profilepic .uploaded-profile-pic {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        margin-top: 5px
    }
    .d-adding-process .process-form .custom-file-input {
        width: calc(100% - 45px);
        padding: 5px 5px
    }
    .d-adding-process .process-form .custom-file-input::after {
        font-size: 10px;
        padding: 0 5px;
        margin-right: -5px
    }
    .d-adding-process .process-form .file-upload .custom-file-label {
        font-size: 10px;
        padding: 0;
        left: 40px
    }
    .d-adding-process .process-form .add-media .file-upload .custom-file-input {
        width: calc(100% - 62px)
    }
    .d-adding-process .process-form .add-media .file-upload .custom-file-label {
        left: 60px
    }
    .d-adding-process .process-form .add-media .uploaded-gallery-pic {
        width: 40px
    }
    #add-bio .social-type {
        padding-right: 15px;
        width: calc(80px - 15px)
    }
    #add-bio .social-input input {
        width: calc(100% - 112px)
    }
    #add-bio .main_button {
        display: block!important;
        float: none!important;
        margin: 0!important
    }
    #edit-added-bio .main_button {
        display: block!important;
        float: none!important;
        margin: 0!important
    }
    #edit-added-bio .social-type {
        padding-right: 15px;
        width: calc(80px - 15px)
    }
    #edit-added-bio .social-input input {
        width: calc(100% - 112px)
    }
    .post-share-options {
        top: 40px
    }
    .company-i-follow, .joined-groups {
        padding: 0 15px
    }
    .company-i-follow .company-i-follow-single, .joined-groups .joined-groups-single {
        width: auto;
        float: none;
        margin-right: 0;
        max-width: none
    }
    .created-groups .created-groups-single .d-content, .my-company-pages .my-company-pages-single .d-content {
        margin-bottom: 15px
    }
    .created-groups .created-groups-single, .my-company-pages .my-company-pages-single {
        padding: 15px;
        width: auto
    }
    .created-groups .created-groups-single .d-content .d-logo, .my-company-pages .my-company-pages-single .d-content .d-logo {
        margin-right: 10px;
        width: 70px;
        height: 70px
    }
    .created-groups .created-groups-single .d-content .d-content, .my-company-pages .my-company-pages-single .d-content .d-content {
        width: 60%
    }
    .created-groups .created-groups-single .d-content .group-name, .my-company-pages .my-company-pages-single .d-content .company-name {
        font-size: 14px;
        line-height: 16px
    }
    .created-groups .created-groups-single .d-content .group-type, .my-company-pages .my-company-pages-single .d-content .company-location {
        font-size: 13px;
        line-height: 14px
    }
    .created-groups .created-groups-single .d-content .group-members, .my-company-pages .my-company-pages-single .d-content .company-designation {
        float: none;
        padding-left: 0
    }
    .created-groups .created-groups-single:after, .my-company-pages .my-company-pages-single .d-content .company-designation:before, .my-company-pages .my-company-pages-single:after {
        display: none
    }
    .created-groups .created-groups-single .close, .my-company-pages .my-company-pages-single .close {
        right: 20px;
        top: 15%
    }
    .created-groups .created-groups-single .group-button, .my-company-pages .my-company-pages-single .company-button {
        float: none;
        clear: both;
        margin-right: 0
    }
    .jobs-inner-content-body-panel .post-reaction {
        top: 10px
    }
    .jobs-inner-content-body-panel .jobs-content-img {
        float: none;
        width: 72px;
        height: 72px
    }
    .jobs-inner-content-body-panel .heading-bar .jobs-content-left, .jobs-inner-content-body-panel .jobs-body .jobs-content-left {
        width: auto;
        float: none;
        margin: 15px 0
    }
    .jobs-inner-content-body-panel .jobs-body-bottom {
        padding-top: 10px
    }
    .jobs-inner-content-body-panel .jobs-body-bottom .jobs-body-bottom-single {
        float: none;
        width: auto;
        margin-left: 0;
        margin: 10px 0
    }
    .jobs-inner-content-body-panel .jobs-body-bottom .jobs-body-bottom-single .tag-panel {
        text-align: left
    }
    .jobs-inner-content-body-panel .jobs-content-right {
        float: none
    }
    .jobs-inner-content-body-panel .view-application-button {
        float: none;
        display: block
    }
    .jobs-inner-content-body-panel .jobs-content-left {
        float: none;
        width: auto
    }
    .jobs-inner-content-body-panel .heading-bar .people-works-here {
        position: absolute;
        top: 35px;
        left: 90px
    }
    .jobs-inner-content-body-panel .heading-bar .people-works-here:after {
        clear: both;
        display: block;
        content: ""
    }
    .jobs-inner-content-body-panel .heading-bar .people-works-here span {
        float: none;
        display: block;
        clear: both;
        margin-left: 0
    }
    .jobs-inner-content-body-panel .heading-bar .people-works-here img {
        margin-right: -10px;
        border: solid 1px #fff;
        border-radius: 50%
    }
    .jobs-inner-content-body-panel .heading-bar .jobs-content-right {
        float: none;
        width: auto;
        margin-right: 0;
        margin: 0 -5px
    }
    #jobs-posted .jobs-inner-content-body-panel .heading-bar .jobs-content-right {
        margin: 0
    }
    .jobs-inner-content-body-panel .jobs-content-right .posttype-button {
        padding: 0 18px;
        margin: 0 2px
    }
    #recommended-jobs .jobs-recomended-for {
        padding: 0 10px
    }
    #recommended-jobs .jobs-recomended-for-single {
        width: auto;
        float: none;
        clear: both;
        margin-right: 0
    }
    #recommended-jobs .jobs-recomended-for-single .d-content {
        padding: 60px 15px 15px
    }
    .account-deletion-panel, .change-password-panel, .communication-settings-panel, .personal-info-panel, .privacy-settings-panel {
        padding: 15px
    }
    .account-deletion-panel .main-setting-content-panel, .communication-settings-panel .main-setting-content-panel, .main-setting-content-panel, .privacy-settings-panel .main-setting-content-panel {
        width: auto;
        padding: 20px
    }
    .settingspanel-divided-into-three .settingspanel-divided-into-three-part-one {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }
    .settingspanel-divided-into-three .settingspanel-divided-into-three-part-two {
        width: calc(85% - 70px);
        margin-right: 0
    }
    .settingspanel-divided-into-three .settingspanel-divided-into-three-part-three {
        width: 60px
    }
    .settingspanel-middle h5 {
        font-size: 14px;
        margin-bottom: 0
    }
    .communication-settings-panel .settingspanel-status .status-bar:first-child {
        margin-top: 5px
    }
    .account-deletion-panel .settingspanel-divided-into-three .settingspanel-divided-into-three-part-two {
        width: 80%
    }
    .account-deletion-panel .settingspanel-divided-into-three .settingspanel-divided-into-three-part-three {
        width: auto;
        float: left;
        clear: both;
        margin-left: 40px;
        margin-top: 20px
    }
    .notification-page .how-many-notifications {
        width: 100%;
        margin-right: 0;
        max-width: 100%
    }
    .notification-page .the-notifications {
        width: 100%
    }
    .notification-page .the-notifications .notifications-single {
        width: calc(100% - 30px);
        padding: 15px
    }
    .notification-page .the-notifications .notifications-single .close {
        top: 15px;
        right: 15px
    }
    .notification-page .the-notifications .notifications-single .d-notifications-content {
        width: 100%
    }
    .notification-page .the-notifications .notifications-single .d-notifications-content .d-user {
        width: 40px;
        height: 40px
    }
    .notification-page .the-notifications .notifications-single .d-content {
        float: left;
        width: 100%;
        margin-top: 10px
    }
    .notification-page .the-notifications .notifications-single .notification-recieving-time {
        right: 15px;
        top: 40px
    }
    .conversations {
        height: auto
    }
    .conversations .fixed-nav {
        display: none
    }
    .conversations .verti-tab .tab {
        width: 350px!important;
        float: left
    }
    .conversations .verti-tab .tab button.unseen-msg .number-f-unseen-msg {
        right: 5px
    }
    .conversations .verti-tab .tabcontent {
        width: calc(100% - 352px)!important;
        padding-bottom: 0;
        max-width: none;
        height: calc(100vh - 122px);
        float: right
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow .openchat-img {
        width: 60px;
        height: 60px
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow h3 {
        padding: 5px 0!important
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow h6 {
        padding: 0
    }
    .conversations .chat_area {
        height: calc(100% - 200px)
    }
}
@media screen and (max-width:900px) {
    .checkmark {
        left: 10px
    }
    .join-basicinfo form span.check-text {
        left: 35px;
        font-size: 13px;
        text-align: left
    }
}
@media screen and (max-width:800px) {
    .timeline-main .new-opportunities .new-opportunity-options {
        margin-left: 80px
    }
    .verti-tab .tab .scroll-in-mobile-view {
        width: 620px;
        text-align: left
    }
    .conversations .search.messenger-search .searchButton {
        position: absolute
    }
    .conversations .verti-tab .tab {
        width: 100%!important;
        float: none
    }
    .conversations .verti-tab .tab .scroll-in-mobile-view {
        width: 100%
    }
    .conversations .verti-tab .tab button {
        width: 100%
    }
    .conversations .verti-tab .tab button.unseen-msg .number-f-unseen-msg {
        right: 0
    }
    .conversations .verti-tab .tab button.unseen-msg p {
        padding-right: 30px
    }
    .conversations .verti-tab .tabcontent {
        position: fixed;
        width: 100%!important;
        left: 0;
        top: 108px;
        z-index: 9;
        height: auto;
        bottom: 0;
        display: none;
        background: #fff
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow .openchat-img {
        width: 60px;
        height: 60px;
        margin-left: -70px
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow {
        padding: 10px 10px 10px 85px
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow h3 {
        padding: 5px!important
    }
    .conversations .verti-tab .tabcontent .heading-with-box-shadow h6 {
        padding: 0 5px!important
    }
    .conversations .chat_area .chat-body1 {
        margin-left: 20px;
        max-width: 65%;
        min-width: 0
    }
    .conversations .chat_area .admin_chat .chat-body1 {
        margin-right: 20px
    }
    .conversations .reply-textarea-box {
        height: 120px
    }
    .loop-tally .chart-breakup li .chart-number {
        margin-left: 0
    }
    .loop-tally .chart-breakup li p {
        left: 85px
    }
    #prof-recomendation .explain-valuable .sendrecomendation-button {
        width: 100%!important;
        padding: 0!important
    }
    #prof-forward .whom-to-forward .confirmforward-button {
        width: 100%!important;
        padding: 0!important
    }
    #prof-share .are-you-sure .send2indi-button {
        width: 100%!important;
        padding: 0!important
    }
    #prof-share .are-you-sure .confirmshare-button {
        width: 100%!important;
        padding: 0!important
    }
    .settings-pages .verti-tab .tab .scroll-in-mobile-view {
        width: 250%
    }
    .settings-pages .my-activity-panel .post {
        width: 100%
    }
    .settings-pages .post .comment-panel .comment-owner-img {
        margin-right: 2.5%
    }
    .settings-pages .post .comment-panel .post-comment-button {
        width: 11%
    }
    .settings-pages .post .post-reaction .post-reaction-single img {
        margin-left: 5px
    }
    .settings-pages .post .post-reaction .read-comments img {
        margin-right: 0!important
    }
    .search-info .search-info-single, .search-info .search-info-single:nth-child(3n) {
        margin-right: 10px;
        width: calc(50% - 5px)
    }
    .search-info .search-info-single .d-content .search-wiewprofile-button {
        padding: 0 10px;
        margin: 0 2px
    }
    .search-info .search-info-single .d-content .search-wiewprofile-button img {
        height: 7px
    }
}
@media screen and (max-width:600px) {
    .loop-tally {
        padding: 50px 15px 25px 15px!important
    }
    .timeline-info .tab button {
        padding: 10px 5px
    }
    .settings-pages .post .post-header {
        width: calc(100% - 20px);
        padding: 10px;
        padding-top: 0
    }
    .settings-pages .post .post-header:after {
        left: 10px;
        right: 10px
    }
    .settings-pages .post .post-header .header-img {
        margin-bottom: 5px
    }
    .settings-pages .post .post-text {
        width: calc(100% - 20px);
        padding: 10px
    }
    .settings-pages .post .post-reaction {
        width: calc(100% - 20px);
        padding: 10px
    }
    .settings-pages .post .post-reaction:after {
        left: 10px;
        right: 10px
    }
    .settings-pages .post .post-reaction .post-reaction-single img {
        margin-left: 1px;
        margin-right: 4px
    }
    .settings-pages .post .comment-panel {
        width: calc(100% - 20px);
        padding: 0 10px
    }
    .settings-pages .post .comment-panel .your-comment {
        width: calc(58% - 10px);
        padding: 0 5px
    }
    .search-pages .verti-tab .tab {
        width: auto!important;
        float: none;
        height: auto
    }
    .d-searchform-on-left {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        width: calc(100% - 20px);
        padding: 25px 10px;
        height: auto
    }
    .search-pages .verti-tab .tabcontent {
        width: 100%!important;
        float: none
    }
    .search-info .search-info-single {
        width: auto;
        float: none;
        margin: 10px 0
    }
}
.clicpboard-placeholder {
    height: 1px;
    width: 1px;
    opacity: .01;
    overflow: hidden
}
.animation-element {
    opacity: 0
}
.animation-element.in-view {
    opacity: 1
}
.animation-element.fade {
    transform: none;
    opacity: 0
}
.animation1 {
    transition: all .8s;
    opacity: 0
}
.animation2 {
    transition: all .7s;
    transform: translateY(100px);
    opacity: 0
}
.animation3 {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url(#blur);
    filter: blur(10px);
    -webkit-transition: .5s -webkit-filter linear;
    -o-transition: .5s -o-filter linear
}
.animation4 {
    transform: translate(0, 150%);
    transition: all .6s ease
}
.animation5 {
    opacity: 0;
    transform: translateX(0) translateY(8.333333333333334rem)
}
.animation6 {
    transition: all .8s;
    opacity: 1
}
.title:before {
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: scale(.1, .1);
    -webkit-transform: scale(.1, .1);
    opacity: 0
}
.animated-cont {
    display: inline-block;
    overflow: hidden
}
.in-view.title:before {
    transform: none;
    -webkit-transform: none;
    opacity: 1
}
.in-view.animation1, .in-view.animation2 {
    transform: none;
    -webkit-transform: none;
    opacity: 1
}
.in-view.animation3 {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0)
}
.animation4.in-view {
    transform: translate(0, 0);
    opacity: 1
}
.animation5.in-view {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0)
}
.in-view.animation6 {
    transform: none;
    -webkit-transform: none;
    opacity: 0;
    z-index: 0!important
}
.anim-delay1 {
    transition-delay: 0s
}
.anim-delay2 {
    transition-delay: .2s
}
.anim-delay3 {
    transition-delay: .4s
}
.anim-delay4 {
    transition-delay: .6s
}
.anim-delay5 {
    transition-delay: .8s
}
.anim-delay6 {
    transition-delay: 1s
}
.anim-delay7 {
    transition-delay: 1.2s
}
.anim-delay8 {
    transition-delay: 1.4s
}
.anim-delay9 {
    transition-delay: 1.6s
}
.anim-delay10 {
    transition-delay: 1.8s
}
.anim-delay11 {
    transition-delay: 2s
}
.bounce {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}
@-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
.jquery-modal {
    animation: fade-in .5s;
    opacity: 0;
    animation-fill-mode: forwards
}
.modal {
    animation: fade-in-top .5s;
    animation-delay: .2s;
    opacity: 0;
    transform: translateY(-200px);
    animation-fill-mode: forwards
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fade-in-top {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@-moz-keyframes fade-in-top {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@-o-keyframes fade-in-top {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes fade-in-top {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.bg-blur-seg .account-recomendations, .bg-blur-seg .footer, .bg-blur-seg .header, .bg-blur-seg .invite-panel, .bg-blur-seg .my-panel, .bg-blur-seg .timeline-main .new-opportunities, .bg-blur-seg .timeline-main .post {
    filter: blur(6px)
}
.clicpboard-placeholder {
    height: 1px;
    width: 1px;
    opacity: .01;
    overflow: hidden
}