@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #393939;
    font-weight: 400;
    font-family: "Comfortaa", cursive;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
}


/*--Custom-css---*/

a,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1 {
    clear: both;
    color: #363636;
    font-size: 40px;
    padding: 0;
}

h2 {
    color: #363636;
    font-size: 35px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 700;
}

h3 {
    color: #363636;
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: 700;
}

h4 {
    color: #363636;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
}

h5 {
    color: #363636;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

h6 {
    color: #363636;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 700;
}

.dflex {
    display: flex;
}

.alignItemCenter {
    align-items: center;
}

.justifyContentCenter {
    justify-content: center;
}

.dTable {
    display: table;
    width: 100%;
}

.dTcell {
    display: table-cell;
    vertical-align: top;
}

.valm {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.radius2 {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius6 {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.SideLradius3 {
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.SideRradius3 {
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.downRradius3 {
    -moz-border-radius: 0px 0 3px 3px;
    -ms-border-radius: 0px 0 3px 3px;
    -o-border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
    border-radius: 0px 0 3px 3px;
}

.SideRradius5 {
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.radius10 {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.pad_10-20 {
    padding: 10px 20px;
}

.pad-15 {
    padding: 15px;
}

.p-v-20-30 {
    padding: 20px 0 30px 0;
}

.p-t-30 {
    padding: 30px 0 0 0;
}

.p-v-75 {
    padding: 75px 0;
}

.padding_60_20 {
    padding: 0 20px 0 60px;
}

.padding_20_60 {
    padding: 0 60px 0 20px;
}

.padding_33_30 {
    padding: 0 33px 0 30px;
}

.p-v-10 {
    padding: 10px 0;
}

.pad_30 {
    padding: 30px;
}

.padding_60_30 {
    padding: 0 30px 25px 60px;
}

.padding_15_30 {
    padding: 0 30px 25px 15px;
}

.pad_0_31 {
    padding: 0 31px;
}

.pad_0_30_0 {
    padding: 0 30px 0 0;
}

.pad_15_hor {
    padding: 0 15px;
}

.pad_10_hor {
    padding: 0 10px;
}

.pad_20_hor {
    padding: 0 20px;
}

.pad_30_hor {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 20px;
}

.pad_30_ver {
    padding: 30px 0;
}

.pad-v20 {
    padding: 20px 0 !important;
}

.pad-v15 {
    padding: 15px 0;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-40 {
    padding: 40px 0;
}

.p-v-60 {
    padding: 60px 0;
}

.p-v-60-30 {
    padding: 60px 0 30px;
}

.pad-20-10 {
    padding: 20px 10px;
}

.pad_0_30_0_80 {
    padding: 0 30px 80px 30px;
}

.pad_0_15_0_30 {
    padding: 0 15px 30px 15px;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-h-40 {
    padding: 0 40px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-v-40-60 {
    padding: 40px 0 60px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-h-20 {
    padding: 0 20px;
}

.m-v15-40 {
    margin: 15px 0 40px;
}

.m-v-55-40 {
    margin: 55px 0 40px;
}

.pad_25-0 {
    padding: 25px 0;
}

.pad_20-0 {
    padding: 20px 0;
}

.pad_15-0 {
    padding: 15px 0;
}

.pad_20 {
    padding: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.dt-sc-margin55 {
    margin: 25px 0 30px;
}

.uc {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

ul {
    list-style: none;
}

header,
section,
footer,
.full {
    float: left;
    width: 100%;
}

.autoautoWidL {
    width: auto;
    float: left;
}

.autoWidR {
    width: auto;
    float: right;
}

.wAuto {
    width: auto;
}

.input-1 {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    height: 42px;
}

.input-2 {
    background-color: #bcbbbc;
    width: 100%;
    height: 44px;
    padding: 0 15px 0 50px;
    color: #020202;
    border: none;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.input-3 {
    background-color: #bcbbbc;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    color: #020202;
    border: none;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 3px 6px 6px -5px;
    -moz-box-shadow: rgb(0 0 0 / 15%) 3px 6px 6px -5px;
    box-shadow: rgb(0 0 0 / 15%) 3px 6px 6px -5px;
}

.input-4 {
    background-color: #fff;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    color: #020202;
    border: #ddd 1px solid;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.selectOption {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 1) url(../images/angle-arrow-down.png) center right 10px no-repeat;
    background-size: 10px;
    box-shadow: none;
    padding: 0 0.75rem;
    border: none;
    width: 100%;
    border: none;
    height: 42px;
}

.hidden {
    display: none !important;
}

.m-t-10 {
    margin-top: 10px;
}

.imgContainer {
    width: 100%;
}

.imgContainer img {
    display: block;
    width: 100%;
}

ul {
    list-style: none;
}

.allBtn {
    display: inline-block;
    background: #0cb3f0;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
}

.allBtn:focus {
    color: #fff;
}

.allBtn:hover {
    color: #fff;
    background: #333;
}

.upperCase {
    text-transform: uppercase;
}

.m-v-15 {
    margin: 15px 0;
}

.pv-60-30 {
    padding: 60px 30px;
}

.pv-60 {
    padding: 60px 0;
}

.pad_t_b70_40 {
    padding: 70px 0 40px;
}

.padRight15 {
    padding-right: 15px;
}

.padLeft15 {
    padding-left: 15px;
}

.d_I_Block {
    display: inline-block;
}

.dBlock {
    display: block;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.nomargin {
    margin: 0 !important;
}

.bgNone {
    background: none !important;
}

header {
    top: -80px;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    padding: 12px 0;
}

header.sticky {
    top: 0;
    position: fixed;
    z-index: 9;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding: 0 15px;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    display: block;
}


/* .sticky .logo {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
} */

.logReg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0 15px 0;
}

.logReg ul li:not(:last-child),
.sloganArea ul li:not(:last-child) {
    margin-right: 15px;
}

.logReg ul li a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 0 30px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    -moz-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
}

.logReg ul li a.loginBtn,
.logReg ul li a.balanceBtn {
    background: #747575;
}

.logReg ul li a.loginBtn:hover {
    background: #0cb3f0;
}

.logReg ul li a.register {
    background: #0cb3f0;
}

.logReg ul li a.register:hover {
    background: #747575;
}

.logReg ul li a i {
    margin-right: 5px;
}

.search .modelSearch {
    background: #f5f7f9;
    border: 1px solid #e8e8e8;
    margin: 0;
    height: 42px;
    border-radius: 21px;
    width: 100%;
    padding: 0 60px 0 15px;
}

.modelSearchBtn {
    width: 60px;
    height: 42px;
    background: 0 0;
    border: 0;
    font-size: 16px;
    color: #bababa;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    outline: none !important;
}

.search a {
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #3f3f40;
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
}

.bCover {
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.homeBanner {
    width: 100%;
    height: 550px;
}

.uTubeVideo iframe {
    width: 100%;
    height: 350px;
    display: block;
}

.sloganArea {
    padding: 30px;
    width: 100%;
    background-color: rgba(1, 1, 1, 0.278);
}

.sloganArea h2 {
    font-size: 40px;
    color: #00aff0;
    font-weight: 700;
}

.sloganArea p {
    font-size: 18px;
    padding-bottom: 25px;
    font-weight: 600;
    color: #fff;
}

.sloganArea ul li a {
    display: block;
    font-size: 12px;
    padding: 0 30px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    -moz-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
}

.sloganArea ul li a.bcmFollowerBtn {
    background: #00aff0;
    color: #fff;
}

.sloganArea ul li a.bcmFollowerBtn:hover {
    background: #fff;
    color: #333;
}

.sloganArea ul li a.bcmVipBtn {
    background: #fff;
    color: #333;
}

.sloganArea ul li a.bcmVipBtn:hover {
    background: #00aff0;
    color: #fff;
}

.performer {
    padding: 40px 0;
}

.performer [class*="col-"] {
    margin: 25px 0;
}

.sectionTitle h2 {
    color: #393939;
    font-size: 46px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.sectionTitle h2::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #0cb3f0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.performerImg {
    text-align: center;
}

.performerImg a {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.performerImg a span {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #393939;
    display: block;
    /* padding: 3px 5px; */
    height: 32px;
    width: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.performerBox.active .performerImg a span {
    background: #06db06;
}

.performerImg a img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 184px;
}

.performerdecc {
    padding: 15px 0;
}

.performerdecc h4 {
    font-size: 20px;
}

.performerdecc h4 a {
    color: #393939;
    display: block;
}

.performerdecc h4 a:hover {
    color: #0cb3f0;
}

.performerdecc h4 span {
    color: #00aff0;
    margin-left: 5px;
}

.performerdecc h5 {
    color: #393939;
    font-size: 15px;
    padding-bottom: 16px;
    font-family: "Sugarcubes";
}

.performerdecc p {
    color: #646464;
    font-size: 18px;
    margin-bottom: 15px;
    /* font-family: 'Sugarcubes'; */
}

.performerBtn span {
    display: block;
}

.performerdecc ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.performerdecc ul li a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #00aff0;
    font-weight: 600;
}

.performerdecc ul li a:hover {
    color: #333;
}

.performerdecc ul li a i {
    color: 393939;
}

.performerBtn a {
    display: block;
    background: #0cb3f0;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 30px;
}

.performerBtn span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-family: "Sugarcubes";
}

.performerBtn span i {
    margin-right: 5px;
    color: #fa4903;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    height: 100%;
    padding: 50px 0;
}

.parallaxWrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.paralaxInner {
    max-width: 660px;
    width: 100%;
}

.paralaxInner h2 {
    color: #fff;
    font-size: 42px;
}

.paralaxInner p {
    color: #e6e2eb;
    font-size: 18px;
    margin-bottom: 25px;
}

.performerBtn a {
    display: block;
    background: #0cb3f0;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 30px;
}

.performerBtn a:hover {
    background: #333;
    color: #fff;
}

.fNav ul li:not(:last-child) {
    margin-right: 15px;
}

.fNav ul li a {
    color: #333;
    font-weight: 600;
}

.mainFooter {
    background: #f6f6f6;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.modelModalBox ul li {
    /* padding-left: 0; */
    padding-bottom: 10px;
}

.modelModalBox ul li input {
    display: none;
}

.modelModalBox ul li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: #eee 1px dashed;
}

.modelModalBox ul li label {
    line-height: 1.3;
}

.modelModalBox {
    height: 100%;
    padding: 25px 0;
}

.modelModalBox h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 15px;
}

.modelModal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 24px;
    width: 24px;
    border: #333 1px solid !important;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 19px;
    z-index: 1;
}

.loginArea {
    padding: 50px 0;
    position: fixed;
    z-index: 99;
    background: url(../images/login-bg.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 800ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.loginArea.open {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.loginBody {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.671);
    -moz-box-shadow: rgba(69, 108, 117, 0.9) 0 6px 26px 1px;
    -webkit-box-shadow: rgba(69, 108, 117, 0.9) 0 6px 26px 1px;
    box-shadow: rgba(69, 108, 117, 0.9) 0 6px 26px 1px;
}

.loginAreaInner {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    padding-bottom: 40px;
}

.loginBody>h3 {
    color: #fff;
    font-size: 24px;
    padding: 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
}

.loginBody>h3>span,
.registerHeader>h2>span,
.bcmVipHeader>h2>span {
    position: absolute;
    right: 10px;
    display: block;
    top: 10px;
}

.registerHeader>h2>span {
    top: 0;
}

.x-close {
    font-size: 14px;
    width: 30px;
    height: 30px;
    color: #fff;
    border: #fff 2px solid;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-weight: 600;
}

.x-close:hover {
    background: #fff;
    color: #333;
}

.loginAreaInnerTitle span {
    font-size: 15px;
    color: #040404;
    background: #00aff0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 600;
}

.selectMd {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: #c0babd url(../images/angle-arrow-down.png) center right 20px no-repeat;
    box-shadow: none;
    padding: 0 30px 0 50px;
    border: none;
    width: 100%;
    height: 44px;
    color: #363636;
    font-size: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.selectMd-2 {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: #c0babd url(../images/angle-arrow-down.png) center right 20px no-repeat;
    box-shadow: none;
    padding: 0 15px;
    border: none;
    width: 100%;
    height: 44px;
    color: #363636;
    font-size: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.selectMd-3 {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/angle-arrow-down.png) center right 20px no-repeat;
    box-shadow: none;
    padding: 0 15px;
    border: #ddd 1px solid;
    width: 100%;
    height: 46px;
    color: #363636;
    font-size: 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.selOpIcon {
    position: absolute;
    top: 6px;
    left: 16px;
    font-size: 20px;
    color: #484848;
}

.loginAreaInner h3 {
    font-size: 19px;
    color: #fff;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.loginAreaInner h6 {
    font-size: 14px;
    font-weight: 600;
    color: #8f8f8f;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.7;
}

.loginAreaInner h6 a {
    color: #e9e9e9;
    text-decoration: underline;
}

.emailPassWrap {
    -moz-box-shadow: rgba(6, 6, 6, 0.5) 0px 2px 0px 0px inset;
    -webkit-box-shadow: rgba(6, 6, 6, 0.5) 0px 2px 0px 0px inset;
    box-shadow: rgba(6, 6, 6, 0.5) 0px 2px 0px 0px inset;
    margin: 15px 0;
}

.scrollHide {
    overflow-y: hidden;
}

.logInBtn {
    color: #040404;
    line-height: 44px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    background: #00aff0;
    letter-spacing: 3px;
    padding: 0 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.socilaBtn {
    margin-bottom: 15px;
}

.socilaBtn a {
    display: block;
    /* height: 44px; */
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 0 60px;
}

.socilaBtn a.fbIcon {
    background: #3c5a99;
}

.socilaBtn a.googleIcon {
    background: #ce493e;
}

.socilaBtn a span {
    margin-right: 30px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.needAccount {
    margin: 20px 0;
    color: #fff;
}

.needAccount a {
    margin-left: 10px;
    color: #00aff0;
}

.forgetPass {
    color: #c6ecfb;
    margin: 25px 0 25px;
}

.forgetPass a {
    color: #00aff0;
}

.orArea {
    margin: 20px 0;
}

.orArea::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #144d62;
    left: 0;
}

.orArea span {
    background: #ddd;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
    position: relative;
    z-index: 1;
    color: #353535;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
}

.registerArea.open {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.registerArea {
    padding: 50px 0;
    position: fixed;
    z-index: 99;
    background: url(../images/register-bg.jpg);
    background-size: cover;
    background-size: cover;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 800ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.registerBox {
    margin: 0 auto;
    max-width: 870px;
    padding: 0 15px;
    width: 100%;
}

.registerBoxInner {
    background: rgba(0, 0, 0, 0.671);
}

.registerHeader {
    padding: 15px 0;
    background: rgb(72, 72, 72);
    background: -moz-linear-gradient( top, rgba(72, 72, 72, 1) 0%, rgba(18, 18, 18, 1) 50%, rgba(13, 13, 13, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(72, 72, 72, 1) 0%, rgba(18, 18, 18, 1) 50%, rgba(13, 13, 13, 1) 100%);
    background: linear-gradient( to bottom, rgba(72, 72, 72, 1) 0%, rgba(18, 18, 18, 1) 50%, rgba(13, 13, 13, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#0d0d0d', GradientType=0);
    border-bottom: #282828 1px solid;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: rgba(145, 143, 143, 0.9) 0 5px 8px -4px inset;
    -webkit-box-shadow: rgba(145, 143, 143, 0.9) 0 5px 8px -4px inset;
    box-shadow: rgba(145, 143, 143, 0.9) 0 5px 8px -4px inset;
}

.registerHeader h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
}

.registerBoxBody {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 50px;
}

.welcomeTop {
    margin-top: 30px;
}

.userImg span {
    display: inline-block;
    font-size: 80px;
    line-height: 1;
    color: #00aff0;
}

.welcomeSignup {
    margin-top: 30px;
}

.welcomeSignup::before {
    content: "";
    position: absolute;
    height: 102px;
    width: 100%;
    left: 0;
    border: #fff 2px dashed;
    top: 25px;
}

.welcomeSignup span {
    background: #000;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 2px 37px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    display: inline-block;
    border: #fff 2px solid;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.radioArea {
    padding: 0 30px;
}

.collectionPlatform {
    margin: 50px 0 30px;
}

.collectionPlatform span {
    background: #00aff0;
    font-size: 18px;
    color: #040404;
    padding: 8px 30px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.radioArea label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-left: 28px;
    cursor: pointer;
    line-height: 1.7;
}

.radioArea .radio label::before {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background-color: transparent;
    top: 3px;
}

.radioArea .radio label::after {
    width: 10px;
    height: 10px;
    left: 7px;
    top: 10px;
}

.collectionPlatform,
.radioArea {
    padding: 0 30px;
}

.nextStepBtn {
    line-height: 44px;
    display: inline-block;
    background: #00aff0;
    text-align: center;
    color: #040404;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: none;
    padding: 0 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.nextStep {
    margin-top: 40px;
}

.formBox-2,
.formBox-3 {
    padding-top: 50px;
}

.formBox-2,
.formBox-3 {
    color: #fff;
}

.formBox-2 label {
    font: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.formBox-2 h2 {
    text-align: center;
    color: #00aff0;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.formInfo p {
    padding-left: 30px;
    position: relative;
}

.formInfo span {
    position: absolute;
    left: 0;
}

.interests {
    margin-bottom: 20px;
}

.interests h3 {
    color: #fff;
}

.registerBoxBody [type="checkbox"],
.vipDtlsForm [type="checkbox"] {
    display: none;
}

.bcmVipArea {
    padding: 50px 15px;
    position: fixed;
    z-index: 99;
    background: url(../images/vip-bg.jpg) center center no-repeat #000;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 800ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.bcmVipArea.open {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.bcmVipWrap {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.bcmVipHeader {
    background: #24baf2;
    background: -moz-linear-gradient( top, #24baf2 0%, #24baf2 43%, #00aff0 44%, #00aff0 100%);
    background: -webkit-linear-gradient( top, #24baf2 0%, #24baf2 43%, #00aff0 44%, #00aff0 100%);
    background: linear-gradient( to bottom, #24baf2 0%, #24baf2 43%, #00aff0 44%, #00aff0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#24baf2', endColorstr='#00aff0', GradientType=0);
    text-align: center;
}

.bcmVipHeader h2 {
    color: #080808;
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
}

.bcmVipBodyInner {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}

.bcmVipBody {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 15px;
}

.bcmVipNav ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.bcmVipNav ul li a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.bcmVipNav ul li a span {
    display: block;
    background: #fff;
    padding: 11px 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bcmVipNav ul li.active a span,
.bcmVipNav ul li a:hover span {
    background: #00aff0;
    color: #fff;
}

.bcmVipDetailsLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    padding: 0 15px;
    text-align: center;
}

.bcmVipDetailsRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
}

.bcmVipDetailsRight .input-3,
.bcmVipDetailsRight .selectMd-2 {
    background-color: #e6e6e6;
}

.bcmVipDetailsRight h5 {
    text-transform: uppercase;
    color: #000;
}

.bcmVipDetailsRight .interests h3 {
    color: #000;
}

.cropImageModal .modal-dialog {
    max-width: 750px;
    width: 90%;
    margin: 0.5rem auto;
}

.cropImageModal .modal-dialog .modal-content {
    border: none;
}

.cropImageModal .modal-header-bg {
    width: 100%;
    height: 12px;
    background: linear-gradient(269.44deg, #006afa 2.3%, #00ae86 99.19%);
}

.up-photo-title {
    padding: 8px 15px;
    text-align: center;
}

.croppie-container {
    width: 100%;
    height: 100%;
}

#upload-demo {
    position: relative;
    width: 100%;
    height: 250px;
    padding-bottom: 0;
}

.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-vp-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.cr-slider-wrap p {
    font-size: 13px;
    color: #8d8d94;
    text-align: left;
}

.cr-slider {
    /* -webkit-appearance: none; */
    /* border: 1px solid white; */
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.upload-action-btn {
    margin-top: 60px;
    padding-top: 40px;
}

.ci-user-picture {
    min-width: 150px;
}

.ci-user-picture img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.ci-user-btn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.btn-default {
    display: inline-block;
    padding: 8px 32px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.userEditeBtn {
    display: block;
    padding: 8px 32px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    height: 100%;
    opacity: 0;
}

.filepreviewprofile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block !important;
    cursor: pointer;
}

.upload-action-btn .bg-blue {
    background: #00aff0;
    color: #fff;
}

.bcmVipDetails {
    padding-top: 50px;
}


/* Kartick */

.profile-banner-wrap {
    background: #000;
    padding: 30px 15px;
    position: absolute;
    width: 100%;
    max-width: 686px;
}

.profileBannerInner {
    width: 100%;
    overflow: hidden;
}

.profileBanner {
    width: 100%;
    background: #000;
    position: relative;
    padding: 4px 0;
}

.profileBanner .row {
    margin: 0 -4px;
}

.proImgBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px;
}

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

.profile-banner-lft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.profile-banner-rgt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
}

.profile-banner-lft h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
}

.profile-banner-lft h5 {
    color: #a5a5a5;
    font-size: 16px;
    padding-bottom: 5px;
}

.profile-banner-lft p {
    color: #eeeeee;
    font-size: 12px;
}

.subscribe-Btn {
    display: block;
    background: #0cb3f0;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 0 10px;
    text-align: center;
}

.subscribe-Btn:hover {
    background: #333;
    color: #fff;
}

.follow-Btn {
    display: block;
    background: #393939;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 0 10px;
    text-align: center;
}

.follow-Btn:hover {
    background: #0cb3f0;
    color: #fff;
}

.profile-banner-rgt li:not(:last-child) {
    margin-bottom: 20px;
}

.profile-details h3 {
    font-size: 25px;
    color: #393939;
    padding-bottom: 10px;
}

.profile-details p {
    color: #393939;
    font-size: 15px;
    padding-bottom: 10px;
}

.profile-sec {
    padding: 60px 0;
}

.profile-details span {
    color: #00aff0;
}

.profile-details ul li i {
    color: #00aff0;
    padding-right: 5px;
    font-size: 18px;
}

.profile-details ul li a {
    color: #393939;
    font-size: 16px;
}

.profile-details ul li a:hover {
    color: #00aff0;
}

.profile-details h4 {
    font-size: 16px;
    color: #393939;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

.privet-msg-btn {
    outline: none !important;
    line-height: 28px;
    border: 1px solid #00aff0;
    text-align: center;
    padding: 0 10px;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #393939;
    font-weight: 600;
}

.privet-msg-btn i {
    color: #00aff0;
    padding-right: 10px;
}

.privet-msg-btn:hover {
    background: #00aff0;
    color: #fff;
}

.privet-msg-btn:hover i {
    color: #fff;
}

.notification-wrap {
    background: #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-top: 15px;
}

.notification-heading h4 {
    font-size: 16px;
    color: #393939;
    padding: 0;
}

.notification-heading a {
    font-size: 11px;
    color: #00aff0;
    padding: 0;
    display: block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 12px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a1a1a1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 60px 1px rgba(34, 90, 89, 0.22);
    -moz-box-shadow: 0px 0px 60px 1px rgba(34, 90, 89, 0.22);
    box-shadow: 0px 0px 60px 1px rgba(34, 90, 89, 0.22);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: -4px;
    background-color: #b7b7b7;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(34, 90, 89, 0.2);
    -moz-box-shadow: 0px 0px 20px 1px rgba(34, 90, 89, 0.2);
    box-shadow: 0px 0px 20px 1px rgba(34, 90, 89, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #00aff0;
}

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

.personal-details h4 {
    font-size: 16px;
    color: #393939;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-weight: 700;
}

.personal-details li {
    color: #393939;
    font-weight: 900;
}

.personal-details li:not(:last-child) {
    padding-bottom: 7px;
}

.personal-details li span {
    font-weight: 400;
}

.personal-details {
    margin-top: 25px;
}

.image-wrap img {
    display: block;
    width: 100%;
}

.percent-block {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #000;
    height: 106px;
    width: 106px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
}

.percent-block span {
    color: #00aff0;
}

.image-wrap {
    margin-top: 42px;
}

.description-block {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.percent-block2 {
    position: absolute;
    left: 6px;
    top: 30px;
    width: 110px;
}

.percent-block2 h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.pfr-menu {
    margin-bottom: 15px;
}

.pfr-menu li a {
    color: #393939;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.live-btn {
    background: #363636;
    color: #fff !important;
    padding: 2px 18px 0 10px;
    border-radius: 6px;
    line-height: 25px;
    position: relative;
}

.live-btn span {
    position: absolute;
    background: #06db06;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px;
    line-height: 14px;
    color: #000;
    display: block;
    text-align: center;
}

.subscribe-details {
    text-align: center;
}

.prf-subscribe-btn {
    display: inline-block;
    background: #00aff0;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.prf-subscribe-btn:hover {
    background: #333;
    color: #fff;
}

.subscribe-details p {
    color: #393939;
    padding: 5px 0 50px 0;
}

.subscribe-wrap-box {
    height: 500px;
    margin-top: 30px;
    background: #e1e1e1;
}

.our-profileBanner {
    width: 100%;
    height: 300px;
}

.text-color-black .paralaxInner h2,
.text-color-black .paralaxInner p {
    color: #393939;
}

.allBtn-center {
    text-align: center;
}


/* End Kartick */

.changePassword {
    padding: 0 20px;
}

.changePassword .loginAreaInner {
    padding: 40px 0;
}

.changePassword h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-bottom: #919191 1px solid;
    margin-bottom: 20px;
}

.changePasswordSec {
    background: url(../images/register-bg.jpg);
    background-size: cover;
    background-size: cover;
    padding: 50px 0;
    height: calc(100vh - 169px);
}

.samplePageWrap {
    padding: 40px 0;
}

.samplePage p:not(:last-child) {
    margin-bottom: 30px;
}

.uplodedImg span {
    display: inline-block;
}

.uplodedImg span img {
    display: block;
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.vipDtlsBox h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.imgContent {
    font-size: 10px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}

.imgContent h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.verifyEmailArea {
    padding: 80px 50px;
    background: #fff;
}

.file-upload {
    display: block;
    text-align: center;
    font-size: 16px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 46px;
    /* line-height: 46px; */
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.file-upload .file-select .file-select-name {
    line-height: 46px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}

.file-upload .file-select:hover .file-select-button {
    background: #488bc9;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover {
    border-color: #488bc9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.allBtnWhite {
    display: inline-block;
    background: #fff;
    color: #040404;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
}

.resercherDiv h4 {
    font-size: 17px;
    color: #000;
}

.vipDtlsBox p:not(:last-child) {
    margin-bottom: 20px;
}

.vipModalBg {
    z-index: 1;
}

.vipModalBg img {
    display: block;
    width: 100%;
}

.vipModalBg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.671);
    left: 0;
    top: 0;
}

.vipModalBg span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.vipModalBg span img {
    max-width: 100%;
    display: block;
}

.modal-backdrop.show {
    opacity: 0.96;
}

.completeCrofile .modal-content {
    background-color: transparent;
}

.changeSubmit,
.vipModalLogo {
    margin: 30px 0;
}

.continueRegistration {
    display: inline-block;
    background: #d9d9d9;
    color: #040404;
    line-height: 40px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
}

.vipModalCnt {
    background: #fff;
    padding: 30px;
}

.vipModalCnt .close {
    font-size: 14px;
    color: #333;
}

.vipDtlsBox h6 {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}

.textArea {
    background-color: #e6e6e6;
    width: 100%;
    height: 120px;
    padding: 0 15px;
    color: #020202;
    border: none;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    resize: none;
}

.textArea-2 {
    background: #ffffff;
    width: 100%;
    height: 120px;
    padding: 10px 15px;
    color: #020202;
    border: #ddd 1px solid;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    resize: none;
}

.max-400 {
    max-width: 400px;
    display: block;
}

.imgContent p:not(:last-child) {
    margin-bottom: 10px;
}


/* Post wrap */

.post-wrap .nav-item .nav-link {
    border: none;
    border-bottom: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #00aff0;
    height: 44px;
    line-height: 48px;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 4px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 20%);
    padding: 0 20px;
}

.post-wrap .nav-item .nav-link.active {
    color: #fff;
    background: #00aff0;
    border-radius: 30px;
}

.post-wrap .nav-tabs li:not(:last-child) {
    padding-right: 25px;
}

.post-wrap .nav-tabs {
    border-bottom: none;
    padding: 20px 0;
}

.back-new-post .back-new-post-btn {
    font-weight: 700;
    font-size: 20px;
    color: #393939;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

.back-new-post h5 {
    font-weight: 700;
    font-size: 20px;
    color: #393939;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding: 0;
}

.back-new-post .back-new-post-btn:hover {
    color: #00aff0;
}

.back-new-post .back-new-post-btn span {
    padding-right: 10px;
}

.new-post-btn .post-btn {
    border: none;
    box-shadow: none;
    outline: none !important;
    height: 34px;
    line-height: 36px;
    padding: 0 27px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    background: #b7b7b7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.new-post-btn .post-btn:hover {
    background: #00aff0;
}

.post-user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}

.post-input-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 30px;
}

.post-user span {
    display: block;
    height: 65px;
    width: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.post-user img {
    display: block;
    width: 100%;
    height: 65px;
    object-fit: cover;
    object-position: center;
}

.post-input-wrap .post-txtare-style {
    height: 52px;
    resize: none;
    padding: 15px 5px 0px 17px;
    border-radius: 36px;
}

.post-input-wrap textarea::placeholder {
    font-weight: 700;
    font-size: 14px;
    color: #cfcfcf;
    text-transform: uppercase;
}

.compose-new-post {
    padding: 15px 0;
}

.post-input-wrap .post-txtare-style::-webkit-scrollbar {
    display: none;
}

.post-input-wrap .post-txtare-style {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.social-live-icon li a {
    font-weight: 700;
    font-size: 14px;
    color: #363636;
    text-transform: capitalize;
}

.social-live-icon li span.ti-video-camera {
    color: #fb0404;
    margin-right: 5px;
}

.social-live-icon li span.ti-image {
    color: #50e046;
    margin-right: 5px;
}

.social-live-icon li span.ti-folder {
    color: #4695e0;
    margin-right: 5px;
}

.social-live-icon li span.ti-eye {
    color: #f02626af;
    margin-right: 5px;
}

.social-live-icon li:not(:last-child) {
    padding-right: 60px;
}

.social-live-icon {
    padding-top: 15px;
}

.post-wrap-box {
    border: 1px solid #ced4da;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px 0;
}

.post-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}

.post-user-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 20px;
}

.post-user-img span {
    display: block;
    height: 65px;
    width: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.post-user-img img {
    display: block;
    width: 100%;
    height: 65px;
    object-fit: cover;
    object-position: center;
}

.post-user-details a {
    display: block;
}

.post-user-details a h3 {
    font-size: 25px;
    color: #393939;
    padding-bottom: 0;
    font-weight: bold;
}

.post-user-details a h3 span {
    color: #00aff0;
}

.post-user-details a p {
    color: #b3b3b3;
    font-size: 15px;
    padding-bottom: 0;
}

.post-wrap-box-top {
    padding: 0 15px 20px;
}


/* Video-Sec */

.homeVideoInner {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* .video-js::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.vjs-controls-enabled::after{
    display: none;
} */

.homeVideoInner .video-js {
    width: 100%;
    height: 400px;
}

.homeVideoInner .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.homeVideoInner .video-js .vjs-big-play-button {
    line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
    border: none;
    background-color: #fff;
    color: #0cb3f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.8em;
}

.homeVideoArea {
    padding: 0 0 60px 0;
}


/* End Video-Sec */

.post-wrap-box-btm {
    padding: 15px 15px 0 15px;
}

.post-time-wrap p {
    font-size: 14px;
    color: #393939;
    font-weight: 700;
}

.post-time-description span img {
    display: inline-block;
    width: 100%;
}

.post-time-description p {
    padding: 0 10px;
}

.post-content p {
    font-size: 16px;
    color: #999;
}

.post-content {
    padding: 15px 0;
}

.comment-live-icon li span.ti-heart {
    color: #fb0404;
}

.comment-live-icon li span.ti-comment {
    color: #50e046;
}

.comment-live-icon li:not(:last-child) {
    padding-right: 30px;
}

.comment-live-icon li a {
    font-size: 20px;
    color: #393939;
    font-weight: 700;
}

.comment-live-icon li a span {
    padding-right: 8px;
}

.type-post {
    border: 1px solid #ced4da;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px;
    /* margin-top: 30px; */
    background: #f5f7f9;
}

.option-btn-wrap .option-btn {
    border: none;
    box-shadow: none;
    outline: none !important;
    background: transparent;
    font-size: 25px;
}

.option-btn-details {
    position: absolute;
    visibility: hidden;
    color: #fff;
    opacity: 0;
    list-style: none;
    transition: all 0.3s;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    -moz-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    -webkit-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    min-width: 80px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    right: 10px;
}

.option-btn-wrap:hover .option-btn-details {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.option-btn-details li a {
    padding: 0 10px;
    color: #393939;
    font-weight: 900;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
}

.option-btn-details li a:hover {
    color: #0cb3f0;
}

span.inlove-emoji {
    display: inline-block;
}

.inlove-emoji img {
    display: block;
    width: 100%;
}

.no-comment-wrap p {
    font-size: 14px;
    color: #949292;
}

.no-comment-wrap p strong {
    color: #393939;
}

.no-comment-wrap p i {
    font-size: 10px;
    padding: 0 10px;
    color: #262626;
}

.post-user-btm {
    padding: 15px 0 0 0;
}

.comment-input-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 20px;
}

.comment-input-wrap .comment-txtare-style {
    height: 52px;
    resize: none;
    padding: 15px 50px 0px 17px;
    border-radius: 36px;
    background: #d7d7d7;
}

.comment-input-wrap .comment-txtare-style::-webkit-scrollbar {
    display: none;
}

.comment-input-wrap .comment-txtare-style {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.comment-emoji {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comment-emoji .comment-emoji-btn {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 53px;
    border: none;
    box-shadow: none;
    outline: none !important;
}

.post-wrap-box+.post-wrap-box {
    margin-top: 20px;
}

.post-subscribe-wrap-box {
    height: 400px;
    background: #e1e1e1;
}

.post-subscribe-details {
    text-align: center;
}

.post-subscribe-details .post-subscribe {
    color: #393939;
    padding: 20px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.post-subscribe-details i {
    font-size: 40px;
}

.post-subscribe-btm p i {
    font-size: 20px;
}

.post-subscribe-btn {
    display: inline-block;
    background: #00aff0;
    padding: 0 60px;
    line-height: 50px;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    margin: 0 30px;
}

.post-subscribe-btn:hover {
    background: #333;
    color: #fff;
}

.post-subscribe-btm-main {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-subscribe-btm p {
    font-size: 20px;
    font-weight: 700;
}

.post-subscribe-btm p .ti-video-camera {
    font-size: 30px;
}

.post-subscribe-btm p .live-number {
    padding-left: 10px;
}

.post-only-text {
    padding: 0 15px;
}

.post-only-text p {
    font-size: 20px;
    line-height: 32px;
}


/* End Post wrap */

.from-input-wrap .input-3,
.from-select-wrap .selectMd-2,
.from-txtare-wrap .textArea {
    background-color: #f9f9f9;
}

.from-input-wrap label,
.from-select-wrap label,
.from-txtare-wrap label {
    font-weight: 600;
}

.radio-icon input[type="radio"].styled:checked+label:after {
    content: "";
}

.checkbox-pl-3,
.radio-pl-3 {
    padding-left: 3px;
}


/* Dashboard */

.dashboard-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
}

.dashboard-user-img span {
    display: block;
    height: 44px;
    width: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-user-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dashboard-user-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 8px;
}

.dashboard-user-details h3 {
    font-size: 17px;
    color: #393939;
    padding-bottom: 0;
    font-weight: bold;
}

.dashboard-menu-wrap {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}

.dashboard-menu {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgb(249, 249, 249);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    -moz-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    padding: 15px 12px;
    /* margin-top: 15px; */
}

.dashboard-menu li a {
    font-size: 14px;
    font-weight: 700;
    color: #9a9b9b;
    display: block;
    text-transform: capitalize;
    padding: 2px 18px;
    line-height: 36px;
    height: 36px;
}

.dashboard-menu li a:hover,
.dashboard-menu li.active {
    background: #e6f7fd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #0cb3f0;
}

.dashboard-menu li.active a {
    color: #0cb3f0;
}

.dashboard-menu li span,
.dashboard-menu li i {
    padding-right: 10px;
    color: #0cb3f0;
}

.dashboard-menu li.active span,
.dashboard-menu li.active i {
    color: #161616;
}

.dashboard-menu li:not(:last-child) {
    margin-bottom: 6px;
}

.sec-speace {
    padding: 30px 0 60px 0;
    border-top: 1px solid rgb(212, 212, 212);
}

.dashboard-post .homeVideoInner .video-js {
    height: 315px;
}

.dashboard-sec-speace {
    padding: 30px 0 60px 0;
    border-top: 1px solid rgb(212, 212, 212);
}

.dashboard-post-sec .post-src {
    background: #f5f7f9;
    border: 1px solid #e8e8e8;
    margin: 0;
    height: 42px;
    border-radius: 21px;
    width: 100%;
    padding: 0 60px 0 15px;
}

.postlSearchBtn {
    width: 60px;
    height: 42px;
    background: 0 0;
    border: 0;
    font-size: 16px;
    color: #bababa;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    outline: none !important;
}

.slider-top h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    padding: 0;
}

.slider-top {
    padding: 15px 55px 15px 0;
}

.slider-top li a {
    color: #999;
    font-size: 14px;
    display: block;
}

.slider-top li:not(:last-child) {
    padding-right: 8px;
}

.dashboard-slider-box {
    height: 120px;
    background-size: cover !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.slider-name-box-wrap {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50px;
}

.slider-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    margin-left: 20px;
    margin-top: -35px;
}

.slider-name-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 11px 0 11px;
}

.slider-user-img span {
    display: block;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.slider-user-img img {
    display: block;
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.slider-name-details h5 {
    color: #fff;
    font-size: 14px;
    padding: 0px 0 5px 0;
    line-height: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slider-name-details p {
    color: #fff;
    font-size: 13px;
    padding: 0;
    line-height: 1;
}

.slider-name-box a {
    display: flex;
    width: 100%;
}

.slider-name-box {
    height: 100%;
}

.dashboard-slider-box+.dashboard-slider-box {
    margin-top: 10px;
}

.dashboard-post-sliderwrap .owl-dots {
    text-align: center;
}

.dashboard-post-sliderwrap .owl-dot:not(:last-child) {
    margin-right: 5px;
}

.dashboard-post-sliderwrap .owl-dot {
    background: transparent !important;
    height: 10px;
    width: 10px;
    border: 1px solid #0cb3f0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none !important;
}

.dashboard-post-sliderwrap .owl-dot.active {
    background: #0cb3f0 !important;
}

.dashboard-post-sliderwrap .owl-nav {
    position: absolute;
    right: 0;
    top: -34px;
}

.dashboard-post-sliderwrap .owl-nav .owl-prev,
.dashboard-post-sliderwrap .owl-nav .owl-next {
    position: absolute;
    top: 0;
    font-size: 13px;
}

.dashboard-post-sliderwrap .owl-nav .owl-prev {
    left: -45px;
}

.dashboard-post-sliderwrap .owl-nav .owl-next {
    right: 10px;
}

.free-text {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-size: 12px;
    z-index: 2;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 20px;
    font-weight: 600;
}

.slider-option {
    position: absolute;
    right: 12px;
    top: 5px;
}

.slider-option-wrap .slider-option-btn {
    border: none;
    box-shadow: none;
    outline: none !important;
    background: transparent;
    font-size: 18px;
    color: #6b6b6b;
}

.slider-option-btn-details {
    position: absolute;
    visibility: hidden;
    color: #fff;
    opacity: 0;
    list-style: none;
    transition: all 0.3s;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    -moz-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    -webkit-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    min-width: 80px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    right: 10px;
}

.slider-option-wrap:hover .slider-option-btn-details {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.slider-option-btn-details li a {
    padding: 0 10px;
    color: #393939;
    font-weight: 900;
    font-size: 12px;
    text-transform: capitalize;
    display: block;
}

.slider-option-btn-details li a:hover {
    color: #0cb3f0;
}

.img-post img {
    display: block;
    width: 100%;
}

.dashboard-rgt {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 85px;
}

.dashboard-post .comment-input-wrap .comment-txtare-style {
    background: #f9f9f9;
}


/* End Dashboard */


/* Notification 29.07.2021  */

.back-notification-btn {
    font-weight: 700;
    font-size: 18px;
    color: #161616;
    text-transform: capitalize;
    display: block;
    line-height: 1;
}

.back-notification-btn span {
    padding-right: 10px;
}

.back-notification-btn:hover {
    color: #00aff0;
}

.notification-setting .option-btn {
    font-size: 18px;
}

.notification-menu li a {
    color: #6e6e6e;
    font-weight: 900;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
}

.notification-menu li a:hover,
.notification-menu li.active a {
    color: #00aff0;
}

.notification-menu {
    padding: 15px 0;
}

.notification-menu li a span {
    padding-right: 8px;
}

.notification-wrap-box {
    border: 1px solid #ced4da;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.notification-wrap-box a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
}

.notification-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.notification-details-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 20px;
}

.notification-user-img span {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.notification-user-img img {
    display: block;
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.notification-user-details h3 {
    font-size: 20px;
    color: #161616;
    padding-bottom: 0;
    font-weight: bold;
}

.notification-user-details h3 span {
    color: #00aff0;
}

.notification-user-details p {
    color: #b3b3b3;
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 30px;
}

.notification-text p {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
    line-height: 20px;
}

.notification-user-details {
    padding-bottom: 5px;
}

.nofication-date {
    display: block;
    color: #b3b3b3;
    font-size: 12px;
    padding-bottom: 0;
}

.notification-wrap-box+.notification-wrap-box {
    margin-top: 20px;
}


/* End Notification 29.07.2021  */

.dashboard-user-details p {
    color: #b3b3b3;
    font-size: 13px;
}

.closeMsgBtn {
    position: absolute;
    right: 14px;
    background: #acacac;
    height: 16px;
    width: 16px;
    font-size: 7px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    top: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.closeMsgBtn:hover {
    background: #00aff0;
}

.msgBoxesInner {
    border: #ced4da 1px solid;
    background: #e6f7fd;
    padding: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.msgBoxesLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.msgBoxesRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}

.msgBoxesLeft span {
    width: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.msgBoxesLeft span img {
    width: 100%;
    display: block;
}

.msgBoxesRight h5 {
    font-size: 15px;
    padding-bottom: 0;
}

.msgBoxesRight h5 span {
    color: #00aff0;
}

.msgBoxesRightBtm p {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 10px;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msgBoxesRightTop small {
    color: #9a9b9b;
    margin-left: 10px;
    font-size: 10px;
}

.msgBoxesRightBtm small {
    color: #9a9b9b;
    font-size: 10px;
}

.msgBoxesRightTop {
    margin-bottom: 10px;
}

.msgBoxes:not(:last-child) {
    margin-bottom: 10px;
}

.msgSrcPlusLeft a {
    color: #161616;
    font-size: 18px;
    font-weight: 700;
}

.msgSrcPlusRight ul li:not(:last-child),
.recentLeft ul li:not(:last-child) {
    margin-right: 15px;
}

.msgSrcPlusRight ul li a {
    display: block;
    background: #acacac;
    height: 20px;
    width: 20px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.msgSrcPlusRight ul li a:hover {
    background: #00aff0;
}

.msgSrcPlus,
.recentWrap {
    margin-bottom: 10px;
}

.recentLeft h5 {
    margin-right: 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #161616;
}

.recentLeft ul li a {
    display: block;
    font-size: 18px;
    background: #acacac;
    height: 34px;
    width: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.recentLeft ul li a.active,
.recentLeft ul li a:hover {
    background: #00aff0;
    color: #fff;
}

.recentRight>a {
    color: #000;
    font-size: 18px;
}

.lastSeen {
    padding: 4px 17px;
    border: #ced4da 1px solid;
    background-color: #f6f6f6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #9a9b9b;
    font-size: 10px;
}

.postMsgTopName h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.postMsgTopName h4 span {
    color: #00aff0;
}

.postMsgTopSrcGal .starIcon a,
.postMsgTopSrcGal .bellIcon a {
    font-size: 18px;
    color: #00aff0;
    padding: 0 8px;
}

.postMsgTopSrcGal .galleryIcon a {
    color: #9a9b9b;
    font-size: 10px;
    display: block;
}

.postMsgTopSrcGal .galleryIcon a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.postSrc .postSrcInput {
    border: #ced4da 1px solid;
    background: #f6f6f6;
    padding: 0 5px 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 10px;
    height: 28px;
}

.postSrc .postSrcBtn {
    position: absolute;
    left: 0;
    background-color: transparent;
    display: block;
    top: 0;
    border: none;
    line-height: 33px;
    padding: 0 5px;
    font-size: 19px;
    color: #9a9b9b;
}

.postMsgTop {
    border-bottom: #dadada 1px solid;
    padding: 15px;
}

.imgwrap img {
    width: 100%;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.postMsgMidImg>span.postDate {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    color: #9a9b9b;
}

.pmLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.pmLeft span {
    width: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.pmLeft span img {
    width: 100%;
    display: block;
}

.pmRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}

.pmRight p {
    padding: 10px 15px;
    background: #f6f6f6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #000;
    font-size: 10px;
}

.imgwrap,
.postMsgMidFlex {
    margin-bottom: 15px;
}

.addTip {
    color: #0cb3f0;
    font-size: 10px;
    padding: 0 15px;
}

.postMsg {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 85px;
    border: #ced4da 1px solid;
    border-radius: 20px;
}

.typeMsgAreaInp {
    width: 100%;
    border: none !important;
    height: 30px;
    padding: 0 50px 0 10px;
}

.typeMsgAreaBtn {
    background-color: transparent;
    border: none;
    color: #0cb3f0;
    font-size: 15px;
    position: absolute;
    right: 20px;
    height: 30px;
}

.typeMsgArea {
    border-top: #ddd 1px solid;
    padding: 6px 10px;
    margin-top: 5px;
}

.postMsgTopName a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.postMsgTopName a span {
    color: #0cb3f0;
}

.postMsgMidImg {
    padding: 15px;
}

.followerWrap [class*="col-"],
.storeWrap [class*="col-"] {
    margin-bottom: 30px;
}

.followerWrap .performerImg a {
    width: 100px;
    height: 100px;
}

.followerWrap .performerdecc h4 {
    font-size: 12px;
    padding: 0;
}

.followerWrap .performerBtn a {
    line-height: 28px;
    font-size: 11px;
    padding: 0 10px;
}

.store .performerdecc ul li {
    padding: 0 5px;
    text-align: center;
}

.store .performerdecc ul li a {
    font-size: 12px;
    display: inline-block;
}

.store .performerdecc p {
    font-size: 14px;
    margin-bottom: 5px;
}

.store h6 {
    padding-bottom: 10px;
    font-size: 12px;
}

.store .performerdecc h4 {
    font-size: 16px;
    padding-bottom: 6px;
}

.store .performerBtn a {
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

.storeImg img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    height: 190px;
    object-position: top;
}

.uploadProduct ul li.inf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
}

.uploadProduct ul li.val {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.uploadProduct {
    max-width: 600px;
    width: 100%;
}

.uploadProduct>ul:not(:last-child) {
    margin-bottom: 10px;
}

.imgDesc {
    margin-top: 15px;
    border: #ddd 1px solid;
    padding: 8px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.imgDesc a {
    color: #0cb3f0;
}

.createProduct {
    width: 100%;
    display: block;
    border: none;
    background: #0cb3f0;
    color: #fff;
    line-height: 46px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
}

.uploadProduct .file-upload .file-select {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.uploadProduct h4 {
    padding-bottom: 20px;
}

.wallet .nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .wallet .nav-tabs {
        display: flex;
    }
    .wallet .card {
        border: none;
    }
    .wallet .card .card-header {
        display: none;
    }
    .wallet .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .wallet .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.walletInner {
    text-align: center;
}

.walletInnerTop h4 {
    display: inline-block;
    padding: 0;
    margin-right: 15px;
}

.reload {
    cursor: pointer;
}

.wallet .card-body {
    border: 1px solid #dee2e6;
    border-top: none;
}

.walletInnerMid ul li a {
    padding: 0 20px;
    border: #f9f9f9 1px solid;
    color: #000;
    font-weight: 700;
    line-height: 32px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px -5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.walletInnerMid ul li a:hover,
.walletInnerMid ul li a.active {
    background: #0cb3f0;
    color: #fff;
}

.walletInnerMid ul li {
    margin: 0 10px;
}

.walletInnerMid ul li .customInput {
    height: 32px;
    border: #0cb3f0 1px solid;
    width: 140px;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px -5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.walletInnerMid {
    margin: 30px 0;
}

.walletInnerTop {
    margin-top: 20px;
}

.wallet .nav-tabs .nav-link {
    color: #797979;
}


/* ====pagination==== */

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


/* ====pagination==== */

.online {
    width: 8px;
    height: 8px;
    position: absolute;
    background: #cac9c9;
    border-radius: 50%;
    bottom: 3px;
    right: 11px;
}

.online.active {
    background: #05b405;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    cursor: default;
    color: #6698aa;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em 0;
    }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgba(12, 179, 240, 0.9);
    padding: 4em 0 6em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 2.5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.5em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 0.7em 1em 0.5em;
    color: #fff;
    border-radius: 30px;
    background: #23baf1;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background-color: #100a13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

.vault td a i {
    color: #23baf1;
}

.profileDb [class*="col-"] {
    margin-bottom: 16px;
}

.profileDbInner h6 {
    font-size: 15px;
}

.profileDbInner h6 {
    font-size: 15px;
}

.profileDb h4 {
    border-bottom: #d9d9d9 1px solid;
    margin-bottom: 5px;
}

.modDesc h5 {
    display: inline-block;
    padding: 0;
}

.modDesc h5 span {
    color: #0cb3f0;
}

.modDesc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}

.modDesc small {
    color: #9a9b9b;
    margin-left: 10px;
    font-size: 14px;
}

.modDesc p {
    margin-top: 5px;
    color: #666;
    font-weight: 700;
}

.modDesc p i {
    color: #0cb3f0;
}

.modImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}

.modImg span {
    width: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.modImg span img {
    width: 100%;
    display: block;
}

.upload-image input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}

.upload-image {
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: block;
    background: url("../images/camera-icon.png") center center no-repeat;
    background-size: 30px 30px;
}

.banUpImg img {
    display: block;
    width: 100%;
}

.profBan .row {
    margin: 0 -5px;
}

.profBan [class*="col-"] {
    padding: 5px;
}

.profBan {
    background: #f4f4f4;
    padding: 5px 10px;
    margin-bottom: 30px;
}

.ci-user-picture.pictureDb {
    width: 100%;
}

.ci-user-picture.pictureDb img {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.ciUserBtn .userEditeBtn {
    opacity: 1;
    background: url("../images/camera-icon.png") center center no-repeat;
    background-size: 30px 30px;
}

.modal-xl {
    max-width: 1140px;
}

.proUserPlan .pricing-palden .pricing-item {
    margin: 1em 0;
    -webkit-flex: 0 1 33.333337%;
    flex: 0 0 25%;
}

.proUserPlan .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

.proUserPlan .pricing-palden .pricing-deco {
    padding: 4em 0 4em;
}

.proUserPlan .pricing-palden .pricing-deco-img {
    height: 70px;
}

.commentImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
}

.commentImg span {
    display: block;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.commentImg img {
    display: block;
    width: 100%;
    height: 36px;
    object-fit: cover;
    object-position: center;
}

.commentDtls {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 20px;
}

.commentDtlsTop {
    background: #f2f9fd;
    padding: 15px;
    -moz-border-radius: 0 20px 20px;
    -webkit-border-radius: 0 20px 20px;
    border-radius: 0 20px 20px;
    position: relative;
    font-size: 13px;
}

.commentDtlsTop h5 a {
    font-size: 15px;
    color: #333;
}

.commentDtlsTop h5 {
    padding-bottom: 5px;
}

.commentDtlsTop::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 13px 10px 0;
    border-color: transparent #f2f9fd transparent transparent;
}

.commentWrapInner {
    margin-top: 15px;
}

.replyLike ul li:not(:last-child) {
    margin-right: 10px;
}

.replyLike ul li a {
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.replyLike ul li a.min {
    color: #888;
}

.replyLike {
    padding: 10px 0;
}

.commentDtls .post-user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
}

.commentDtls .post-user span {
    height: 36px;
    width: 36px;
}

.commentDtls .post-user span a {
    display: block;
}

.commentDtls .post-user img {
    height: 36px;
}

.commentDtls .post-input-wrap .post-txtare-style {
    height: 36px;
    padding: 8px 5px 0px 17px;
    font-size: 13px;
}

.commentDtls .post-input-wrap textarea::placeholder {
    font-size: 11px;
}

.commentDtls .post-input-wrap {
    padding: 0 0 0 15px;
}

.commentDtls .compose-new-post {
    padding: 0;
}


/* Start 09.08.2021 */

.option-top-rgt {
    position: absolute;
    right: 0;
    top: 0;
}

.option-top-rgt-wrap .option-top-btn {
    border: none;
    box-shadow: none;
    outline: none !important;
    background: transparent;
    font-size: 18px;
    color: #6b6b6b;
}

.option-rgt-details {
    position: absolute;
    visibility: hidden;
    color: #fff;
    opacity: 0;
    list-style: none;
    transition: all 0.3s;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    -moz-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    -webkit-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    min-width: 80px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    right: 10px;
}

.option-top-rgt-wrap:hover .option-rgt-details {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.option-rgt-details li a {
    padding: 0 10px;
    color: #393939;
    font-weight: 900;
    font-size: 12px;
    text-transform: capitalize;
    display: block;
}

.profile-banner-wrap .option-top-rgt {
    right: 7px;
    top: 7px;
}

.profile-banner-wrap .option-top-rgt-wrap .option-top-btn {
    font-size: 20px;
    color: #999;
}


/* End  09.08.2021 */

.pblLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
}

.pblLeft span {
    display: block;
    width: 90px;
}

.pblLeft span img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.pblRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}

.view_media {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    padding: 5px;
}

.playIco {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    height: 35px;
    width: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #00aff0;
}

.view_media img.img-fluid {
    height: 200px;
    object-fit: cover;
    display: block;
    width: 100%;
}

.view_media-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.view_media-row [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.media_modal .modal_nav .next,
.media_modal .modal_nav .prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    height: 35px;
    width: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #00aff0;
    -webkit-box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    opacity: 0.5;
}

.media_modal .modal-body:hover .modal_nav .next,
.media_modal .modal-body:hover .modal_nav .prev {
    opacity: 1;
}

.media_modal .modal_nav .next {
    right: 10px;
}

.media_modal .modal_nav .prev {
    left: 10px;
}

.media_modal .media_details img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.media_modal .modal-body .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #f00;
    background: #fff;
    height: 35px;
    width: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    font-size: 23px;
    -webkit-box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 20%);
    text-align: center;
    z-index: 1;
    opacity: 0.5;
}

.media_modal .modal-body:hover .close {
    opacity: 1;
}


/* ---------------25-10-2021---------------- */

.controls2 {
    font-size: 26px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 28px;
    border: 2px solid #0cb3f0;
    background: #0cb3f0;
    cursor: pointer;
    outline: none;
    color: #fff;
}

.qtyInput2 {
    font-size: 16px;
    width: 60px;
    height: 40px;
    line-height: 24px;
    border: 2px solid #0cb3f0;
    background: transparent;
    text-align: center;
    margin: 0 3px;
    background: #ffff;
}

.priceControl input[type="number"] {
    -moz-appearance: textfield;
}

.quantity h5 {
    padding: 0;
    padding-right: 15px;
    font-size: 18px;
}

.btn-theme {
    background: #0cb3f0;
    color: #fff;
    border-radius: 0;
}

.modal-lg {
    max-width: 1000px;
}

.wlProImg {
    display: block;
    width: 100px;
}

.wlProImg img {
    width: 100px;
    display: block;
}

.wishlistWrap table td {
    vertical-align: middle;
}

.wishlistWrap table td a.proNameTd {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.likeDoNext {
    border-top: #eee 1px solid;
    padding: 30px 0;
}

.likeDoNext h3 {
    padding-bottom: 5px;
}

.codeBox {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 20px;
    border: #f0f0f0 1px solid;
}

.couponCodeInner {
    max-width: 600px;
}

.coupInput {
    border-radius: 0;
    border-color: #ddd;
}

.applyBtn {
    background: #0cb3f0;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;
}

.codeBox .col {
    margin-top: 15px;
}

.required label {
    position: relative;
}

.codeBox .selectOption {
    border: #ddd 1px solid;
}

.subTotalTableInner {
    max-width: 500px;
    width: 100%;
}

.continueBtn {
    background: #0cb3f0;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 15px;
    border: none;
}

.continueBtn:hover {
    background: #333;
    color: #fff;
}

.continueShopping {
    background: #a5d1e1;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 15px;
}

.continueShopping:hover {
    background: #0cb3f0;
    color: #fff;
}

.cartArea {
    padding: 2rem;
    border-top: #eee 1px solid;
}

.step-title {
    margin-bottom: 0;
    color: #222529;
    font-size: 2.2rem;
}

.checkout-container .form-control,
.checkout-container select.form-control:not([size]):not([multiple]) {
    height: 49px;
}

.checkout-container .form-control {
    padding-left: 1.2rem;
    height: 46px;
    margin-bottom: 1rem;
    transition: all 0.3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

.checkout-container .select-custom .form-control {
    font-size: 0.9rem;
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem;
}

.select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
}

.checkout-container .checkout-steps .custom-control-label::after,
.checkout-container .checkout-steps .custom-control-label::before {
    top: 0px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before {
    border: 1px solid #ccc;
    background-color: #fff;
}

.custom-control {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.checkout-container .custom-control {
    margin-top: 3.3rem;
    margin-bottom: 14px;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 0;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
}

.checkout-container textarea.form-control {
    min-height: 125px;
    resize: none;
    border-color: #ebebeb;
    padding-top: 0.8rem;
    font-size: 13px;
}

.order-summary h3 {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
}

.table-mini-cart td,
.table-mini-cart th,
.table-mini-cart thead th,
.table-mini-cart tr {
    border: 0;
    vertical-align: middle;
    color: #222529;
}

.table-mini-cart .price-col,
.table-mini-cart .product-col {
    padding: 0.8rem 1rem 0.8rem;
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
}

.table-mini-cart tfoot tr,
.table-mini-cart thead {
    border-bottom: 1px solid #e7e7e7;
}

.payment-methods {
    padding: 2rem 0.8rem 0;
    margin-bottom: 2.6rem;
    border-bottom: 1px solid #e7e7e7;
}

.order-summary h4 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 19px;
}

.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222529;
}

.order-summary .info-box p {
    padding: 11px 3px;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2f6473;
}

.info-box.with-icon p::before {
    float: left;
    content: "ïš";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px;
}

.btn-place-order {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 0.8rem 1.4rem;
}

.checkout-container .order-summary {
    padding: 1.8rem 2rem 2rem;
    margin-top: 1px;
}

.cart-summary,
.order-summary {
    position: relative;
}

.order-summary {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 2px solid #e7e7e7;
}


/* ---------------25-10-2021---------------- */


/* ---------------15-11-2021---------------- */

.performVideo {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.videoChatArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px;
    padding: 0 15px;
    background: #f9f9f9;
}

.performVideoInner>img {
    width: 100%;
    display: block;
}

.goldPrivate {
    position: absolute;
    width: 200px;
    bottom: 10px;
    right: 15px;
}

.goldBtn {
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #000303;
    letter-spacing: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #fefcf6;
    background: -moz-linear-gradient( top, #fefcf6 0%, #eecb6a 14%, #ca9000 50%, #936d00 100%);
    background: -webkit-linear-gradient( top, #fefcf6 0%, #eecb6a 14%, #ca9000 50%, #936d00 100%);
    background: linear-gradient( to bottom, #fefcf6 0%, #eecb6a 14%, #ca9000 50%, #936d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefcf6', endColorstr='#936d00', GradientType=0);
}

.goldBtn:hover {
    color: #fff;
}

.chatBox {
    margin-top: 20px;
    color: #464545;
    font-size: 14px;
    height: 360px;
    overflow-y: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px 0;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    -ms-border-radius: 20px 0;
    -o-border-radius: 20px 0;
    border: #eee 1px solid;
}

.chatBox div:not(:last-child) {
    margin-bottom: 7px;
}

.typeInputArea .typeInput {
    width: 100%;
    border: none;
    border-radius: 20px 0;
    height: 38px;
    padding: 0 15px;
    font-size: 12px;
    color: #020000;
    border: #d7d4d4 1px solid;
}

.typeInputSend {
    margin-top: 10px;
}

.typeInputSend ul li:not(:last-child) {
    margin-right: 10px;
}

.typeInputSend ul li a {
    display: block;
    color: #8c8c8c;
    position: relative;
    font-size: 18px;
}

.circleSup {
    position: absolute;
    left: -13px;
    font-size: 12px;
    font-weight: bold;
}

.typeSend {
    background: #0cb3f0;
    color: #fff;
    font-size: 12px;
    padding: 4px 15px 2px;
    border: none;
    font-weight: bold;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/* ---------------15-11-2021---------------- */

.copy-btn {
    border: none;
    background: #00aff0;
    height: 33px;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 15px;
    outline: none !important;
}

.catagry-button li {
    cursor: pointer;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.catagry-button li a {
    background: #fff;
    color: #0cb3f0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
    -moz-box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
    box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
    display: block;
}

.catagry-button li a:hover,
.catagry-button li a.active {
    background: #0cb3f0;
    color: #fff;
}

.catagry-button li+li {
    margin-left: 15px;
}

.show-attachment video,
.show-attachment audio,
.show-attachment iframe {
    width: 100%;
}

.show-attachment img {
    display: block;
    width: 100%;
}

.block_user {
    position: absolute;
    top: 7px;
    right: 7px;
    text-align: center;
    line-height: 30px;
    color: #f00;
    background: #fff;
    height: 30px;
    padding: 0 5px;
    /* width: 30px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
    -moz-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
}

.block_user button {
    text-align: center;
    font-size: 14px;
    color: #f00;
    background: transparent;
    border: none;
    outline: none !important;
}

.blk-user-wrap .block-user {
    position: absolute;
    /* bottom: -50px; */
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    color: #f00;
    border-radius: 30px;
}

.private-chat {
    padding-top: 15px;
}

.private-chat .prv-chat-btn {
    line-height: 30px;
    display: inline-block;
    background: #00aff0;
    text-align: center;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 0 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    line-height: 30px;
}

.private-chat .prv-chat-btn:hover {
    background: #747575;
    color: #fff;
}

.scroll-menu {
    overflow: auto;
    max-height: 490px;
}

.scroll-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.scroll-menu::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.scroll-menu::-webkit-scrollbar-thumb {
    background-color: #0cb3f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.request-list-rgt .accept-rq-btn {
    border: none;
    outline: none !important;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
    -moz-box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
    box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
}

.request-list-rgt .acc-req i {
    color: #079505;
}

.request-list-rgt .rej-req i {
    color: #f00;
}

.request-list-rgt ul li+li {
    margin-left: 8px;
}

.tableScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tableScroll::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.tableScroll::-webkit-scrollbar-thumb {
    background-color: #0cb3f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.private-req-table {
    padding-top: 15px;
    width: 100%;
    float: left;
}

.private-req-table h4 {
    padding-bottom: 0;
}

.tableScroll {
    height: 220px;
    overflow: auto;
    display: block;
}

.scrollFix table td:not(:first-child),
.tableHead ul li:not(:first-child) {
    width: 15%;
}

.scrollFix table td:first-child,
.tableHead ul li:first-child {
    width: 55.3%;
}

.tableHead {
    /* background: #f00; */
    border: 1px solid #dee2e6;
}

.tableHead ul li:not(:first-child) {
    border-left: 1px solid #dee2e6;
}

.tableHead ul li {
    padding: 0.75rem;
}

.private-req-tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.private-req-tbody tr:nth-child(odd) {
    background: #FFF;
}

.namebox h3.brandDtls {
    padding-bottom: 8px;
}

.description {
    padding-bottom: 10px;
}

.description h5 {
    padding-bottom: 5px;
}

.stock-type li span,
.nameboxInner li .cost-name {
    font-weight: 600;
    color: #000;
    padding-right: 5px;
}

.performerBox {
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px 1px rgb(81 106 134 / 20%);
    -moz-box-shadow: 0 0px 5px 1px rgb(81 106 134 / 20%);
    box-shadow: 0 0px 5px 1px rgb(81 106 134 / 20%);
    padding: 10px;
}

.user_join {
    text-align: center;
}

.user_join .joining {
    width: 80%;
    background: #25cd32;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    display: inline-block;
    font-size: 13px;
    padding: 3px 8px;
}

.website-btn {
    display: block;
    box-shadow: none;
    border: none;
    outline: none !important;
    font-size: 12px;
    color: #fff;
    padding: 0 30px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    background: #0cb3f0;
}

.website-btn:hover {
    background: #747575;
}

.rgt-msg-top {
    right: 10px;
    top: 10px;
}

.option-rgt-details {
    min-width: 130px;
}

.close {
    outline: none !important;
}

.resize-none {
    resize: none;
}

.mdl-deatils li+li {
    margin-left: 8px;
}

.mdl-deatils li a,
.mdl-deatils li {
    color: #000;
    font-size: 15px;
    padding-bottom: 0;
}

.mdl-deatils li a {
    text-decoration: underline;
}

.post-head h3 {
    font-weight: 700;
    font-size: 20px;
    color: #393939;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding: 0;
}

.post-cata li {
    color: #000;
    font-size: 15px;
    padding-bottom: 0;
}

.vrfy-btn-add .error {
    position: absolute;
    top: 100%;
    left: 0;
}

.vrfy-btn-add .errMsg {
    position: absolute;
    left: 0;
    top: 100%;
    color: red;
}

.vrfy-btn-add .input-3 {
    padding-right: 120px;
}

.phone-box label {
    display: block;
}

.phone-box .iti {
    width: 100%;
}

.phone-box .vfWrap .vfBtn.editPhone {
    padding: 0 10px;
    line-height: 44px;
    height: 44px;
}

.formBox-2 .iti__flag-container {
    color: #393939;
}

.email-box .vfWrap .vfBtn.editEmail {
    padding: 0 10px;
    line-height: 44px;
    height: 44px;
}

.email-box .error {
    position: absolute;
    top: 100%;
    left: 0;
}

.email-box .errMsg {
    position: absolute;
    left: 0;
    top: 100%;
    color: red;
}

.file-select .fp-close {
    width: inherit !important;
    height: 44px !important;
    background: #ef030e !important;
    color: #fff;
    padding: 0 15px;
    line-height: 44px !important;
    font-size: 20px;
}

.file-select .fp-close:hover {
    background: #ef030e;
}

.comment_reply-sec-right .sendMessageToSubscriber {
    background: #0cb3f0;
    border: none;
    box-shadow: none;
    outline: none !important;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
}

.comment_reply-sec-right .sendMessageToSubscriber i {
    padding-right: 8px;
}

.comment_reply-sec-right .sendMessageToSubscriber:hover {
    background: #747575;
}

.post-wrap-box-top .option-btn-details {
    min-width: 140px;
}


/* Favorite box */

.favorites-box {
    background-color: rgb(249, 249, 249);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    -moz-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
}

.favorites-box-des {
    padding: 15px;
}

.favorites-box-media a {
    display: block;
}

.favorites-box-media img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.favorites-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
}

.favorites-user-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 8px;
}

.favorites-user-img span {
    display: block;
    height: 44px;
    width: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.favorites-user-img img {
    display: block;
    width: 100%;
    height: 44px;
    object-fit: cover;
    object-position: center;
}

.favorites-user-details h3 {
    font-size: 14px;
    color: #474747;
    padding-bottom: 0;
}

.user-mdl-deatils li a,
.user-mdl-deatils li {
    color: #000;
    font-size: 12px;
    padding-bottom: 0;
}

.user-mdl-deatils li a {
    text-decoration: underline;
}

.user-mdl-deatils li+li {
    margin-left: 8px;
}

.no-media {
    width: 100%;
    height: 202px;
    font-size: 20px;
    overflow-y: auto;
}

.favorites-user {
    padding-top: 15px;
}

.box-des-content a,
.box-des-content p {
    font-size: 15px;
    color: #393939;
}

.box-des-content a:hover {
    color: #0cb3f0;
}

.when-media a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-media a {
    padding-right: 2px;
}

.no-media::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no-media::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.no-media::-webkit-scrollbar-thumb {
    background-color: #0cb3f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* Video-Sec */

.favorite-post-video {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.favorite-post-video .video-js {
    width: 100%;
    height: 180px;
}

.favorite-post-video .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.favorite-post-video .video-js .vjs-big-play-button {
    line-height: 50px;
    height: 50px;
    width: 50px;
    border: none;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.8em;
}


/* End Video-Sec */

.add-btn {
    padding-bottom: 35px;
}

.download-attachment {
    /* padding-top: 8px; */
    position: absolute;
    bottom: 0;
    width: 100%;
}

.download-attachment .downloadBtn {
    background: #0cb3f0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
}

.download-attachment .downloadBtn:hover {
    background: #747575;
}

.favorites-box .view_media {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
}


/* End Favorite box */


/* Start Message Wrap */

.massage-wrap {
    background: #dfebef;
}

.contact-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    background: #038cbf;
}

.contact-msg-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.contact-img {
    height: 40px;
    width: 40px;
    display: block;
}

.contact-img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.contact-name {
    padding: 0 0 0 10px;
    margin: 0;
}

.contacts li {
    position: relative;
    border-left: 5px solid transparent;
}

.contacts li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
}

.contacts li:hover,
.contacts li.active {
    background: rgba(255, 255, 255, 0.2);
}

.contacts li.active {
    border-left: 5px solid #001016;
}

.sent-msg,
.received-msg {
    min-width: 100px;
}

.received-msg p {
    background: #028abd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.received-msg p a {
    color: #fff;
    text-decoration: underline;
}

.sent-msg p {
    background: #f5f5f5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    margin: 0;
    color: #000;
    padding: 5px 10px 5px 12px;
    width: 100%;
    text-align: right;
}

.sent-msg p a {
    color: #000;
    text-decoration: underline;
}

.time-date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 0;
}

.contact-profile-img {
    height: 60px;
    width: 60px;
    display: block;
}

.contact-profile-img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 100%;
    object-fit: cover;
}

.contact-profile {
    background: #026387;
    padding: 10px 15px 10px 10px;
}

.contact-profile p {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
}

.naming-style {
    font-size: 16px;
    color: #fff;
}

.naming-style:hover {
    color: #fff;
}

.msg-wrap {
    margin: 5px 5px 0 0;
}

.msg-history {
    /* height: 450px; */
    height: 345px;
    overflow-y: auto;
    padding: 10px 7px 10px 10px;
    margin-bottom: 10px;
}

.message-input {
    /* padding: 10px 7px 10px 10px; */
    /* padding: 10px 0px 10px 0px; */
    background: #1982a9;
}

.input-msg-write {
    position: relative;
}


/* .input-msg-write .write-msg {
    border: none;
    height: 50px;
    resize: none;
    font-size: 14px;
    padding-right: 50px;
    border-radius: 0px;
} */

.input-msg-write .write-msg {
    /* border: 1px solid #c4c4c4; */
    border: none;
    height: 50px;
    resize: none;
    font-size: 14px;
    padding-right: 50px;
    border-radius: 0px;
    background: #c6dbe3;
}

.input-msg-write .write-msg:focus {
    box-shadow: none;
}

.msg-send-btn {
    background: #00aeef;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    width: 33px;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}

.msg-history-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.msg-history-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.msg-history-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #00aeef;
}

.input-msg-write .write-msg::-webkit-scrollbar {
    display: none;
}

.input-msg-write .write-msg {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.contacts {
    /* height: 595px; */
    height: 470px;
    overflow-x: auto;
    /* margin: 10px 0; */
    padding: 10px 0;
}

.contactsscroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.contactsscroll::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.contactsscroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #026387;
}

.sender-name,
.receiver-name {
    font-size: 14px;
    font-weight: 600;
}

.sender-name {
    text-align: right;
}

.user-img img {
    display: block;
    height: 30px;
    width: 30px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.outgoing-msg .user-img-wrap {
    margin-left: 8px;
}

.incoming-msg .user-img-wrap {
    margin-right: 8px;
}

.user-name {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0cb3f0;
    font-weight: 600;
    color: #fff;
}


/* End Message Wrap */

.fas.fa-fire.set_user_fav {
    color: #f00;
}

.fa-fire.set_user_fav.fa {
    color: #00aff0;
    cursor: pointer;
}


/* Start 28.01.22 Lft Side Menu */

.new-dashboard-menu {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgb(249, 249, 249);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    -moz-box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    box-shadow: 0px 1px 6px 0px rgba(121, 120, 120, 0.35);
    padding: 15px 12px;
}

.new-dashboard-menu li:not(:last-child) {
    margin-bottom: 6px;
}

.new-dashboard-menu li a:hover,
.new-dashboard-menu li.active {
    background: #e6f7fd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #0cb3f0;
}

.new-dashboard-menu li a {
    font-size: 14px;
    font-weight: 700;
    color: #9a9b9b;
    display: flex;
    text-transform: capitalize;
    padding: 0px 6px;
    line-height: 36px;
    height: 36px;
    align-items: center;
    position: relative;
}

.online-user {
    position: absolute;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding: 0 !important;
    left: 0;
    top: -2px;
    border-radius: 50%;
    font-size: 10px;
    border: 1px solid #0cb3f0;
}

.new-dashboard-menu li span,
.new-dashboard-menu li i {
    padding-right: 10px;
    color: #0cb3f0;
    padding-right: 0;
    padding: 0 0 2px 5px;
}

.new-dashboard-menu li.active span,
.new-dashboard-menu li.active i {
    color: #161616;
}

.new-dashboard-menu li a p {
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    width: 0;
    padding: 0 0 0 12px;
    margin: 0;
    transition: all 300ms ease-in-out;
    display: none;
}

.overlay:hover .new-dashboard-menu li a p {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: margin-right 2s ease-in-out;
    display: block;
}

.new-menu-stick {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 85px;
}

.overlay {
    width: 60px;
    z-index: 2;
    height: 100%;
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    position: sticky;
    top: 100px;
}

.wrap-rgt {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 60px);
    padding: 0 0 0 15px;
}

.overlay,
.overlay::before {
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
}

.overlay .new-dashboard-menu {
    position: absolute;
    left: 0;
    width: 60px;
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
}

.overlay:hover .new-dashboard-menu {
    width: 250px;
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
}

.menu-scroll {
    height: 440px;
    margin-top: 0;
    overflow-y: auto;
    overflow-x: hidden !important;
}

#left-menu-scroll .scrollbar-track-x,
#left-menu-scroll .scrollbar-track-x.show {
    display: none !important;
}


/* .mCSB_inside > .mCSB_container::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
} */

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    transition: all 300ms ease-in-out;
}

.overlay:hover .mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.overlay:hover .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 1;
}


/* End 28.01.22 Lft Side Menu */


/* 07.02.2022 */

.banr-blk-bg {
    position: relative;
    z-index: 1;
}

.banr-blk-bg::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: -1;
}

.other-page-banner {
    background-size: cover !important;
}

.other-page-heading h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 17px 0;
    font-size: 40px;
}

.contact-sec {
    padding: 40px 0;
}

.contact-input .input-contact,
.contact-txtre .txtre-contact {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #003d78;
    font-weight: 500;
    background: #f5f7f9;
}

.contact-input input:focus,
.contact-txtre textarea:focus {
    border: 1px solid #0cb3f0;
    box-shadow: none;
}

.contact-txtre .txtre-contact {
    resize: none;
}

.frm-btn {
    font-size: 12px;
    color: #fff;
    padding: 0 30px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    -moz-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    outline: none !important;
    border: none;
    background: #0cb3f0;
}

.frm-btn:hover {
    background: #747575;
}

.contact-head p {
    color: #393939;
    font-weight: 500;
}

.contact-social {
    padding-top: 20px;
}

.contact-social li {
    position: relative;
    height: 35px;
    line-height: 1;
}

.contact-social li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-social li a {
    display: flex;
    color: #0cb3f0;
    font-weight: 600;
    padding-left: 45px;
    align-items: center;
    height: 35px;
}

.contact-social li i {
    background: #0cb3f0;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 35px;
    position: absolute;
    left: 0;
}

.faq-accordion .card-header {
    padding: 0;
    border-radius: 0px;
    border: none;
}

.faq-accordion .card-header a {
    display: block;
    padding: 10px;
    text-align: left;
    background: #0cb3f0;
    color: #fff;
    border-radius: 0px;
    border: none;
    position: relative;
}

.faq-accordion .card-header a.collapsed::after,
.faq-accordion .card-header a::after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-accordion .card-header a.collapsed::after {
    content: "\f107";
}

.faq-accordion .card-header a::after {
    content: "\f106";
}

.faq-accordion .card-header a.collapsed {
    background: #e5e5e5;
    color: #000;
    border-radius: 0px;
    border: none;
}

.faq-accordion .card {
    border: 0px;
    -webkit-box-shadow: 0px 1px 4px 1px rgb(81 106 134 / 20%);
    -moz-box-shadow: 0px 1px 4px 1px rgb(81 106 134 / 20%);
    box-shadow: 0px 1px 4px 1px rgb(81 106 134 / 20%);
}

.faq-accordion .card+.card {
    margin-top: 10px;
}

.faq-accordion .card-header .btn:focus,
.faq-accordion .card-header .btn.focus {
    box-shadow: none;
}

.faq-sec {
    padding: 40px 0;
}

.blog-sec {
    padding: 40px 0;
}

.blog-title h2 {
    margin-bottom: 0;
    font-size: 28px;
    text-transform: capitalize;
}

.blog-list-wrap+.blog-list-wrap {
    padding-top: 25px;
    margin-top: 25px;
    border-top: #ddd 1px dashed;
}

.blog-thumb a {
    display: block;
}

.blog-thumb a img {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.blog-post-date {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
}

.blog-title {
    color: #00aff0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-title:hover {
    color: #00aff0;
}

.blogText p {
    color: #555e69;
    line-height: 22px;
}

.blog-read-more {
    background: #00aff0;
    color: #fff;
    height: 36px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 15px;
    border: none;
    margin-top: 15px;
}

.blog-read-more:hover {
    background: #747575;
    color: #fff;
}

.recentPostul li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #e0e0e0;
}

.recentPostul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recentPostul li a:hover .blogRightPrt h5 {
    color: #0cb3f0;
}

.blogRecentprt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.blogRecentprt img {
    width: 100%;
    display: block;
    height: 66px;
    object-fit: cover;
}

.blogRightPrt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 10px;
}

.blogRightPrt h5 {
    font-size: 16px;
    padding-bottom: 5px;
    color: #2d2d2d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blogRightPrt p {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 300;
}

.sticky-rcnt-blog {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}

.blog-pagination {
    padding-top: 30px;
}

.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: bold;
}

.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #00aff0;
    color: #fff;
}

.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.blog-big-thumb img {
    display: block;
    width: 100%;
}

.blog-page-single .blog-title {
    padding-top: 20px;
}

.terms-conditions-sec {
    padding: 40px 0;
}

.term-condi p {
    margin-bottom: 15px;
}

.content-box-wrap p,
.content-box-wrap-text p {
    line-height: 1.7;
    color: #000;
}

.content-box-wrap h3 {
    font-size: 22px;
    color: #000;
}

.content-box-wrap ul {
    padding-left: 15px;
}

.content-box-wrap ul li {
    position: relative;
    color: #444;
    font-size: 14px;
    padding-left: 16px;
    padding-top: 5px;
}

.content-box-wrap ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0cb3f0;
}


/* End 07.02.2022 */

.pagination-area {
    text-align: center;
    margin-top: 50px;
}

.pagination-area nav {
    display: inline-block;
}

.clear {
    clear: both;
    display: block;
}


/* 08.02.22 */

.about-page-sec {
    padding: 40px 0;
}

.abt-blk-img {
    float: left;
    max-width: 500px;
    width: 100%;
    margin: 0 25px 10px 0;
}

.about-content h3 {
    color: #363636;
    padding-bottom: 10px;
}

.about-content p {
    color: #363636;
}


/* 08.02.22 */

.post-media-wrap {
    text-align: center;
}

.post-media {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.contact-profile a {
    display: block;
}

.user-img {
    display: block;
}

.msg-delete-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
}

.outgoing-msg .msg-delete-wrap {
    margin-right: 5px;
}

.incoming-msg .msg-delete-wrap {
    margin-left: 5px;
}

.msg-delete input[type="checkbox"] {
    display: none;
}

.msg-delete label::before,
.msg-delete label::after {
    margin-left: -18px;
    border-radius: 50%;
}

.msg-delete label::before {
    border: 1px solid #038cbf;
}

.msg-delete label::after {
    color: #fff;
    background: #038cbf;
    border: 1px solid #038cbf;
    width: 17px;
    height: 17px;
    padding-top: 0;
    padding-left: 2px;
}

.outgoing-msg {
    padding: 4px;
}

.outgoing-msg.selected,
.incoming-msg.selected {
    background: rgb(196 209 213 / 40%);
    border-radius: 15px;
}

.msg-delete label {
    cursor: pointer;
}

.delete-icon {
    border: none;
    color: #d4eff9;
    box-shadow: none;
    outline: none !important;
    background: transparent;
    font-size: 18px;
}

.received-msg.deleted-msg p,
.sent-msg.deleted-msg p {
    background: #dbdbdb;
    color: #767676;
    font-style: italic;
}

.mobSrcBox {
    display: none;
}

.mobSrcBox .searchMob {
    margin: 0;
}

.searchInner.active {
    display: flex !important;
}

.searchInner.relative.active {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
}

.searchInner.relative.active .modelSearchBtn {
    top: 22px;
    right: 20px;
}

.search .searchInner.relative.active .modelSearch {
    border-color: #c8c8c8;
}

.radioArea li.radio {
    margin-bottom: 10px;
}

.radioArea li.radio:not(:last-child) {
    padding-left: 20px;
}

.commonBtn.filter-btn {
    padding: 0 20px;
    font-size: 12px;
    line-height: 3;
    background-color: transparent;
    border: #ddd 1px solid;
}

.commonBtn.filter-btn i {
    margin-left: 5px;
}

.notification-user-details-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 20px 0 0;
}

.comment_reply-sec-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}


/* 03.03.2022 Chat Css For Responsive */

.for-mobile-chat {
    display: none;
}

.chat-close {
    display: none;
}


/* 03.03.2022 Chat Css For Responsive */

.post-wrap-box h4.post_head {
    padding: 0 15px 10px;
}


/* ticket css */

.ticket-opner-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.ticket-opener-name {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}

.ticket-opner-img span {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.ticket-opner-img span img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ticket-opener-name h5 {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 1;
}

.ticket-open-type {
    padding-bottom: 15px;
}

.ticket-open-type p {
    max-height: 113px;
    padding-right: 10px;
    margin-bottom: 10px;
}


/*  */

.ticket-open-type p strong {
    font-weight: bolder;
    color: #000;
}

.ticket-open-type .scrollbar-track {
    opacity: 1;
}

.ticket-open-type h4 {
    font-size: 21px;
    padding-bottom: 20px;
}

.ticket-open-time li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-open-time li h4 {
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
}

.ticket-open-time li p {
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
}

.ticket-wrap-box+.ticket-wrap-box {
    margin-top: 20px;
}

.ticket-wrap-box {
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    background: #dfebef;
}

.ticket-wrap-box h3 {
    text-transform: capitalize;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px dashed #9f9f9f;
    margin-bottom: 10px;
}

.opn-cls-btn {
    display: block;
}

.opn-cls-btn .btn {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
}

.ticket-close-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
    text-transform: capitalize;
    background: #0cb3f0;
    color: #fff;
    border-radius: 20px;
}

.ticket-close-btn:hover {
    background: #393939;
}

.ticket-chat {
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    background: #dfebef;
}

.ticket-chat-head {
    background: #026387;
    padding: 10px 7px 10px 10px;
}

.ticket-chat-user {
    height: 50px;
    width: 50px;
    display: block;
}

.ticket-chat-head img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.ticket-chat-head p {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
}

.ticket-msg-wrap {
    margin: 5px 5px 10px 0;
}

.ticket-msg-scrollbar {
    /* height: 340px; */
    height: 570px;
    overflow-y: auto;
}

.ticket-msg-history {
    /* height: 340px;
    overflow-y: auto; */
    padding: 10px 0px 10px 10px;
    /* margin-bottom: 10px; */
}

.ticket-messages {
    padding-right: 10px;
}

.ticket-sent-msg,
.ticket-received-msg {
    min-width: 100px;
}

.ticket-sent-msg p {
    background: #f5f5f5;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    font-size: 14px;
    margin: 0;
    color: #000;
    padding: 5px 10px 5px 12px;
    width: 100%;
    text-align: right;
}

.ticket-time-date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 0;
}

.ticket-outgoing-msg .ticket-user-img-wrap {
    margin-left: 8px;
}

.ticket-user-img {
    display: block;
    height: 30px;
    width: 30px;
}

.ticket-user-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ticket-incoming-msg .ticket-user-img-wrap {
    margin-right: 8px;
}

.ticket-received-msg p {
    background: #028abd;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.ticket-message-input {
    /* padding: 10px 7px 10px 10px; */
    background: #1982a9;
}

.ticket-input-msg-write {
    position: relative;
}

.ticket-input-msg-write .ticket-write-msg {
    border: transparent;
    resize: none;
    font-size: 14px;
    padding-right: 50px;
    max-height: 120px;
    border-radius: 0px;
}

.ticket-msg-send-btn {
    background: #00aeef;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    width: 33px;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}

.ticket-input-msg-write .ticket-write-msg::-webkit-scrollbar {
    display: none;
}

.ticket-input-msg-write .ticket-write-msg {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* ticket css */

.profile_form .from-wrap-page,
.from-wrap-page.change_password_form {
    width: 100%;
    max-width: 680px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, .5) 0 4px 15px -5px;
}

.from-wrap-page .input-3 {
    border: #d9d9d9 1px solid;
    box-shadow: none;
}

.from-wrap-page .from-input-wrap label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
    letter-spacing: .025rem;
}

.from-wrap-page h4 {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 26px;
    border-bottom: #484848 1px dashed;
    margin-bottom: 20px;
}

.ticket-view-btn-wrap {
    text-align: center;
}

.ticket-view-btn {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    background: #5cb85c;
    color: #fff;
}

.ticket-view-btn:hover {
    color: #fff;
}

.ticket-heading-wrap {
    margin-bottom: 15px;
}

.ticket-heading-wrap h3 {
    padding-bottom: 0;
}

.dashboard-btn {
    display: block;
    font-size: 12px;
    color: #fff;
    background: #0cb3f0;
    padding: 0 30px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    -moz-box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    box-shadow: 0 3px 6px 0 rgba(81, 106, 134, 0.5);
    border: none;
    outline: none !important;
}

.dashboard-btn:hover {
    background: #747575;
}

.ticket-open-time li+li {
    margin-top: 5px;
}

.profile-sec .post-wrap .post {
    margin: 7.5px 0;
}

.profile-sec .post-wrap .post .view_media {
    min-height: 210px;
}

.modal {
    /* -webkit-overflow-scrolling: touch;
    overflow: hidden; */
    /* -webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0px);
-webkit-transform: translate3d(0,0,0);
-webkit-perspective: 1000; */
}


/* #bannerLeftcontEditModal.modal {
    height: 1600px;
} */


/* #bannerLeftcontEditModal.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-overflow-scrolling: touch;

} */

.modalOverlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.innerArea {
    width: calc(100% - 40px);
    background: #fff;
    margin: 30px auto 30px;
    position: relative;
    padding: 30px;
}

.dismiss {
    border-radius: 50%;
    color: #6e6e6e;
    font-size: 22px;
    line-height: 31px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 50px;
}

.profile_edit_for_mobile {
    line-height: 44px;
    background: #00aff0;
    text-align: center;
    color: #040404;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    border: none;
    padding: 0 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: none;
}

.alert-logo {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.alert-logo img {
    display: block;
    width: 100%;
}

.jconfirm-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

h5.alert-content {
    text-align: center;
    font-size: 16px;
    padding: 0;
}

.earning-paid-by .dashboard-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}

.earning-paid-by .dashboard-user-img span {
    display: block;
    height: 30px;
    width: 30px;
}

.earning-paid-by .dashboard-user-details h3 {
    font-size: 15px;
    color: #393939;
    font-weight: normal;
}


/* ======================New Design user Live Chat Start=========================== */

.chat-top-control {
    margin-top: 15px;
    margin-bottom: 15px;
}

.chat-top-control li:not(:last-child) {
    margin-right: 1rem;
}

.chat-control-btn {
    border: 2px solid #000;
    color: #000;
    height: 40px;
    line-height: 38px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 0.25rem;
    outline: none !important;
}

.chat-tip .chat-control-btn {
    background-color: #3c06a0;
    border-color: #3c06a0;
    color: #fff;
}


/* .chat-tip .chat-control-btn:hover {
    background-color: #fff;
    color: #3c06a0;
} */

.chat-group .chat-control-btn {
    background-color: #fff;
    border-color: #898d52;
    color: #4d4632;
}

.chat-group .chat-control-btn:hover {
    background-color: #898d52;
    color: #fff;
}

.chat-private .chat-control-btn {
    background-color: #fff;
    border-color: #422b36;
    color: #422b36;
}

.chat-private .chat-control-btn:hover {
    background-color: #422b36;
    color: #fff;
}

.chat-exit .chat-control-btn {
    background-color: #6a0e15;
    border-color: #6a0e15;
    color: #fff;
}

.chat-exit .chat-control-btn:hover {
    background-color: #fff;
    color: #6a0e15;
}

.new-video-chat-lft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.new-video-chat-rgt {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 550px; */
    flex: 0 0 550px;
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
}

.new-video-chat-rgt.medium {
    flex: 0 0 500px;
    max-width: 500px;
}

.new-video-chat-rgt.small {
    flex: 0 0 400px;
    max-width: 400px;
}

.video-chat-lft-control .chat-top-control .chat-control-btn:hover {
    border-color: #8f17d9;
    color: #8f17d9;
}

.video-chat-lft-control .chat-top-control li:not(:last-child) .chat-control-btn i {
    margin-right: 0.5rem;
}

.watch-cost {
    font-size: 1rem;
    font-weight: 700;
}

.watch-cost i {
    margin-right: 0.5rem;
}

.video-chat-lft-video {
    position: relative;
}

.video-chat-lft-control {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.live-sec-new .opentok_player_area {
    height: 100% !important;
}

.live-sec-new .chatbox {
    padding: 0;
    background-color: #f1fafd;
    box-shadow: 0px 0px 10px 2px rgba(54, 56, 56, 0.13);
    border-radius: 4px 4px 0 0;
}

.live-sec-new .chatbox .chatlist {
    height: 100%;
}

.live-sec-new .chatbox .chat-box-wrap {
    padding: 5px;
}

.live-sec-new .chatbox .chatfields {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
}

.live-sec-new .emojionearea {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.live-sec-new .chatbox .emojionearea .emojionearea-editor {
    min-height: 65px;
    max-height: 65px;
    padding-top: 18px;
}

.chat-tip {
    position: relative;
}

.send-tips-wrap {
    position: absolute;
    width: 250px;
    left: 0;
    top: 45px;
    z-index: 9;
    background: #fff;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.input-wrap {
    position: relative;
}

.input-wrap .tip-input-style {
    border-radius: 0.25rem;
    height: 42px;
    line-height: 40px;
    /* padding-right: 3rem; */
    border: none;
    text-align: right;
    padding: 5px 0 5px 5px;
    background-color: transparent;
    box-shadow: none;
}

.hide-overlay.modal-open .modal-backdrop.show {
    opacity: 0;
}

.input-wrap .tip-input-style::placeholder {
    font-size: 0.875rem;
}

.credit-text {
    height: 42px;
    line-height: 40px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 6px;
    font-weight: 700;
    text-transform: capitalize;
}

.tip-input-box {
    display: flex;
}

.donet-tip-btn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: none;
    outline: none !important;
    padding: 0 0.75rem;
    background: #b7b7b7;
    color: #fff;
    display: block;
    border-radius: 0.25rem;
    text-align: center;
}

.tip-send-btn {
    /* position: absolute;
    right: 0;
    top: 0; */
    height: 42px;
    line-height: 42px;
    border: none;
    outline: none !important;
    padding: 0 0.75rem;
    background: #0cb3f0;
    color: #fff;
    display: block;
    border-radius: 0.25rem;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.live-sec-new .video_area_jq,
.live-sec-new .opentok_placeholder_jq {
    height: 100% !important;
}


/* Model live section */

.new-model-video-chat-lft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.new-model-video-chat-rgt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
}

.new-model-video-chat-lft-wrap {
    position: relative;
}

.new-model-video-chat-lft .opentok_player_area {
    height: 100% !important;
}

.chat-btm-control {
    margin-top: 15px;
    margin-bottom: 15px;
}

.chat-btm-control .sesson-btn {
    border: 2px solid #000;
    color: #000;
    height: 40px;
    line-height: 38px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 0.25rem;
    outline: none !important;
}

.chat-btm-control .sesson-btn.opentok_start_session {
    background-color: #00aff0;
    color: #fff;
    border-color: #00aff0;
}

.chat-btm-control .sesson-btn.opentok_end_session {
    background-color: #f02c00;
    color: #fff;
    border-color: #f02c00;
}

.chat-btm-control .sesson-btn.view_counter {
    background-color: #fff;
    color: #00aff0;
    border-color: #00aff0;
    margin: 0;
}

.chat-btm-control li:not(:last-child) {
    margin-right: 1rem;
}

.live-model-sec-new .chatbox {
    padding: 0;
    background-color: #f1fafd;
    box-shadow: 0px 0px 10px 2px rgba(54, 56, 56, 0.13);
    border-radius: 4px 4px 0 0;
}

.live-model-sec-new .chatbox .chat-box-wrap {
    padding: 5px;
}

.live-model-sec-new .chatbox .chatlist {
    height: 100%;
}

.live-model-sec-new .chatbox .chatfields {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
}

.live-model-sec-new .emojionearea {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.live-model-sec-new .chatbox .emojionearea .emojionearea-editor {
    min-height: 65px;
    max-height: 65px;
    padding-top: 18px;
}

.total-live-badge {
    border-radius: 50%;
    color: #fff;
    background-color: #565656;
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
    height: 26px;
    width: 26px;
}

.notify {
    animation: 2s infinite crtanimation;
}

@keyframes crtanimation {
    0% {
        box-shadow: 0 0 0 0 #f60;
    }
    100% {
        box-shadow: 0 0 0 10px rgba(233, 17, 22, 0)
    }
}


/* Slide popup */

.model-live-control {
    position: relative;
}

.live-user-list {
    position: fixed;
    right: -600px;
    top: 70px;
    background-color: #fff;
    padding: 15px;
    width: 550px;
    z-index: 6;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);
    transition: all 0.4s ease-in-out;
    /* min-height: calc(100vh - 70px); */
}

.req_user_list_wrap.user_open,
.req_private_list.private_open {
    right: 0;
}

.live-user-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live-user-list-head-close {
    background-color: #000;
    flex: 0 0 38px;
    max-width: 38px;
}

.live-user-list-head-text {
    background-color: #dddddd;
    padding: 10px;
    flex: 1 0;
    /* max-width: calc(100% - 53px); */
    /* margin-left: 15px; */
}

.hide-popup .hide_popup {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #f02c00;
    text-align: center;
    outline: none;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    width: 38px;
}

.live-user-list-head-text h4 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.live-user-list-head-text h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}

.live-user-list-body {
    padding: 15px 0 0 0;
    height: calc(100vh - 140px);
    overflow-y: auto;
}

.live-user-img {
    flex: 0 0 40px;
    max-width: 40px;
}

.live-user-info {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.delete-from-video-wrap {
    position: absolute;
    right: 10px;
    top: 0;
}

.delete-from-video-chat {
    font-size: 10px;
    color: #f00;
    background: transparent;
    outline: none !important;
    height: 20px;
    width: 20px;
    border: 1px solid;
    border-radius: 4px;
    line-height: 18px;
}

.delete-from-video-chat.un-blocked {
    color: green;
    border-color: green;
}

.delete-from-video-wrap p {
    color: #f00;
}

.live-user-img-box {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
}

.online-badge {
    position: absolute;
    right: 0px;
    bottom: -4px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.online-badge.onlie {
    background-color: #00b011;
}

.online-badge.offlie {
    background-color: #f02c00;
}

.live-user-img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.live-user-info h4 {
    font-size: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.live-user-info ul li {
    font-size: 12px;
    color: #000203;
}

.live-user-info li:not(:last-child) {
    margin-right: .5rem;
}

.live-user-info ul li strong {
    text-transform: capitalize;
}

.live-user-info ul li strong i {
    margin-right: 3px;
}

.live-user-list-box+.live-user-list-box {
    margin-top: 20px;
}


/* .new_model_video_main {
    height: calc(100vh - 140px);
} */

.chat_box_wrap {
    height: calc(100vh - 172px);
    /* height: calc(100vh - 142px); With out tab */
}

.video_wrap_lft {
    height: calc(100vh - 140px);
}


/* Model Live */


/* .chat_box_wrap {
    height: calc(100vh - 142px);
} */

.new_model_video_main {
    height: calc(100vh - 140px);
}


/* Model Live */

.live-user-info-rgt li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4px;
}

.live-user-info-rgt li .privet-chat-req {
    border: 1px solid #000;
    text-transform: capitalize;
    padding: 0 8px;
    font-size: 13px;
    color: #000;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-weight: 800;
    width: 100%;
    background: #fff;
    height: 20px;
    line-height: 20px;
    outline: none !important;
}

.live-user-info-rgt li .privet-chat-req.req-accept {
    border-color: #00b011;
    color: #00b011;
}

.live-user-info-rgt li .privet-chat-req.req-decline {
    border-color: #f02c00;
    color: #f02c00;
}


/* .hide-popup {
    position: absolute;
    top: 0;
    right: 0;
} */


/* .h-100vh {
    height: 100vh;
} */

.coin-img {
    max-width: 25px;
    display: inline-block;
    margin-right: 5px;
}

.coin-img img {
    display: block;
    width: 100%;
}


/* Full screen mode */

.full-screen-mode {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.full-screen-mode li:not(:last-child) {
    margin-bottom: 6px;
}

.video-screen-mode {
    color: #fff;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    /* padding: 0 1rem; */
    font-size: 1rem;
    border: none;
    background-color: rgba(161, 158, 158, 0.68);
    border-radius: 0.25rem;
    outline: none !important;
}

.pip-mode {
    padding: 0;
}

.pip-mode img {
    display: block;
    width: 20px;
    margin: 0 auto;
    filter: invert(1);
}

.small-screen-mode {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}


/* Full screen mode */

.live-main-videowrap {
    display: flex;
}

.live-main-videowrap {
    height: 100%;
}

.live-main-videowrap-lft {
    height: 100%;
    flex: 1 0;
}

.live-main-videowrap-rgt {
    height: 100%;
    flex: 1 0;
}

.video-chat-ask-popup {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
}

.ask-popup-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #11180c;
    padding: 40px;
    border-radius: 10px 0;
    text-align: center;
    width: 600px;
}

.ask-popup-wrap h2 {
    color: #fff;
    font-size: 2.125rem;
    /* margin-bottom: 8px; */
}

.ask-popup-wrap h3 {
    color: #fff;
    font-size: 2.125rem;
    margin-bottom: 8px;
}

.ask-popup-wrap h5 {
    color: #fff;
    padding-bottom: 0;
    font-size: 15px;
}

.ask-popup-wrap ul {
    margin-top: 10px;
}

.ask-popup-wrap li {
    flex: 1 0;
}

.ask-popup-wrap li:not(:last-child) {
    margin-right: 1rem;
}

.ask-popup-wrap .mode-chat-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #0cb3f0;
    box-shadow: none;
    border: none;
    outline: none !important;
}

.ask-popup-wrap .mode-chat-btn i {
    margin-right: 0.5rem;
}

.website-logo a {
    display: block;
    max-width: 150px;
}

.website-logo a img {
    display: block;
    width: 100%;
}

.private-text-msg {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 8;
}

.privet-chat-req-msg {
    background-color: #0cb3f0;
    color: #fff;
    font-size: 1rem;
    padding: 5px 18px;
    text-align: center;
}

.user-two-video {
    display: flex;
    height: 100%;
}

.user-two-video-lft {
    height: 100%;
    flex: 1 0;
}

.user-two-video-rgt {
    height: 100%;
    flex: 1 0;
}

.off-video {
    position: relative;
}
.off-video .left-video-icon{
    right: auto;
    left: 10px;
}

.off-video-btn {
    /* position: absolute;
    top: 40px;
    right: 8px; */
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none;
    /* z-index: 2; */
    font-size: 17px;
    transition: all 0.5s ease-in-out;
    /* transform: scale(0); */
    background-color: rgba(161, 158, 158, 0.68);
    border-radius: 0.25rem;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
}

/* .off-video:hover .off-video-btn {
    transform: scale(1);
} */

.setting-modal .modal-header h5 {
    padding-bottom: 0;
}

.setting-modal .modal-body .nav-item .nav-link {
    color: #363636;
    text-transform: capitalize;
}

.setting-modal .modal-body .nav-item .nav-link.active {
    color: #0cb3f0;
}

.video-lbl {
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.video-select-style {
    height: 40px;
    border-color: #999;
    background-color: transparent;
}

.video-select-wrap {
    margin-top: 25px;
}

.video-select-wrap .video-select-box:not(:last-child) {
    margin-bottom: 15px;
}

.allready-login-popup {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
}

.allready-login-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #11180c;
    padding: 20px;
    border-radius: 10px 0;
    text-align: center;
    width: 450px;
}

.allready-login-wrap h2 {
    color: #fff;
    font-size: 1.25rem;
}

.allready-login-wrap ul {
    margin-top: 10px;
}

.allready-login-wrap .mode-chat-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #0cb3f0;
    box-shadow: none;
    border: none;
    outline: none !important;
}

.user-add {
    display: flex;
    margin-bottom: 8px;
    padding: 6px;
    border-radius: 4px;
}

.user-add-name {
    flex: 0 0 30px;
    max-width: 30px;
}

.user-name-ltr {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    color: #fff;
}

.user-add-msg {
    flex: 1 0;
    padding-left: 7px;
}

.user-msg-text {
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 15px;
}

.tipped {
    background: #f9eaa7;
    color: #080808;
}

.join {
    background-color: #00a510;
    color: #fff;
}

.left {
    background-color: #f99983;
    color: #000;
}

.chatitem:not(.own) .chatitemin {
    padding-right: 40px !important;
}

.timestamps-wrap {
    display: flex;
    align-items: center;
}

.timestamps-wrap-text {
    flex: 1 0;
    font-size: 20px;
}

.timestamps {
    flex: 0 0 170px;
    max-width: 170px;
}

.size-wrap {
    display: flex;
    align-items: center;
}

.size-wrap-text {
    flex: 1 0;
    font-size: 20px;
}

.size-box {
    flex: 0 0 170px;
    max-width: 170px;
}


/* Toogle */

.timestamps .switches-container {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #00aff0;
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}


/* input (radio) for toggling. hidden - use labels for clicking on */

.timestamps .switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}


/* labels for the input (radio) boxes - something to click on */

.timestamps .switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}


/* switch highlighters wrapper (sliding left / right)
    - need wrapper to enable the even margins around the highlight box
*/

.timestamps .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}


/* switch box highlighter */

.timestamps .time-switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
}


/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status
*/

.timestamps .time-switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #00aff0;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}


/* slide the switch box from right to left */

.timestamps .switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}


/* slide the switch box from left to right */

.timestamps .switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}


/* toggle the switch box labels - first checkbox:checked - show first switch div */

.timestamps .switches-container input:nth-of-type(1):checked~.switch-wrapper .time-switch div:nth-of-type(1) {
    opacity: 1;
}


/* toggle the switch box labels - second checkbox:checked - show second switch div */

.timestamps .switches-container input:nth-of-type(2):checked~.switch-wrapper .time-switch div:nth-of-type(2) {
    opacity: 1;
}


/* New Design user Live Chat End */

.send-link-msg ul li:not(:last-child) {
    margin-right: 15px;
}

.right-side-wrap-tab-chat {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);
    height: 100%;
}

.model-live-control .nav-item button.active {
    background-color: #00aff0;
    color: #fff;
    border-color: #00aff0;
    position: relative;
}

.model-live-control .nav-item button.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 11px solid #00aff0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.live-btn2 {
    background: #363636;
    color: #fff !important;
    padding: 8px 10px;
    border-radius: 20px;
    line-height: 25px;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.live-btn2 i {
    color: #06db06;
    font-size: 12px;
    margin-right: 8px;
}


/* .live-btn2::before {
    content: "";
    position: absolute;
    background: #06db06;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px;
    line-height: 14px;
    color: #000;
    display: block;
    text-align: center;
} */

.live-btn2.live-off {
    background: rgba(201, 0, 0, .5);
}

.live-btn2.live-off i {
    color: #f90808;
}

.table-src-wrap {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 20px;
}

.table-src-input {
    flex: 0 0 250px;
    max-width: 250px;
    padding-left: 7px;
    padding-right: 7px;
}

.table-src-select {
    flex: 0 0 250px;
    max-width: 250px;
    padding-left: 7px;
    padding-right: 7px;
}

.table-src-btn {
    flex: 1 0;
    padding-left: 7px;
    padding-right: 7px;
}

.src-input-style {
    background: #f5f7f9;
    border: 1px solid #e8e8e8;
    margin: 0;
    height: 42px;
    border-radius: 21px;
    width: 100%;
    padding: 5px;
    outline: none !important;
}

.src-select-style {
    background: #f5f7f9;
    border-color: #e8e8e8;
    height: 42px !important;
    border-radius: 21px;
    width: 100%;
    outline: none !important;
}

.src-btn-box {
    width: 42px;
    height: 42px;
    line-height: 40px;
    background: #0cb3f0;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    outline: none !important;
    font-size: 14px;
}

.table-src-btn li:not(:last-child) {
    margin-right: 10px;
}

.un_block_chat_user button {
    text-align: center;
    font-size: 14px;
    color: green;
    background: transparent;
    border: none;
    outline: none !important;
}

.un_block_chat_user {
    position: absolute;
    top: 7px;
    right: 7px;
    text-align: center;
    line-height: 30px;
    color: green;
    background: #fff;
    height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 0px rgb(121 120 120 / 35%);
}
.notification-sent-user + .notification-sent-user{
    margin-top: 15px;
}
.notification-sent-user a{
    display: flex;
    width: 100%;
    border: 1px solid #9abac5;
    border-radius: 10px;
    align-items: center;
    padding: 7px;
    background-color: #f7fdff;
}
.notification-sent-user a:hover{
    background-color: #ccf1ff;
}
.notification-sent-user-img {
    flex: 0 0 50px;
    max-width: 50px;
}
.notification-sent-user-name{
    flex: 1 0;
    padding-left: 20px;
}
.notification-sent-user-img span{
    display: block;
    height: 50px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.notification-sent-user-img span img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sent-user-name-box h3{
    font-size: 20px;
    color: #161616;
    padding-bottom: 0;
    font-weight: bold;
}
.unread:not(.seen){
    border-color: #9abac5;
    background-color: #f2fcff;
}
.unread:not(.seen){
    position: relative;
    padding-right: 30px;
}
.unread:not(.seen)::after{
    position: absolute;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0cb3f0;
    font-size: 14px;
    right: 10px;
    top: 10px;
}
.follower-profile-bnr {
    height: 200px;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}
.follower-profile-bnr::after{
    content: "";
    position: absolute;
    background: rgb(234,234,251);
    background: linear-gradient(0deg, rgba(234,234,251,1) 5%, rgba(255,255,255,0) 100%);
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.flw-profile-wrap{
    display: flex;
    align-items: center;
    margin-bottom: -60px;
    margin-left: 20px;
}
.flw-profile-img{
    flex: 0 0 120px;
    max-width: 120px;
}
.flw-profile-name{
    flex: 1 0;
    margin-left: 1rem;
}
.flw-profile-img-box {
    display: block;
    height: 120px;
    width: 100%;
}
.flw-profile-img-box img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #00aff0;
}
.flw-profile-name h4{
    color: #00aff0;
    padding-bottom: 0;
}
.flw-profile-name p{
    font-size: 18px;
}
.flw-name-dtls-box {
    background-color: #eaeafb;
    padding: 70px 25px 25px 25px;
}
.report-btn,
.msg-btn{
    color: #ffffff !important;
    height: 38px;
    line-height: 38px;
    border: none;
    box-shadow: none;
    outline: none !important;
    display: inline-block;
    font-weight: 700;
    padding: 0 15px;
    border-radius: 10px;
    text-transform: capitalize;
}
.report-btn i,
.msg-btn i{
    margin-right: 8px;
}
.report-btn{
    background-color: #fd6074;
    border-color: #fd6074;
}
.msg-btn{
    background-color: #19b159;
    border-color: #19b159;
}
.flw-name-dtls-box p{
    font-size: 18px;
}
.flw-profile-btn-wrap li:not(:last-child){
    margin-right: 15px;
}
.notification-small-box  {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.notification-small-box a{
    padding: 12px;
    position: relative;
}
.msg-count-number {
    position: absolute;
    left: 50px;
    top: 0;
    display: block;
    height: 22px;
    width: 22px;
    line-height: 23px;
    border-radius: 50%;
    background-color: #5dd1fb;
    font-size: 10px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.notification-small-box h3{
    line-height: 1;
}
.notification-small-box .notification-text p {
    padding-bottom: 3px;
}
