
/*===================== TABLE OF CONTENT =======================
1.	1 Homepages
2.  Fonts
3.  Reset Css
4.  Cross Browser Compatibility
5.  Header
6.  Navigations
7.  Dropdown
8.  Responsive Header
9.  Revolution Slider (Banner)
10. About App
11. Amazing Features
12. Interesting Screenshots
14.	Latest Blog News
15.	Questions Sections
16.	Clinet's Testimonial
17.	Our Newsletter
18. Stylish Pricing Plan
19.	Never Miss a Deal
20.	Contact Us
21. Footer

=============================================================*/









/* ==================================================================================
                                                                Fonts
===================================================================================== */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

/* ==================================================================================
                                                                                Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
   /*  font-size: 100%;
   font: inherit;
    vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #e4e9ed;
}
ol, ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #fff;
}
button {
    outline: none;
    border: none;
}
input {
    outline: none;
}
textarea {
    outline: none;
}
section {
    float: left;
    width: 100%;
    position: relative;
}
img {
    float: left;
}
p {
    font-size: 15px;
    line-height: 21px;
    color: #666666;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #c1c8d0 !important;
}


/* Hide the up and down arrows */
input[name="business_contact"]::-webkit-inner-spin-button,
input[type="business_contact"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* ================ CROSS BROWSER COMPATABILITY =============== */
img{
    max-width: 100%;
}
.ask-question,
nav,
button,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}


/* ============== DEFAULT BORDER RADIUS =========== */


.ask-question,
.login_register ul li a,
.search-bar form input,
.search-bar form button,
.search_form form input,
.post-st ul li a,
.post-bar,
.bk-links li i,
.bid_now,
.user-profy ul li a,
.posty,
.comment_box form button,
.post-project-fields form input,
.post-project-fields form textarea,
.post-project-fields form select,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.signin-pop,
.sign-control,
.sign_in_sec form input,
.sign_in_sec form select,
.sign_in_sec form button,
.signup-tab,
.login-resources ul li a,
.flw-hr li a,
.message-btn a,
.user-profile-ov,
.portfolio-gallery-sec,
.overview-edit,
.overview-edit form textarea,
.overview-edit form input,
.overview-edit form select,
.overview-edit button,
.file-submit,
.billing-method,
.lt-sec > a,
.add-billing-method,
.payment_methods form button,
.payment_methods form input,
.company-up-info ul li a,
.search-box form input,
.filter-dd form input,
.filter-dd form select,
.conversation-box,
.save-stngs ul li button,
.cp-field input,
.cp-field textarea,
.accept-req,
.mf-field input,
.mf-field button,
.pagination li .page-link,
.post_comment_sec form textarea,
.post_comment_sec form button,
.next-prev > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 3px;
}

.wrapper {
     width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;

    min-height:100vh; /*to make footer always shown on bottom*/
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 99;
}

header {
    float: left;
    width: 100%;
    background-color: #009ab2;
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header-data {
    float: left;
    width: 100%;
}
.logo {
    float: left;
    width: 150px;
    margin-right: 8px;
    margin-top: 2px;
}
.logo.pd-btm {
    padding-bottom: 10px;
}
.forum-bar {
    float: left;
    margin-top: 10px;
    width: 400px;
}
.forum-bar h2 {
    float: left;
    margin-right: 40px;
}
.forum-bar ul {
    float: left;
    margin-top: 0px;
}
.ask-question {
    background-color: #fff;
    padding: 10px 25px;
    color: #009ab2 !important;
    font-size: 14px;
    font-weight: 600;
}
.ask-question:hover {
    color: #009ab2;
}

.forum-bar ul li {
    display: inline-block;
    margin-right: 40px;
}
.forum-bar ul li:last-child {
    margin-right: 0;
}
.forum-bar ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.forum-bar h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

/* ========== login_register ========== */

.login_register {
    float: right;
    margin-top: 8px;
    padding-left: 30px;
}
.login_register ul li {
    display: inline-block;
    margin-right: 8px;
}
.login_register ul li:last-child {
    margin-right: 0;
}
.login_register ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 600;
}
.search-bar.st2 {
    float: right;
}
.search-bar {
    float: left;
    width: 260px;
    margin-top: 9px;
    position: relative;
}
.search-bar form {
    float: left;
    width: 100%;
    position: relative;
}
.search-bar form input {
    width: 100%;
    background-color: #fff;
    height: 38px;
    color: #b2b2b2;
    font-size: 12px;
    border: 0;
    padding: 0 10px;
    border-radius: 50px;
}
.search-bar form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #efefef;
    width: 38px;
    height: 100%;
    border: 0;
}
.search-bar form button i {
    color: #009ab2;
    font-size: 20px;
    font-weight: bold;
}

nav {
    float: left;
    width: 56%;
    text-align: right;
    padding-right: 13px;
}
nav ul li {
    display: inline-block;
    text-align: center;
    padding: 6px 8px;
    position: relative;
}

nav ul li:last-child {
    /*  padding: 19px 0px!important; */
 }

/*nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}*/

nav ul #drop:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.drop ul li:hover >a,
.drop ul li button:hover {

    color: #000;
}

.drop ul{
    padding: 10px 0 10px 0;
}

nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    background-color: #009ab2;
    text-align: left;
    padding: 20px 0 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.vendor_dashboard_ul{
    left: -93px;
}



nav ul ul li {
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0 20px;
}
nav ul ul li a:hover {
    color: #fff;
}
nav ul ul li a {
    font-size: 16px;
}

nav ul ul li button{
    background: none;
    color: #ffffff;
    font-size: 16px;
}



.notification-box.msg p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}
.notification-box.msg .nott-list .notification-info span {
    bottom: auto;
    top: 5px;
}
.notification-box.msg .notification-info h3 {
    margin-bottom: 1px;
}
.notification-box.msg .nott-list .notfication-details {
    padding: 17px 20px 17px 20px;
}
.notification-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: none;
}
.notification-box.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
}
.nt-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
}
.nt-title h4 {
    float: left;
    color: #686868;
    font-size: 12px;
    font-weight: 600;
}
.nt-title > a {
    float: right;
    color: #686868;
    font-size: 12px;
    font-weight: 600;
}
.nott-list {
    float: left;
    width: 100%;
}
.nott-list .notification-info {
    width: 86%;
    float: left;
    text-align: left;
    position: relative;
}
.nott-list .notfication-details {
    padding: 20px 20px 12px 20px;
}
.nott-list .notification-info h3 {
    line-height: 20px;
}
.nott-list .notification-info span {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.view-all-nots {
    float: left;
    width: 100%;
}
.view-all-nots > a {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    background-color: #009ab2;
    padding: 18px 0;
}
nav ul li span {
    display: block;
    /* height: 14px; */
}
nav ul li span img {
    float: none;
    width: 14px;
}
nav ul .icon-list{
    padding-right: 13px !important;
    padding-left: 0;

}
nav ul li a {
    color: #ffffff;
    font-size: 14px;
}

nav > ul > li > a:hover {
    color: #000;

}



.user-account {
    float: right;
    width: 115px;
    /*    border-left: 1px solid #dd3e2b;
        border-right: 1px solid #dd3e2b;*/
    box-sizing: border-box;
    position: relative;
}
.user-info {
    float: left;
    width: 100%;
    padding: 13px 0px;
    position: relative;
}
.user-account-settingss {
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: none;
    top: 100%;
    right: 0;
    width: 240px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
    -ms-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
    -o-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
    box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
    /*opacity: 0;
    visibility: hidden;*/
}
.user-account-settingss.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.user-account-settingss > h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px;
}
.on-off-status {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.on-off-status li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.on-off-status li:last-child {
    margin-bottom: 0;
}
.on-off-status li .fgt-sec small {
    color: #686868;
}

/* =========== search_form =========== */

.search_form {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.search_form form {
    float: left;
    width: 100%;
    position: relative;
}
.search_form form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}
.search_form form button {
    color: #f2f2f2;
    font-size: 14px;
    background-color: #009ab2;
    padding: 0 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-weight: 600;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}


/* ============ us-links ============= */

.us-links {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}
.us-links li {
    float: left;
    width: 100%;
    /*margin-bottom: 15px;*/
    margin-bottom: 2px;
    padding: 6px 0;
    /*background: red;*/
    padding-left: 10px;
}
.us-links li:last-child {
    margin-bottom: 0;
}
.us-links li a {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.tc {
    text-align: center;
}
.tc a {
    color: #000;
}
.user-info img {
    margin-right: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.user-info a {
    color: #fff;
    font-size: 14px;
    float: left;
    margin-top: 8px;
}
.user-info a:hover {
    color: #fff;
}
.user-info > i {
    position: absolute;
    top: 51%;
    right: 2px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.vendor_product_item .user-fw-status {
    height: 104px;
   }

   .vendor_product_item .vendor_product_item_row3{
    height: 65px;
   }



/* =================== main-section ================= */


main {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin-top: 108px;
    flex: 1; /* Fills the available space between header and footer */

}
.main-section {
    float: left;
    width: 100%;
}
.main-section-data {
    float: left;
    width: 100%;
}
.main-left-sidebar {
    float: left;
    width: 100%;
    margin-top: -20px;
}
.full-width {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.username-dt {
    float: left;
    width: 100%;
    /*background-color: #009ab2;*/
    padding-top: 10px;
}
.user-data {
    text-align: center;
}
.usr-pic {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: -48px;
}
.usr-pic > img {
    float: none;
    border: 5px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    width: 100%;
}
.user-profile {
    float: left;
    width: 100%;
}
.user-specs {
    float: left;
    width: 100%;
    padding: 55px 0 15px 0;
}
.user-specs h3 {
    color: #000000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
}
.user-specs span {
    color: #686868;
    font-size: 14px;
}




.user-fw-status {
    float: left;
    width: 100%;
}
.user-fw-status li {
    float: left;
    width: 50%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0;
}
.user-fw-status li:last-child {
    /*border-bottom: 0;*/
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: none;
}


.user-fw-status li:nth-child(1) {
    border-right: 1px solid #e5e5e5;
    /*border-bottom: 0;*/
}
.user-fw-status li:nth-child(2) {
    border-right: none;
    /*border-bottom: 0;*/
}
.user-fw-status li h4 {
    color: #686868;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.user-fw-status li a h4 {
    color: #001355;
}
.user-fw-status span {
    color: #001355;
    font-size: 16px;
    font-weight: 600;
}
.user-fw-status li a {
    color: #009ab2;
    font-size: 14px;
    font-weight: 600;
}

/* ============= Suggestions ============ */

.sd-title {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: grid;
}
.sd-title h3 {
    color: #945600;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    /*float: left;*/
}
.sd-title i {
    float: right;
    color: #b7b7b7;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 18px;
}
.suggestions-list {

    float: left;
    width: 100%;
    padding: 13px 0 13px 0;
    max-height:45vh;

}


.suggestion-usd {
    float: left;
    width: 100%;
    padding: 10px 15px;
    cursor:pointer;
    position: relative;
}
.suggestion-usd:hover{
    background: #f1f2f6b3;
}
.suggestion-usd img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    height: 50px;
    width: 50px;
}
.sgt-text {
    float: left;
    padding-left: 10px;
    padding-top: 6px;
}
.sgt-text h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.sgt-text span {
    color: #686868;
    font-size: 14px;
}
.suggestion-usd > span {
    float: right;
    margin-top: 4px;
    position: relative;
}
.suggestion-usd > span i {
    color: #009ab2;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #009ab2;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
    background: #eaf2fd;
    padding-left: 4px;

}
.suggestion-usd > span i:hover {
    background-color: #009ab2;
    color: #fff;
    border-radius: 3px;
}
.view-more {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.view-more > a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.view-more > a:hover {
    color: #009ab2
}



/* ============== tags-sec ============= */

.tags-sec {
    background-color: #fff;
    padding: 25px 5px;
}
.tags-sec ul {
    float: left;
    width: 100%;
    text-align: center;
}
.tags-sec ul li {
    display: inline-block;
    border-right: 1px solid #b2b2b2;
    padding: 0 7px;
    margin-bottom: 15px;
}
.tags-sec ul li:nth-child(3),
.tags-sec ul li:nth-child(5),
.tags-sec ul li:nth-child(8) {
    border-right: 0;
}
.tags-sec ul li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 13px;
    font-weight: 500;
}
.tags-sec ul li a:hover {
    color: #009ab2;
}
.cp-sec {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 0 13px;
}
.cp-sec > img {
    float: left;
    margin-top: 3px;
}
.cp-sec p {
    float: right;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 500;
}
.cp-sec p img {
    float: none;
    display: inline-block;
    position: relative;
    top: 3px;
    padding-right: 5px;
}


/* =================== main-ws-sec ================== */

.main-ws-sec {
    float: left;
    width: 100%;
}

/* ============ post-topbar =========== */

.post-topbar {
    float: left;
    width: 100%;
    padding: 23px 20px;
    padding-bottom: 5px;
    background-color: #fff;
    /*    border-top: 4px solid #009ab2;
        border-left: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.24);
    -ms-box-shadow: 0 0 1px rgba(0,0,0,0.24);
    -o-box-shadow: 0 0 1px rgba(0,0,0,0.24);
    box-shadow: 0 0 1px rgba(0,0,0,0.24);
    margin-bottom: 20px;
}
.user-picy {
    float: left;
    width: 50px;
}
.user-picy img {
    width: 100%;
    object-fit: cover;
}
.post-st {
    float: right;
    margin-top: 5px;
}
.post-st ul li {
    display: inline-block;
    margin-right: 6px;
}
.post-st ul li:last-child {
    margin-right: 0;
}
.post-st ul li a {
    color: #b2b2b2;
    font-size: 16px;
    display: inline-block;
    background-color: #e5e5e5;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 500;
}
.post-st ul li a:hover,
.post-st ul li a.active {
    background-color: #009ab2;
    color: #fff;
}


/* ================ posts-section ================== */

.posts-section {
    float: left;
    width: 100%;
}
.reviewtext{
    margin: 0 -20px;
}
.reviewtext p{
    padding-left: 20px;
}
.post-bar {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 2px #e4e4e4;
    border: 2px solid #c1c8d0;
}
.post_topbar {
    float: left;
    width: 100%;
    position: relative;
}
.rep-post{
    padding: 0;
}
.usy-dt {
    float: left;
}

.usy-dt .user_post_item_profile_img {
    width: 40px;
}

.usy-dt img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-top: 2px;
    width: 45px;
}
.ed-opts {
    float: right;
    position: relative;
    top: 7px;
}
.ed-opts > a {
    color: #b2b2b2;
    font-size: 24px;
    float: right;
    position: relative;
    left: 10px;
    top: -10px;
}
.ed-options {
    position: absolute;
    top: 100%;
    right: 0;
    width: 130px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.28);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.28);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.28);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.28);
    box-shadow: 0 0 10px rgba(0,0,0,0.28);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.ed-options.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.ed-options li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-left:5px!important;
}
.ed-options li:last-child {
    margin-bottom: 0;
}
.ed-options li a {
    color: #686868;
    font-size: 14px;
    font-weight: 600;
}
.ed-opts > a:hover {
    color: #009ab2;
}
.usy-name {
    float: left;
    margin-left: 15px;
}
.usy-name h3,.usy-name a {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 2px;
}
.usy-name span {
    color: #b2b2b2;
    font-size: 14px;
}
.usy-name img {
    margin-top: 4px;
    margin-right: 6px;
}

.usy-name .bklink img {
    margin-top: 1px;
    margin-right: 6px;
}

.epi2 i {
    margin-right: 5px;
}

#rewivewdata .review-lt {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.review-lt img {
    margin-top: 1px;
    margin-right: 6px;
}
.bid-tab{
    margin-bottom: 20px;
}
.epi-sec {
    float: left;
    width: 100%;
    padding: 0;
}
.usy-name .bklink {
    float: left;
    margin-top: 5px !important;
    margin-bottom: 15px;
}
.descp {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.descp li {
    display: inline-block;
    margin-right: 15px;
}
.descp li span {
    color: #b2b2b2;
    font-size: 14px;
    float: left;
}
.descp li img {
    margin-right: 5px;
}
.bk-links {
    float: right;
}
.bk-links li {
    display: inline-block;
    margin-right: 7px;
}
.bk-links li:last-child {
    margin-right: 0;
}
.bk-links li i {
    color: #fff;
    font-size: 24px;
    width: 33px;
    height: 30px;
    padding-left: 0px;
    background-color: #53d690;
    text-align: center;
    line-height: 30px;
}
.bk-links li i.la-envelope {
    background-color: #009ab2;
}
.bid_now {
    color: #fff;
    background-color: #51a5fb;
    text-transform: capitalize;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    top: -3px;
}
.bid_now:hover {
    color: #fff;
}


/* ============== job_descp ============ */

.job_descp {
    float: left;
    width: 100%;
}
.job_descp h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.job-dt {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
.job-dt li {
    display: inline-block;
    margin-right: 15px;
}
.job-dt li a {
    color: #fff;
    background-color: #53d690;
    text-transform: capitalize;
    padding: 5px 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.job-dt li span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.job_descp > p {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}
.job_descp > p a {
    color: #009ab2;
    font-weight: 600;
}

/* ============= skill-tags =========== */

.skill-tags {
    float: left;
    width: 100%;
    margin-bottom: 15px;

}
.skill-tags li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}
.skill-tags li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    background-color: #f1f1f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 15px;
    font-weight: 500;
}

/* ========== job-status-bar ========== */

.job-status-bar {
    float: left;
    width: 100%;
}
.like-com {
    float: left;
    margin-top: 10px;
    margin-bottom: 7px;
}
.like-com li {
    display: inline-block;
    margin-right: 15px;
}

.like-com li p {
    display: inline-block;
 }

.like-com li a,
.like-com li button {
    color: #945600;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    display:inline-block;
}


.like-com li a:hover,
.like-com li button:hover {
    color: #009ab2;
}
.like-com li a.active {
    color: #009ab2;
}
.like-com li a i {
    margin-right: 2px;
    font-size: 14px;
    position: relative;
    top: 2px;
}
.like-com li span {
    color: #ffffff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    background-color: #009ab2;
    line-height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    float: left;
    text-align: center;
    font-weight: 600;
    margin-left: -25px;
}
.like-com li .com {
    position: relative;
    top: -9px;
}
.like-com li .com img {
    margin-right: 10px;
}

.job-status-bar > a {
    float: right;
    color: #b2b2b2 !important;
    font-size: 14px;
    margin-top: 29px;
    cursor: pointer;
}
.job-status-bar > a:hover {
    color: #009ab2 !important;
}
.job-status-bar > a i {
    font-size: 14px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}



/* ============= top-profiles ============ */

.top-profiles {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.pf-hd {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 20px;
    position: relative;
}
.pf-hd h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
}
.pf-hd i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    color: #b2b2b2;
    font-size: 24px;
}


/* ============== profiles-slider ============== */

.profiles-slider {
    float: left;
    width: 100%;
    padding: 20px;
}
.user-profy {
    float: left;
    width: 100%;
    height: 362px;
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
    -ms-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
    -o-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
    box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
    padding: 20px 0 0 0;
}
.user-profy > img {
    float: none;
    margin-bottom: 6px;
}
.user-profy h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.user-profy span {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.user-profy ul {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.user-profy ul li {
    display: inline-block;
}
.user-profy ul li a {
    color: #ffffff;
    font-size: 13px;
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-transform: capitalize;
}
.followw {
    background-color: #53d690;
}
.envlp {
    background-color: #009ab2;
}
.envlp img {
    float: none;
}
.hire {
    background-color: #51a5fb;
}
.user-profy > a {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 0;
    border-top: 1px solid #ececec;
    font-weight: 600;
}
.user-profy > a:hover {
    background-color: transparent;
    color: #945600 !important;
}
.slick-slide img {
    display: inline-block;
}
.slick-slide {
    margin: 0 4px;
}
.envlp img {
    position: relative;
    top: 2px;
}
.no-margin {
    margin: 0;
    border: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
}
.posty {
    float: left;
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.posty .job-status-bar {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.slick-previous:before {
    left: -14px;
    content: '\f104';
    margin-left: -2px;
}
.slick-nexti:before {
    right: -14px;
    content: '\f105';
    padding-left: 3px;
}
.slick-previous:before,
.slick-nexti:before {
    font-size: 24px;
    color: #b7b7b7;
    position: absolute;
    top: 50%;
    line-height: 27px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.slick-previous:hover:before,
.slick-nexti:hover:before {
    background-color: #009ab2;
    color: #fff;
    border-color: transparent;
}


/* =============== comment-section ============== */

.comment-section {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px #e4e4e4;
}
.plus-ic {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.plus-ic i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    text-align: center;
    color: #b2b2b2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

/* =============== comment-sec ================ */


.comment-sec {
    float: left;
    width: 100%;
}
.comment-sec ul {
    float: left;
    width: 100%;
}
.comment-sec ul li {
    float: left;
    width: 100%;
}
.comment-sec ul ul {
    padding-left: 50px;
}
.comment-list {
    display: table;
    padding-bottom: 30px;
}
.bg-img {
    display: table-cell;
}
.bg-img img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.comment {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 10px;
}
.comment h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.comment img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.comment span {
    color: #b2b2b2;
    font-size: 14px;
    display: block;
    margin-bottom: 14px;
}
.comment p {
    color: #686868;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.comment > a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}
.comment > a.active,
.comment > a:hover {
    color: #009ab2;
}
.comment > a i {
    font-weight: 600;
    margin-right: 6px;
}

/* =============== post-comment ============= */

.post-comment {
    float: left;
    width: 100%;
}
.cm_img {
    float: left;
    width: 40px;
    margin-right: 10px;
}
.comment_box {
    float: none;
}
.comment_box input {
    width: 372px;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #efefef;
    padding-left: 10px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    resize: none;
}
.comment_box form button {
    float: right;
    color: #fff;
    background-color: #009ab2;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 600;
}

/* ============== process-comm ============= */

.process-comm {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.process-comm img {
    float: none;
}


/* =============== right-sidebar ============= */

.right-sidebar {
    float: left;
    width: 100%;
}
.widget {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    -webkit-box-shadow:  0px 2px #e4e4e4;
    -moz-box-shadow:  0px 2px #e4e4e4;
    -ms-box-shadow:  0px 2px #e4e4e4;
    -o-box-shadow:  0px 2px #e4e4e4;
    box-shadow: 0px 2px #e4e4e4;
}
.widget-about {
    text-align: center;
    padding: 10px;
}
.widget-about img {
    float: none;
    padding: 10px 0;
    width: 60px;
}
.widget-about h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    /*margin-bottom: 12px;*/
}
.widget-about span {
    color: #686868;
    font-size: 14px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.sign_link {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0 15px 0;
}
.sign_link h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sign_link h3 a {
    color: #000;
}
.sign_link > a {
    display: inline-block;
    color: #009ab2;
    font-size: 14px;
    font-weight: 500;
}
.sign_link > a:hover {
    color: #009ab2;
}

/* ============== Widget Jobs ============ */

.jobs-list {
    float: left;
    width: 100%;
    padding: 20px 20px;
}
.job-info {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
.job-info:last-child {
    margin-bottom: 0;
}
.job-details {
    float: left;
    width: 165px;
}
.job-details h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.job-details p {
    color: #686868;
    font-size: 14px;
    line-height: 20px;
}
.hr-rate {
    float: right;
    width: 40px;
}
.hr-rate span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    float: right;
}



/* ================ post-project-popup =============== */


.post-popup {
    width: 570px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.65);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.65);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.65);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.65);
    transform: translateX(-50%) translateY(-50%) scale(0.65);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.post-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
}
.post-project > a {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.post-project > a:hover {
    color: #fff;
}
.post-project {
    float: left;
    width: 100%;
    position: relative;
}
.post-project h3 {
    float: left;
    width: 100%;
    background-color: #009ab2;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
}
.post-project-fields {
    float: left;
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
}
.post-project-fields form {
    float: left;
    width: 100%;
}
.post-project-fields form input {
    padding: 0 15px;
    height: 40px;
}
.post-project-fields form textarea {
    padding: 15px;
    height: 130px;
}
.post-project-fields form input,
.post-project-fields form textarea,
.post-project-fields form select {
    width: 100%;
    color: #b2b2b2;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-weight: 500;
}
.post-project-fields form select {
    height: 40px;
    padding: 0 10px;
}
.post-project-fields form ul {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.post-project-fields form ul li {
    display: inline-block;
    margin-right: 15px;
}
.post-project-fields form ul li button.active {
    background-color: #009ab2;
    color: #fff;
}
.post-project-fields form ul li button,
.post-project-fields form ul li a {
    color: #000000;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    display: inline-block;
    background-color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.post-project-fields form ul li button:hover,
.post-project-fields form ul li a:hover {
    background-color: #009ab2;
    color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2b2b2;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b2b2b2;
}

.price-sec {
    float: left;
    width: 100%;
}
.price-br {
    float: left;
    width: 225px !important;
    position: relative;
}
.price-br > i {
    position: absolute;
    top: 0;
    right: 0;
    color: #b2b2b2;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
}
.price-sec span {
    color: #b2b2b2;
    font-size: 14px;
    float: left;
    padding: 12px 17px 0 17px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inp-field {
    float: left;
    width: 100%;
    position: relative;
}
.inp-field:before {
    content: '\f107';
    position: absolute;
    top: 13px;
    right: 15px;
    color: #717171;
    font-family: fontawesome;
}
.post-popup.job_post .price-br {
    width: 100% !important;
}


/* ================= sign-in ================ */

.sign-in {
    /*background-color: #e75348;*/
    background-image: url(../images/reg-background.jpg);
}
.sign-in-page {
    float: left;
    width: 100%;
    padding: 60px 0 40px 0;
}
.signin-popup {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/*.signin-popup:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 56px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.signin-popup:after {
    content: '';
    position: absolute;
    top: -37px;
    left: 43px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}*/
.login-section{
    margin-left: auto !important;
    margin-right: auto !important;
}
.signin-pop {
    float: left;
    width: 100%;
    background-color: transparent;
    position: relative;
}
/*.signin-pop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #f0f0f0;
}*/

.dff-tab {
    display: none;
}
.dff-tab.current {
    display: block;
}

.cmp-info {
    float: left;
    width: 100%;
    padding: 70px 5px 92px 5px;
}
.cm-logo {
    float: left;
    width: 100%;
    padding-left: 45px;
    margin-bottom: 120px;
}
.cm-logo img {
    margin-bottom: 30px;
}
.cm-logo > p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    float: left;
    width: 100%;
}
.cmp-info > img {
    width: 100%;
    padding-left: 10px;
}

/* =============== login-sec ============= */

.login-sec {
    float: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
    /*margin-top: 5%;*/
}
/*.login-sec:before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 70px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
}
.login-sec:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 55px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
}*/
.sign-control {
    float: left;
    width: 100%;
    text-align: right;
    padding-right: 50px;
    margin-bottom: 70px;
}
.sign-control li {
    display: inline-block;
    margin-right: -5px;
}
.sign-control li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    background-color: #e5e5e5;
    padding: 7px 10px;
    display: inline-block;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.sign-control li:last-child a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.sign-control li.current a {
    background-color: #009ab2;
    color: #fff;
}
.sign_in_sec {
    float: left;
    width: 100%;
    padding: 30px 60px;
    /*display: none;*/
    background: #ffffff54;
    color:#fff;
    border-radius: 10px;
}
.sign_in_sec.current {
    display: block;
}
.sign_in_sec h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.sign_in_sec h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #009ab2;
}


/* ============= sign_in_sec ============= */

.sign_in_sec form {
    float: left;
    width: 100%;
}
.sn-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.sn-field.pd-more {
    margin-bottom: 0;
}
.sn-field.pd-more input {
    padding-left: 40px;
}
.sn-field > i {
    color: #009ab2;
    position: absolute;
    top: 50%;
    left: 15px;
    color: #009ab2;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sn-field > span {
    position: absolute;
    top: 50%;
    right: 15px;
    font-weight: 700;
    color: #666666;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sign_in_sec form input {
    height: 40px;
}
.sign_in_sec form input,
.sign_in_sec form select {
    width: 100%;
    padding: 0 15px 0 40px;
    color: #009ab2;
    font-size: 14px;
    border:1px solid #e5e5e5;
}
.sign_in_sec form select {
    line-height: 40px;
    height: 40px;
}
.sign_in_sec form button {
    color: #ffffff;
    font-size: 16px;
    background-color: #009ab2;
    padding: 12px 27px;
    border:0;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
}
.checky-sec {
    float: left;
    width: 100%;
    /*margin-top: 10px;*/
}
.checky-sec.st2 small {
    font-size: 13px;
    width: 90%;
    line-height: 20px;
}
.checky-sec.st2 .fgt-sec input[type="checkbox"] + label span {
    margin-top: 3px;
}
.fgt-sec {
    float: left;
}
.fgt-sec input[type="checkbox"] {
    display: none;
}
.fgt-sec label {
    float: left;
}
.fgt-sec input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    border:1px solid #d2d2d2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.fgt-sec input[type="checkbox"] + label span:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-size: 8px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    background-color: #009ab2;
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.fgt-sec input[type="checkbox"]:checked + label span:before {
    opacity: 1;
    visibility: visible;
}
.fgt-sec small {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
.checky-sec > a {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* ======= Radio Button Styles ======= */

.fgt-sec input[type="radio"] {
    display: none;
}
.fgt-sec label {
    float: left;
}
.fgt-sec input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    border:1px solid #d2d2d2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.fgt-sec input[type="radio"] + label span:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-size: 8px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    background-color: #009ab2;
    position: absolute;
    font-family: fontawesome;
    top: 49%;
    left: 49%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.fgt-sec input[type="radio"]:checked + label span:before {
    opacity: 1;
    visibility: visible;
}

/* =============== signup-tab ============== */

.signup-tab {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
    position: relative;
    margin-top: -30px;
}
.signup-tab > i {
    position: absolute;
    top: 15px;
    left: 13px;
    color: #000;
    font-size: 14px;
}
.signup-tab h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.signup-tab ul {
    float: left;
    width: 100%;
}
.signup-tab ul li {
    display: inline-block;
    margin-right: -4px;
}
.signup-tab ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    background-color: #e5e5e5;
    padding: 10px 15px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    display: inline-block;
}
.signup-tab ul li.current a {
    background-color: #009ab2;
    color: #fff;
}
.signup-tab ul li:last-child a {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

/* ============ login-resources ============= */

.login-resources {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 27px;
}
.login-resources h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: none;;
}
.login-resources h4 span{
    font-weight: 600;
}
.login-resources ul {
    float: left;
    width: 100%;
}
.login-resources ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.login-resources ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.login-resources ul li a i {
    margin-right: 15px;
}
.fb {
    background-color: #3b5998;
}
.tw {
    background-color: #4099ff;
}
.tw .fa-twitter {
    color: #fff;
}


/* =============== footy-sec ============= */

.footy-sec {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.footy-sec ul {
    /*float: left;*/
    margin-top: 5px;
}
.footy-sec ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}
.footy-sec ul li:last-child {
    border-right: none;
}
.footy-sec ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.footy-sec p img {
    padding-right: 5px;
    float: auto;
    position: relative;
    top: 6px;
}
.footy-sec p {
    /*float: right;*/
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
footer {
    float: left;
    width: 100%;
    background-color: #d4d4d4;

}

.sticky_footer{

}

.footy-sec.mn ul {
    padding: 30px 0;
    text-align: center;
}
.footy-sec.mn ul li a{
    color: #666666;
}
.footy-sec.mn ul li a:hover{
    color: #009ab2;
}
.footy-sec.mn ul li {
    border-color: #b2b2b2;
}
.footy-sec.mn p {
    color: #666666;
    /*margin-top: 30px;*/
    margin-bottom: 10px;
}
.fl-rgt {
    float: right;
    margin-top: 34px;
    padding-right: 30px;
}

/* ================== USER PROFILE =================== */

.cover-sec img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.cover-sec > a {
    display: inline-block;
    color: #009ab2;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #009ab2;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 10px 15px;
    font-weight: 600;
    margin-right: 15px;
}
.cover-sec > a i {
    padding-right: 5px;
}


/* ============= user_profile ============= */

.user_profile {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: -50px;
}
.user-pro-img {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
    margin-top: -95px;
    position: relative;
}
.user-pro-img .add-dp {
    position: absolute;
    top: 10px;
    left: 60%;
}

.add-dp i {
    bottom: 0;
    font-size: 14px;
    box-shadow: none;
    position: relative;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #009ab2;
    padding: 12px;
    color: #ffff;
    left: 0;
    top: -5px;
}
.add-dp i:hover {
    font-size: 14px;
    border: 2px solid #fff;
    background: #009ab2;
    padding: 11px;
}
.add-dp {
    margin: -16px;
    padding: 0;
}
.add-dp input[type=file] {
    opacity: 0;
    padding: 10px 0px 9px;
    display: none;
}

.user-pro-img img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    float: none;
    border: 5px solid #fff;
}
.user_pro_status {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 27px;
}
.flw-hr {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.flw-hr li {
    display: inline-block;
    margin-right: 17px;
}
.flw-hr li:last-child {
    margin-right: 0;
}
.flw-hr li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 15px;
}
.flw-hr li a i {
    padding-right: 5px;
}
.flww {
    background-color: #53d690;
}
.hre {
    background-color: #51a5fb;
}


/* =============== flw-status ============ */

.flw-status {
    float: left;
    width: 100%;
}
.flw-status li {
    display: inline-block;
    margin-right: 50px;
}
.flw-status li:last-child {
    margin-right: 0;
}
.flw-status li span {
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.flw-status li b {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

/* ================== social_links ============= */

.social_links {
    float: left;
    width: 100%;
    text-align: left;
}
.social_links li {
    float: left;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.social_links li a {
    float: left;
    width: 100%;
    color: #51a5fb;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.social_links li a i {
    padding-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.la-globe {
    color: #945600;
}
.fa-facebook-square,.fa-facebook {
    color: #3b5998;
}
.fa-google-plus-square {
    color: #e2665c;
}
.fa-twitter {
    color: #1da1f2;
}
.fa-linkedin {
    color: #0077B5;
}
.fa-behance-square {
    color: #1769ff;
}
.fa-pinterest {
    color: #bd081c;
}
.fa-instagram {
    color: #833ab4;
}
.fa-youtube {
    color: #cd201f;
}


/* ================= user-tab-sec ============== */

.user-tab-sec {
    float: left;
    width: 100%;
    padding-top: 4px;
}
.user-tab-sec h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.star-descp {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.star-descp ul li{
    margin-right: 5px!important;
}
.star-descp > a {
    float: left;
    color: #51a5fb;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    text-decoration: underline;
}
.star-descp > a:hover {
    color: #51a5fb;
}
.star-descp span {
    float: left;
    color: #686868;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
}
.star-descp > ul {
    float: left;
}
.star-descp ul li {
    display: inline-block;
}
.star-descp ul li i {
    color: #b7ce1f;
    font-size: 16px;
}
.tab-feed {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 10px;
}
.tab-feed ul {
    float: left;
    width: 100%;
}
.tab-feed ul li {
    display: inline-block;
    margin-right: 35px;
    text-align: center;
}
.savetext ul{
    border-bottom: none!important;
}
.tab-feed.st2 ul li {
    margin-right: 17px;
}
.tab-feed ul li:last-child {
    margin-right: 0;
}
.tab-feed ul li.active img {
    filter: grayscale(0);
}
.tab-feed ul li.active span {
    color: #009ab2;
    padding-bottom: 8px;
    border-bottom: 2px solid;
}
.tab-feed ul li img {
    float: none;
    margin-bottom: 5px;
    filter: grayscale(100%);
}
.tab-feed ul li span {
    display: block;
    color: #686868;
    font-weight: 600;
    font-size: 16px;
}
.tab-feed ul li:last-child {
    margin-right: 0;
}


/* ================ message-btn ============= */

.message-btn {
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
}
.message-btn a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    background-color: #009ab2;
    padding: 12px;
    font-weight: 500;
}
.message-btn a:hover {
    color: #fff;
}
.message-btn a i {
    padding-right: 5px;
}


/* ============== widget-portfolio ============== */

.wd-heady {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.wd-heady h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    float: left;
}
.wd-heady img {
    float: right;
}
.wd-heady a{
    color: #945600 !important;
    float: right;
}
.wd-heady a:hover{
    color: #009ab2  !important;
}
.home .wd-heady a{
    position: relative;
    top: 15px;
    font-size: 12px;
}
.pf-gallery {
    float: left;
    width: 100%;
    padding: 15px 15px;
}
.pf-gallery ul {
    float: left;
    width: 100%;
}
.pf-gallery ul li {
    float: left;
    width: 19%;
    padding: 5px;
    overflow: hidden;
}

.pf-gallery ul li a{
    font-size: 12px;
    color: #000;

}


.pf-gallery ul li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pf-gallery img {
    width: 40px;
    border-radius: 100%;
    height: 40px;

}

.product-feed-tab {
    float: left;
    width: 100%;
    display: none;
}
.product-feed-tab.current {
    display: block;
}

/* =============== user-profile-ov ================ */

.user-profile-ov {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.user-profile-ov h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.user-profile-ov h3 a {
    color: #000000;
}
.user-profile-ov i {
    color: #686868;
    font-size: 20px;
    padding-left: 5px;
}
.user-profile-ov h4 {
    font-size: 18px;
    color: #686868;
    font-weight: 300;
    margin-bottom: 25px;
}
.user-profile-ov p {
    color: #686868;
    font-size: 14px;
    line-height: 24px;
}
.user-profile-ov.st2 p {
    margin-bottom: 23px;
}
.no-margin {
    margin: 0 !important;
}
.user-profile-ov > span {
    color: #686868;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 3px;
}
.user-profile-ov ul {
    float: left;
    width: 100%;
}
.user-profile-ov ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 2px;
}
.user-profile-ov ul li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
    background-color: #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 15px;
}



/* ==================== portfolio-gallery-sec ==================== */

.portfolio-gallery-sec {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.portfolio-gallery-sec h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 32px;
    padding-left: 5px;
    float: left;
}
.portfolio-btn {
    float: right;
}
.portfolio-btn a {
    display: inline-block;
    color: #009ab2;
    font-size: 16px;
    font-weight: 600;
}

.portfolio-btn a i {
    margin-right: 5px;
}
.gallery_pf {
    float: left;
    width: 100%;
    margin-bottom: -5px;
}
.gallery_pf .col-lg-4 {
    padding: 5px;
}
.gallery_pt {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.gallery_pt:hover:before {
    opacity: 1;
   /* visibility: visible;*/
    height: 100%;
}
.gallery_pt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0.60);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.gallery_pt img {
    width: 100%;
    height: 134px;
    object-fit: cover;
    z-index: 2;
}
.row {
    margin: 0;
}
/*.gallery_pt > a {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}*/
/*.gallery_pt:hover > a {
    opacity: 1;
    visibility: visible;
    top: 50%;
}*/
/*.gallery_pt > a img {
    float: none;
    width: auto;
    height: auto;
}*/
.story-gallery-sec .gallery_pt .st-img {
    width: 100%;
    height: 254px !important;
    object-fit: cover;
}


/* ============== overview-box ============= */

.overview-box {
    width: 770px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.close-box {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-weight: 600;
}
.close-box:hover {
    color: #fff;
}
.overview-box.open {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.overview-edit {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
}
.overview-edit h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.overview-edit span {
    color: #b2b2b2;
    font-size: 12px;
    float: right;
    margin-bottom: 5px;
}
.overview-edit form {
    float: left;
    width: 100%;
}
.overview-edit form input {
    height: 40px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.overview-edit form textarea,
.overview-edit form input,
.overview-edit form select {
    width: 100%;
    border: 1px solid #e5e5e5;
    resize: none;
    color: #b2b2b2;
    font-size: 14px;
}
.overview-edit form select {
    line-height: 40px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.overview-edit form textarea {
    height: 160px;
    margin-bottom: 30px;
    padding: 15px;
}
.save {
    background-color: #009ab2;
    color: #fff;
    border-color: transparent;
}
.save-add {
    background-color: #fff;
    padding: 13px 13px !important;
}
.overview-edit button {
    float: left;
    border: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 34px;
    margin-right: 20px;
    outline: none;
    cursor: pointer;
}
.cancel {
    background-color: #fff;
    color: #000;
}
.datepicky {
    float: left;
    width: 100%;
}
.no-left-pd {
    padding: 0;
}
.no-righ-pd {
    padding-right: 0;
}
.datefm {
    float: left;
    width: 100%;
    position: relative;
}
.datefm i {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 18px;
    color: #b2b2b2;
}

#location-box .datefm i {
    right: auto;
    left: 15px;
}
#location-box .datefm input {
    padding-left: 40px;
}


#skills-box ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#skills-box ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.skl-name {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 500;
    background-color: #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 30px 10px 12px;
    position: relative;
}
.close-skl {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b2b2b2;
    font-size: 14px;
}

.file-submit {
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 0px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.file-submit [type="file"] {
    height: 40px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: absolute;
    padding: 10px 4px 0px 12px;
    font-size: 14px;
    opacity: 0;
    display: none;
}

.file-submit [type="file"] + label {
    background: #009ab2;
    border: none;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 15px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
}

.file-submit.nomg {
    border: 0;
    margin-bottom: 20px;
}
.file-submit.nomg input {margin-bottom: 0;padding-top: 0;}

.daty {
    float: left;
    width: 100%;
    position: relative;
}
.daty > i {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #b2b2b2;
    font-size: 20px;
}
a:hover {
    color: initial;
}

.pf-img {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 20px;
}


/* ================= billing-method ============== */

.billing-method {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.billing-method ul {
    float: left;
    width: 100%;
}
.billing-method ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 20px;
}
.billing-method ul li h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    float: left;
}
.billing-method ul li a,
.billing-method ul li span {
    float: right;
    color: #000000;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 3px;
}
.billing-method ul li i {
    font-size: 13px;
    color: #009ab2;
}
.lt-sec {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.lt-sec img {
    float: none;
    margin-bottom: 15px;
}
.lt-sec h4 {
    color: #686868;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.lt-sec > a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    background-color: #009ab2;
    padding: 10px 25px;
}


/* ============== add-billing-method ============== */

.add-billing-method {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.add-billing-method h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.add-billing-method > h4 {
    color: #686868;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.add-billing-method img {
    margin-right: 10px;
}
.add-billing-method span {
    margin-top: 4px;
    float: left;
}

/* ============= payment_methods ============ */

.payment_methods {
    float: left;
    width: 100%;
}
.payment_methods > h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 25px 20px 25px 45px;
    float: left;
    width: 100%;
}
.rowwy {
    float: left;
    width:100%;
}
.pd-left-none {
    padding-left: 0;
}
.pd-right-none {
    padding-right: 0;
}
.payment_methods h4:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.payment_methods h4:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    width: 7px;
    height: 7px;
    background-color: #009ab2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.payment_methods form {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.payment_methods form button {
    color: #ffffff;
    font-size: 16px;
    background-color: #009ab2;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
}
.payment_methods form input {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
}
.cc-head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.cc-head h5 {
    float: left;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}
.cc-head h5 i {
    color: #b2b2b2;
    font-size: 14px;
}
.cc-head ul {
    float: right;
}
.cc-head ul li {
    display: inline-block;
}
.inpt-field {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.no-pdd {
    padding: 0;
}
.inpt-field.pd-moree input {padding-left: 40px !important;}
.inpt-field i {
    color: #b2b2b2;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ============== companies-info ============== */

.companies-info {
    padding: 60px 0;
}
.company-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
     /*  padding: 0 15px; */
     padding: 0 8px;

}
.company-title h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 15px;

}

.companies-list {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.company_profile_info {
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.company-up-info {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.company-up-info img {
    float: none;
    margin-bottom: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 0px;
    height: 90px;
    object-fit: cover;
}
.company-up-info h3,.company-up-info h3 a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.company-up-info h4 {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 21px;
}
.company-up-info ul {
    float: left;
    width: 100%;
}
.company-up-info ul li {
    display: inline-block;
    margin-right: 6px;
}
.company-up-info ul li a {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.company-up-info ul li a i {
    font-size: 24px;
    position: relative;
    top: 3px;
}
.follow {
    background-color: #53d690;
}
.message-us {
    background-color: #009ab2;
}
.hire-us {
    background-color: #51a5fb;
}
.company_profile_info > a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
}


/* ============= search-sec ============= */

.search-sec {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.search-box {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.search-box form {
    float: left;
    width: 100%;
    position: relative;
}
.search-box form input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: 0 15px;
    color: #b2b2b2;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.search-box form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #009ab2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    padding: 0 28px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}



/* =============== filter-secs ============== */

.filter-secs {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px #e4e4e4;
    border: 1px solid #e5e5e5;

}

.vendor_page .filter-secs{
    display: flex;
    justify-content: center;
}

.filter-heading {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.filter-heading h3 {
    float: left;
    color: #009ab2;
    font-size: 18px;
    font-weight: 600;
}
.filter-heading a {
    float: right;
    color: #686868;
    font-size: 14px;
    margin-top: 4px;
}
.filter-ttl {
    float: left;
    width: 100%;
    border-bottom: 1px solid  #e5e5e5;
    padding: 0 0 16px 0;
    margin-bottom: 10px;
}
.filter--tt2 {
    margin-bottom: 0px !important;
}
.top--1 {
    margin-top: 20px;
}
.filter--tt2 .dropdown .dropdown-menu a {
    float: none;
    color: #666666 !important;
    margin-bottom: 12px !important;
}
.filter--tt2 .dropdown .dropdown-menu a:hover {
    color: #009ab2 !important;
    background: none !important;
}
.filter--tt2 .dropdown .dropdown-menu a:focus {
    color: #009ab2 !important;
    background: none !important;
}
.filter--tt2  a {
    float: left !important;
    padding: 0 0 0 15px !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500 !important;
}
.filter-ttl h3 {
    float: left;
    padding: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.filter-ttl a {
    float: right;
    font-size: 14px;
    color: #666666;
}
.filter-ttl .dropdown a {
    float: none;
    color: #666666;
}
.filter-dd {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.filter-dd form {
    float: left;
    width: 100%;
    position: relative;
}

.filter-dd .select2-container{
    width: 100%!important;
}


.filter-dd form input,
.filter-dd form select {
    width: 100%;
    height: 30px;
    background-color: #f2f2f2;
    padding: 0 10px;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border: 1px solid #e5e5e5;
}
.job-tp i {
    color: #666666;
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 14px;
}
.avail-checks {
    float: left;
    width: 100%;
    margin-top: 7px;
}
.avail-checks li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.avail-checks li:last-child {
    margin-bottom: 0;
}
.avail-checks li input[type="radio"] {
    display: none;
}
.avail-checks li label {
    float: left;
}
.avail-checks li input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    margin-top: 3px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.avail-checks li input[type="radio"] + label span:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #009ab2;
    top: 3px;
    left: 3px;
}
.avail-checks li input[type="radio"]:checked + label span:before {
    opacity: 1;
    visibility: visible;
}
.avail-checks li small {
    color: #909090;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 500;
}


/* =========== Range Slider ========== */

.rg-slider {
    float: left;
    width: 100%;
}
.slider-container {
    width: 100% !important;
    padding-top: 50px;
    position: relative;
}
.theme-green .back-bar {
    height: 5px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.theme-green .back-bar .pointer {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #009ab2;
    border: 2px solid #e3e3e3;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
    -ms-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
    -o-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
    box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
}
.theme-green .back-bar .pointer {
    top: -7px;
}
.slider-container .back-bar .pointer-label {
    top: -50px;
    height: 26px;
    background-color: #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    line-height: 26px;
    width: 50px;
}
.pointer-label.low {
    left: 0 !important;
}
.pointer-label.high {
    left: 70px !important;
}
.pointer-label.low:before {
    content: '';
    position: absolute;
    top: 13px;
    right: -14px;
    width: 8px;
    height: 1px;
    background-color: #e5e5e5;
}
.rg-limit {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.rg-limit h4 {
    color: #686868;
    font-size: 15px;
    font-weight: 600;
    float: left;
}
.rg-limit h4:last-child {
    float: right;
}



/* ============== chatbox-list ============== */

.chatbox-list {
    position: fixed;
    bottom: 0;
    right: 0;
}
.chatbox {
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 2px;

}
.chat-mg {
    display: inline-block;
    position: relative;
}
.chat-mg img {
    /*    width: 70px;
        height: 70px;*/
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.chat-mg span {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #009ab2;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.chat-mg.bx img {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.30);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.30);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.30);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.30);
    box-shadow: 0 0 15px rgba(0,0,0,0.30);
}
.conversation-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 288px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.17);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.17);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.17);
    box-shadow: 0 0 10px rgba(0,0,0,0.17);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all ease-out 250ms;
    border-radius: 10px 10px 0 0;
}
.conversation-box.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.conversation-box:before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 26px;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.con-title {
    float: left;
    width: 288px;
    background-color: #009ab2;
    padding: 8px 25px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.con-title h3 {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.con-title >a {
    float: right;
    color: #fff;
    font-size:20px;
}
.chat-list {
    float: left;
    width: 100%;
    min-height: 390px;
}
.conv-list {
    float: left;
    width: 100%;
    display: table;
    padding: 20px 25px;
    position: relative;
}
.conv-list:hover,
.conv-list.active {
    background-color: #efefef;
}
.msg-numbers {
    position: absolute;
    bottom: 18px;
    right: 25px;
    width: 25px;
    height: 25px;
    background-color: #e77667;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.usrr-pic {
    display: table-cell;
    position: relative;
}
.active-status {
    width: 9px;
    height: 9px;
    border:2px solid #ecf5fb;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: -3px;
    right: 0;
}
.activee {
    background-color: #009ab2;
}
.usy-info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 15px;
}
.usy-info h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.usy-info span {
    color: #686868;
    font-size: 16px;
    float: left;
}
.usy-info span img {
    padding-left: 5px;
    float: right;
}
.ct-time {
    position: absolute;
    top: 20px;
    right: 25px;
}
.ct-time span {
    color: #b2b2b2;
    font-size: 14px;
}

.st-icons {
    float: right;
    margin-top: 7px;
}
.st-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.chat-hist {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 280px;
    padding: 0 !important;
}
.chat-msg {
    float: left;
    width: 100%;
    padding-right: 25px;
    margin-bottom: 15px;
}
.chat-msg p {
    color: #ffffff;
    font-size: 14px;
    background-color: #009ab2;
    line-height: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 15px;
    width: 80%;
    float: right;
    margin-bottom: 10px;
}
.mg-3 {
    margin-bottom: 3px;
}
.chat-msg span {
    float: right;
    color: #b1b1b1;
    width: 100%;
    font-size: 9px;
    text-align: right;
}
.status-info {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 7px;
}
.chat-user-info h3 {
    margin-top: 7px;
    margin-left: 10px;
}
.date-nd {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.date-nd:before,
.date-nd:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    width: 92px;
    height: 1px;
    background-color: #e5e5e5;
}
.date-nd:after {
    left: auto;
    right: 15px;
}
.date-nd span {
    color: #b1b1b1;
    font-size: 12px;
    text-align: center;
}
.chat-msg.st2 p {
    background-color: #efefef;
    color: #686868;
    float: left;
    width: 85%;
}
.chat-msg.st2 {
    padding-left: 25px;
}
.chat-msg.st2 span {
    float: left;
    text-align: left;
}

/* =========== typing-msg =========== */

.typing-msg {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.typing-msg form {
    float: left;
    width: 100%;
    position: relative;
}
.typing-msg form textarea {
    width: 100%;
    height: 30px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    border: 0;
    resize: none;
}
.typing-msg form button {
    color: #009ab2;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 2px;
    right: 20px;
    background: none;
    border: 0;
    cursor: pointer;
}
.ft-options {
    float: left;
    width: 100%;
    padding: 0 20px 8px 20px;
}
.ft-options li {
    display: inline-block;
    margin-right: 15px;
}
.ft-options li a {
    color: #b2b2b2;
    font-size: 24px;
    display: inline-block;
}

.mCSB_scrollTools {
    right: -5px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #cccccc;
    width: 5px;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0;
}



/* ============ Menu Btn =============*/

.menu-btn {
    float: right;
    display: none;
}
.menu-btn a {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding-top: 16px;
    padding-left: 20px;
}




/* ============= account-tabs-setting ============ */

.profile-account-setting {
}
.account-tabs-setting {
    float: left;
    width: 100%;
    padding: 70px 0;
}
.acc-leftbar {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.acc-leftbar .nav-tabs > a {
    float: left;
    width: 100%;
    background: none;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 0;
}
.nav-tabs {
    border-bottom: 0;
}
.acc-leftbar .nav-tabs > a:last-child {
    border-bottom: 0;
}
.acc-leftbar .nav-tabs > a i {
    padding-right: 15px;
    font-size: 20px;
    position: relative;
    top: 2px;
    font-weight: 700;
    width: 40px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: inherit;
    color: #009ab2;
    border-color: inherit;
}


/* ============= acc-setting ============ */

.acc-setting {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    -ms-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    -o-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    box-shadow: 1px 0 4px rgba(0,0,0,0.24);
}
.acc-setting form {
    float: left;
    width: 100%;
}
.acc-setting > h3 {
    float: left;
    width: 100%;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 20px;
}
.notbar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    position: relative;
}
.notbar h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.notbar p {
    color: #686868;
    font-size: 14px;
    line-height: 24px;
    width: 75%;
}
.toggle-btn {
    position: absolute;
    top: 35px;
    right: 20px	;
}
.save-stngs {
    float: left;
    width: 100%;
    padding: 30px 20px 50px 20px;
}
.save-stngs.pd2 {
    padding: 25px 20px 42px 20px;
}
.save-stngs.pd3 {
    padding: 25px 20px 25px 20px;
}
.save-stngs ul li {
    display: inline-block;
    margin-right: 17px;
}
.save-stngs ul li button {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    font-weight: 600;
    background: none;
    cursor: pointer;
}
.save-stngs ul li button:hover {
    background-color: #009ab2;
    color: #fff;
    border-color: transparent;
}

/* =============== Password Update ============ */

.cp-field {
    float: left;
    width: 100%;
    margin-top: 29.4px;
    padding: 0 20px;
}
.cp-field h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.cp-field h5 a {
    color: #000;
}
.cpp-fiel {
    float: left;
    width: 100%;
    position: relative;
}
.cp-field input {
    height: 40px;
    padding: 0 40px;
}
.cp-field input,
.cp-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
}
.cp-field textarea {
    padding: 20px;
    height: 115px;
}
.cpp-fiel i {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #b2b2b2;
    font-size: 16px;
}
.cp-field > p {
    float: left;
    width: 100%;
    color: #686868;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}
/* =============== notifications-list ============= */

.notifications-list {
    float: left;
    width: 100%;
}
.notfication-details {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.notfication-details:last-child {
    border-bottom: 0;
}
.noty-user-img {
    float: left;
    width: 35px;
}
.noty-user-img img {
    width: 100%;
}
.notification-info {
    float: left;
    width: auto;
    padding-left: 10px;
}
.notification-info h3 {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin-bottom: 6px;
}
.notification-info h3 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.notification-info > span {
    display: inline-block;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 600;
}


/* ============== requests-list ============== */

.requests-list {
    float: left;
    width: 100%;
    padding-bottom: 0;
}
.request-details {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.request-details:last-child {
    border-bottom: 0;
}
.request-info {
    float: left;
    padding-left: 10px;
}
.request-info h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: 0;
    margin-bottom: 3px;
}
.request-info span {
    color: #686868;
    font-size: 12px;
    display: inline-block;
}
.accept-feat {
    float: right;
}
.accept-feat ul li {
    display: inline-block;
}
.accept-feat ul li button {
    cursor: pointer;
}
.accept-req {
    color: #ffffff;
    font-size: 16px;
    background-color: #51a5fb;
    height: 30px;
    padding: 0 20px;
    font-weight: 600;
    border: 0;
    border: 1px solid #51a5fb;
}
.close-req {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    background: inherit;
    color: #b2b2b2;
    margin-left: 7px;
}
.close-req i {
    font-weight: 600;
}


/* ============= Profile Sattus =========== */

.profile-bx-details {
    float: left;
    width: 100%;
    padding: 30px 7px 30px 7px;
}
.profile-bx-details .row .col-lg-3 {
    padding: 0 7px;
}
.profile-bx-info {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #e5e5e5;
}
.pro-bx {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.bx-info {
    float: left;
    margin-top: 7px;
    padding-left: 10px;
}
.bx-info h3 {
    color: #009ab2;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bx-info h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: 0;
}
.pd-left-20 {
    padding-left: 20px;
    padding-right: 0;
}
.pd-left-15 {
    padding-left: 15px;
    padding-right: 0;
}
.pd-left-right {
    padding-left: 15px;
    padding-right: 20px;
}
.profile-bx-info > p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}


/* =========== pro-work-status ========= */

.pro-work-status {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.pro-work-status h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}


/* ============== messages-page ============== */

.messages-page {
    padding: 60px 0;
}
.messages-sec {
    float: left;
    width: 100%;
}
.msgs-list {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.msg-title {
    float: left;
    width: 100%;
    padding: 36px 20px;
}
.msg-title > h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    float: left;
}
.msg-title > ul {
    float: right;
    position: relative;
    top: 1px;
}
.msg-title ul li {
    display: inline-block;
    margin-right: 15px;
}
.msg-title ul li:last-child {
    margin-right: 0;
}
.msg-title ul li a {
    color: #b2b2b2;
    font-size: 18px;
}
.messages-list {
    float: left;
    width: 100%;
}
.messages-list ul {
    float: left;
    width: 100%;
}
.messages-list ul li {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.messages-list ul li.active {
    background-color: #efefef;
}
.usr-msg-details {
    float: left;
    position: relative;
    width: 100%;
}
.usr-ms-img {
    float: left;
    width: 50px;
    position: relative;
}
.msg-status {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #009ab2;
    position: absolute;
    top: -3px;
    right: 0;
    width: 6px;
    height: 6px;
}
.messages-list ul li.active .msg-status {
    border: 2px solid #ecf5fb;
    height: 10px;
    width: 10px;
}
.msg-notifc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #e77667;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
}
.usr-ms-img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.usr-mg-info {
    float: left;
    padding-left: 13px;
    margin-top: 4px;
}
.usr-mg-info h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.usr-mg-info p {
    color: #686868;
    font-size: 16px;
}
.usr-mg-info p img {
    float: right;
    position: relative;
    top: 5px;
    padding-left: 5px;
}
.posted_time {
    position: absolute;
    top: 2px;
    right: 0;
    color: #b2b2b2;
    font-size: 14px;
}


/* =============== main-message-box ============= */

.main-conversation-box {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.message-bar-head {
    float: left;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.message-bar-head .usr-msg-details {
    float: left;
    width: auto;
}
.message-bar-head > a {
    float: right;
    color: #b2b2b2;
    font-size: 20px;
    padding-top: 15px;
}
.main-message-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15.5px;
}
.messg-usr-img {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 50px;
}
.messg-usr-img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.message-dt {
    float: left;
    width: auto;
    padding-left: 85px;
}
.main-message-box.ta-right {
    float: right;
}
.main-message-box.ta-right .messg-usr-img {
    left: auto;
    right: 20px;
    bottom: 25px;
}
.main-message-box.ta-right .message-dt {
    padding-left: 0;
    padding-right: 85px;
}
.main-message-box.ta-right .message-dt > span {
    float: right;
    width: auto;
}
.message-inner-dt {
    float: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
}
.img-bx {
    background-color: #efefef;
    padding: 20px;
}
.message-inner-dt > img {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
.message-dt > span {
    color: #b2b2b2;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 7px;
}
.message-inner-dt > p {
    float: right;
    width: 60%;
    background-color: #009ab2;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 35px 10px 35px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.message-dt.st3 .message-inner-dt > p {
    background-color: #efefef;
    color: #686868;
    width: auto;
    padding: 10px 15px;
    float: left;
}
.message-dt.st3 .message-inner-dt > p img {
    float: right;
    position: relative;
    top: 3px;
    padding-left: 5px;
}
.main-message-box.st3 .messg-usr-img {
    bottom: 13px;
}
.messages-line {
    float: left;
    width: 100%;
    height: 604px;
}

/* ============== message-send-area ============ */

.message-send-area {
    float: left;
    width: 100%;
    background-color: #f3f5f7;
    padding: 25px 20px 15px 20px;
    border: 1px solid #eeeeee;
}
.message-send-area form {
    float: left;
    width: 100%;
}
.mf-field {
    float: left;
    width: 100%;
}
.mf-field input {
    float: left;
    width: 80%;
    background-color: #fff;
    color: #b2b2b2;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    height: 45px;
}
.mf-field button {
    float: left;
    width: 17%;
    background-color: #009ab2;
    height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 0;
    margin-left: 15px;
    cursor: pointer;
}
.message-send-area form > ul {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.message-send-area form > ul li {
    display: inline-block;
    margin-right: 20px;
}
.message-send-area form > ul li a {
    color: #b2b2b2;
    font-size: 18px;
}


/* ============== forum-links ============= */

.forum-sec {
    background-color: #fff;
}
.forum-links {
    float: left;
    width: 100%;
}
.forum-links.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.forum-links ul li {
    display: inline-block;
    padding: 20px 0;
    margin-right: 45px;
    border-bottom: 2px solid transparent;
}
.forum-links ul li.active {
    border-color:#009ab2;
}
.forum-links ul li.active a {
    color: #009ab2;
}
.forum-links ul li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}
.forum-links-btn {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
    padding: 20px 0;
}
.forum-links-btn a {
    color: #000;
    font-size: 30px;
    display: inline-block;
}

/* ================ forum-page =============== */

.forum-page {
    padding: 50px 0;
}
.forum-questions-sec {
    float: left;
    width: 100%;
}
.forum-questions {
    float: left;
    width: 100%;
    background-color: #fff;
}
.usr-question {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.usr_img {
    float: left;
    width: 60px;
}
.usr_img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.usr_quest {
    float: left;
    width: 90%;
    padding-left: 15px;
}
.usr_quest > h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.forum-post-view .usr_quest > h3 {
    margin-bottom: 10px;
}
.react-links {
    float: left;
    width: 100%;
}
.react-links li {
    display: inline-block;
    margin-right: 30px;
}
.react-links li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}
.react-links li a:hover {
    color: #009ab2;
}
.react-links li a i {
    padding-right: 7px;
}
.react-links li:last-child {
    margin-right: 0;
}

/* ============= quest-tags ============ */

.quest-tags {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.quest-tags li {
    display: inline-block;
    margin-right: 10px;
}
.quest-tags li a {
    display: inline-block;
    color: #ffffff;
    background-color: #53d690;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 25px;
}
.quest-posted-time {
    position: absolute;
    bottom: 30px;
    right: 20px;
    color: #b2b2b2;
    font-size: 14px;
}
.quest-posted-time i {
    padding-right: 5px;
}
.pd-right-none {
    padding-right: 0;
}
/* =========== navigation ============ */

.pagination {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 13px 25px;
}
.full-pagi {
    float: left;
    width: 100%;
    padding-right: 0;
    text-align: inherit;
    margin-top: 20px;
}
.pagination li {
    padding: 0;
    margin-right: 10px;
}
.pagination li .page-link {
    background-color: #e5e5e5;
    color: #b2b2b2;
}
.pagination li .page-link.active {
    background-color: #009ab2;
    color: #fff;
    border-color: transparent;
}
.pvr {
    padding: .5rem 30px;
}


/* ============ User Widget =========== */

.title-wd {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 20px;
}
.widget-user ul {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.widget-user ul li {
    float: left;
    width: 100%;
    padding: 15px 20px;
}
.widget-user ul li .usr-msg-details {
    float: left;
    width: auto;
}
.widget-user ul li .usr-ms-img {
    width: 35px;
}
.widget-user ul li .usr-mg-info h3 {
    font-size: 14px;
}
.widget-user ul li .usr-mg-info p {
    font-size: 12px;
}
.widget-user ul li > span {
    color: #686868;
    font-size: 16px;
    float: right;
    margin-top: 10px;
}
.widget-user ul li > span img {
    padding-right: 5px;
}


/* ============== widget-adver ============ */

.widget-adver img {
    width: 100%;
}


/* ============ forum-post-view ============ */

.forum-post-view {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 25px 25px 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.forum-post-view .usr-question {
    border-bottom: 0;
    padding: 0;
}
.forum-post-view .usr_quest span {
    color: #b2b2b2;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}
.forum-post-view .usr_quest span i {
    padding-right: 7px;
}
.forum-post-view .quest-tags {
    margin-bottom: 30px;
}
.forum-post-view .usr_quest > p {
    float: left;
    width: 100%;
    color: #686868;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}
.forum-post-view .comment-section {
    padding: 0;
}
.forum-post-view .comment-section > h3 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.forum-post-view .comment-sec ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 23px 0;
}
.forum-post-view .comment span {
    margin-bottom: 10px;
}
.forum-post-view .comment-list {
    padding-bottom: 0;
    margin-bottom: -4px;
}
.forum-post-view .comment p {
    margin: 0;
    margin-top: 5px;
}
.forum-post-view .comment h3 {
    margin-bottom: 9px;
}
.forum-post-view .comment-sec ul li:last-child {
    border-bottom: 0;
}


/* =============== post-comment-box ============= */

.post-comment-box {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #fff;
}
.post-comment-box h3 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.user-poster {
    float: left;
    width: 100%;
}
.usr-post-img {
    float: left;
    width: 50px;
    margin-right: 15px;
}
.usr-post-img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.post_comment_sec {
    float: left;
    width: 90%;
}
.post_comment_sec form {
    float: left;
    width: 100%;
}
.post_comment_sec form textarea {
    float: left;
    width: 100%;
    height: 130px;
    border: 1px solid #dce2eb;
    padding: 15px;
    resize: none;
}
.post_comment_sec form button {
    color: #ffffff;
    font-size: 14px;
    background-color: #009ab2;
    padding: 10px 25px;
    border: 0;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
}


/* ======== next-prev ========*/

.next-prev {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 12px 25px;
}
.next-prev > a {
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #b2b2b2;
    font-size: 14px;
    background-color: #e5e5e5;
}
.next-prev > a:hover {
    color: #fff;
    background-color: #009ab2;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}


/* ========== widget-feat ========= */

.widget-feat {
    padding: 25px 20px;
}
.widget-feat ul {
    float: left;
    width: 100%;
}
.widget-feat ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.widget-feat ul li i {
    display: block;
    font-size: 18px;
    margin-bottom: 9px;
}
.widget-feat ul li span {
    display: block;
    color: #686868;
    font-size: 16px;
    font-weight: 500;
}
.widget-feat ul li i.fa-heart {
    color: #53d690;
}
.widget-feat ul li i.fa-comment {
    color: #009ab2;
}
.widget-feat ul li i.fa-share-alt {
    color: #51a5fb;
}
.widget-feat ul li i.fa-eye {
    color: #00b540;
}

/* =============== ANIMATION LOADER =============== */


.spinner {
    margin: 0 auto 0;
    width: 80px;
    text-align: center;
    height: 80px;
    border-radius: 100px;
    background-color: #fff;
    line-height: 80px;
    border:1px solid #e1e1e1;
    cursor: pointer;
}

.spinner > div {
    width: 15px;
    height: 15px;
    background-color: #b9b9b9;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}



.wordpressdevlp{
    background-color: #fff;
}
.bgclr{
    background-color: #fff;
    margin-bottom: 15px;
}
.cadidatesbtn{
    position: absolute;
    left: 0;
    padding-top: 5px;
}
.cadidatesbtn button{
    background-color: #009ab2;
    border:none;
    margin-top: -3px;
}
.cadidatesbtn button:hover{
    background-color: #009ab2;
}
.cadidatesbtn span{
    background-color: #bd2e1c;
    color: #fff;
    margin-right: 10px;
    padding: .25em .5em;
    font-weight: 600;
    font-size: 12px;
}
.wordpressdevlp i{
    color: #e86554;
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}
.wordpressdevlp h2{
    font-size: 18px;
    font-weight: 600;
}
.cadidatesbtn i{
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    text-align: center;
    margin-left: 7px;
    border-radius: 3px;
    padding: 10px;
}
.cadidatesbtn i:hover{
    background-color: #009ab2;
    color: #fff;
    border:1px solid #009ab2;
}
.inner{
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
}
.inner li a:hover{
    color: #009ab2;
    border-bottom: 2px solid #009ab2;
    padding-bottom: 9px;
}
.inner li a{
    color: #000000;
}
.posttext{
    position: absolute;
    left: 0;
}
.deatile h3{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.clrbtn a{
    background-color: #009ab2;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-right: 15px;
}
.transpairentbtn a{
    color: #222;
    border:2px solid #f1f1f1;
    padding: 5px 10px 5px 10px;
}
.savetext h3{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.devepbtn .clrbtn{
    padding: 7px 20px;
}
.devepbtn a{
    color: #666666;
    border: 1px solid #b2b2b2;
    padding: 7px 10px 7px 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.devepbtn a:hover i{
    color: #fff;
}
.devepbtn a:hover{
    background-color: #009ab2;
    color: #fff;
}
.rew-reply hr{
    margin-left: -20px;
    margin-right: -20px;
}
.rew-reply p{
    padding-left: 20px;
}
.rew-reply ul{
    padding-left: 20px;
}
.devepbtn{
    margin-top: 30px;
    padding-left: 20px;
}
.rep-thanks hr{
    margin-right: -20px;
    margin-left: -20px;
}
.profilecnd{
    margin-bottom: 0px;
}
.devepbtn i{
    color: #b2b2b2;
    font-size: 14px;
}
.appliedinfo{
    padding-left: 0;
    padding-top:20px!important;
    padding-bottom: 10px;
}
.epi2{
    padding: 0;
}
.review a{
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    margin-left: 15px;

}
.add-pic-box {
    display: inline-block;
    color: #009ab2;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 0;
    font-weight: 600;
    margin-right: 0;
    width: 100%;
}

.add-pic-box [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.add-pic-box [type="file"] + label,
.add-pic-box [type="file"] + a {
    background: #fff;
    border: 2px solid #009ab2;
    border-radius: 3px;
    color: #009ab2;
    cursor: pointer;
    display: inline-block;
    font-size:15px;
    font-weight: 600;
    outline: none;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    float: right;
    text-transform: uppercase;
}
.add-pic-box [type="file"] + label:hover,
.add-pic-box [type="file"] + a:hover {
    background: #009ab2;
    color: #fff;
}
.noreview li i{
    color: #b2b2b2;
}
.review-tb{
    margin:0 0 10px;
    padding-left: 20px;
}
.noreview ul li i{
    color: #b2b2b2;
}
.mngdetl{
    border-bottom: none;
}
.post-reply{
    padding-top: 0;
    padding-bottom:0;
}
.activebidbtn i:hover{
    background-color: #009ab2;
    color: #fff;
    border:none;
}
.reviewtitle h2{
    font-size: 17px;
    font-weight: 600;
}
.horiline{
    width: 118%;
    position: relative;
    left: -40px;
}
.tahnks{
    font-weight: 500;
    margin-top: 5px;
}

/*about-page*/
.banner span {
    position: absolute;
    display: flex;
    background-color: #222;
    width: 100%;
    opacity: 0.9;
    justify-content: center;
    padding: 10px;
    margin-top: 0;
    color: #fff;
}
.innertitle{
    margin-top: 150px;
}
.Company-overview{
    padding-bottom: 50px;
}
.bennertext{
    position: absolute;
    left: 20%;
    right: 20%;
    text-align: center;
}
.bannerimage img{
    height: 100%;
}
.innertitle h2{
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.innertitle p {
    color:#fff;
    font-size: 16px;
}
.Company-overview h2{
    padding-top: 50px;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 12px;
}
.Company-overview p {
    font-size: 15px;
    font-weight: 500;
}
.Company-overview img{
    float: right;
    padding-top: 25px;
}
.blog{
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
}
.blog img{
    padding-bottom: 30px;
}
.blog h2{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}
.blog a{
    background-color: #ff4500;
    color: #fff;
    padding: 7px 25px 7px 25px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}
.services{
    padding-top: 80px;
    padding-bottom: 80px;
}
.video{
    padding-bottom: 40px;
}
.search-container {
    text-align: center;
}

.search-container input[type=text] {
    padding: 6px 15px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    height: 50px;
    width: 50%;
    margin-bottom: 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
}
.searchtitle{
    text-align: center;
}
.searchtitle h2{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.modal-header h3{
    font-size: 18px;
}
.search-container button {
    padding: 8px 10px;
    text-align: center;
    margin-top: 8px;
    margin-left: -3px;
    margin-right: 18px;
    background: #efefef;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 50px;
    width: 6%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.topsearch i{
    color: #009ab2;
}
.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    color: #b2b2b2;
    top: 7px;
}
.help-paddy{
    padding: 0!important;
}
.paddy{
    padding:20px;
    float: left;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    width:100%;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
}
.radio-form p{
    display: -webkit-inline-box
}
.dropdown a{
    color:#000000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}
.accountnone{
    border:none;
}
.helpforum{
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px #c6c6c6;
}
.helpforum h3{
    font-size: 18px;
    font-weight: 600;
}
.helpforum a{
    background-color: #009ab2;
    color: #fff;
    padding: 10px 15px 10px 15px;
    line-height: 4;
    border-radius: 3px;
}
.helpforum p{
    line-height: 3;
}
.actionstitle h3{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-top: 30px;
}
.actionstitle img{
    padding-right: 10px;
}
.actionstext a{
    font-size: 16px;
    font-weight: 500;
    color: #009ab2;
    line-height: 2;
    display: block;
}
.helpform{
    text-align: center;
    padding-top: 70px;
}
.helpform h3{
    font-size: 18px;
    font-weight: 400;
    color: #009ab2;
    margin-bottom: 10px;
}
.helpform a {
    background-color: #009ab2;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
}
.helpform p{
    margin-bottom: 30px;
}
.helpform img {
    float: unset;
    padding-bottom: 10px;
}
.bookingsideber h3{
    color: #000;
}
.bookingsideber h3:active{
    color: #009ab2;
}
.helpforum h4{
    font-size: 16px;
    font-weight: 600;
}
.bloktext{
    padding-left: 25px;
}
.privacy{
    background-color: #fff;
    height: 850px;
}
.privacydropd .dropdown-toggle::after {
    float: right;
    vertical-align: .255em;
}
.checkbox{

}
.form-check {
    padding-left: 0;
}
.btns a{
    color: #000;
    border:1px solid #e5e5e5;
    padding: 10px 25px 10px 25px;
    margin-left: 15px;
    border-radius: 5px;
    font-weight: 600;
}
.btns{
    padding-top: 20px;
}
.btns a:hover {
    background-color: #009ab2;
    color: #fff;
}
.privacy h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 18px;
    margin-bottom: 10px;
}
.privacy p {
    padding-top: 0px;
    display: inline-block;
}
.form-group {
    margin-bottom: 1rem;
    padding-top: 0px;
}
.privacy i{
    float: right;
    color: #009ab2;
    font-size: 20px;
    font-weight: 600;
}
.dropdown-menu input{
    margin-right: 10px;
    margin-top: 15px;
}
.dropdown-menu a{
    padding: 10px 0 10px 40px;
    margin-bottom: 10px;
}
.dropdown-menu form{
    margin-bottom: 10px;
    margin-top: 10px;
}
.privacydropd p {
    margin-left: 20px;
    margin-top: 5px;
}
.privabtns{
    margin-top: 20px;
}
.privabtns{
    padding-bottom:15px;
}
.privabtns a{
    margin-right: 15px;
    padding: 8px 25px;
    color: #000000;
    border:1px solid #e5e5e5;
}
.privabtns a:hover{
    color: #fff;
    background-color: #009ab2;
}
.privac{
    background-color: #fff;
    height: 560px;
    padding-top: 20px;
}
.privac h3{
    font-size: 18px;
    font-weight: 600;
}
.bids-detail ul{
    display: -webkit-inline-box;
}
.bids-detail ul li{
    margin-right: 30px;
}
.bids-detail h3{
    font-size: 16px;
    font-weight: 400;
}
.bids-detail{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0px 2px #e4e4e4;
}
.dropdown-menu.show {
    display: contents;
}
.postpaid:checked:after {
    content: "\f17b";
    font: normal normal normal 16px/1 "LineAwesome";
    font-weight: 600;
    border:1px solid #fff;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 100%;
    background: #009ab2;
    display: block;
    border-radius: 50%;
    padding-top: 3px;
}
.postpaid:focus{
    border:1px solid #fff;
    width: 25px;
    height: 25px;
}
.postpaid {
    -webkit-appearance: none;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #5e5e5e;
    outline: 0;
    margin-right: 5px;
}
.job-status-bar {
    border-top:1px solid #e5e5e5;
}

.main-ws-sec .job-status-bar {

}
.main-ws-sec .btm-line {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 20px;
}
.job-status-bar hr {
    margin:0 -40px;
}
.reply-area{
    padding-left: 55px;
}

.reply-rply1 {
    margin: 24px 0;
}

.reply-area p{
    padding-bottom: 10px;
}
.reply-area span{
    cursor: pointer;
}
.reply-area span:hover{
    color: #009ab2;
}
.reply-area i{
    font-size: 16px;
    font-weight: 600;
    padding-right: 8px;
}
.comment-area .la-plus-circle{
    display: block;
    text-align: center;
    font-size: 40px;
    color: #b2b2b2;
}
.reply-area span{
    padding-top: 5px;
    color: #b2b2b2;
}
.comt span{
    font-size: 16px;
    color: #666666;
}
.comt i{
    padding-right: 8px;
}
.postcomment .form-control{
    width: 112%;
    margin-left: -50px;
    background-color: #efefef;
    border-radius: 3px;
}
.postcomment a{
    background-color: #009ab2;
    color: #fff;
    padding: 9px 25px 8px 25px;
    line-height: 37px;
    border-radius: 3px;
}
.postcomment{
    padding-top: 30px;
}
.widget-about button:focus{
    box-shadow: none;
}
.widget-about button:hover{
    background-color:  #009ab2;
}
.widget-about button{
    background-color: #009ab2;
    border: none;
    padding: 12px 0;
    width: 100%;
}
.widget-about p{
    background-color: #009ab2;
    color: #fff;
    padding: 10px 0;
}
.widget-projectid{
    padding: 15px;
}
.widget-projectid h3{
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
}
.sd-title h4{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.paymethd  p{
    color: #009ab2;
}
.copylink p{
    background-color: #efefef;
    padding: 7px 0 8px 10px;
}
.copylink a{
    background-color: #009ab2;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}
.copylink span{
    padding:30px 0 20px;
}
.copylink i{
    float: unset;
    position: unset;
}
.copylink .la-facebook{
    background-color: #3b5998;
    color: #fff;
}
.copylink .la-twitter{
    color: #1da1f2;
}
.copylink .la-pinterest-p{
    background-color:#fff ;
    color:#c11628 ;
    border-radius: 50%;
}
.copylink img{
    padding-right: 10px;
}
.freelancerbiding{
    background-color: #fff;
    padding-top: 20px;
}
.freelancerbiding h3{
    font-size: 18px;
    font-weight: 400;
}
.repcent{
    text-align: left;
}
.bidrit{
    float: right;
}
.repcent i{
    padding-left: 5px;
}
.star{
    display: inline-flex;
    padding: 5px 0;
}
.star li i{
    color: #bfd337;
}
.repcent span{
    color: #51a5fb;
}
.repcent p{
    padding-left: 7px;
}
.noreview ul li i{
    color: #b2b2b2;
}
.paymethd .star li i {
    position: unset;
    font-size: 14px;
}
.paymethd .star a{
    color: #51a5fb;
    padding-left: 12px;
}

.modal-header{
    background-color: #009ab2;
    display: block!important;
}
.modal-body{
    padding: 0;
}
.notice{
    background-color: #ddf3ff;
    padding: 15px;
}
.notice span{
    font-weight: 500;
    padding-right: 5px;
}
.innerbody{
    padding: 15px;
}
.innerbody h3{
    font-size: 18px;
    font-weight: 600;
}
.innerbody h4{
    font-weight: 600;
    font-size: 14px;
    margin-left: -15px;
    float: left;
}
.delivery .input-group select{
    width: 150px;
    height: 50px!important;
    font-size: 19px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.input-group-prepend {
    background-color: #f3f3f3;
    color: #bfbfbf;
    text-align: center;
    line-height: 3;
    border: 1px solid #e5e5e5;
}
.input-group-text {
    color: #666666 !important;
    background-color: #f5f5f5 !important;
    border: 0px !important;
    border-radius: 3px !important;
}
.place-bid-form{
    position: relative;
    left: 20px;
    top: -15px;
    padding-bottom: 15px;
}
.place-bid-form .input-group input{
    width: 70px;
    border: 1px solid #e5e5e5;
}
.paydel{
    padding: 40px 0 0;
}
.beatcompitation{
    background-color: #f3f3f3;
    padding: 15px;
}
.beatcompitation h3{
    font-weight: 500;
}
.sponser i{
    background-color: #009ab2;
    color: #fff;
    margin-right: 5px;
    padding: 2px;
}
.sponser h2{
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sponser{
    padding:15px;
}
.modal-footer{
    display: block!important;
    border-top: none;
    padding-bottom: 30px;
}
.modal-footer button{
    font-size: 15px;
    font-weight: 500;
   /* background-color: unset;*/
    border:none;
    padding: 10px;
    border:1px solid #d2d2d2;
    border-radius: 3px;
}
.modal-footer button:hover{
    background-color: #009ab2;
    color: #fff;
    border:1px solid #009ab2;
}

.place-bid-btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    background-color: #009ab2 !important;
    border:none;
    padding: 10px;
    border:1px solid #009ab2;
    border-radius: 3px;
}

.usy-dt .reply{
    margin: 3px 0 0 10px;
    width: 360px;
    height: 40px;
    background-color: #efefef;
    border:1px solid #e5e5e5;
    padding-left: 10px;
    border-radius: 3px;
}
.replybtn{
    background-color: #009ab2;
    color: #fff;
    padding: 10px;
    margin-left: 15px;
    border-radius: 3px;
}
.replybtn:hover{
    color: #fff;
}
.rewivew ul li{
    margin-right: 5px!important;
}
.security hr{
    margin-right: -15px;
    margin-left: -15px;
}
.privacy .la-check{
    float: left;
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 3px;
    background-color: #009ab2;
    color: #fff;
    border-radius: 50%;

}
ul#myTab {
    border-bottom: 1px solid #e5e5e5;
}
.nav-tabs .nav-link {
    border: none;
}
.noborder{
    border-bottom: none;
}
.manbids{
    margin-bottom: 0 !important;
}
.noreply{
    padding-top: 30px;
}
#my-bids .nav-tabs {
    margin-bottom: 20px;
    margin-top: 7px;
    padding-bottom: 0;
}
#my-bids ul{
    margin-bottom: 15px;
    margin-top: 7px;
    padding-bottom: 0;
}
.savedjob-info p{
    color: #666666;
    margin-top: 5px;
}
#my-bids ul li a{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
#my-bids  li a:hover{
    color: #009ab2;
}
#saved-jobs ul{
    margin-bottom: 20px;
}
#saved-jobs ul li a{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
#saved-jobs  li a:hover{
    color: #009ab2;
}
.wordpressdevlp h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
#saved-jobs .nav-tabs .nav-item.show .nav-link, #saved-jobs .nav-tabs .nav-link.active {
    background-color: inherit;
    color: #009ab2 !important;
    padding-bottom: 9px;
    border-bottom: 2px solid #009ab2 !important;
}
#my-bids .nav-tabs .nav-item.show .nav-link, #my-bids .nav-tabs .nav-link.active {
    background-color: inherit;
    color: #009ab2 !important;
    padding-bottom: 9px;
    border-bottom: 2px solid #009ab2 !important;
}
.descptab li img{
    float: left!important;
    filter: inherit!important;
}
.bklink{
    border-bottom: none!important;
    width: unset!important;
    float: right!important;
}
.bklik{
    border-bottom: none!important;
}




/*////////////////////////////////////////My css////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/
.savedjob-info li{
    display: inline-block;
    padding-left: 25px;
}
.savedjob-info h3{
    font-size: 14px;
    font-weight: 500;
}
.settingjb ul li{
    margin-right: 25px!important;
}
.mangebid li{
    padding-left: 0;
    padding-right: 20px;
    padding-top: 10px;
}
.bk-links.bklink li {
    padding-right: 0;
}
.bidsbtn{
    position: relative;
}
.biddersinfo li{
    padding-left: 0;
    padding-right: 20px;
}
#review{
    background-color: #fff;
    margin-bottom: 40px;
}
.starreview{
    padding-left: 20px;
}
.replytext{
    padding-bottom: 20px;
}
.starrevi {
    padding-left: 20px;
}
.job-dt li a{
    background-color: #51a5fb;
}
.apply-jobbox{
    text-align: center;
}
.apply-jobbox form input{
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    color: #222;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
}
.apply-jobbox h3{
    margin: 20px 0;
}
.select-files{
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 30px;
    background: #efefef;
}
.select-files button{
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    font-weight: 600;
}
.select-files button:hover{
    background-color: #009ab2;
    color: #fff;
}
.close{
    position: absolute;
    right: -25px;
    top: -25px;
    color: #fff;
    border: 1px solid!important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.mapouter iframe{
    width:100%;
    height:400px;
}
.mapouter{position:relative;text-align:right;height:500px;width:100%;}
.gmap_canvas {overflow:hidden;background:none!important;}
.video-iframe{
    width:100%;
    height:400px;
}
.custom-file-input {
    color: transparent;
    opacity: 1;
    margin-left: 140px;
    margin-bottom: 10px;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Select Files';
    color: #fff;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #009ab2;
    font-weight: 500;
    padding: 10px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}
.custom-file-input:hover::before {
    background-color: #009ab2;
    color: #fff;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: #009ab2;
    color: #fff;
}
.bids-time{
    float: right;
}
.saved-post{
    padding: 0;
}
.saved-post p{
    padding-bottom: 20px;
}
.saved-info li{
    padding-right:25px;
    padding-left: 0;
}
.saved-btn{
    padding: 0;
    margin-bottom: -12px;
}
.applied-post{
    padding: 0;
}
.post-bid{
    padding: 0!important;
}
.bidsbtn{
    padding-top:0!important;
}
.active-bids{
    padding:0;
}
.activ-bidinfo li{
    padding-top: 10px;
    padding-left: 0;
    padding-right: 25px;
}
.activebtn{
    padding-left: 0;
}

.p-all {
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
}

.toggle-btn .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 70px;
    pointer-events: all;
    border-radius: 100px;
    height: 30px;
    top: -1px;
    box-shadow: none;
}
.toggle-btn .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #e1e1e1 solid 2px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #009ab2;
    background-color: #009ab2;
    box-shadow:none;
    outline:none;
}
.toggle-btn .custom-switch .custom-control-label::after {
    top: calc(-1px + 2px);
    left: calc(-36px + 2px);
    width: calc(30px - 4px);
    height: calc(30px - 4px);
    background-color: #e1e1e1;
    border-radius: 100%;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.toggle-btn .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.toggle-btn .custom-control-label {
    position: initial;
    margin-bottom: 0;
    vertical-align: top;
}
.toggle-btn .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}








/*custom css*/
.form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #0ddcfe;
}
.home .search-bar form input{
    padding-left: 40px;
}
.home .comment_box input{
    background-color: #f1f2f6;
    border-radius: 50px;
    width: 89%;
}

.home .comment_box textarea{
    background-color: #f1f2f6;
    border-radius: 10px;
    width: 89%;
}

#post_add_form textarea{
    width: 100%;
}

.video_div .gall_icon{
    position: absolute;
    left: 114px;
    z-index: 0;
    cursor:pointer;
}
.gall_icon{
    position: absolute;
    left: 52px;
    z-index: 0;
}
.gall_file::before{
    cursor:pointer;
    content: '';
    color: black;
    /*display: list-item;*/
}

.gall_file:hover + .gall_icon{
    color:#945600;
    cursor:pointer;
}
.gall_file:hover + .gall_icon i{
    color:#945600;
    cursor:pointer;
}

.gall_icon:hover i {
    color:#945600!important;
    cursor:pointer;
}

.gall_file{
    position: relative;
    opacity: 0;
    z-index: 9;
    cursor:pointer;
}
.gall_icon i{
    font-size:28px;color: #45bd63
}
.gall_icon span{
    position: relative;
    top: -5px;
    left: 11px;
}
.user-specs h3{
    color: #3700b6 !important;
}
.user-specs h4{
    font-size: 16px;
    line-height: 26px;
}
.user-specs h4 b{
    font-weight: 600;
}
.user-specs h4 i{
    color: #888b90;
}
.view-more button,
.view-more a{
    width: 85%;
    background: #009ab2;
    border-color: #009ab2;
    margin: 0px auto;
}

.same_h1 ,.same_h1 a{
    color: #945600 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.same_h ,.same_h a{
    color: #945600 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
}
.same_cont{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.margin-b-0{
    margin-bottom: 0 !important;
}
.btn-my{
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #c1c8d0;
    border-radius: 5px;
    width: 85%;
    margin: auto;
    margin-bottom: 5px;
}

.list-india ul li{
    background: #e2dfdf;
    padding: 6px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 5px;
}
.list-india ul li a{
    color: #000;
}
.list-india ul{
    padding: 15px;
}
.list-india ul li:hover,
.list-india ul li.active{
    background: #009ab2;
    color: #fff;
}



.list-india ul li:hover a,
.list-india ul li.active a{
    color: #fff;
    width: 100%;
    float: left;
}

.my_social_list li {
    float: left;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #945600 !important;
}
.my_social_list li:hover a{
    color: #009ab2;
}

.my_social_list li:first-child {
    border-top: 1px solid #945600 !important;
}
.my_social_list li a{
    color: #945600;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.my_social_list{
    margin-bottom: 15px;
}

.comment-sec{
    border: 2px solid #c1c8d07a;
    box-shadow: none !important;
}
.home .comment-sec-2 input{
    background: transparent;
    border: 2px solid #c1c8d0;
    width: 87%;
}
.comment-sec-2 .form-control-feedback {
    position: absolute;
    z-index: 0;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #c1c8d0;
    right: 56px;
}
.comment-tags {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 0px;
}
.comment-tags .user-profy{
    padding: 0 !important;
    border: 2px solid #2b6fac;
    border-radius: 14px;
}
.comment-tags .user-profy > a{
    border-top:none;
    color: #2b6fac;
    padding: 10px 0;
}

/*scroll top button*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#009ab2;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#007bff;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*login resg page css*/

.login-resources a{
    background: #fff;
    padding: 3px 17px;
    border-radius: 30px;
    color: #009ab2;
}
.login-sec-left{
    margin: auto;
}
.login-sec-left .login-sec{
    width: 70%;
    float: none !important;
    margin: auto;
}

.login-sec-left .login-sec .sign_in_sec{
    padding: 10px;
}
.lr-heading {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.login-form .sign_in_sec form input, .login-form .sign_in_sec form textArea{
    border: none;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #333!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    border-radius: 4px;
    padding: 0px 5px;
    height: 38px;
}
.login-form .sign_in_sec h3{
    margin-bottom: 30px;
}
.login-form .sign_in_sec button[type=submit] {
    width: 100%;
}
.login-form .sign_in_sec input[type=date] {
    font-size: 18px;
    color: #fff;
    /*opacity: .5;*/
}
.login-form .input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.login-form .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.login-form .input::placeholder {
    color: #fff;
}
/*.formBox{
    margin-top: 90px;
    padding: 50px;
}*/
.formBox  h1{
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 48px;
}
.inputBox{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.inputBox .inputText{
    position: absolute;
    font-size: 18px;
    line-height: 26px;
    transition: .5s;
    opacity: 1;
    color: #fff;

}
.inputBox .input{
    position: relative;
    width: 100%;
    height: 25px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.focus .inputText{
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #fff;

}
.arrow-li ul {
    width: 515px;
    left: -422px;
    padding: 12px 0 10px 0;

}
.arrow-li ul li{
    width: auto;
    padding: 0 8px;
    margin-bottom: 10px;
}
.arrow-li ul li a{
    font-size:14px;
}
.job-sec  .dropdown-item{

    width: 85%;
    margin: auto;}


/*event page css*/
.cat-slide-sec{
    background: #fff;
    padding-bottom: 20px;
}
.event .cat-slide-sec .wd-heady a {
    position: static;
    /*top: 15px;*/
    font-size: 12px;
}
.img-hundo{
    /*width:100%;*/
}

.event .carousel-caption {
    bottom: 5px;
    padding-bottom:0px;
}
.event .carousel-caption p{

    color: #fff;
    line-height: 15px;
}
.event-img  img{
    border-radius: 5px;
}
.event .slick-slide{
    margin-right: 4px;

}
.event .cat-slide-sec .comment_box input{
    height: 30px;
    width: 65%;
    float: right;
}
.most-relevant {
    float: right;
    width: 28%;
    margin-bottom: 15px;
}

.same-top-head{
    margin-right: 0px;
    text-align: center;
    background: #009ab2;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.view-comment{
    margin-top: 10px;
    background: #f1f2f6;
    color: #b2b2b2;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 14px;
}
.ads-sec img{
    margin-bottom: 10px;
}
.btn-primary:hover{
    color: #fff!important;
    background-color: #009ab2c7!important;
    border-color: #009ab2;
}


.slick-slide {
    margin: 0px 7px;
}

.slick-slide img {
    width: 96%;
    margin: 20px 0;
    margin-bottom: 0;height: 80px;

}
.slick-prev:before, .slick-next:before{
    font-size: 28px;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.event-img .customer-logos .slide p{
    position: relative;
    bottom: 0px;
    /*left: 25px;*/
    text-align: center;
    color: #000;
}
.event-img .customer-logos .slide img{
    position: relative;
    border: 1px solid #eee;

}

/*yoga page css*/
.yoga-h{
    font-style: italic;
    font-size: 20px;
    font-family: monospace;
    border-bottom: 1px solid #009ab2;
    padding-bottom: 15px;
}
.yoga-div p{
    font-style: italic;
    font-size: 14px;
    font-family: system-ui;
    margin: 10px 0;
}
.yoga-link{
    text-align: center;
}
.yoga-link h4{
    font-weight: 600;
    margin-bottom: 5px;
    color: #666666;
}
.yoga-link a{
    color: #666666;
}
.slider-cat .carousel-inner{
    height: 150px;
}

.slick-prev {
    left: -12px;
    z-index: 1;
}
.slick-next {
    right: -9px;
    z-index: 1;
}
.slick-prev:before, .slick-next:before{
    color: #009ab2;
}
.view-pro:hover{
    background: #f1f2f6b3;
}
.view-pro a h4:hover {
    color: #945600 !important;
}

/*facts page css*/

.facts-h{
    text-align: center;
    background: #009ab2;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 600;
}

.facts_u span {
    position:relative;
    display:inline-block;
    padding-bottom:20px;
    margin-top: 14px;
}

.facts_u span:after {
    content:"";
    position:absolute;
    bottom:10px;
    left:3px;
    display:inline-block;
    width:63px;
    /*margin-left:-11px;*/
    border-bottom:#009ab2 solid 2px;
}

.view-mf{
    color: #fff !important;
    background: #009ab2;
    padding: 3px 7px;
    border-radius: 20px;
}
.top-profiles{
    margin-top: 0 !important;
}
.my-office, .job-sec,.connect-us{
    cursor:pointer;
}

.my-office:hover,.connect-us:hover{
    /*background: #f1f2f6b3;*/
}
.job-sec .btn-my:hover{
    background: #f1f2f6b3 !important;
}

.main-left-sidebar, .right-sidebar {
    position: -webkit-sticky;
    position: relative;
    /*top: 60px;*/
    overflow-y: scroll;
    /*    height: 1000px;
        overflow-y: scroll;*/
    padding-right: 0px;
    box-sizing: content-box;
    width: 100%;
    height: 100vh;
    margin-bottom: 20px !important;
 }

 @media screen and (max-width:768px) {
    .main-left-sidebar, .right-sidebar {

        height: auto!important;
      }
 }

 .scroller_content{
    position: sticky;
    overflow-y: scroll;

 }


 .main-left-sidebar,
.right-sidebar{
    position: sticky;
    top: 128px;

}

.sticky {
  position: sticky;

}


::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

/*//banner with serach box*/
/*marry me css*/
/*search box css start here*/
.search-sec{
    padding: 1rem;
    z-index: 1;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
    margin-top: 5px;
    cursor: pointer;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
    background: #009ab2;
    color: #fff;
    margin-top: 5px;
}
@media (min-width: 992px){
    .search-sec{
        /*position: relative;*/
        margin-top: -195px;
        /*background: rgba(26, 70, 104, 0.51);*/
    }
}

@media (max-width: 992px){
    .search-sec{
        /*background: #1A4668;*/
    }
}
.search-sec{
    /*position: relative;*/
    margin-top: -195px;
    /*background: rgb(0 154 178 / 48%);*/
}
.search-sec label{
    color: #fff;
}
.search-sec .searchForm{
    background: rgb(0 154 178 / 82%);
    padding: 14px 0;
}
.search-sec .searchHeading h3{
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 6px rgb(16 16 16 / 70%);
}

.marry-me .login-form .sign_in_sec input[type=date]{
    color: #009ab2;
}
.marry-me .login-form .sign_in_sec form input, .login-form .sign_in_sec form textArea{
    color: #009ab2;
    border-bottom: 1px solid #009ab2;
    font-size: 16px;
}
.marry-me .inputText{
    color: #009ab2;
}
.marry-me .inputBox{
    color: #009ab2;
    margin-bottom: 9px;
}

.marry-me .lt-sec {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.marry-me  .sign_in_sec{
    padding: 0;
}

.marry-me  .login-sec{
    padding: 0;
}
.marry-me{
    padding-top: 20px;
}
.marry-me .headbio{
    text-align: center;
    color: #009ab2;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
}
.marry-me .focus .inputText{
    transform: translateY(-23px);
}

/*bazar page*/
.bazar .event-img .customer-logos .slide p{
    color: #000;
    font-weight: 600;
}
.bazar-b-h h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.bazar-b-h p{
    text-align: center;
    font-style: italic;
}

.my-hover-arrow{
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
}
.marry-me .lt-sec > a{
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    background-color: #009ab2;
    padding: 5px 12px;
}
.marry-me .user_profile {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}
.marry-me .user-pro-img {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.marry-me .user-pro-img img{
    border: 5px solid #019ab2;
}
.us-links li:hover{
    background: #f1f2f6b3;
}
.user-account-settingss .tc:hover{
    background: #f1f2f6b3;
}
.user-account-settingss .tc a:hover{
    background: #f1f2f6b3;
    color: #945600;
}
.top-comp{
    border: 1px solid #009ab2;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    color: #009ab2 !important;
    cursor: pointer;
}
.top-comp:hover{
    background: #009ab2;
    color: #fff !important;
}

.job-type .skill-tags {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    background: #009ab2;
    padding: 10px;
}
.job-type .skill-tags li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0px;
    cursor: pointer;

}
.job-type .skill-tags li a{
    color: #fff;
    background: transparent;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.job-type .skill-tags li:hover >a{
    color: #000;
    background: #0090a7;
    border-radius: 0;
}
.pos-absolute{
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc3545 !important;
    top: 16px;
    right: 7px;
}
.online-icon{
    left: 22px;
    bottom: 15px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #23BF08 !important;
}
.online-icon-chatbox{
    left: 53px;
    /*bottom: 15px;*/
    top: 51px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #23BF08 !important;
    float: none !important;
}
.con-title .chat-user-info .online-icon-chatbox{
    left: 51px;
    top: 34px;
}
.job-type .qa-list {
    float: none;
    width: 90%;
    margin-bottom: 0px;
    background: #009ab2;
    padding: 10px;
    position: absolute;
    top: 40px;
    z-index: 2;
    left: 16px;
}


/*Feed box css*/
.feed-box .sd-title i{
    float: none;
    font-size: 24px;
    position: unset;
    color: #945600;
    vertical-align: middle;
}

.feed-box .sd-title h3 {
    background: #94560030;
    padding: 10px 0;
}
.feed-box .suggestion-usd img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.feed-box .online-icon-chatbox {
    left: 35px;
    /* bottom: 15px; */
    top: 6px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #23BF08 !important;
    float: none !important;
    z-index: 2;
}

.social_links .form-check {
    padding-left: 30px;
}

.social_links .form-check label{
    color: #686868;
}
.social_links .form-check .form-check-input {
    position: absolute;
    margin-top: .1rem;
    margin-left: -1.25rem;
}

.social_links .form-check .mid-line{
    text-decoration: line-through;
}

.job-type .add-qu{
    width: 45%;
    left: 415px;
    /*float: right;*/
    background: transparent;
}
.add-qu img{
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.add-btn-que{
    background: #009ab2;
    /*border-radius: 30px;*/
}
.what-que h3{
    clear: both;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    padding-top: 18px;
}
.what-que span{
    display: inline-block;
    padding-top: 8px;
    color: #666666;
}

.what-que .usy-name {
    margin-left: 7px;
}
.right-add-q .usy-dt {
    float: right;
}
.right-add-q span {
    background: #009ab2;
    /* margin: 0; */
    padding: 5px 12px;
    border-radius: 30px;
    margin-top: 4px;
    color: #fff;
}

.right-add-q span:hover {
    background: #945600;
}
.what-que h3:hover{
    color: #945600;
}
.right-add-q .post_topbar{
    margin-top: 18px;
}
.group-heading{
    color: #8b8b8b;
}
.slide h4{
    font-weight: 600;
}
.join-group .user-profy{
    border: 1px solid #ececec;
}
.join-group .slick-slide .gp_img{
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 5px;
    height: 140px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.join-group .user-profy{
    padding-top: 0;
    padding-bottom: 10px;
    border-radius: 8px;
    /*text-align: left;*/

}
.gp_h{
    text-align: left;
    padding: 14px;
}
.gp_txt{
    text-align: left;
    padding: 14px;
    padding-top: 0;
    min-height:42px;
}
.gp_txt p{
    line-height: 1.3;
}
.sm_img{
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    margin-right: 10px !important;
    margin-top: 5px !important;
}
.join-nri{
    text-align: left !important;
}
.join-nri h3{
    text-align: left !important;
}
.join-nri .avail-checks a{
    color: #000;
}
.join-nri .avail-checks a:hover{
    color: #945600 !important;
}
.cross-g{
    font-size: 30px;
    color: #07070799;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 9;
    cursor: pointer;
}
.cr_div{
    position: relative;
}

.cr_div img{
    height:140px;
    width: 100%;
}

.photo_list_block ul li {
    float: left;
    width: 14%;
    padding: 5px;
    overflow: hidden;
}


.small_border_radius{
    border-radius: 5px!important;
}

/*profile card css*/



.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0 !important;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}
.card.hovercard:hover {
    box-shadow: 0 0 11px rgb(33 33 33 / 20%);
    cursor: pointer;
}
.card.hovercard .cardheader {
    background-color: #d5d5d5;
    height: 60px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin: auto;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
    min-height:100px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    margin-bottom: 17px;
}

.hovercard .title a{
    color: #000;
}
.hovercard .view-more button,
.hovercard .view-more a{
    background: transparent;
    color: #009ab2;
    border: 1px solid #009ab2;
    padding: 0.175rem .75rem;
}

.main-ws-sec .top-profiles{
    margin-bottom: 20px !important;

}
.gp-fse .card.hovercard {
    border: 0 !important;
    background: transparent !important;
}
.gp-fse  .card.hovercard .info .title{
    font-size: 18px;
}
.gp-fse  .card.hovercard .gp-icon{
    margin: auto;
}
.gp-icon img{
     height:120px ;
}

.group-chatb{
    border: none;
    box-shadow: none;
    margin-bottom: 0 !important;
}
.acc_btn{
    font-size: 18px !important;
    color: #009ab2 !important;
    border: 2px solid #009ab2;
    padding: 0.175rem .75rem;
}
.acc_btn1{
    color: #000 !important;
    border-color: transparent;
}
.group-chatb .like-com li{
    margin-right: 0;
}
.group-chatb .post-bar{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.group-chatb .post_topbar{
    border-bottom: 1px solid #c1c8d07a;
    margin-bottom: 10px;

}
.group-chatb .usy-name span{
    line-height: 1.2;
}
.group-chatb .post_topbar:last-child {
    border-bottom: none;
}
.cht_gb{
    margin-bottom: 0 !important;
}
.cht_gb .top-profiles{
    /*margin-bottom: 0 !important;*/
    padding-bottom: 0 !important;
}

.cht_gb_bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 0 !important;
    padding: 10px;
    text-align: center;
}
.cht_gb_bottom a{
    position: initial;
    font-size: 18px !important;
    color: #009ab2 !important;
    float: none;
    font-weight: bold;
}
.cover-sec{
    /*top: 56px;*/
}
@media (max-width: 991px){
    .profile main {
        margin-top: 0px;
    }}
.profile header{
    position: relative !important;
}
.profile .main-left-sidebar, .profile .right-sidebar{
    overflow: visible;
    height: 100%;
}
.ov-left{
    margin-right: 10px;
}
.ov-left{
    margin-left: 10px;
}
.product-feed-tab .usy-name h3{
    margin-bottom: 5px;
    margin-top: 2px;
}
.fa{
    cursor: pointer;
}
.fr-list{
    box-shadow: 0 0 2px #0000002b;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin: 5px;
}

.main-left-sidebar:hover::-webkit-scrollbar,
.right-sidebar:hover::-webkit-scrollbar,
.scroller_content:hover::-webkit-scrollbar {
    width: .3em;
    opacity: 1;
}
.main-left-sidebar::-webkit-scrollbar,
.main-left-sidebar::-webkit-scrollbar-thumb,
.right-sidebar::-webkit-scrollbar,
.right-sidebar::-webkit-scrollbar-thumb,
.scroller_content::-webkit-scrollbar,
.scroller_content::-webkit-scrollbar-thumb {
    overflow:visible;
    border-radius: 4px;
}
.main-left-sidebar:hover::-webkit-scrollbar-thumb,
.right-sidebar:hover::-webkit-scrollbar-thumb,
.scroller_content:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
}
.main-left-sidebar::-webkit-scrollbar,
.right-sidebar::-webkit-scrollbar,
.scroller_content::-webkit-scrollbar {
    width: .3em;
    opacity: 0 !important;
}




/*chat box css*/
.close-chat{
    cursor: pointer;
}
/*.all-chat-box {
        height: calc(100vh - 100px);
}
.all-chat-box .mCustomScrollBox{
        height: calc(100vh - 100px);
        overflow: visible !important;
}*/

.gift-list .like-com li a{
    font-size: 12px;
}
.gift-list .like-com li a i{
    font-size: 10px;
}
.gift-list  .like-com li{
    margin-right: 0px;
}
.gift-list .company-up-info ul li a{
    line-height: 0;
    height: auto;
    color: #945600;
    padding: 0 4px;
}
.gift-list .company-up-info h4{
    margin-bottom: 5px;
}
.gift-list .company-up-info{
    padding: 10px 0;
}
.price {
    font-size: 25px;
    margin: 10px 0px;
    display: block;
    font-weight: 600;
}
.send-gifts{
    cursor: pointer;
}
.gift-details .like-com li a{
    margin-right: 18px;
    font-size: 14px;
}
.gift-details .like-com{
    margin-top: 0;
}
.gift-details .like-com li a i{
    font-size: 16px;
}



.rating .stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}

.rating  input{
  display: none;
}

.rating  i {
  transition: all .3s;
}

.rating  i:hover {
  transform: scale(1.1) rotate(5deg);
  cursor: pointer;
}

.rating  .stars :checked ~ label {
  color: gold;
}

.train .company-up-info img{
    width: 100%;
    height: 200px;
}
.train .company-up-info{
    padding-top: 0px;
}
.main-top-0 main{
    margin-top: 0px;
}
.inbound-desc{
  margin-bottom: 20px;
  margin-top: 20px;
}
.train .usy-name{
    margin-bottom: 15px;
}
.leftsec{
    margin: auto;
}
.leftsec h3{
   color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.hr-card .card{
    border: none;
    background-color: #fff !important;
    padding-top: 0;
}
.hr-card .img-square-wrapper{
    padding: 0;
}
.hr-card .img-square-wrapper img{
   width: 100%;
   height: 100%;
}
.hr-card .card-body .card-title a{
    color: #000;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.price_right a, .price_right i{
    font-weight: 600 !important;
}

.bottomNav{
    text-align: right!important;
    width: 100%;
}



