* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');


/*::::::::::::::::::::::::::::::::::::::::
Globle CSS
::::::::::::::::::::::::::::::::::::::::*/
html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    scroll-behavior: smooth;
}


body {
    color: #343434;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.hyperlink {
    color: #5c5c5c;
}

.hyperlink:hover {
    color: #ff0048;
}

p {
    margin-bottom: 0;
    font-size: 14px;
}

a {
    color: #007bff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1c78b7;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #1b7ec0;
    color: #1b7ec0;
}

blockquote * {
    color: #1b7ec0;
}

::-webkit-input-placeholder {
    color: #bdc0c8;
}

:-moz-placeholder {
    color: #bdc0c8;
}

::-moz-placeholder {
    color: #bdc0c8;
}

:-ms-input-placeholder {
    color: #bdc0c8;
}

.smooth,
.smooth:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
    color: #000;
    width: 100%;
    position: relative;
    display: inline-block;
    border: 0px solid #9c9c9c;
    outline: none;
    border-radius: 25px;
    padding: 4px 20px 6px 20px;
    font-size: 16px;
    background-color: #f0f2f5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

textarea {
    max-width: 100%;
    height: 150px;
}

.fa,
.far,
.fas {
    font-size: 16px;
    /*font-size: 20px;*/
}

.btn-yellow {
    background: #e77725;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.btn-orange {
    background: #f93539;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.btn-blue {
    background: #00508f;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.btn-purple {
    background: #b46eea;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.btn-maroon {
    background: #6e163c;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.btn-green {
    background: #016656;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.follower {
    line-height: 38px;
}

.custom-card .btn {
    margin-bottom: 5px;
}

.btn-theme {
    background: #ff0048;
    color: #fff !important;
    border: 1px solid #ff0048;
    /*min-width: 80px;*/
}

.btn-theme:hover {
    background: #fff;
    color: #ff0048 !important;
    border: 1px solid #ff0048;
}

.btn-theme2 {
    background: #ff0048;
    color: #fff !important;
    border: 1px solid #ff0048;
    display: inline-block;
}

.btn-theme2:hover {
    background: #fff;
    color: #ff0048 !important;
    border: 1px solid #ff0048;
}

.btn-theme3 {
    background: #ff0048;
    color: #fff !important;
    border: 1px solid #ff0048;
    display: inline-block;
    /*min-width: 140px;*/
    border-radius: 20px;
}

.btn-theme3:hover {
    background: #fff;
    color: #ff0048 !important;
    border: 1px solid #ff0048;
}

.btn-theme5 {
    background: #ff0048;
    color: #fff !important;
    border: 1px solid #ff0048;
    display: inline-block;
    min-width: 70px;
    border-radius: 20px;
}

.btn-theme5:hover {
    background: #fff;
    color: #ff0048 !important;
    border: 1px solid #ff0048;
}

.btn-theme4 {
    border-radius: 20px;
    color: #fff;
    background-color: #00156b;
    border-color: #00156b;
}

.btn-theme4:hover {
    border-radius: 20px;
    /*color: #fff;
    background-color: #00156b;
    border-color: #00156b;*/
}

.btn-fb {
    background: #4267b2;
    color: #fff;
    border: 1px solid #4267b2;
}

.btn-fb:hover {
    background: #fff;
    color: #4267b2;
    border: 1px solid #4267b2;
}

.btn-twitter {
    background: #1da1f2;
    color: #fff;
    border: 1px solid #1da1f2;
}

.btn-twitter:hover {
    background: #fff;
    color: #1da1f2;
    border: 1px solid #1da1f2;
}

.bg-light {
    background-color: #fff !important;
}

header {
    border-bottom: 1px solid #ddd;
    /*margin-bottom: 13px;*/
    /*padding-bottom: 13px;*/
    background: #ffffff;
}

header .form-inline,
header .form-inline .input-group {
    width: 45%;
}

.dropdown-toggle::after {
    display: none;
}

#menu-top-menu li {
    padding: .5rem .5rem;
    line-height: 29px;
}

#menu-top-menu li a {
    color: #5c5c5c;
}

.navbar-light .navbar-nav .nav-link {
    color: #5c5c5c;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff0048;
}

#menu-top-menu li a:hover {
    color: #ff0048;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-expand-md #menu-top-menu.navbar-nav .dropdown-menu li {
    padding: 5px 10px;
}

.navbar-expand-md #menu-top-menu.navbar-nav .dropdown-menu li:hover {
    background: #ff0048;
}

.navbar-expand-md #menu-top-menu.navbar-nav .dropdown-menu li a {
    -webkit-transition: none;
    transition: inherit;
}

.navbar-expand-md #menu-top-menu.navbar-nav .dropdown-menu li:hover a {
    color: #fff;
    -webkit-transition: none;
    transition: inherit;
}

header .input-group-text {
    background: transparent;
    color: #bbbbbb;
    border: 0;

}

header .form-inline .input-group {
    border: 0;
    border-radius: 25px;
    background: #f0f2f5;
}

header .form-control {
    border-color: #ff044b;
    border: 0;
    border-radius: 15px;
    background: transparent;
}

header .form-control:focus {
    box-shadow: none;
    outline: none;
    background: transparent;
}

header .navbar {
    padding: 10px 0;
}

header .btn-theme {
    padding: 6px 15px;
}

/* style for waterfall grid */
.wf-container {
    margin: 0 auto;
    background: #f2f3f4;
}

.wf-container:before,
.wf-container:after {
    content: '';
    display: table;
}

.wf-container:after {
    clear: both;
}

.wf-box {
    margin: 0;
    position: relative;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    /*    border-radius: 12px;
        box-shadow: 0px 7px 14px 0px rgb(151 160 204 / 12%);*/
}

.wf-box .content-inner .scrtabs-tabs-fixed-container ul.nav-tabs>li a {
    top: 0 !important;
}

.scrtabs-tabs-movable-container {
    height: 24px;
}

#other_detail .scrtabs-tabs-movable-container {
    height: 60px;
}

.wf-box img {
    display: block;
    width: 100%;
    border-radius: 0;
}

.wf-box:hover img {
    opacity: 0.8;
}

.wf-box .content-inner {
    border: 0;
    border-top-width: 0;
    padding: 5px 10px;
    text-align: left;
}


.wf-box .content-inner h3 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #2c2d2f;
    font-size: 14px;
    line-height: 18px;
}

.wf-column {
    float: left;
}

.wf-box .content-inner .media p {
    /*width: 80%;
    display: inline;*/
}

.wf-box .content-inner p {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /*display: contents;*/

}

.wf-box .content-inner p.SecSec {
    color: #2c2d2f;
}

.wf-box .content-inner .scrtabs-tabs-fixed-container ul.nav-tabs>li a {
    padding: 2px 10px;
    border: 1px solid #ddd;
    margin: 0px 2px;
    border-radius: 15px;
    font-size: 9px;
    color: #333;
    font-weight: 500;
    position: relative;
    top: -3px;
}

.wf-box .content-inner .scrtabs-tabs-fixed-container {
    margin-bottom: 0;
}

.wf-box .content-inner .nav-tabs {
    border-bottom: none;
}

.wf-box .content-inner .scrtabs-tabs-fixed-container ul.nav-tabs>li a:hover {
    background: #ff0048;
    color: #fff;
    border-color: #ff0048;
}

.wf-box .content-inner .media {
    margin: 4px 0;
    padding: 4px 4px;
    /*  border: 1px solid #ddd;
      border-bottom: 1px solid #ddd;*/
    /*background: #f2f3f4;*/
    border-radius: 5px;
}

.wf-box .content-inner .media .media-body h4 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #111;
}

.wf-box .content-inner .media .media-body p a {
    margin-bottom: 0;
    font-size: 11px;
    color: #8a8a8a;
    font-weight: 600;
}

.wf-box .content-inner .morelink {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 0;
    -webkit-transition: 0.2s;
    color: #ff0048;
    /*    float: right;*/
    line-height: 14px;
}

.wf-box .content-inner .readLess {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0;
    -webkit-transition: 0.2s;
    color: #ff0048;
}

.wf-box .content-inner p.card-text {
    font-size: 13px;
    line-height: 18px;
}

.svg-inline--fa.fa-w-10 {
    width: .625em;
    color: #000;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.masonry-actionbar {
    position: absolute;
    top: 60px;
    left: 50%;
    display: none;
    width: 100%;

}

.wf-box img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 12px 12px 0 0;
}

.wf-box:hover .btn {
    background: #ffffffd1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.wf-box:hover .media img {
    opacity: 1;
}

.wf-box:hover .masonry-actionbar {
    display: block;
    transition: .5s ease;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
}

.svg-inline--fa.fa-lg {
    color: #ff0048;
}

.wf-box .btn:hover {
    color: #212529;
    text-decoration: none;
    background: #fff;
}

#like,
#comment,
#repin {
    color: #ffffff;
    text-decoration: none;
    background: #ff0048;
}

.dropdown-toggle {
    float: right;
}

.dropdown-toggle .dot {
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none;
}

/*--------------------------------------------------------------
# Product Detail Page style
--------------------------------------------------------------*/
.w-90 {
    width: 90%;
}

.h-16 {
    height: 16px;
    overflow: hidden;
}

.wf-box .content-inner p .addReadMore {
    float: right;
    /*    display: block;*/
}

.post-content-price .badge {
    font-size: 16px;
    font-weight: 700;
    transition: none;
}

.title_tag {
    display: flex;
}

.title_tag h1 {
    display: contents;
    line-height: 30px;
}

.title_tag .btn-theme {
    display: inline-block;
    height: 40px;
}

.post-content-price {
    width: auto;
    /*background: #dc3545;*/
    padding: 5px 10px;
    border-radius: 5px;
    display: inline;
    color: #fff;
    font-weight: 700;
    float: right;
}

#product_detail {
    background: #f0f1f3;
}

.idea-outer {
    width: 100%;
    float: left;
}

.other .btn-theme3 {
    display: block;
    float: left;
}

.other-comment {
    padding: 25px 0px;
    display: block;
}

.comment-left {
    float: left;
    width: 6%;
    text-align: center;
}

.out-comment {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.comment-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-right {
    float: left;
    width: 90%;
}

.likes {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.likes h6 {
    display: inline;
}

.likes img.like-img {
    display: inline;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
}

.pro_img {
    text-align: center;
}

.pro_img img {
    max-height: 550px;
    width: 100%;
    max-width: 390px;
    height: auto;
    border-radius: 15px;
}

#product_detail .card {
    box-shadow: 0px 7px 14px 0px rgb(151 160 204 / 12%);
}

/*.other img {*/
/*    max-width: 50px;*/
/*    max-height: 50px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    border: 1px solid #f1f1f1;*/
/*}*/

.post-wrapper .post-comments {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.post-wrapper .post-comments-wrapper {
    margin: 0 0;
    overflow: hidden;
}

#comments .pull-left {
    float: left !important;
}

#comments .avatar {
    border-radius: 50%;
}

.post-comments {
    padding: 25px;
}

#commentform .textarea-wrapper {
    margin-left: 60px;
}

#commentform textarea {
    background: #fafafa;
    height: 48px;
    min-height: 48px;
    resize: vertical;
    width: 80%;
    float: left;
}

.tital-cmnt {
    color: #ff0048;
}

.tags a {
    /*border: 1px solid #e1e1e8;*/
    padding: 2px 5px;
    border-radius: 5px;
    color: #333 !important;
    font-weight: 400;
    font-size: 14px;
    /*background: #ddd !important;*/
}

.tags a:hover {
    background: #ff0048 !important;
    /*border: 1px solid #ff0048;*/
    color: #fff !important;
}

.fa-lg {
    font-size: 16px !important;
}

.post-wrapper #commentform #submit {
    float: right;
    margin-bottom: 20px;
}

.post-wrapper .post-board {
    /*border-top: 1px solid #eee;*/
    margin-bottom: 16px;
}

.post-wrapper .post-board-wrapper {
    height: 98px;
    margin: 0;
    overflow: hidden;
}

.post-wrapper .post-board-wrapper .follow {
    font-weight: 700;
    margin-top: 10px;
}

.post-wrapper .post-board-wrapper h4 {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 12px;
}

.post-wrapper .post-board-wrapper a {
    font-weight: 700;
    color: #ff0048;
}

.post-wrapper .post-board-photo {
    position: relative;
    background: #fcfcfc;
    border-radius: 3px;
    float: left;
    height: 48px;
    margin: 0 5.5px 5.5px 0;
    overflow: hidden;
    width: 48px;
}

.undisable_buttons {
    float: right;
}

.details .gallery {
    display: inline-block;
}

.details .gallery img {
    float: left;
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    margin: 10px;
}

#other_detail {
    /*border:1px solid #ddd;*/
}

.other-post {
    background: #f0f1f3;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media only screen and (max-width: 480px) {
    .post-wrapper .post-board-wrapper {
        height: 123px;
    }

    #commentform textarea {
        width: 100%;
        margin-bottom: 10px;
    }

    .post-comments {
        padding: 10px;
        display: flex;
    }

    #commentform .btn {
        float: right;
    }

    #product_detail {
        padding-top: 20px !important;
    }

    #product_detail .card {
        margin-top: 0;
    }

}

/*--------------------------------------------------------------
# Model
--------------------------------------------------------------*/
.modal {
    background-color: #000000b5;
}

.modal-body input[type="text"],
.modal-body .form-group input[type="email"],
.modal-body input[type="password"] {
    border: 0 solid #e2e2e2;
    border-radius: 10px;
}

.modal-body .form-group a {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
}

.modal-body .btn-theme {
    border-radius: 10px;
}

.modal-content {
    border-radius: 20px;
    /*box-shadow: 0 0 5px 10px #ff00481c;*/
}

.modal-body a.btn-fb {
    background: rgba(9, 30, 66);
    color: #fff;
    border-radius: 10px;
}

.modal-body a.btn-fb:hover {
    background: #fff;
    color: rgba(9, 30, 66);
}

.modal-body a.btn-google {
    background-color: #ffffff;
    border-color: #007bff;
    color: #007bff;
    border-radius: 10px;
}

.modal-body a.btn-google:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.terms_p li a {
    color: #9f9f9f;
    font-size: 12px;
}

.model_sign {
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

.modal .svg-inline--fa.fa-w-10 {
    color: rgb(255 255 255);
}

.modal-body a.btn-fb:hover .svg-inline--fa.fa-w-10 {
    color: rgba(9, 30, 66);
}

.modal-title {
    color: #2a3c83;
}

.modal.show {
    background-color: #000000a8;
}

/*--------------------------------------------------------------
# Validation
--------------------------------------------------------------*/
form .error {
    color: #ff0000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    color: #212529;
    font-size: 14px;
    background: #fef8f5;
}

#footer .footer-top {
    padding: 30px 0 10px;
    background: #fff;
    border-top: 1px solid #ddd;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #5c5c5c;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    /*margin-bottom: 30px;*/
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    margin-left: 0;
}

.top-ftr {
    padding: 30px 0;
    border-top: 1px solid red;
    width: 90%;
    margin: 0 auto;
}

/* modal backdrop fix */
/*
.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
*/

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ff0048;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff0048;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #00156b;
    color: #fff;
    text-decoration: none;
}

.copyright.text-center {
    padding: 5px 0;
    background-color: #ededed;
    font-size: 13px;
}

.copyright.text-center span {
    color: #ff0048;
    font-weight: 600;
}

/*#footer .copyright {*/
/*    text-align: center;*/
/*    float: left;*/
/*}*/

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}

#footer .credits a {
    color: #eb5d1e;
}

.navbar-light .navbar-toggler {
    outline: none;
}

@media (max-width: 768px) {
    .navbar-nav {
        width: 100%;
    }

    header .form-inline,
    header .form-inline .input-group {
        width: 100%;
    }

    .navbar-light .navbar-brand {
        margin: 0 auto;
    }

    header .form-inline,
    header .form-inline .input-group {
        width: 80%;
        margin: 0 auto;
    }

    .navbar-nav {
        width: 25%;
        margin: 10px auto !important;
        display: inline-block;
    }

    .navbar-nav.header-menu-right li.nav-item {
        width: auto;
        float: left;
        display: block !important;
        text-align: center;
        min-width: 20%;
        padding: 10px;
        position: relative;
    }

    .navbar-nav li.nav-item {
        width: auto;
        float: left;
    }

    .navbar-nav.header-menu-left {
        width: 100%;
        display: block !important;
        padding-bottom: 140px;
    }

    .navbar-nav.header-menu-left li.nav-item {
        width: 100%;
        display: block !important;
    }

    #menu-top-menu li {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 575px) {

    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        margin: 10px auto;
        /* width: 70%;*/
    }

    .navbar-light .navbar-nav .nav-link.btn-theme {
        /*min-width: 40px;*/
        margin: 0 5px;
    }

    #menu-top-menu {
        width: 100%;
        margin: 0 auto;
    }

    header .btn-theme {
        padding: 5px;
	font-size: 13px;
    }

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 480px !important;
    }

    .modal-dialog1 {
        max-width: 900px !important;
    }

    #createnewModal .modal-dialog1 {
        max-width: 500px !important;
        margin-top: 50px;
    }

    .modal-body {
        padding: 2rem 1rem 1rem !important;
    }

}

/* new syle start here */
.masonry {
    /* Masonry container */

    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    /* -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
     column-gap: 1em;*/
    margin: 0 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 10px;
    font-size: .85em;
    display: grid;
    /*horizontalOrder: true;*/
}

.blogBox {}

.item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 5px 0;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0px 7px 14px 0px rgb(151 160 204 / 12%);
}

.item img {
    max-width: 100%;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler {
    font-size: 24px;
    line-height: 0;
}

@media only screen and (max-width: 375px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        grid-auto-rows: minmax(100px, auto);
    }
}

@media only screen and (min-width: 376px) and (max-width: 568px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        grid-auto-rows: minmax(100px, auto);
    }

}

@media only screen and (min-width: 569px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-auto-rows: minmax(100px, auto);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-auto-rows: minmax(100px, auto);
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
        grid-template-columns: repeat(auto-fill, minmax(230px, 2fr));
        grid-auto-rows: minmax(100px, auto);
    }

    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 769px) {
    .dn-769 {
        display: none;
    }

    .slid-p {
        padding-left: 0;
        padding-right: 0;
    }

    #demo .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 968px) {
    .navbar-nav.header-menu-right {
        padding-left: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .com_pro {
        float: none !important;
    }

    .w-50 {
        width: 50%;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 0 !important;
    }

    .navbar-light .navbar-nav.header-menu-left .nav-link {
        padding: 5px 10px;
        width: 90%;
        margin: 0px auto !important;
    }

    .navbar-light .navbar-nav.header-menu-left .nav-link .fa,
    .navbar-light .navbar-nav.header-menu-left .nav-link .fas {
        float: right;
    }

    .navbar-light .dn-769.navbar-nav .nav-link.btn-theme {
        /*min-width: 40px;*/
        margin: 0 5px;
        padding: 2px 5px;
    }

    .dn-min-768 {
        display: none;
    }

    .dropdown-toggle {
        float: none;
    }

    #navbarSupportedContent {
        padding: 0;
        background: #f7f7f7;
        position: absolute;
        width: 100%;
        top: 80px;
        z-index: 2;
    }

    #menu-top-menu {
        width: 90%;
        margin: 0px auto;
        padding: 0;
        border-top: 1px solid red;
    }

    header .form-inline,
    header .form-inline .input-group {
        width: 90%;
        margin: 10px auto;
    }

    #menu-top-menu li {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    #menu-top-menu li.menu-explore {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    #menu-top-menu li:first-child {
        border: 0;
    }

}

@media only screen and (max-width: 768px) {
    .dropdown-menu.show {
        border-radius: 5px;
        position: absolute;
        /*left: -110px;*/
    }

    .dropdown-menu.notify-drop.show {
        border-radius: 5px;
        position: absolute;
        left: -110px;
        width: 410px;
    }

    .navbar-brand img {
        max-width: 150px;
    }

    .navbar-nav {
        width: 30%;
    }

    .navbar-nav.header-menu-right {
        width: 100%;
        display: block !important;
        background: #f7f7f7;
        padding-left: 60%;
    }

    .navbar-nav.header-menu-right.radio-menu {
        padding-left: 0;
        border-radius: 10px;
    }


    .navbar-nav.header-menu-right li.nav-item {
        width: auto;
        float: left;
        display: block !important;
        text-align: center;
        min-width: 10%;
    }

    .title_tag h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 568px) {
    .navbar-nav.header-menu-right {
        width: 100%;
        display: block !important;
        background: #f7f7f7;
        padding-left: 55%;
    }

    .navbar-nav.header-menu-right li.nav-item.dropdown {
        padding-right: 0;
    }
}

@media only screen and (max-width: 425px) {
    .navbar-nav.header-menu-right {
        padding-left: 48%;
    }
}

@media only screen and (max-width: 380px) {
    .navbar-nav.header-menu-right {
        padding-left: 35%;
    }
}

.share-it {
    position: absolute;
    bottom: 4px;
    left: 30%;
    padding: 0 10px;
    font-size: 14px;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.card {
    margin-top: 0;
    padding: 0;
    line-height: 1.5em;
    border: 0;
}

@media screen and (min-width: 997px) {

    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: capitalize;
    font-weight: bold;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.vote,
.sizes {
    margin-bottom: 15px;
}

.price {
    margin-bottom: 5px;
}

.product-title {
    margin-top: 0;
    font-weight: 700;
}

.product-title a {
    color: #ff0048;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.red {
    /*   background: #ff9f1a;
       padding: 1.2em 1.5em;*/
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #ff0048;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.red:hover {
    /*background: #b36800;
    color: #fff;*/
}

.dropdown-menu.show {
    border-radius: 5px;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */

/**************************  old Detail page style         */

#pro_search .input-group-text {
    border: 0;
    background: #fff;
    position: relative;
    left: 41px;
    z-index: 6;
    line-height: 20px;
    height: 36px;
    padding: 15px 10px;
    margin-top: 1px;
}

#pro_search .form-control {
    padding-left: 40px;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pro_img1 {
    text-align: center;
    /*background: #fff;*/
}

.pro_img1 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.other img {
    max-width: 50px;
    max-height: 50px;
    height: 100%;
    width: 100%;
    border: 1px solid #f1f1f1;
    object-fit: cover;
    object-position: top;
}

.pro-date {
    font-size: 12px;
    font-weight: normal;
}

.num_post {
    font-size: 14px;
}

.other .num_post {
    font-size: 14px;
    float: left;
    width: 50%;
    line-height: 30px;
}

.pro {
    border-radius: 0;
    background: #fff;
    /*box-shadow:0 0.3125rem 1.25rem 0 rgb(0 0 0 / 12%);*/
    padding-left: 0 !important;
    margin-left: 0 !important;

}

.other_pro {
    min-width: 100px;
    max-width: 100px;
    max-height: 150px;
    width: auto;
    height: 100%;
}

.pro-title {
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.view_all {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#masonary_card .card-columns .card .media p {
    font-size: 12px;

}

#masonary_card .card-columns .card img {
    border-radius: 10px !important;
}

#masonary_card .card-columns .card .other img {
    border-radius: 50% !important;
    height: 50px;
}

.font-weight-600 {
    font-weight: 600;
}

.card-title {
    font-size: 16px;
    padding-top: 5px;
}

.card-title a {
    padding-left: 3px;
}

p.card-text {
    font-size: 14px;
}

.checked,
.price span,
.price span.net_price {
    color: #000;
}

.pro_detail_price {
    position: absolute;
    top: 10px;
    left: 5px;
}

.p_price {
    padding: 5px 15px;
    border-radius: 15px;
    background: #dddddd;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .rw-65 {
        width: 70%;
    }

    .rw-35 {
        width: 30%;
        text-align: center;
    }

    #user-detail .rw-65 {
        width: 100%;
        text-align: center;
    }

    #user-detail .col-xm-6 {
        max-width: 50%;
        display: inline-block;
        width: 49%;
        text-align: right;
    }

    #user-detail .w-100 {
        width: 100% !important;
        display: inline-block;
    }

    .follow-area {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .site-link {
        padding-left: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 568px) {
    #product .col-lg-7 {
        margin-bottom: 20px;
    }

    #product .sidebar {
        margin-right: 0 !important;
    }

    .pro_img1 {
        padding-right: 0 !important;
        margin-top: 10px !important;
    }

    .pro_img1 img {
        max-height: inherit;
        width: 100%;
        max-width: inherit;
        height: auto;
        /*padding-bottom: 20px !important;*/
        /*min-height: 500px;*/
    }

    .comment-left {
        float: left;
        width: 15%;
    }

    .comment-right {
        float: left;
        width: 80%;
    }

    .post-wrapper #commentform #submit {
        float: left;
        margin-left: 0 !important;
    }

    .title_tag {
        width: 100%;
    }

    .title_tag h1 {
        float: left;
    }

    .title_tag .btn-theme {
        float: right;
        margin-top: 0 !important;
    }

    .rw-70 {
        width: 80%;
    }

    .rw-30 {
        width: 20%;
        padding: 0 15px !important;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 0;
    }

    .rw-65 {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    #user-detail .share-area li {
        display: inline;
        padding-left: 2px;
    }

    #user-detail .rw-65 {
        width: 100%;
    }

    #user-detail .col-xm-6 {
        max-width: 50%;
        display: inline-block;
        width: 49%;
        text-align: right;
    }

    #user-detail .w-100 {
        width: 100% !important;
        display: inline-block;
    }

    .rw-35 {
        width: 100%;
        text-align: center;
        z-index: 1;
    }

    .col-lg-8 {
        z-index: 1;
    }

    .com_pro {
        float: none !important;
        width: 30%;
        max-width: inherit !important;
        max-height: inherit !important;
    }

    .title_tag {
        display: inline-block;
    }

}

/************************/
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
}

.slick-dots {
    display: none !important;
}

/******************** 2          */
#box1 {
    overflow-y: visible;
    overflow-x: auto;
    white-space: nowrap;
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    clear: both;
    border-spacing: 5px;
    margin-bottom: 5px;
}

.item1 {
    display: inline-block;
    /*min-width: 90px;*/
    width: auto;
    font-size: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1px 8px;
    margin: 0;
    margin-bottom: 5px;
    white-space: normal;
    /* line-height: 1.6; */
    vertical-align: top;
    text-align: center;
    color: #000;
    background: #ddd;
}

.item1:hover {
    background: #ff0048;
    border-color: #ff0048;
}

.item1:hover a {
    color: #fff !important;
}

.item1 a {
    color: #333;
    font-size: 12px;
    transition: none;
}

.item1:hover a {
    color: #fff;
}

#box1::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

#box1 {
    scrollbar-width: thin;
}

#box1::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #F5F5F5;
}

#box1::-webkit-scrollbar-thumb {

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background-color: #dedede;
    border-radius: 10px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#box1::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background-color: #d1d1d1;
    min-height: 100px;
}

.other_scroll {
    height: 759px;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.pro:hover {
    transform: scale(1.01);
}

.article-ot {
    font-weight: bold;
}

.share-area {
    display: inline;
}

.share-area ul {
    padding-left: 0;
    font-weight: 400;
    margin-bottom: 0;

}

.share-area li {
    display: inline-block;
    padding-left: 10px;
}

.follow-area {
    display: inline-block;
    width: 100%;
}

.follow-area ul {
    padding-left: 0;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

.follow-area li {
    display: inline-block;
    /*padding-left: 10px;*/
    width: 48%;
}

.fa-link {
    /*color:#ff0048;*/
}

.share-area li.item-name {
    font-weight: 700;
}

.follow-area li.item-name {
    font-weight: 700;
}

.share-area li span {
    font-weight: 700;
}

.follow-area li span {
    font-weight: 700;
}

.share-area ul .svg-inline--fa.fa-w-16 {
    width: 6px;
}

.pf-short {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.verified-user {
    vertical-align: middle;
}

.verified-user .fas {
    padding: 8px;
    background: #ff0048;
    vertical-align: super;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
}

.site-link {
    padding-top: 10px;
}

.site-link a {
    /*color: #000;*/
    font-weight: 700;
    color: #ff0048;
}

.other_comment .media img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.pro-date .svg-inline--fa.fa-w-16 {
    width: 6px;
}

input.add-cmt-input {
    border-radius: 20px !important;
    border: 0 solid #ddd;
    padding: 8px 20px 8px 20px;
    background: #f0f2f5;
}

.pro_content h1 {
    font-size: 30px;
}

.pro_content h2 {
    font-size: 26px;
}

.coll-imgs img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.coll-text {
    background: #fff;
    padding: 5px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 7px 14px 0px rgb(12 12 12 / 12%);
    border-radius: 0 0 5px 5px;
}

.coll-name {
    width: 75%;
    display: inline;
    float: left;
}

p.album-name {
    text-transform: uppercase;
    color: #ff0048;
    font-weight: 600;
}

.collection {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}

.fa-circle:before {
    content: "\f111";
    font-size: 8px;
}

.fas.fa-plus-circle:before,
.fas.fa-share:before {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1.3px;
    -webkit-text-stroke-color: black;
}

/*carousel style */
.ourworks-box {
    width: 60%;
    justify-content: center;
    text-align: center;
}

.our-works-head {
    font-size: 30px;
    font-weight: 400;
    color: black;
}

.introduce {
    max-height: 309px;
    /*background-color:white;
    box-shadow: 0 3px 10px #5969f642;
    border-bottom: 4px solid #5969f6;*/
    color: black;
    position: relative;
}

.information {
    position: absolute;
    top: 0;
    right: 20px;
    color: #ff0048;
    /*box-shadow: 0 3px 15px #5969f666;*/
}

.product_name {
    display: none;
}

.introduce:hover .product_name {
    display: block;
}

.introduce:hover .product_name p {
    POSITION: absolute;
    bottom: 30px;
    padding: 8px 15px;
    /*background: #ffffff8a;*/
    transition-delay: 1s;
    font-size: 12px;
}

.introduce:hover .flex-column-1 {
    opacity: 0.3;
}

.introduce:hover {
    /* box-shadow: 0 3px 15px #5969f666;*/
    /* border-bottom: 4px solid #B122e5;*/
    color: black;
    text-decoration: none;
}

.flex-column-1 {
    min-height: 190px;
    max-height: 100%;
    width: 100%;
    border: 0px solid #fff;
    padding-right: 10px;
}

.flex-column-1 img {
    height: auto;
    width: 100%;
    max-height: 280px;
    min-height: 280px;
    border-radius: 5px;
}

.flex-column-2 {
    /*height: 30%;*/
    width: 100%;
    align-items: center;
}

.text-gray {
    color: gray;
}

.pic {
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic {
    transform: scale(1.1);
}

.carousel-indicators .active {
    background-color: #46eeaa;
}

.carousel-indicators li {
    background-color: #c8e5ff;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-control-prev {
    left: 1% !important;
    width: 30px;
    height: 30px;
}

.carousel-control-next {
    right: 1% !important;
    width: 30px;
    height: 30px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 120px;
    border-radius: 50%;
    background: #ffffffab;
}

.second-title {
    font-size: 18px;
    text-transform: capitalize;
}

.collection-head {}

@media screen and (max-width: 768px) {
    .introduce .product_name {
        display: block;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
        padding: 0;
    }

    .introduce .product_name p {
        POSITION: absolute;
        bottom: 8%;
        padding: 15px 20px;
        background: #ffffff;
        transition-delay: 1s;
        font-size: 12px;
        left: 0;
        width: 100%;
    }

    .share-it {
        position: inherit;
        bottom: 8px;
        left: 45%;
        padding: 0 10px;
        font-size: 14px;
        margin: 0 auto;
        display: inline-block;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 40%;
    }

    .coll-text {
        margin-bottom: 3px;
    }

    .flex-column-1 img {
        height: auto;
        width: 100%;
        max-height: 480px;
        min-height: inherit;
    }

    .introduce {
        max-height: inherit !important;
        /*max-width: 280px;*/
        margin: 0 auto;
        min-height: 400px;
    }

    .coll-text .btn-theme5 {
        float: right;
    }

    #demo .container-fluid {
        padding: 0;
    }
}

@media screen and (max-width: 568px) {
    .flex-column-1 img {
        height: auto;
        width: 100%;
        max-height: 340px;
        max-height: 280px;
        min-height: 280px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 30%;
    }

    .introduce .product_name p {
        POSITION: inherit;
        bottom: 15%;
    }

    .introduce {
        min-height: 300px;
    }
}

.pro-prize {
    font-size: 20px;
    color: #ff0048;
}

.view-modal,
.popup {
    left: 50%;
    position: absolute;
}

button {
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

.view-modal {
    top: 20%;
    color: transparent;
    /*#7d2ae8*/
    font-size: 16px;
    /*padding: 10px 25px;
    background: #fff;*/
    transform: translate(-50%, -50%);
}

.popup {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
}

.popup.show {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
    position: fixed;
    z-index: 2;
}

/*.popup :is(header, .icons, .field) {*/
.popup .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}

header span {
    font-size: 21px;
    font-weight: 600;
}

header .close,
.icons a {
    /*display: flex;*/
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

header .close {
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
    padding: 7px 11px;
}

header .close:hover {
    background: #ebedf9;
}

.popup .content-inner {
    margin: 20px 0;
}

.popup .icons {
    margin: 15px 0 20px 0;
    padding-left: 0;
}

.content-inner p {
    font-size: 16px;
}

.content-inner .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.icons a i {
    transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

.icons a:nth-child(1):hover {
    background: #1877F2;
}

.icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

.icons a:nth-child(2):hover {
    background: #46C1F6;
}

.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

.icons a:nth-child(3):hover {
    background: #e1306c;
}

.icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
    background: #25D366;
}

.icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.icons a:nth-child(5):hover {
    background: #0088cc;
}

.icons a:hover {
    color: #fff;
    border-color: transparent;
}

.icons a:hover i {
    transform: scale(1.2);
}

.content-inner .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.field.active {
    border-color: #7d2ae8;
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.field.active i {
    color: #7d2ae8;
}

.field input {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    background-color: transparent;
}

.field button {
    color: #fff;
    padding: 5px 18px;
    background: #ff0048;
    border: 1px solid #ff0048;
}

.field button:hover {
    background: #fff;
    border: 1px solid #ff0048;
    color: #ff0048;
}

#remove-board {
    /*display: none;*/
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#menu-top-menu ul.dropdown-menu li {
    padding: 5px 10px;

}

#menu-top-menu ul.dropdown-menu li:hover {
    /*background: #f0f2f5;*/
}

/***************************/

.usercp-wrapper h2 {
    border-bottom: 1px solid #cccccc3d;
    font-size: 26px;
    text-align: center;
    padding-bottom: .6em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}

#settingsform .form-control {
    border: 0;
    border-radius: 25px;
    background: #f0f2f5;
    padding: 0 30px;
    color: #555;
}

label {
    font-weight: 500;
    color: #737373;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
    float: left;
    margin-right: 20px;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

#settingsform3 .form-check-label {
    display: contents;
}

.form-check-input:hover {
    background: #ff0048;
}

.form-check-input:checked {
    background: #ff0048;
}

.form-check-input:checked::before {
    height: 10px;
    width: 10px;
    position: absolute;
    content: '';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    color: #fff;
    background: #fff;
    margin: 5px;
    border-radius: 50%;
}

.form-check-input:checked::after {
    /* -webkit-animation: click-wave 0.65s;
     -moz-animation: click-wave 0.65s;
     animation: click-wave 0.65s;*/
    background: #ff0048;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.form-check-input.radio {
    border-radius: 50%;
}

.form-check-input.radio::after {
    border-radius: 50%;
}

.form-check-inline .form-check-input {
    border-radius: 50%;
}

.switch input {
    /*    opacity: 0;
        width: 0;
        height: 0;*/
}

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider1 {
    background-color: #ff0048;
}

input:focus+.slider1 {
    box-shadow: 0 0 1px #ff0048;
}

input:checked+.slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider1.round {
    border-radius: 34px;
}

.slider1.round:before {
    border-radius: 50%;
}

.onoffswitch-text {
    float: left;
    font-weight: 700;
    line-height: 40px;
}

.btncustomsettings {
    font-weight: 700 !important;
    text-align: center;
    border: 1px solid transparent;
    padding: 5px 0 !important;
    font-size: 100% !important;
    border-radius: 5px;
}

.btn-pinc-custom {
    /*width: 20% !important;*/
    min-width: 200px;
    margin: 0 auto;
}

.btn-success-1 {
    color: #fff;
    background-color: #ff0048;
}

.btn-success-1:hover,
.btn-success-1:focus,
.btn-success-1:active,
.btn-success-1.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    outline: none;
    background-color: #ff0048;
}

.upload-wrapper input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-grey {
    background: #eaeaea;
    padding: 10px 15px;
}

.btn-grey:hover {
    background: #e1e1e1;
    padding: 10px 15px;
}

#avatarform label,
#coverform label {
    font-weight: 700;
    color: #343434;
}

/************************  settings page style start here  ****************************/

.scroll-top.open {
    bottom: 30px;
    opacity: 0.7;
    background: #ff0048;
    color: #fff;
    border-radius: 50%;
}

.scroll-top.open:hover {
    opacity: 1;
    background: #ff0048;
    color: #fff;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
}

.scrtabs-tabs-movable-container {
    height: 44px;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
    color: #737373;
    padding: .5rem 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ff0048;
}

.nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    ;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: 2px solid #ff0048;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.nav-tabs .nav-link {
    border-top: 2px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-top: 2px solid #ff0048;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.pin-img {
    width: auto;
    max-height: 180px;
}

.modal-header {
    padding: 10px 10px;
    border-bottom: 0;
}

.modal-header .close {
    padding: 10px 10px;
    margin: -1rem 0rem -1rem auto;
}

.w-input {
    padding: 1px 19px;
}

.btn-group-sm>.btn,
.btn-sm.p-drop {
    padding: 7px;
    line-height: 22px;
}

.my-pin {
    background-color: #f0f2f5;
    border-color: #f0f2f5;
}

.my-pin .fas {
    line-height: 22px;
}

#add-pin-category-select {
    width: 70%;
    float: left;
    border-radius: 10px;
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
    background: #f0f2f5;
}

textarea.form-control {
    height: auto;
    background: #f0f2f5;
    border-radius: 15px;
    border: 0;
}

.form-control {
    border-color: #04ffb0;
    border: 0;
    border-radius: 15px;
    background: transparent;
}

.input-group-text {
    background: transparent;
    border: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    border: 0;
    background: #f0f2f5;
}

.input-group {
    border: 0;
    border-radius: 25px;
    background: #f0f2f5;
}

.addpinform .btn-success-1 {
    padding: 8px 0.5rem;
}

@media screen and (min-width: 769px) {
    .view-all-btn {
        display: block;
    }

    .view-all-btn.bottom-view-all {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .view-all-btn.bottom-view-all {
        display: block;
        text-align: center;
    }

    .view-all-btn.bottom-view-all .btn-theme5 {
        float: none !important;
    }

    .view-all-btn {
        display: none;
    }

    .dropdown-menu.show.notification {
        width: 100%;
        position: absolute;
        right: 170px;
        left: -40px;
    }

    .dropdown-menu.show.notify-drop {
        width: 100%;
        position: absolute;
        left: -163px;
        min-width: 350px;
    }

    .header-menu-left .dropdown-menu.show {
        /*left: -100px !important;*/
        width: 100%;
    }

    .dropdown-item {
        padding: 5px 20px;
    }

    .introduce {
        max-height: 250px;
        color: black;
        position: relative;
        /* max-width: 230px;*/
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .flex-column-1 {
        padding-right: 0;
    }

    .flex-column-1 img {
        height: auto;
        min-height: 230px;
        border-radius: 5px;
    }

    .tab-content>.tab-pane#contact {
        text-align: center;
    }

    .scrtabs-tab-scroll-arrow {
        border: 0;
        color: #ff0048;
        padding: 12px 0;
    }

    .coll-name {
        width: 70%;
    }

    .pin-img {
        width: auto;
        max-height: 110px;
    }
}

@media screen and (max-width: 568px) {
    .dropdown-menu.show.notification {
        width: 100%;
        position: absolute;
        right: 170px;
        left: -110px;
    }

    #menu-top-menu li.menu-explore {
        width: 50%;
    }
}

.scrtabs-tab-scroll-arrow {
    border: 0 solid #ddd;
    color: #ff0048;
    padding: 10px 0;
}

.show-read-more .more-text {
    display: none;
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#loadMore a {
    background: #ff0048;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

#loadMore a:hover {
    background-color: #021737;
}

.coll-left {
    width: 60% !important;
    float: left;
    height: 200px;
    border-radius: 10px 0 0 0 !important;
    margin-right: 0;
    padding-right: 1px;
}

.coll-rt {
    width: 50%;
    height: 100px;
    border-radius: 0 10px 0 0 !important;
    padding-bottom: 1px;
}

.coll-lt {
    width: 50%;
    height: 100px;
    border-radius: 0 !important;
}

.coll-right {
    width: 40%;
    float: left;
}

.product_name p {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.user-name {
    font-weight: bold;
}

@media screen and (min-width: 1440px) {

    /*.share-it {
        position: inherit;
        display: block;
        margin: 0 auto;
    }
    .introduce {
        max-height: 280px;
    }*/
    .coll-name {
        width: 70%;
    }

    .carousel-control-prev {
        left: 1% !important;
    }

    .carousel-control-next {
        right: 1% !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 160px;
    }

    .share-it {
        position: relative;
        bottom: 14px;
        left: 0;
    }

    .btn-theme5 {
        /*width: 90px;*/
        margin: 0 auto;
    }

    .flex-column-1 {
        min-height: 190px;
        max-height: 100%;
        width: 100%;
        border: 0px solid #fff;
        padding: 0 5px;
    }

    .introduce {
        max-height: 319px;
        max-width: 280px;
    }

    .flex-column-1 img {
        height: auto;
        width: 100%;
        max-height: 300px;
        min-height: 300px;
    }

    .coll-left {
        height: 250px;
    }

    .coll-rt {
        height: 125px;
    }

    .coll-lt {
        height: 125px;
    }
}

@media screen and (min-width: 768px) {
    .nav-tabs {
        border-top: 1px solid #dee2e6;
        border-bottom: 0;
        width: 100%;
        padding: 0 15%;
    }
}

@media screen and (max-width: 768px) {
    .coll-left {
        height: 300px;
    }

    .coll-rt {
        height: 150px;
    }

    .coll-lt {
        height: 150px;
    }

    .masonry {
        column-gap: 0.5em;
        margin: 0 0.5em;
    }
}

@media screen and (max-width: 568px) {
    .collection-head .w-75 {
        width: 100% !important;
        min-width: 100%;
        display: block !important;
    }

    .view-all-btn {
        width: 100%;
        min-width: 100%;
    }

    .view-all-btn .btn-theme5 {
        float: left !important;
    }

    .coll-left {
        height: 250px;
    }

    .coll-rt {
        height: 125px;
    }

    .coll-lt {
        height: 125px;
    }

    .onoffswitch-text {
        float: right;
        font-weight: 700;
        line-height: 20px;
        width: 70%;
    }

    .idea-outer {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .other .num_post {
        font-size: 14px;
        width: 40%;
        float: left;
        line-height: 30px;
    }
}

.red {
    /*   background-color:red;*/
}

/* Basic Rules */
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px 20px 8px 8px;
    /*transform:translateY(50%);*/
    position: relative;
}

/* Style Wired */
.slider-switch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider-switch:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

input:checked+.slider-switch:before {
    transform: translateX(30px);
    background: #ff0048;
}

input:checked+.slider-switch {
    box-shadow: 0 0 0 2px #ff0048, 0 0 2px #ff0048;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -140px;
        top: 50px;
    }

    .navbar-expand-lg .navbar-nav.header-menu-left .dropdown-menu {
        position: absolute;
        left: 0;
        top: 50px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.notify-drop {
        position: absolute;
        left: -200px;
        top: 50px;
        width: 350px;
    }
}

@media (max-width: 568px) {
    .user-name {
        text-align: center;
    }

    .follow-area li {
        display: inline-block;
        padding-left: 10px;
        width: 49%;
    }

    .follow-area li:first-child {
        padding-left: 0;
        text-align: left;
    }

    .follow-area li {
        text-align: right;
    }

    .follow-area ul {
        width: 100%;
        display: inline-block;
    }

    .follow-area {
        display: inline-block;
        width: 100%;
    }

}


/******** masonry style end here *********/
.img-upload {
    padding: 15px;
    background: #f0f2f5;
    width: 92%;
    margin: 0 auto;
    border-radius: 5px;
}

.drop-zone {
    max-width: 340px;
    height: 400px;
    padding: 0;
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #998a8a;
    border-radius: 10px;
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    background-position: center;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.read-text {
    position: absolute;
    bottom: 10%;
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    left: 10%;
}

.drop-zone__prompt {
    position: absolute;
    top: 40%;
    left: 15%;
    width: 70%;
    text-align: center;
}

.btn-save {
    width: 92%;
    padding: 10px;
    border-radius: 25px;
    background: #f0f2f5;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}

.profile-p {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.form-user-img {
    height: 50px;
    width: 50px;
    max-width: 80px;
    max-height: 80px;
    display: inline;
    border-radius: 50%;
}

.form-input {}

.form-control:focus {
    color: #495057;
    background-color: #f0f2f5;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.form-user-name {
    display: inline-block;
    margin-left: 5px;
}

.cat-select {
    text-align: right;
    display: flex;
    float: right;
}

#addpinModal .cat-select {
    text-align: right;
    display: flex;
    float: left;
}

#cat1 {
    margin: 10px 0;
    display: flex;
}

#publish-btn {
    float: left;
    margin-left: 0;
}

.btn-cat-save {
    border-radius: 10px !important;
    margin-left: 10px;
    float: right;
    line-height: 26px;
}

/*********** menu notification style start here *********/

.navbar-default .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.navbar-default .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}

.navbar-default .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li a {
    font-size: 12px;
    font-weight: normal;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
    font-weight: bold;
    font-size: 11px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff);
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}

.notify-img {
    display: flex;
}

.drop-content {
    height: 500px;
    overflow: scroll;
}

li.image-2 {
    background: #f0f2f5;
    margin: 10px;
    border-radius: 10px;
    padding: 5px 0px 15px 0px !important;
}

.img-2-1 p {
    position: absolute;
    top: 50px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
    padding: 10px;
}

.img-2-2 p {
    position: absolute;
    top: 50px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
    padding: 10px;
}

.img-2-1 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 10px 0 0 10px;

    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-2-2 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 0 10px 10px 0;

    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.drop-content .time {
    font-weight: 500;
}

.img-2-1:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-2-2:hover img {
    background: #50b948;
    opacity: 0.6;
}

.container:hover p {
    opacity: 1;
}

/***** img3 style start here */
li.image-3 {
    background: #f0f2f5;
    margin: 10px;
    border-radius: 10px;
    padding: 5px 0px 15px 0px !important;
}

.img-3-1 p {
    position: absolute;
    top: 50px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
    padding: 5px;
}

.img-3-2 p {
    position: absolute;
    top: 50px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
    padding: 5px;
}

.img-3-3 p {
    position: absolute;
    top: 50px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
    padding: 5px;
}

.img-3-1 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 10px 0 0 10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-3-2 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-3-3 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 0 10px 10px 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.drop-content .time {
    font-weight: 500;
}

.img-3-1:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-3-2:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-3-3:hover img {
    background: #50b948;
    opacity: 0.6;
}

/***** img3 style end here */

/***** img4 style start here */
li.image-4 {
    background: #f0f2f5;
    margin: 10px;
    border-radius: 10px;
    padding: 5px 0px 15px 0px !important;
}

.img-4-1 p {
    position: absolute;
    top: 25px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
}

.img-4-2 p {
    position: absolute;
    top: 25px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
}

.img-4-3 p {
    position: absolute;
    top: 25px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
}

.img-4-4 p {
    position: absolute;
    top: 25px;
    width: auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
    z-index: 1;
}

.img-4-1 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 10px 0 0 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-4-2 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 0 10px 0 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-4-3 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 0 0 0 10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-4-4 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 0 0 10px 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-4-1:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-4-2:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-4-3:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-4-4:hover img {
    background: #50b948;
    opacity: 0.6;
}

/***** img4 style end here */

/***** img6 style start here */
li.image-6 {
    background: #f0f2f5;
    margin: 10px;
    border-radius: 10px;
    padding: 5px 0px 15px 0px !important;
    display: flow-root;
}

.img-6-1 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 10px 0 0 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-6-2 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 0 10px 0 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-6-3 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 0 0 0 10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-6-4 img {
    width: 100%;
    position: relative;
    height: 160px;
    display: inline;
    border-radius: 0 0 10px 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-6-5 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 10px 0 0 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-6-6 img {
    width: 100%;
    position: relative;
    height: 80px;
    display: inline;
    border-radius: 0 10px 0 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.img-6-1:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-6-2:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-6-3:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-6-4:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-6-5:hover img {
    background: #50b948;
    opacity: 0.6;
}

.img-6-6:hover img {
    background: #50b948;
    opacity: 0.6;
}

li.image-6 .notify-img {
    width: 50%;
    float: left;
    padding: 1px;
}

li.image-6 .notify-img1 .coll-left {
    border-radius: 10px 0 0 10px !important;
}

li.image-6 .notify-img1 .coll-rt,
li.image-6 .notify-img1 .coll-lt {
    border-radius: 0 !important;
}

li.image-6 .coll-left {
    width: 50% !important;
    float: left;
    height: 140px;
}

li.image-6 .coll-lt {
    height: 70px;
}

li.image-6 .coll-rt {
    height: 70px;
}

li.image-6 .coll-right {
    width: 50%;
    float: left;
}

li.image-6 .notify-img2 .coll-left {
    border-radius: 0 !important;
}

li.image-6 .notify-img2 .coll-rt {
    border-radius: 0 10px 0 0 !important;
}

li.image-6 .notify-img2 .coll-lt {
    border-radius: 0 0 10px 0 !important;
}

/***** img6 style end here */

.notify-img .overlayer:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.notify-img .overlayer:hover:after {
    opacity: 1;
}

.overlayer {
    position: relative;
}

/*********** menu notification style end here *********/
.menu-user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*float: left;*/
    margin-right: 5px;
}

.user-avatar {
    width: 280px;
    position: absolute;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    box-shadow: 0 2px 2px 0 #00000030;
    background: #fff;
    padding: 10px;
    right: 0px;
    /* display: inline-flex; */
    border-radius: 10px;
    z-index: 11;
}

.user-avatar h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.user-info {}

.user-settings p {
    font-size: 12px;
}

.user-settings ul {
    padding-left: 0;
    padding-top: 10px;
}

.user-settings ul li {
    list-style: none;

}

.user-settings ul li a {
    color: #000;
    padding: 5px;
    display: block;
    border-radius: 10px;
}

.user-settings ul li:hover a {
    /*color: #000;
    display: block;
    background: #f1f1f1;*/

}

@media only screen and (max-width: 768px) {
    #addpinModal .cat-select {
        float: none;
    }

    .drop-zone {
        width: auto;
    }
}

@media only screen and (max-width: 425px) {
    .drop-zone {
        max-width: 100%;
        height: 400px;
    }

    .img-upload {
        padding: 15px;
        background: #f0f2f5;
        width: 100%;
    }

    .btn-save {
        width: 100%;
    }

    /* #cat1 {
        width: 206px;
    } */
}

/*tab schroll on mouse wheel*/
.js-upload-file,
.modal-backdrop {
    display: none;
}

.js-upload-file.open,
.modal-backdrop.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.js-upload-file {
    display: none;
    /* Hidden by default */
    padding-top: 100px;
    /* Location of the box */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-dialog {
    margin: auto;
}

.modal-content {
    position: relative;
    margin: auto;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* menu search style start here*/
.header-search {
    position: relative;
    width: auto;
    min-width: 40px;
}

.header-search .fade.collapse {
    background: rgb(240, 242, 245);
    border-radius: 25px;
    padding: 0px 5px;
}

.header-search .nav-link {
    background: transparent;
    position: absolute;
    right: 5px;
    border-radius: 25px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    border-radius: .25rem;
}


.bfd-dropfield {
    display: inline;
    padding: 5px;
}

.bfd-dropfield-inner {
    border: 5px dashed #888;
    color: #888;
    cursor: pointer;
    font-size: 32px;
    text-align: center;
}

.bfd-dropfield-inner:hover,
.bfd-dropfield-inner.bfd-dragover {
    border-color: #bbb;
    color: #bbb;
}

.bfd-info {
    overflow: hidden;
    white-space: nowrap;
}

.bfd-error-message {
    text-align: center;
}

.bfd-remove {
    cursor: pointer;
}

.no-more-img {
    padding-top: 55%;
}

/* iphon 5 styling start here */

@media screen and (max-width: 568px) {
    .top-ftr {
        width: 100%;
    }

    .collection .row .col-lg-3.col-sm-6 {
        /*padding-left: 0;
        padding-right: 0;*/
    }

    .share-area .row .col-2 {
        max-width: 25%;
        width: 25%;
        flex: 0 0 25%;
    }

    .usercp-wrapper {
        margin: 0;
        padding: 0;
    }

    .header-search .nav-link {
        background: transparent;
        position: absolute;
        border-radius: 25px;
        top: 10px;
        right: 20px;
    }

    #masonry .dropdown .dropdown-menu.show {
        left: -130px;
    }

    #addpinModal .cat-select {
        text-align: right;
        display: flex;
        float: left;
        width: 100%;
    }

    .navbar-nav.header-menu-right {
        padding-left: 0;
        /*background: transparent;*/
    }

    .navbar-nav.header-menu-right {
        padding-left: 25%;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        margin: 10px;
        width: 40%;
    }

    .navbar-brand img {
        max-width: 150px;
    }

    .navbar-nav {
        width: 40%;
    }

    .follower {
        line-height: 20px;
    }

}

@media screen and (max-width: 375px) {
    .navbar-nav.header-menu-right {
        padding-left: 40%;
    }

    .navbar-brand img {
        max-width: 137px;
    }
}

@media screen and (max-width: 320px) {
    .navbar-nav.header-menu-right {
        padding-left: 25%;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        margin: 10px 0;
        width: 45%;
    }

    /*#product {*/
    /*    padding-top: 0 !important;*/
    /*}*/

    .navbar-brand img {
        max-width: 135px;
        height: 20px;
        margin: 5px 0;
    }

    .navbar-nav {
        width: 35%;
    }

    .dropdown-menu.show.notify-drop {
        width: 100%;
        position: absolute;
        left: -103px;
        min-width: 300px;
    }

    /*.follow-area li {*/
    /*    text-align: center;*/
    /*    width: 100%;*/
    /*    border-bottom: 1px solid red;*/
    /*    padding: 3px 0;*/
    /*}*/

    /*.follow-area li:first-child {*/
    /*    text-align: center;*/
    /*}*/

    .switch {
        margin: 8px 15px 8px 8px;
    }

    .btn-cat-save {
        border-radius: 10px !important;
        margin-left: 10px;
        float: none;
        line-height: 26px;
        display: block;
        /*width: 30%;*/
        margin: 10px auto;
    }

}


/******** masonry style start here *********/

.container-masonry {
    margin: 0 auto;
}

.item-outer {
    border-radius: 10px;
    padding: 0;
    margin: 0 auto 1em auto;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    transition: all 120ms ease;
}

.item-outer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: all 100ms ease;
}

.item-outer:hover {
    /*opacity: 0.75;*/
    z-index: 3;
}

.item-outer:hover::before {
    transform: scale(1);
    opacity: 1;
}

.item-outer img {
    width: 100%;
    height: auto;
    display: block;
}

.grid-sizer,
.item-outer {
    /*width: 19.6%;*/
    width: 19.55%;
    /*width: 18%;*/
}

.interior {
    /*border-bottom: 1px solid #ccc;*/
    position: relative;
    z-index: 1;
    background: #f9f9f9;
}

@media screen and (max-width: 768px) {

    .grid-sizer,
    .item-outer {
        width: 32%;
    }

}

@media screen and (max-width: 500px) {

    .grid-sizer,
    .item-outer {
        width: 49%;
        width: 48.5%;
    }
}

/******** masonry style end here *********/

/* CSS BY Shubham */
div#boardList {
    position: absolute;
    top: 52px;
    background-color: #f1f1f1;
    z-index: 999;
    border-radius: 10px;
}

div#boardList ul li {
    list-style: none;
    padding: 10px;
}

div#boardList ul {
    padding-left: 0;
}

div#boardList ul li a {
    color: inherit;
    transition: 0s;

}

div#boardList ul li:hover {
    background-color: #ff0048;
}

div#boardList ul li:hover a {
    color: #fff !important;
}

div#tagList {
    background-color: #f0f2f5;
}

div#tagList ul li {
    list-style: none;
    padding: 10px;
}

div#tagList ul li a {
    color: inherit;
    transition: 0s;

}

div#tagList ul li:hover {
    background-color: #ff0048;
    color: #fff !important;
}


div#tagList ul {
    padding: 0;
}

button#tag-publish-btnn {
    position: relative;
}

button#tag-publish-btnn i {
    position: absolute;
}

button#tag-publish-btnn i {
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 12px;
    background-color: black;
    padding: 4px 6px;
    border-radius: 25px;
}

button#tag-publish-btnn {
    float: left;
}

button#tag-publish-btnn {
    padding: 3px 15px 3px 10px;
    font-size: 14px;
}

.drop-content {
    height: inherit !important;
    min-height: 100px !important;
    max-height: 500px !important;
    overflow: scroll;
}

.profile_tabs {
    display: flex;
    justify-content: center;
}

.item-outer {
    z-index: 2;
}

#postsContainer {
    width: 100%;
    max-width: 1170px;
    margin: 50px auto;
}

@media screen and (max-width: 1200px) {
    #postsContainer {
        max-width: 960px;
    }
}

@media screen and (max-width: 1024px) {
    #postsContainer {
        max-width: 768px;
    }
}

@media screen and (max-width: 800px) {
    #postsContainer {
        max-width: 640px;
    }
}

@media screen and (max-width: 640px) {
    #postsContainer {
        max-width: 480px;
    }
}

@media screen and (max-width: 550px) {
    #postsContainer {
        max-width: 480px;
    }
}

@media screen and (max-width: 480px) {
    #postsContainer {
        max-width: 320px;
    }
}

.grid-item:hover {

    -webkit-box-shadow: 0 4px 15px -5px #818181;
    box-shadow: 0 4px 15px -5px #818181;
}

.grid-item {
    float: left;
    transition: all 0.5s ease;
    background-color: #fff;
    width: 220px;
    padding: 0;
    margin: 5px;
    text-align: center;
}

@media (max-width: 435px) {
    .grid-item {
        width: 180px;
    }
}

@media (max-width: 375px) {
    .grid-item {
        width: 135px;
    }
}

@media (max-width: 320px) {
    .grid-item {
        width: 125px;
    }
}

h2 {
    font-size: 1em;
    text-align: center;
}

img {
    max-width: 100%;
}



.user_pro_main {
    background-color: #f9f9f9;
    /*min-height: 1000px;*/
}

.user_pro_tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dadada;
}

.user_pro_tabs a {
    padding: 10px 15px;
    text-decoration: none;
    color: #2b2b2b;
    font-size: 14px;
    transition: .2s ease-in-out;
    border: 1px solid #dadada;
    border-top: 0;
    border-bottom: 0;
}

/*.user_pro_tabs a:not(:last-child) {*/
/*    border-right: 1px solid #dadada;*/
/*}*/

.user_pro_tabs a:hover {
    color: #fff;
    background-color: #ff0048;
}



/* .boardPosts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 300px));
    grid-gap: 5px;
    justify-content: center;
  }
  
  .item {
    border-radius: 5px;
    padding: 10px;
    background: #f2f2f2;
  }
  .item img {
    max-width: 100%;
  }
  .level-1 {
    grid-row-end: span 2;
  }
  .level-2 {
    grid-row-end: span 1;
  }
  .level-3 {
    grid-row-end: span 2;
  }
  .level-4 {
    grid-row-end: span 2;
  }
  .level-5 {
    grid-row-end: span 1;
  } */



/* ------------------ User Search Page CSS ----------------- */

.searched_user_list {
    background-color: #f9f9f9;
    height: 1000px;
    padding: 50px 0;
}

.user_list_outer {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0px #c5c3c3;
    /* position: relative; */
    margin: 15px 0;
}

.acc_preview_left img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 0 0 10px;
    padding-right: 1px;
}

.acc_preview_right img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 0 10px 10px 0;
    padding-right: 1px;
}

.user_list_img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    border: 3px solid #fff;
    margin: -50px auto 0;

}

.user_list_details h3 {
    margin-bottom: 0;
}

.user_list_details i {
    font-size: 16px;
    color: #ff0048;

}

i.verified_icon {
    color: #f6424c;
    font-size: 16px;
}

.user_list_details h3 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
  /*  min-height: 33px; */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.user_list_details p {
    font-size: 13px;
    margin-bottom: 8px;
}

.user_list_details button {
    background-color: #ff0048;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid #ff0048;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.user_list_details button:hover {
    background-color: #fff;
    color: #ff0048;
    border: 1px solid #ff0048;
}

.user_list_details button:focus {
    outline: none;
}

/* ------------------ User Search Page CSS End ----------------- */


/* ----------------- Home Page CSS ------------------ */

.img_bg {
    background-image: url(/front/img/background-image-min.jpg);
    background-size: cover;
    background-position: center;
}

.home_banner {
    /*padding: 100px 0;*/
    padding: 150px 0;
    /*background: #ff4b7e;*/
    /*background: -webkit-linear-gradient(to right, #ff9472, #ff4b7e);*/
    /*background: linear-gradient(to right, #ff9472, #ff4b7e);*/
    background: #000000d6;
}

@media (max-width: 767px) {
    .home_banner {
        padding: 90px 0;
    }
}

.home_banner_title h1 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 700;
}

.home_banner_search input {
    width: 100%;
    height: 45px;
    border: none;
    padding: 0 45px 0 10px;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
}

.home_banner_search input:focus {
    outline: none;
}

.home_banner_search select {
    width: 100%;
    height: 45px;
    border: none;
    padding: 0;
    background-color: #fff;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-radius: 0 !important;
}

.home_banner_search select:focus {
    outline: none;
}

/*.home_banner_search button{*/
/*    width: 100%;   */
/*    border: none;*/
/*    height: 45px;   */
/*    padding: 0 10px;*/
/*    background-color: #fff;*/
/*    border-radius: 0 3px 3px 0;*/
/*}*/

.home_input_area button {
    position: absolute;
    right: 5px;
    top: 9px;
    background-color: #fff;
    color: #757575;
}

.home_banner_search button:focus {
    outline: none;
}

.home_banner_title p {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 20px;
}

.categories_srks {
    padding: 50px 0;
}

.section_title_srks h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.category_card {
    position: relative;
    margin: 0 5px;
}

.category_slider .slick-dots {
    display: block;
}

.category_card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.category_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    background-image: linear-gradient(180deg, #00000000, #ff00484d);
    border-radius: 10px;
    text-align: center;
}

.category_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #fff;
}

.category_title h3 {
    font-size: 1.25rem;
    margin-bottom: 2px;
}

.category_title a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.slick-dots li button:before {
    font-size: 12px !important;
    margin-top: 10px;
}

.popular_user {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.popular_bard_list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    padding: 1px;
}

.board_list_side img {
    height: 100px;
    padding: 1px;
}

.board_list_details h3 {
    line-height: 1rem;
    margin: 5px 0 10px;
   /* min-height: 48px; */
}

.board_list_details h3 a {
    font-size: 1rem;
    font-weight: 500;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
  /*  min-height: 33px; */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;

}

.board_list_details button {
    width: 100%;
    border-radius: 5px;
}

.board_feature_img {
    position: relative;
}

span.image_count {
    position: absolute;
    z-index: 1;
    left: 1px;
    bottom: 1px;
    padding: 2px 5px 3px;
    color: #fff;
    background-color: #000000a6;
    font-size: 12px;
    font-weight: 500;
}

.shop_this_look {
    padding: 50px 0;
}

.shop_product_outer {
    padding: 10px;
    /* border: 1px solid #f1f1f1; */
    box-shadow: 0 1px 2px 0px #c5c3c3;
    border-radius: 10px;
    position: relative;
}

.shop_product_outer img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

/* .shop_meta h3 {
    line-height: 1rem;
    margin: 5px 0 10px;
}

.shop_product_outer h3 a {
    font-size: 1rem;
    font-weight: 600;
    color: #343434;
    text-decoration: none;
} */

.shop_product_outer span {
    position: absolute;
    padding: 3px 7px;
    background-color: #ff0048;
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    top: 20px;
    left: 20px;
}

/* ----------------- Home Page CSS End ------------------ */

.following_container {
    background-color: #ffffff;
    min-height: 200px;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0px #c5c3c3;
    padding: 20px;
}

.profile_tab_area {
    background-color: #f9f9f9;
}

.profile_tab_area .collection {
    background-color: #f9f9f9;
}

.following_list {
    display: flex;
    align-items: center;
}

.following_list img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}

.following_list h3 a {
    font-size: 1.25rem;
    color: #343434;
}

.following_p_btn button {
    background-color: #ff0048;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 15px;
}

.following_person {
    padding: 7px 0
}

.following_count {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.following_count h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
}




.site_main_search {
    background-color: #f1f1f1;
    border-radius: 25px;
}

span.placeholder_icon {
    position: absolute;
    z-index: 1;
    color: #bdc0d1;
    left: 24px;
    top: -1px;
}

.site_main_search input[type="text"] {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background-color: inherit;
}

.site_main_search select {
    border-right: 1px solid #dbdbdb;
    border-radius: 25px 0 0 25px;
    font-size: 13px;
    padding: 8px 0 8px 5px;
    background-color: inherit;
}

.site_main_search select option {
    background-color: #ffffff;
    color: #7e7e7e;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
}

.site_main_search button {
    margin-top: 2px;
    color: #343434;
    background-color: inherit;
}

.site_main_search button:focus {
    outline: none;
}

.site_main_search button:hover {
    color: #ff0048;
}

.site_main_search input::placeholder {
    color: #9b9b9b;
    font-size: 13px;
}


div#boardListMobile {
    position: absolute;
    top: 52px;
    background-color: #f1f1f1;
    z-index: 999;
    border-radius: 10px;
}

div#boardListMobile ul li {
    list-style: none;
    padding: 10px;
}

div#boardListMobile ul {
    padding-left: 0;
}

div#boardListMobile ul li a {
    color: inherit;
    transition: 0s;

}

div#boardListMobile ul li:hover {
    background-color: #ff0048;
}

div#boardListMobile ul li:hover a {
    color: #fff !important;
}

#addpinModal input::placeholder {
    font-size: 14px;
}

#addpinModal select {
    font-size: 14px;
}

#addpinModal textarea::placeholder {
    font-size: 14px;
}

span.modal_close_btn:hover {
    cursor: pointer;
}

span.modal_close_btn i {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 20px;
    color: #5c5c5c;

}

.ajax-load {
    /*background: #e1e1e1;*/
    padding: 10px 0px;
    width: 100%;
}

.ajax-load.text-center img {
    width: 30px;
    margin-right: 10px;
}




.choose_box_outer {
    position: relative;
    width: 100%;
    height: 130px;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.choose_box_outer input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    z-index: 9;
}

.choose_box_outer label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    background-color: #0000009e;
    border-radius: 10px;
    margin: 0;
}

.choose_box_outer label span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.choose_box_outer img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
    border-radius: 10px;
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    z-index: 1;
    display: none;
}

.choose_box_outer input:checked~.checkmark {
    background-color: #ff0048;
    display: block;
}

.choose_box_outer input:checked~label {
    background-color: #4d0016bd;
}

.choose_box_outer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.choose_box_outer input:checked~.checkmark:after {
    display: block;
}

.choose_box_outer .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.choose_interest {
    padding: 50px 0;
}

.choose_interest h3 {
    font-size: 1.75rem;
    font-weight: 500;
}


.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}


.loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/* --------- CSS For Align Masonry Items Center --------- */

/*
.grid{
    width: 1300px;
    margin: 0 auto;
}

.grid-item{
    width: 240px;
}

@media (max-width: 1024px){
    .grid{
        width: 1000px;
        margin: 0 auto;
    }
    
    .grid-item{
        width: 180px;
    }
}

@media (max-width: 768px){
    .grid{
        width: 700px;
        margin: 0 auto;
    }
    
    .grid-item{
        width: 215px;
    }
}

@media (max-width: 425px){
    .grid{
        width: 400px;
        margin: 0 auto;
    }
    
    .grid-item{
        width: 180px;
    }
}

@media (max-width: 375px){
    .grid{
        width: 350px;
        margin: 0 auto;
    }
    
    .grid-item{
        width: 155px;
    }
}

*/

.grid {
    width: 1320px;
    margin: 0 auto;
    position: relative;
}

.grid-item {
    width: 250px;
    margin: 0 3px 12px;
}

@media (max-width: 1350px) {
    .grid {
        width: 1050px;
    }

    .grid-item {
        width: 249px;
    }
}

@media (max-width: 1086px) {
    .grid {
        width: 792px;
    }

    .grid-item {
        width: 249px;
    }
}

@media (max-width: 822px) {
    .grid {
        width: 528px;
    }

    .grid-item {
        width: 249px;
    }
}
@media (max-width: 558px) {
    .grid {
        width: 264px;
    }

    .grid-item {
        width: 249px;
    }
}

@media (max-width: 481px) {
    .grid {
        width: 100%;
    }

    .grid-item {
        width: 46%;
    }
}	

/* --------- CSS End For Align Masonry Items Center --------- */

/* ---------------- CSS IMPORTED FROM NEW STYLE.CSS FILE ------------------ */

.post_detail_img img {
	border: 1px solid #f9f9f9 !important;
}

button:focus {
	box-shadow: none !important;
	outline: none !important;
}

.add_pin_btn {
	background-color: #ff0048;
	color: #fff;
}

.single_page_title h1 {
	text-align: center;
	font-size: 26px;
	margin: 15px 0 5px;
        text-transform: capitalize;

}

.single_page_bg {
	background-color: #f9f9f9;
}

.category_slider .slick-dots {
	display: block !important;
}

.home_banner_search{
    position: relative;
}

.homepage_suggestions {
	position: absolute;
	width: 99.89%;
	/*top: 0 !important;*/
	top: 42px !important;
	border-top: 1px solid #f1f1f1;
	background-color: #ffffff !important;
	box-shadow: 0 5px 5px 0 #00000038;
	border-radius: 0 0 10px 10px !important;
}

.home_input_area {
	position: relative;
}


/* mobile menu css   */

.mobile_header {
	z-index: 9;
	padding: 10px 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	box-shadow: 0 2px 2px 0 #00000021;
	width: 100%;
}

.mobile_logo img {
	width: 135px;
}

.mobile_header_icons {
	text-align: right;
}

.mobile_header_icons span {
	font-size: 18px;
	margin-left: 10px;
	color: #ff0048;
}

.sidenav {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: -100%;
	background-color: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
}

.sidenav a {
	color: #000;
	display: block;
	transition: 0.3s;
	text-decoration: none;
	text-transform: capitalize;
}

.sidenav a:hover {
	color: #ff0048;
}

.mobile_menu {
	position: relative;
}

.menu_close {
	padding: 10px 15px;
	background-color: #ff0048;
	display: flex;
}

.menu_close p {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
}

.menu_close a {
	margin-left: auto;
	text-decoration: none;
	color: #fff;
}

.mobile_menu ul li {
	list-style: none;
	padding: 10px 17px 10px 15px;
	border-bottom: 1px solid #f1f1f1;
}

.mobile_menu ul li:hover {
	background-color: #f1f1f1;
}

.mobile_menu ul {
	padding: 0;
}

.mobile_menu ul li a i {
	float: right;
}

@media (min-width: 991px) {
	span.hamburger {
		display: none;
	}
}


/* mobile menu css end  */


/* mobile search css */

.mobile_search {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: -100%;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
}

.mobile_searchbar input {
	width: 100%;
	height: 35px;
	border: 1px solid #dddddd;
	border-radius: 4px 0 0 4px;
	padding: 6px 30px 6px 6px;
	background-color: #fff;
}

.mobile_searchbar input:focus {
	outline: none;
}

.mobile_searchbar select {
	width: 100%;
	height: 35px;
	border: 1px solid #dddddd;
	border-radius: 0 4px 4px 0;
	padding: 6px;
	background-color: #fff;
}

.mobile_searchbar select:focus {
	outline: none;
}

.mobile_searchbar {
	background-color: #f9f9f9;
	padding: 10px 0;
}

.search_mobile_bar {
	position: relative;
}

.search_mobile_bar button {
	border: none;
	background-color: #fff;
	position: absolute;
	right: 2px;
	top: 5px;
	color: #757575;
}

.search_mobile_bar button:focus {
	outline: none;
}

.mobile_header {
	display: none;
}

@media (max-width: 991px) {
	.desktop_header {
		display: none;
	}
	.mobile_header {
		display: block;
	}
}


/* mobile search css end */

.mob_search_slide {
	position: relative;
}

div#boardListMobile {
	position: absolute;
	top: 55px;
	width: 100%;
	border-radius: 0;
	background-color: #ffffff;
	z-index: 999;
	padding: 0px 8px;
}

div#boardListMobile ul li {
	border-bottom: 1px solid #f1f1f1;
}

.style_profile_pic img {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	border: 4px solid #fff;
	box-shadow: 0 2px 2px 0 #00000030;
}

h1.vore_user_name {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* number of lines to show */
	line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 32px;
}

.post_title_details h1 {
	font-size: 1.75rem;
	word-wrap: break-word;
}

.post_title_details h2 {
	font-size: 1.25rem;
	text-align: left;
	margin-bottom: 15px;
}
.post_title_details p {
    word-wrap: break-word;
}

/*=========== CSS Start For About, Contact, Terms, Privacy, Claim Profile Page============*/

.claim_profile {
	background-color: #f9f9f9;
	padding: 50px 0;
}

.claim_form_container {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 #00000026;
	background-color: #fff;
}

.claim_form_container input::placeholder {
	color: #b3b3b3;
	font-size: 14px;
}

.claim_form_container h3 {
	font-size: 1rem;
	margin: 10px 0 5px;
}

.claim_form_container h3 span {
	font-size: 12px;
	color: rgb(153, 153, 153);
}

.claim_form_container input {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 5px;
	background-color: #f9f9f9;
}

.claim_form_container input[type="file"] {
	padding: 2px;
	background-color: #f9f9f9;
}

.claim_form_container input:focus {
	outline: none;
	border: 1px solid #ff0048;
}

.claim_form_container textarea {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 5px;
	min-height: 150px;
	background-color: #f9f9f9;
}

.claim_form_container textarea::placeholder {
	color: #b3b3b3;
	font-size: 14px;
}

.claim_form_container textarea:focus {
	outline: none;
	border: 1px solid #ff0048;
}

.claim_profile h1 {
	font-size: 26px;
	margin-bottom: 15px;
	text-align: center;
}

.term_about_cont p {
	margin: 10px 0;
	color: #585858;
    letter-spacing: 0.03em;
}

.term_about_cont h3 {
	font-size: 20px;
}

.term_about_cont ul {
	padding-left: 25px;
}

.term_about_cont ol {
	padding-left: 25px;
}

.term_about_cont li {
	font-size: 14px;
	margin: 5px 0;
	color: #585858;
    letter-spacing: 0.03em;
}

.term_about_cont a {
	color: #ff0048;
}


/*=========== CSS End For About, Contact, Terms, Privacy, Claim Profile Page============*/

.board_page_title h1{
    font-size: 1.75rem;
    text-transform: capitalize;
}

.post_board_count p{
    font-weight: 700;
}

.post_board_count p span {
    font-weight: normal;
}

.alert{
    margin-bottom: 0;
}

.alert ul{
    margin: 0;
    padding-left: 15px;

}

@media (max-width: 1199px) {
	h1.vore_user_name {
		font-size: 1.5rem;
	}
	.follow-area ul li {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.single_page_bg {
	/*	margin-top: 50px; */
	}
	section#product {
  /*  margin-top: 50px; */
    }
}

@media (max-width: 767px) {
	.hide_mobile_tab {
		display: none;
	}
	.style_profile_pic img {
		display: block;
		margin: 0 auto;
		width: 120px;
		height: 120px;
	}
	h1.vore_user_name {
		text-align: center;
	}
	.userFollow.userFollowBtn {
		display: block !important;
		margin: 0 auto !important;
		/* padding: 2px !important; */
		font-weight: 700;
	}
	.follow-area li:first-child {
		text-align: left;
	}
	.follow-area li {
		text-align: right;
	}
	.post_title_details h1 {
		font-size: 1.5rem;
	}

	.post_deatil_fl_btn {
		float: right !important;
	}

	input#user_avatar {
		width: 100%;
		margin-bottom: 15px;
	}
	.wf-box .content-inner h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
	}

}

@media (max-width: 425px) {
	.post_title_details h1 {
		font-size: 1.25rem;
	}
}

@media (max-width: 375px) {
	.user_list_details button {
		padding: 5px 10px;
		font-size: 14px;
	}
	.home_banner_title h1 {
		font-size: 2rem;
	}
}

/* ---------------- CSS IMPORTED FROM NEW STYLE.CSS FILE END ------------------ */

/*    load-more-button.css */

.interior.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    /*height: 100%;*/
}
.interior {
    /*border-bottom: 1px solid #ccc;*/
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 40px 0;
}
/*.interior {*/
/*    border-bottom: 1px solid #ccc;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
   /* background: #faa635;*/
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

/* load-more-button.css */

.first_name_char {
    width: 130px;
    height: 130px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    float: right;
}

.first_name_char h3 {
    margin: 0;
    font-size: 5rem;
    font-weight: 600;
    color: #f6424c;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .first_name_char{
        margin: 0 auto;
    float: none;
    }
}

li.menu-girls a {
    text-transform: capitalize;
}

button.tag-select-btn {
    text-transform: capitalize;
    font-weight: 600;
}

.user_pro_main {
    min-height: 250px;
}


.header-menu-right {
    align-items: center;
}

li.head_pin a {
    padding: 8px;
    text-decoration: none;
    color: #2b2b2b;
    font-size: 14px;
    margin-left: 7px;
    border-radius: 5px;
    background-color: #ff0048;
    color: #fff;
}
.item1 a {
    white-space: nowrap;
}


/* ---- CSS Below For Tags Slider -------- */

section.featured_tags {
    padding: 5px;
    background-color: #f1f1f1;
}

.feature_tag_list a img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 3px;
    display: inherit;
}

.feature_tag_list {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px 5px 5px;
    border-radius: 100px;
    margin: 5px;
}
.feature_tag_list:hover {
    box-shadow: 0 2px 3px 0px #00000026;
}

.feature_tag_list a {
    color: #2c2d2f;
    text-transform: capitalize;
    font-size: 15px;
}

@media (max-width: 540px){
    .feature_tag_list{
        text-overflow: ellipsis;
        max-width: 350px;
        overflow: hidden;
    }

    .feature_tag_list a{
        white-space: nowrap;
    }
}

@media (max-width: 400px){
    .feature_tag_list{
        max-width: 280px;
    }
}

.related_boards {
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
}

.feature_tag_list i {
    color: red;
    transform: rotate(315deg);
}

.related_boards .feature_tag_list {
    padding: 5px 10px;
    background-color: #f9f9f9;
}

/* ---- CSS Above For Tags Slider -------- */

::placeholder {
    font-size: 16px;
}

.target_link {
    cursor: pointer;
}

.next_page_link {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 999;
	color: #a5a5a5;
	font-size: 14px;
	padding: 3px;
	display: flex;
	align-items: center;
}

a.next_page_link {
	color: #a5a5a5;
}

a.next_page_link:hover {
	color: #a5a5a5;
}

a.next_page_link i {
	margin-left: 5px;
}

@media(max-width: 767px) {
	.next_page_link {
		display: none;
	}
}

/* read more css */

  .read-more {
    position: relative;
  }

 .read-more>.read-more__content {
    z-index: 0;
    overflow: hidden;
  }

  .read-more>.read-more__content>.read-more__content__container {
    position: relative;
    max-height: 2000px;
  }

  .read-more>.read-more__content>.read-more__content__container:before {
    z-index: 5;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: auto;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
  }

  .read-more.collapsed .read-more__content>.read-more__content__container {
    text-overflow: ellipsis;
    max-height: 60px;
  }

  .read-more.collapsed .read-more__content>.read-more__content__container:before {
    opacity: 1;
  }

  .read-more>.read-more__expand {
    z-index: 10;
    padding: 10px;
    text-align: center;
  }

  button.read_more_tag {
    background-color: #f1f1f1;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 14px;
    margin-top: 8px;
  }

 .tag_names h3 {
    min-height: inherit;
}

.tag_names h3 a {
    min-height: inherit;
}

.tag_dy_des h2 {
    font-size: 16px;
    font-weight: 400;
}

.board_single h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
 /*   min-height: 33px; */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

/* ============= BLog CSS ============ */
.article_user img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 10px;
}

.article_user p {
    line-height: 1;
}

.article_user p a {
    color: #ff0048;
    text-transform: capitalize;
}

.article_user span {
    font-size: 14px;
    color: #818080;
}

span.article_category {
    font-size: 14px;
    background-color: #ff0048;
    padding: 3px 7px;
    border-radius: 2px;
    font-weight: 600;
}

span.article_category a {
    color: #fff;
}

.article_meta {
    border-bottom: 1px solid #f9f9f9;
}

.article_meta h1 {
    font-size: 2rem;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.article_content p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.75em;
    text-align: justify;
}

.article_content h2 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 20px;
}

.article_content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.article_content img {
    width: 70% !important;
    max-width: 70% !important;
    height: auto !important;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .article_content img {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.article_content ul {
    padding-left: 20px;
}

.article_content ol {
    padding-left: 20px;
}

.article_content li {
    font-size: 17px;
    line-height: 1.75em;
}

.article_content a {
    color: #ff0048;
}

.article_sidebar {
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    border-radius: 10px;
}

.article_sidebar h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.user_follow_card {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* box-shadow: 0 1px 2px 0px #c5c3c3; */
}

.user_follow_card img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 10px;
}

.user_follow_card h4 {
    font-size: 1.1rem;
}

.user_follow_card h4 {
    margin-bottom: 0;
}

.user_follow_card h4 a {
    color: #ff0048;
    font-weight: 400;
}

.user_follow_card span {
    font-size: 14px;
}

.user_follow_card .board_list_details h3 {
    min-height: inherit;
}

.user_follow_card .board_list_details h3 a {
    min-height: inherit;
}

.related_articles {
    background-color: #f9f9f9;
}

.related_cards {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 1px 2px 0px #c5c3c3;
}

.related_cards span {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: red;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 4px;
}

.related_cards span a {
    color: #fff;
    font-weight: 600;
}

.related_cards img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.rel_post_meta {
    padding: 10px;
    min-height: 140px;
}

.related_cards h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.related_cards p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popular_user_art .user_list_outer {
    box-shadow: none;
}

.related_cards h3 a {
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.create_article {
    padding: 50px 0;
}

.create_article input {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    background-color: #f9f9f9;
}

.create_article select {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    background-color: #f9f9f9;
}

.create_article textarea {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    min-height: 200px;
    background-color: #f9f9f9;
}

a.edit_articles {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    padding: 5px 7px 5px 10px;
    color: #f6424c;
    border-radius: 5px;
}

/* ============= BLog CSS End ============ */

/* ---- Post Options CSS -------------- */

#add_post_popup .modal-body {
    padding: inherit !important;
}

.add_post_options {
    padding: 40px;
    position: relative;
}

.add_post_options button {
    position: absolute;
    right: 15px;
    top: 15px;
}

.add_post_options a {
    display: flex;
    flex-direction: column;
}

.add_post_options a i {
    font-size: 3.5rem;
    margin-bottom: 10px;
    color: #ff0048;
}

.add_post_options a {
    color: #2e2e2e;
}

.add_post_options h3 {
    font-size: 1.25rem;
    text-align: center;
}

.right_line {
    border-right: 1px solid #e9e9e9;
}

/* ---- Post Options CSS End-------------- */


/* -------------- Explore Page CSS -------------- */

.explore_card {
    position: relative;
}

.explore_card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}

.explore_meta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.explore_meta span {
    margin: 0 4px;
    color: #fff;
}

.trans_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    display: none;
}

.explore_card:hover .trans_overlay {
    display: block;
}

.explore_card:hover .explore_meta {
    display: block;
}

/* -------------- Explore Page CSS End -------------- */

    /* ----------- CSS For Add Post Popup ------------ */

    #add_post_popup .modal-body {
        padding: inherit !important;
    }

    .add_post_options {
        padding: 40px;
        position: relative;
    }

    .add_post_options button {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .add_post_options a {
        display: flex;
        flex-direction: column;
    }

    .add_post_options a i {
        font-size: 3.5rem;
        margin-bottom: 10px;
        color: #ff0048;
    }

    .add_post_options a {
        color: #2e2e2e;
    }

    .add_post_options h3 {
        font-size: 1.25rem;
        text-align: center;
    }

    .right_line {
        border-right: 1px solid #e9e9e9;
    }
    /* ----------- CSS For Add Post Popup ------------ */

    h4.tag_board {
    margin-bottom: 0;
    font-size: 11px !important;
    color: #8a8a8a !important;
    font-weight: 600;
}

.tag_post_title {



    margin-bottom: 5px;
    font-weight: 600;
    color: #2c2d2f;
    font-size: 14px !important;
    line-height: 18px !important;
}

.tag_tagslist {
    font-size: 12px !important;
    margin: 5px 0 !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* -------------- Cookies CSS -------------- */

.cookies {
    position: fixed;
    background-color: #2f2f2f;
    width: 500px;
    color: #fff;
    padding: 15px;
    left: 25px;
    bottom: 25px;
    border-radius: 4px;
    z-index: 9999999999;
    max-height: 115px;
}

.cookies a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.close-cookie-warning button {
    margin-top: 10px;
    padding: 0px 5px;
    background-color: #fff;
    font-size: 14px;
}

.cookie_cont {
    font-size: 14px;
}


@media(max-width: 600px) {
    .cookies {
        width: 70%;
        left: 15px;
        bottom: 15px;
        padding: 10px;
        max-height: 150px;
    }
}

/* -------------- Cookies CSS End -------------- */

/* ============ Css For New Tag Page ============== */

.new_tag_page {
    padding: 20px 0;
}

.tag_fetured_img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
    border: 5px solid #f9f9f9;
    margin-top: .8rem;
}

.tag_intro_area {
    text-align: center;
}

.tag_intro_area h1 {
    font-size: 2rem;
    margin-bottom: 5px;
    text-transform: capitalize;
}

span.count_tag {
    font-size: .8rem;
    font-weight: 400;
    color: #838383;
}

.tag_intro_area p {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}

.tag_intro_area h2 {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}

.grid-tag-item .block {
    transition: all 0.5s ease;
}

.grid-tag-item .block:hover {
    box-shadow: 0 4px 15px -5px #818181;
    border-radius: 10px;
}

.grid-tag-item figure img {
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: top;
}

/* ============ Css For New Tag Page Ended ============== */

/* ============== Wiki Page CSS ================== */
/* 
.wiki_featured {
    padding: 30px 0;
    background-color: #f9f9f9;
} */

.featured_profile_card {
    border-radius: 7px;
    box-shadow: 0 1px 2px 0px #c5c3c3;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.featured_profile_card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    border-radius: 7px 7px 0 0;
}

.wiki_card_info {
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 0 0 7px 7px;
    /* text-align: center; */
    position: relative;
}

.wiki_card_info h3 {
    margin-bottom: 0;
    font-size: 1.15rem;
    color: #f6424c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wiki_card_info span {
    font-size: 14px;
    color: #5c5c5c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wiki_card_info::before {
    border-top: 20px solid transparent;
    border-bottom: 0 solid transparent;
    /* border-right: 100px solid #fff; */
    border-left: 100px solid #fff;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: -17px;
    width: 100%;
}


.featured_profile_card:hover img {
    transition: transform .25s;
    transform: scale(1.1);
}

.wiki_content {
    padding: 20px 0;
}

.wiki_breadcrumb a {
    font-size: 14px;
    color: #f6424c;
}

.wiki_breadcrumb span {
    font-size: 14px;
    color: #5c5c5c;
}

.wiki_breadcrumb i {
    font-size: 10px;
    color: #5c5c5c;
}

.wiki_main_view img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: top;
    border-radius: 7px 0 0 7px;
}

.wiki_main_view {
    background-color: #f1f1f1;
    border: 1px solid #0000000d;
    border-radius: 7px;
}

.wiki_main_view figure {
    margin-bottom: 0;
}

.wiki_personal {
    padding: 30px;
}

.wiki_personal h1 {
    font-size: 2rem;
    margin-bottom: 0;
}

.wiki_personal span {
    color: #5c5c5c;
}

.key_details {
    margin-top: 20px;
}

.wiki_icon {
    width: 30px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.key_details i {
    font-size: 1.35rem;
    color: #5c5c5c;
}

.key_details span {
    font-size: 14px;
    line-height: 1;
}

.key_details p {
    color: #f6424c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.wiki_short_bio p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 20px 0 0;
}

.wiki_table {
    margin-bottom: 40px;
}

.wiki_table {
    margin-top: 20px;
}

.wiki_table h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.wiki_table p {
    font-size: 16px;
    line-height: 1.75em;
    margin: 0 0 20px;
}

.wiki_table a {
    color: #f6424c;
}

.wiki_table img {
    width: 75%;
    border-radius: 7px;
}

/* .wiki_sidebar {
    border-left: 1px solid #f1f1f1;
    height: 100%;
    padding: 25px;
} */

.related_wiki {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.wiki_sidebar h3 {
    font-size: 1.5rem;
}

.wiki_sidebar .featured_profile_card img {
    height: 200px;
    aspect-ratio: inherit;
}

.wiki_sidebar .featured_profile_card h3 {
    font-size: 1.25rem;
}

.wiki_dropzone {
    width: 100%;
    height: 300px;
    background-color: #f9f9f9;
    border-radius: 0;
}

.wiki_form h3 {
    font-size: 1rem;
    margin-bottom: 7px;
    font-weight: 400;
}

.wiki_form input {
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.wiki_form input:focus {
    border: 1px solid #ff0048;
}

.wiki_form textarea {
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.wiki_form input::placeholder {
    font-size: 14px;
}

.wiki_form textarea::placeholder {
    font-size: 14px;
}

.wiki_form textarea:focus {
    border: 1px solid #ff0048;
}

.wiki_form input[type="date"] {
    width: 100%;
    outline: none;
}

.wiki_form .ck-editor__editable {
    min-height: 250px;
}


.table_content {
    padding: 10px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.table_content a {
    color: #2e2e2e;
}

.table_btn {
    font-size: 16px;
}

.table_content li {
    font-size: 14px;
    margin: 5px 0;
}

.table_content li a {
    color: #007bff;
    transition: none;
}

.table_content li a:hover {
    color: #2e2e2e;
}

.table_content ol {
    margin-top: 10px;
    padding-left: 15px;
    margin-bottom: 0;
}

.wiki_form select {
    border-radius: 3px;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.wiki_form select:focus {
    border: 1px solid #ff0048;
}

/* ---------- Table CSS ---------- */

.wiki_table th {
    padding: 5px 10px !important;
    font-size: 14px;
    width: 30%;
    font-weight: 400;
}

.wiki_table td {
    padding: 5px 10px !important;
    font-size: 14px;
}

.wiki_table li {
    line-height: 1.5em;
    margin: 0 0 10px;
}

.wiki_table ul {
    padding-left: 18px;
}

@media(max-width: 991px) {
    .wiki_main_view img {
        border-radius: 7px 7px 0 0;
        aspect-ratio: 1/1;
        height: inherit;	
    }
    
    .wiki_table img {
        width: 100%;
    }
}

/* ============== Wiki Page CSS End ================== */
.section_nvu {
    padding: 2.5rem;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 15px;
}

.section_nvu h3 {
    font-size: 1.5rem;
}

.section_nvu p {
    font-size: 1rem;
    margin: 10px 0 0 0;
}

.section_nvu ul {
    margin-top: 10px;
    padding-left: 18px;
}

.section_nvu ul li {
    margin: 5px 0 0 0;
}

.section_nvu a {
    color: #ff044b;
}

span.target_link.user_link {
    font-size: 12px;
    font-weight: bold;
    color: #111;
}

.terms_p li span {
    color: #9f9f9f;
    font-size: 12px;
}

select#select_option {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    padding: 8px 5px;
    background-color: #f9f9f9;
}

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

.blog_search {
    padding: 20px;
    border-radius: 5px;
    background-color: #f1f1f1;
}

.blog_search_input {
    display: flex;
    align-items: center;
}

.blog_search_input input {
    background-color: #fff;
    border-radius: 5px;
    padding: .375rem .75rem;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
}

/* ================ Timelinepage CSS =============== */

.timeline_header h1 {
    font-size: 26px;
    font-weight: 600;
}

.timeline_list_item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    border-radius: 7px;
    box-shadow: 0 0 2px 0px #c5c3c3;
}

.timeline_cover {
    width: 40%;
}

.timeline_meta {
    width: 60%;
    padding: 15px;
}

.timeline_cover img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top;
    border-radius: 7px 0 0 7px;
}

.timeline_meta span {
    font-size: 14px;
    font-weight: 500;
    color: #ff0048;
}

.timeline_meta h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.timeline_meta h3 a {
    color: #343434;
    transition: 0s;
}

.timeline_meta h3 a:hover {
    color: #ff0048;
}

.timeline_meta h3 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-item.active .page-link {
    background-color: #ff0048;
    border-color: #ff0048;
}

.page-link {
    color: #ff0048;
}

@media(max-width: 767px) {
    .timeline_list_item {
        flex-direction: column;
    }

    .timeline_cover {
        width: 100%;
    }

    .timeline_cover img {
        aspect-ratio: 3/1.5;
        border-radius: 7px 7px 0 0;
    }

    .timeline_meta {
        width: 100%;
    }
}


.timeline_breadcrumb {
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline_breadcrumb a {
    color: #ff0048;
}

.timeline_breadcrumb i {
    font-size: 13px;
    margin: 0 5px;
}

.timeline_meta_data h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
}

.timeline_meta_user {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.timeline_meta_user span {
    color: #ff0048;
}

.news_heading {
    display: flex;
    margin-top: 40px;
    margin-bottom: 15px;
    align-items: center
}

.news_count {
    border-right: 1px solid #c5c5c5;
    padding-right: 12px;
    margin-right: 15px;
    text-align: center;
}

.news_count h5 {
    font-size: 2.25rem;
    margin-bottom: -5px;
    margin-top: -2px;
    color: #ff0048;
    white-space: nowrap;
}

.news_count span {
    color: #868686;
    white-space: nowrap;
}

.news_title h2 {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0
}

.article_content.news_content p {
    text-align: left;
}

.article_content.news_content img {
    min-width: 100% !important;
    max-width: 100% !important;
}

@media(max-width: 767px) {
    .timeline_meta_data h1 {
        font-size: 1.5rem;
    }

    .news_title h2 {
        font-size: 1.25rem;
    }

    .news_count h5 {
        font-size: 1.85rem;
    }

    .news_count span {
        font-size: 14px;
    }

    .news_count {
        padding-right: 8px;
        margin-right: 9px;
    }
}

/* ================ Timelinepage CSS End =============== */

figure.table td {
    border: 1px solid #e3e3e3;
}

.ck-editor__editable h2 {
    font-size: 2.25rem !important;
    font-weight: 600;
}

.ck-editor__editable h3 {
    font-size: 2rem !important;
    font-weight: 600;
}

.ck-editor__editable h4 {
    font-size: 1.6rem !important;
    font-weight: 600;
}

.ck-editor__editable h5 {
    font-size: 1.45rem !important;
    font-weight: 600;
}

.ck-editor__editable h6 {
    font-size: 1.25rem !important;
    font-weight: 600;
}

.nonClickableTags {
    font-size: 12px;
    color: #333;
}

.nonClickableTags:hover {
    color: #fff;
}

span.productPrice {
    position: absolute;
    left: 20px;
    top: 8px;
    color: #ff0048;
    font-weight: 500;
    background-color: #fff;
    padding: 7px 10px 4px;
    border-radius: 25px;
    line-height: 1;
}

.likeBtn {
    font-weight: 500;
    background-color: #fff;
    padding: 7px 10px 4px !important;
    border-radius: 25px;
    line-height: 1;
    margin-top: 10px;
}

.company_overview ul {
    padding-left: 18px;
}
