body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 20px;
    padding: 0;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.bg-blue {
    background-color: #2abbec;
}

.bg-green {
    background-color: #269211;
}

.bg-red {
    background-color: #d71d1d;
}

.bg-gray {
    background-color: #f3f3f3;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.mb20 {
    margin-bottom: 20px;
}

.pt60 {
    padding-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.container {
    max-width: 1180px;
}

.overflnone {
    overflow: hidden;
}

.plr0 {
    padding: 0px;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.w640 {
    width: 640px;
    margin: auto;
}

.videorating li {
    padding: 0px 2px;
}

.videorating li a {
    color: #eacd00;
    font-size: 13px;
}




/*---- Header ----*/
header.mainhead {
    padding: 0px 100px;
    position: relative;
    z-index: 99;
    box-shadow: -1px 6px 20px -4px rgba(169, 169, 169, 0.58);
    -webkit-box-shadow: -1px 6px 20px -4px rgba(169, 169, 169, 0.58);
    -moz-box-shadow: -1px 6px 20px -4px rgba(169, 169, 169, 0.58);
}

.logo img {
    max-height: 65px;
}

.mainhead .tagline h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.mainhead .tagline h6 span {
    color: #2abbec;
}

.mainhead .logo:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 330px;
    background-color: #fff;
    display: inline-block;
    top: 0;
    transform: skewX(19deg);
    z-index: -1;
    left: -18px;
}

.mainhead .logo {
    background-color: #fff;
}

.notific {
    position: relative;
}

.notific i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 4px;
}

.notific a span {
    position: absolute;
    background-color: #000;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    top: -7px;
    left: 6px;
}

.topsrch {
    position: relative;
    margin: 0px 20px 0px 30px;
}

.topsrch input.srch-btn {
    width: 328px;
    height: 40px;
    background-color: #fff;
    border-radius: 250px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    outline: 0;
    padding-left: 126px;
}

.topsrch i {
    top: 13px;
    position: absolute;
    color: #404040;
    font-size: 15px;
}

.topsrch i.fa.fa-search.ir0 {
    right: 14px;
}

.topsrch .mblsrch {
    display: none;
}

.mainhead i.fa.fa-angle-down.il0 {
    right: 20px;
    font-size: 18px;
    top: 11px;
}

.mainmenu li {
    height: 90px;
    line-height: 90px;
    margin: 0 23px;
    position: relative;
}

.mainmenu li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.mainmenu li img {
    padding-right: 9px;
}

.mainhead .submenu {
    background-color: #fff;
    position: absolute;
    top: 100px;
    width: 240px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0;
    -webkit-box-shadow: 0px 1px 8px -4px #949494;
    ;
    box-shadow: 0px 1px 8px -4px #949494;
}

.mainhead li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 90px;
    transition: all ease 0.5s;
}

.mainhead .mainmenu li .submenu li {
    height: auto;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    line-height: 24px;
}

.mainhead .mainmenu li .submenu li a {
    font-size: 14px;
    color: #222;
    text-shadow: none;
}

.hmburg {
    display: none;
}

.chnlgme li a {
    color: #fff;
}

.chnlgme li {
    font-size: 13px;
    height: 33px;
    padding: 0px 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #cc0000;
    line-height: 33px;
    outline: 0;
    margin: 0px 7px;
}

/*---- Top Friend List ---*/
.toppanel .frndimg img {
    text-align: center;
    margin: auto;
    display: block;
    height: 80px;
    width: 80px;
}

.toppanel .userprofile {
    text-align: center;
    cursor: pointer;
}

.toppanel .cmt {
    margin-left: 0;
    padding-top: 0;
}

.toppanel h4 {
    text-transform: capitalize;
    font-size: 16px;
    padding-top: 10px;
}

.toppanel .slick-prev,
.toppanel .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    z-index: 9;
}

.toppanel .slick-prev {
    left: 0;
}

.toppanel .slick-next {
    right: 0;
}

.toppanel .slick-prev:before,
.toppanel .slick-next:before {
    content: '→';
    display: none
}

.toppanel .slick-arrow i {
    font-size: 32px;
    color: #222;
    font-weight: 600;
}

.toppanel .slick-arrow i:hover {
    color: #028202;
}

.toppanel ul.slick-dots {
    display: none !important;
}

.toppanel .frndlst.mb20 {
    border-radius: 16px;
}

/*---- Top Advertisment ---*/
.ltsec.advertsec.advertsecfull {
    padding: 70px 20px;
    margin: 30px 0px;
}

.ltsec.advertsec.advertsecfull h4 {
    font-size: 21px;
}

/*---- Bottom Advertisment ---*/
.midpanel.midpanelfull {
    max-width: 78%;
    flex: 78%;
    padding-left: 10px;
    padding-right: 15px;
}

/*---- Three Boxes ---*/
.ltpanel,
.rtpanel {
    max-width: 22%;
    flex: 22%;
}

.midpanel {
    max-width: 56%;
    flex: 56%;
}

.main {
    padding-bottom: 80px;
}

.subbtn a {
    background-color: #d71d1d;
    color: #fff !important;
    display: inline-block !important;
    font-size: 13px !important;
    height: 33px;
    padding: 0px 16px !important;
    text-transform: uppercase;
    line-height: 33px;
    outline: 0;
}

.subbtn a:hover {
    background-color: #333 !important;
    transition: all ease 0.5s;
}

.subbell {
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
    padding: 5px 0px 0px;
}

.subbtn {
    display: inline-block;
}

.bell {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    display: none;
}

.subbtn.grnbtn a {
    background-color: #269211;
}

.subbtn.bluebtn a {
    background-color: #2abbec;
}


.ltpanel h3 {
    margin: 0 0 5px;
    padding: 0 20px;
}

.ltpanel .ltsec {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px 0px 0px;
}

.ltpanel .ltsec.subssec ul {
    max-height: 217px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ltpanel .ltsec ul li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    ;
}

.ltpanel .ltsec ul li.newVideo {
    background-color: #ffc90a;
}

.ltpanel .ltsec ul li a {
    display: block;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px
}

.ltpanel .ltsec ul li a:hover {
    background: #f5f5f5;
    color: #000;
}

.ltpanel .ltsec ul li a img {
    margin-right: 8px;
}

.ltpanel .ltsec ul li a img {
    margin-right: 10px;
}

.ltsec.advertsec {
    background-color: #e74c3c;
    text-align: center;
    padding: 100px 20px;
}

.slditem iframe {
    width: 100%;
    height: 400px;
}

.topratdsldr.slick-slider {
    margin: 0;
}

.topratdsldr .slick-prev,
.topratdsldr .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    background: #e8e6e6;
    z-index: 9;
}

.topratdsldr .slick-prev {
    left: 0;
}

.topratdsldr .slick-next {
    right: 0;
}

.topratdsldr .slick-prev:before,
.topratdsldr .slick-next:before {
    content: '→';
    display: none;
}

.topratdsldr .slick-arrow i {
    font-size: 20px;
    color: #222;
}

.vidothumb li {
    padding: 0px 15px;
}

.vidothumb li a {
    font-size: 14px;
    color: #827f7f;
    font-weight: 400;
}

.vidothumb li a:hover {
    color: #2abbec;
    transition: all ease 0.5s;
}

.vidothumb li a i {
    padding-right: 8px;
}

.subcbebtn a {
    font-size: 13px;
    height: 33px;
    padding: 0px 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    outline: 0;
}

.subcbebtn a:hover {
    background-color: #000;
    transition: all ease 0.5s;
}

.subcbebtn a.subscribe {
    background-color: #cc0000;
}

.subcbebtn a.unsubscribe {
    background-color: #3c3c3cad;
}

.vidotitle h3 {
    text-transform: capitalize;
    padding: 0px;
    margin-bottom: 0;
}

.vidothumb {
    line-height: 29px;
}

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.chatbox {
    border-top: 1px solid #ddd;
    position: relative;
}

.inrchat {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.user {
    padding: 2px 2px;
}

.user.lft>img {
    margin-left: 8px;
}

.user.rgt>img {
    margin-right: 8px;
}

.user>img.user_image {
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    object-fit: cover;
}

.user i {
    font-size: 10px;
}

.user span pre {
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    max-width: 380px;
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    margin: auto 0px;
    white-space: inherit;
    font-family: 'Roboto', sans-serif !important;
}

.commentPre {
    font-size: 12px;
    margin: auto 0px;
    font-family: 'Roboto', sans-serif !important;
    word-break: break-word;
    white-space: pre-wrap;
    width: 95%;
}

.godata {
    background-color: #a3a3a3;
    color: #333;
}

.comedata {
    background-color: #2abbec;
    color: #fff;
}

.lgtblue span {
    background-color: #eef3f6;
    color: #5a5a5a;
}

.lgtblue a {
    background-color: #eef3f6;
}

.lft {
    display: block;
    text-align: right;
}

.user.rgt,
.user.lft {
    position: relative;
}

input.type {
    width: 100%;
    height: 54px;
    background-color: #fff;
    border: 0;
    padding-left: 17px;
    padding-right: 60px;
    font-size: 14px;
    color: #333;
    outline: 0;
}

input.type::-webkit-input-placeholder {
    /* Edge */
    color: #b8b8b8;
}

input.type:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b8b8b8;
}

input.type::placeholder {
    color: #b8b8b8;
}

.chatbox form {
    position: relative;
    z-index: 1;
}

.chatbox form button.sndbtn {
    position: absolute;
    top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    right: 10px;
    border-radius: 50%;
    border: 0;
    background-color: #2abbec;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.btmsldr {
    padding: 0 7px;
}

.ftrdsldr {
    margin: 0 -7px;
}

.btmsldr iframe {
    width: 100%;
    height: 100px;
}

.ftrsldrupr {
    padding: 30px 0px 0px;
}

.btmvidotittle h5 {
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
    color: #222222;
    text-transform: none;
}

.btmvidotittle ul li,
.btmvidotittle ul li a {
    font-size: 12px;
    color: #222;
    font-weight: 400;
    padding-top: 7px;
}

.btmvidotittle ul li a i {
    color: #8c8c8c;
}

.ftrsldrupr h3 span {
    width: 32px;
    height: 32px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    color: #222222;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 11px;
    position: relative;
    top: -5px;
}

.ftrsldrupr .slick-prev,
.ftrsldrupr .slick-next {
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9;
    top: -44px;
}

.ftrsldrupr .slick-prev {
    right: 35px;
    left: auto;
}

.ftrsldrupr .slick-next {
    right: 0;
}

.ftrsldrupr .slick-prev:before,
.ftrsldrupr .slick-next:before {
    content: '→';
    display: none;
}

.ftrsldrupr h3 {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px;
}

.ftrsldrupr .slick-arrow i {
    font-size: 20px;
    color: #222;
}



/******last-col****/
.deledit.chatedit li a {
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: inherit;
}

.frndlst {
    background-color: #fff;
    padding: 20px 10px 14px;
}

.frndimg img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    object-fit: cover;
}

.cmt h4 {
    font-size: 15px;
    color: #010000;
    font-weight: 400;
    margin: 0;
}

.cmt p {
    font-size: 13px;
    color: #010000;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0
}

.cmt {
    margin-left: 13px;
    padding-top: 6px;
}

.frndlst li {
    background-color: #eef3f6;
    padding: 10px;
    margin-bottom: 7px
}



/***footer****/
footer {
    padding: 24px;
    z-index: 99;
    position: relative;
}

.footmenu li {
    padding: 0px 25px;
}

.footmenu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.footmenu li a:hover {
    color: #000;
}

.mblmenu {
    position: fixed;
    max-width: 250px;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: 999;
    left: -300px;
    transition: all ease 0.4s;
    top: 0;
}


/*** Profile Page ***/
.profileboxes {
    position: relative;
}

.profilelft .profiledetails {
    background-color: #e6e6e6;
    padding-bottom: 21px;
}

.editprofile {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profilesec {
    padding: 40px 0px;
}

.profilelft {
    padding: 20px 0px 32px;
}

.profilelft h3 {
    font-size: 25px;
    color: #646464;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0;
}

.profilelft img {
    width: 100%;
}

.profileimg {
    height: 130px;
    width: 130px;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
    position: relative
}

.vidoeleft {
    overflow-x: hidden;
    height: 100%;
    max-height: 610px;
}

input.imgset {
    opacity: 0;
    z-index: 9999999;
    width: 60px;
    height: 30px;
    position: absolute;
    right: 0;
}

.profileimg span i {
    color: #fff;
    font-size: 12px;
}

.profileimg span {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    cursor: pointer
}

.gndrdtail {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0px 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #646464;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*****frontprofile*****/
.frontprofile ul {
    background-color: #fff;
    border-radius: 4px;
    margin: 18px 14px 0px;
}

.frontprofile li {
    padding: 8px 0px;
    border-bottom: 1px solid #e6e6e6;
    color: #646464;
    font-size: 14px;
    font-weight: 600;
}

.frontprofile li h5 {
    font-size: 18px;
    font-weight: 700;
    color: #646464;
    padding-right: 10px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.username h5 {
    font-size: 18px;
    color: #646464;
    margin: 0;
}

/*****frontprofile end*****/



.profilefrm {
    background-color: #fff;
    border-radius: 4px;
    margin: 18px 14px 0px;
}

.borderinner {
    padding: 8px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.birthinfo label,
.genderinfo h6,
.interstsec h6 {
    font-size: 15px;
    font-weight: 700;
    color: #646464;
    padding-right: 10px;
    display: inline-block;
    text-transform: capitalize
}

.birthinfo input {
    width: 190px;
    padding: 0px 8px;
    height: 36px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    color: #000;
}

.interstsec select {
    width: 190px;
    padding: 0px 8px;
    height: 36px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #000;
    text-transform: capitalize
}

/* Hide the browser's default radio button */
.gndrdtail input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.gndrdtail:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.gndrdtail input:checked~.checkmark {
    background-color: #2abbec;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.gndrdtail input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */





/******------Checkbox-------*******/

/* The container */
.checkdiv {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #646464;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    width: 49%;
}

/* Hide the browser's default checkbox */
.checkdiv input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.chckselct {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkdiv:hover input~.chckselct {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkdiv input:checked~.chckselct {
    background-color: #2abbec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chckselct:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkdiv input:checked~.chckselct:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkdiv .chckselct:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0px 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gndrdtail .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}





/*****------checkbox-end-------------*******/
.btnimage {
    text-align: right
}

.editbtnprofl {
    margin: 0px 14px;
}

button.btn.bluebtn,
.editprfl,
.choosebtn,
.videobiosec button {
    padding: 0px 27px;
    background-color: #2abbec;
    color: #fff;
    margin: 20px 0px 00px;
    height: 39px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    line-height: 39px;
    border: 0;
    cursor: pointer
}

.btn.bluebtn:hover,
.editprfl:hover,
.choosebtn:hover,
.videobiosec button:hover {
    background-color: #000;
    transition: all ease 0.5s;
    color: #fff
}

.posttitle h3 {
    padding: 20px 0px 15px;
    color: #363636;
    font-weight: 900;
    font-size: 32px;
}

.postinfo {
    padding: 0px 0px;
    border: 5px solid #e5e5e5;
}

.pstimg {
    height: 87px;
    width: 87px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 40px;
}

.userdeails h4 {
    color: #6fa0bf;
    font-size: 26px;
    margin-bottom: 7px;
    font-weight: 600;
}

.userdeails h6 {
    color: #2f2f30;
    font-weight: 600;
    font-size: 15px;
}

.postvedio {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: center center;
}

.userbio {
    margin-top: 20px;
}

.userbio p {
    text-transform: unset;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding: 0px 0px 0px;
    margin: 0;

}

.userbio h4 {
    color: #2abbec;
    margin: 0;
    padding: 10px 0px;
    font-size: 21px;
}

a.editprfl {
    margin: 20px 3px 0px;
    border-radius: 3px;
}

/***vidoes****/

.videotitle h4 {
    color: #2abbec;
    position: relative;
    padding: 0px 0px 10px;
}

.videotitle h4:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 360px;
    background-color: #2abbec;
    bottom: 0;
    left: 0;
}

.videoleftsec.mr0 {
    margin-right: 0;
}

.videoleftsec {
    position: relative;
    margin-top: 10px
}

.playbtn img {
    width: 20px;
    text-align: center;
    margin: auto;
    filter: invert(1);
}

.playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.videorgt iframe {
    width: 100%;
    height: 400px;
    border-radius: 4px;
}

.videoleftsec video {
    width: 100%;
}

.videorgtinfo p {
    text-transform: unset;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0px 0px;
    margin: 0;
}

.videorgtinfo h5 {
    margin: 0;
}

.videorgtinfo {
    margin-top: -10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.plubicsec {
    margin: 30px 0px 0px;
}

.plubicsec h4 span {
    color: #333;
    font-weight: 500;
}

.plubicsec h4 {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}

.pl8 {
    padding-left: 8px;
}

.pr8 {
    padding-right: 8px;
}

.srchvideoleft.d-flex {
    margin-bottom: 6px;
}


/*****edit page*****/
.bgcheck {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.bgcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.editcheckmark {
    position: absolute;
    top: auto;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #f3f3f3
}

.edituplodwidth button {
    width: 96%;
}

/* On mouse-over, add a grey background color */
.bgcheck:hover input~.editcheckmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.bgcheck input:checked~.editcheckmark {
    background-color: #2abbec;
    border: 2px solid #2abbec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.editcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.bgcheck input:checked~.editcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.bgcheck .editcheckmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label .bgcheck {
    padding-left: 22px;
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
}

.mlr0 {
    margin: 0px 0px;
}

.bgwhite {
    padding: 20px 20px;
    box-shadow: 1px 0px 9px 1px rgba(241, 229, 229, 0.75);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(241, 229, 229, 0.75);
    -moz-box-shadow: 1px 0px 9px 1px rgba(241, 229, 229, 0.75);
    margin-bottom: 20px;
    background-color: #fff;
}

.bgwhite label,
.editbio label {
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
}

.bgwhite input,
.bgwhite select {
    width: 100%;
    height: 40px;
    border-radius: 0;
    margin-top: 10px;
}

.editbio textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #f5f1f1;
    font-size: 14px;
}

.edituploadimg {
    position: relative;
}

.edituploadimg button,
.addStoreImg button {
    height: 40px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #131212;
    padding: 0px 15px;
    position: absolute;
    top: 30px;
    left: 12px;
}

.addStoreImg button {
    top: 0px;
}

.edituploadimg input,
.addStoreImg input {
    opacity: 0;
    z-index: 9999;
    position: relative;
}

.uploadprofilebtn {
    background-color: #2abbec;
    border: 0;
    border-radius: 0;
    height: 47px;
    padding: 0px 20px;
    color: #fff;
}

.uploadprofilebtn:hover {
    background-color: #2abbec;
    transition: all ease 0.5s;
}

.frmmaontitle h3 {
    font-size: 18px;
    margin: 0px 0px 0px;
    padding: 20px 0px 10px;
    color: #000000;
    font-weight: 500;
}

.imgembed {
    background-color: #ffffff;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    color: #c5c5c5;
    max-width: 190px;
    width: 100% !important;
    height: 60px !important;
}

.uplodimg {
    background-image: url(../images/singleimg.png);
    height: 80px;
    width: 130px;
    border: 2px dashed #f3f3f3;
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 10px;
    overflow: hidden;
    padding: 8px;
}

.uplodimg p {
    font-size: 9px;
    text-transform: capitalize;
    color: #969696;
    text-align: center;
    vertical-align: bottom;
    padding-top: 53px;
}

.uplodimg img,
.uplodimg video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.w800 {
    width: 100%;
    max-width: 800px;
    margin: auto;
}


/****upload video section******/
.saveuplodimg {
    width: 100%;
    max-width: 780px;
    margin: auto;
}

.updvidosec {
    background-color: #fff;
    padding: 40px;
    position: relative;
}

input.veieoset {
    opacity: 0;
    z-index: 9999999;
    width: 180px;
    height: 30px;
    position: absolute;
    right: 27%;
    transform: translateX(-50%);
    height: 110px;
}

.updvidosec a {
    cursor: pointer;
}

.updvidosec i {
    font-size: 60px;
    color: #cccccc;
    padding-bottom: 20px;
}

.updvidosec a:hover i {
    color: #9e2622;
    transition: all ease 0.5s;
}

.updvidosec h3 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 400;
}

.updvidosec select {
    height: 35px;
    width: 90px;
    display: inline-block;
    background-color: #e9e9e9;
    border: 1px solid #d3d3d3;
    padding: 0px 10px;
    outline: 0;
    font-size: 13px;
    border-radius: 2px;
    font-weight: 500;
    color: #333333;
}

.videobiosec {
    padding: 20px 20px;
    background-color: #fff;
    margin: 10px 0px 0px;
}

.videobiosec label {
    text-transform: capitalize;
    color: #151515;
    margin: 0;
    padding: 0px 0px 9px;
    font-size: 17px;
    font-weight: 600;
}

.videobiosec textarea {
    width: 100%;
    height: 140px !important;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 20px;
    outline: 0;
    resize: none;
}

.videobiosec input {
    width: 100%;
    height: 40px !important;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 20px;
    outline: 0;
    resize: none;
}


/******NEW FEEDS********/
.feedimgbdr {
    border: 2px solid #2abbec;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.newfeedimg {
    height: 46px;
    width: 46px;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
}

.feedheading h4 {
    font-size: 16px;
    color: #2abbec;
    text-transform: capitalize;
    margin: 0;
}

.feedheading h5 {
    font-size: 15px;
    color: #2abbec;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
}

.feedheading {
    padding-left: 9px;
}

.timesshow {
    position: relative;
}

.timesshow h6 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    color: #71767f;
    margin: auto;
    margin-left: 2px;
}

.timesshow span i {
    font-size: 12px;
    color: #71767f;
    padding-left: 5px;
}

.golbelinkshow {
    background-color: #fff;
    box-shadow: 1px 0px 9px 1px rgba(241, 229, 229, 0.75);
    -webkit-box-shadow: 1px 0px 9px 1px rgba(241, 229, 229, 0.75);
    -moz-box-shadow: 1px 0px 9px 1px rgba(241, 229, 229, 0.75);
    width: 100px;
    padding: 4px 7px;
    position: absolute;
    right: -101px;
    top: -30px;
    display: none;
}

.golbelinkshow li a {
    color: #616770;
    font-size: 13px;
}

.timesshow span:hover .golbelinkshow {
    display: block;
    transition: all ease 0.5s;
}

.feeddetail p {
    font-size: 14px;
    padding: 10px 0px 0px;
    margin: auto;
    font-weight: 400;
    text-transform: unset;
}

.feedmainimg img {
    width: 100%;
}

.feedmainimg {
    width: 100%;
    background-size: cover;
    margin-top: 10px;
}

.feedmainimg video {
    height: 450px;
    width: 100%;
}

.sociallink {
    padding: 10px 20px;
}

.sociallink li {
    font-size: 16px;
    color: #000;
    height: 35px;
    width: 40px;
    text-align: center;
    line-height: 36px;
}

.newadvs {
    position: fixed;
    width: 11%;
    height: 100%;
    left: auto;
    right: auto;
}

.sociallink li a {
    color: #fff;
}

.sociallink li.blue {
    background-color: #39579a;
}

.sociallink li.skyblue {
    background-color: #67dfeb;
}

.sociallink li.red {
    background-color: #c72629;
}

.sociallink li.light-red {
    background-color: #e5431d;
}

.comnt {
    padding: 20px 0px 0px;
    position: relative;
}

.comnt button {
    position: absolute;
    right: 10px;
    height: 40px;
    background-color: transparent;
    border: 0;
    color: #767676;
}

.comnt textarea {
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border-radius: 250px;
    background-color: #f1f3f4;
    border: 1px solid #e0e2e6;
    font-size: 13px;
    line-height: 38px;
}

.newadvs {
    margin-top: 54px;
}

.leftfeedimg img {
    width: 100%;
    height: 126px;
}

.leftfeedvideo video {
    width: 100%;
}

h3.feed-tittle {
    text-align: center;
    color: #2abbec;
    position: relative;
    padding: 0px 0px 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.w600 {
    width: 600px;
    margin: 0px auto 15px;
    border-radius: 4px;
    border: 1px solid #dddfe2;
    overflow: hidden;
}

.bgwhite.w600.plr0 {
    padding: 0px
}

.prlt20 {
    padding: 20px 20px 0px 20px
}

.prl20 {
    padding: 0px 20px;
}

.form-control:focus {
    box-shadow: none;
}

.likecmt a {
    color: #606770;
    font-size: 16px;
    font-weight: 500;
}

.likecmt {
    border-top: 1px solid #dddee0;
    padding: 10px 0px 0px;
}

.tottlelike span {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    background: rgb(0, 174, 239);
    background: linear-gradient(90deg, rgba(0, 174, 239, 1) 0%, rgba(11, 175, 234, 1) 10%, rgba(38, 176, 223, 1) 35%, rgba(38, 150, 180, 1) 100%);
    margin-right: 5px;
}

.tottlelike {
    margin-top: 20px;
}

.tottlelike i {
    color: #fff;
    font-size: 12px;
}

.tottlelike p {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    margin-right: 10px;
}

.cmtin span {
    font-weight: 600;
    color: #2abbec;
}

.cmtin p {
    margin: 0;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}

.cmtin {
    display: inline-block;
    background-color: #f2f3f5;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 250px;
}

.likerpy li a {
    font-size: 12px;
    color: #595959;
    padding: 0px 0px 0px 10px;
}

ul.hideedit {
    display: none;
}

.deledit {
    margin-left: 10px;
}

ul.hideedit li a {
    color: #333;
    font-size: 12px;
}

ul.hideedit li a:hover {
    color: #4fc5ed;
}

.cmtshow {
    margin: 20px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #dddee0;
    border-top: 1px solid #dddee0;
}

.likecmt a:hover {
    color: #2abbec;
    transition: all ease 0.5s;
}

.diots i {
    cursor: pointer;
    color: #6b6b6b;
    font-size: 12px;
}

ul.hideedit.showmenu {
    display: block;
    color: #333;
}

ul.hideedit {
    display: none;
    position: absolute;
    background-color: #f1f3f4;
    width: 130px;
    padding: 7px 10px;
    z-index: 99;
}

.arrow_box {
    position: relative;
    background: #fff;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f1f3f4;
    border-width: 9px;
    margin-left: -61px;
}

.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f1f3f4;
    border-width: 9px;
    margin-left: -61px;
}

.sharepst i {
    color: #2abbec;
    font-size: 16px;
    cursor: pointer;
}

.sharepst {
    position: relative;
}

.showpst.showmenu {
    display: block;
}

.showpst {
    display: none;
    position: absolute;
    width: 160px;
    background-color: #ffffff;
    padding: 10px;
    top: -45px;
    left: -130px;
    border: 1px solid #333;
    border-radius: 4px;
}

.sharepst:hover .showpst {
    display: block;
}

.showpst li a {
    color: #333;
}

.postsec {
    position: relative;
}

ul.hideedit.savein li a {
    font-size: 15px;
    line-height: 39px;
}

ul.hideedit.savein {
    border: 1px solid #a5a5a5;
    position: absolute;
    width: 140px;
    background-color: #fff;
    z-index: 999;
    right: 0;
    padding: 6px;
}

ul.hideedit.savein li {
    border-bottom: 1px solid #e9e7e7;
}

ul.hideedit.savein li:last-child {
    border-bottom: none;
}

ul.hideedit.savein li a i {
    margin-right: 7px;
}

/******Businesss Profile********/

.uploadimage {
    position: relative;
}

.uploadimage img {
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 5px;
}

.overlay {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slditem video {
    height: 100%;
    width: 100%;
}

.businessads {
    margin-top: 30px;
}

.businesssldr button.slick-arrow {
    background-color: #e8e6e6;
    height: 30px;
    width: 30px;
    z-index: 99999;
}

.businesssldr .slick-prev:before,
.businesssldr .slick-next:before {
    display: none;
}

.businesssldr button.slick-arrow i {
    font-size: 21px;
    color: #000;
}

.businesssldr .slick-next {
    right: 0;
}

.businesssldr .slick-prev {
    left: 0
}

.bnescovrimg {
    width: 100%;
    height: 310px;
    background-size: cover;
}




/******Abouts Us********/

.abtbnr {
    background-image: url(../images/banner-img.jpg);
    background-size: cover;
    height: 400px;
    position: relative;
    flex-direction: column;
}

.abtbnr:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.abtbnr h1 {
    font-size: 40px;
    z-index: 999;
    margin: 0;
    color: #fff
}

.abtbnr ul li,
.abtbnr ul li a {
    color: #fff;
    z-index: 9999;
}

.wlcimg {
    background-image: url(../images/games.jpg);
    background-size: cover;
    height: 300px;
}

.wlcimg2 {
    background-image: url(../images/news.jpg);
    background-size: cover;
    height: 300px;
}

.wlcdecrp p {
    text-transform: unset;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.wlctitle h2 {
    margin-bottom: 0;
}

.wlctitle p,
.iconfirst p {
    text-transform: unset;
    font-weight: 400;
    font-size: 14px;
}

.wlctitle {
    padding-bottom: 60px;
}

.wlcdecrp h4 {
    color: #2abbec;
    border-bottom: 1px solid #2abbec;
    padding-bottom: 9px;
}

.iconimg {
    display: block;
    height: 70px;
    width: 70px;
    background-color: #fff;
    margin: -60px auto 0px;
    line-height: 70px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
}

.iconfirst img {
    width: 25px;
    filter: invert(0.4);
}

.iconfirst h4 {
    color: #2abbec;
    margin: 20px 0px 20px;
}

.iconfirst {
    border: 1px solid #c1c1c1;
    background-color: #fff;
    padding: 20px;
}

.grlydiv ul li img {
    width: 100%;
}

.grlydiv ul li {
    width: 20%;
    position: relative;
}

.overlay1 {
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease 0.5s;
    padding: 40px 0px 0px;
}

.overlay1 h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 0
}

.overlay1 p {
    text-transform: unset;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 0px 20px;

}

.grlydiv ul li:hover .overlay1 {
    opacity: 1;
    height: 100%;
}






/***contact Us*****/
.cntfrm {
    margin: 60px 0px 0px;
}

.cntlftsec {

    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 9px -7px rgba(224, 221, 221, 0.75);
    -webkit-box-shadow: 0px 0px 9px -7px rgba(224, 221, 221, 0.75);
    -moz-box-shadow: 0px 0px 9px -7px rgba(224, 221, 221, 0.75);
    border-radius: 6px;
}

.cntlftsec textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #f5f1f1;
    font-size: 14px;
}

.cntlftsec input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #f5f1f1;
    font-size: 14px;
}

.cntrftsec ul {
    margin: 40px auto;
    text-align: center;
}

.cntrftsec ul li,
.cntrftsec ul li a {
    color: #222;
    font-size: 16px;
    padding: 6px 10px;
}

.cntrftsec ul li span {
    padding-right: 14px;
    color: #2abbec;
    font-size: 18px;
}

.cntsocl ul {
    border-top: 1px solid #000;
}

.cntsocl li a {
    color: #2abbec;
    padding: 20px 20px 0px;
    display: inline-block;
    font-size: 18px;
}

.cntsocl li a:hover {
    color: #222;
    transition: all ease 0.5s;
}


/****Terms of Services*****/
.termsdiv h4 {
    color: #222;
    padding-top: 25px;
    margin: 0 0px 10px;
    font-size: 20px;
}

.termsdiv p {
    font-weight: 400;
    text-transform: unset;
    font-size: 14px;
    line-height: 24px;
}



/****** Acount Details *******/
.actinfo label {
    font-size: 15px;
    font-weight: 600;
    color: #646464;
    text-transform: capitalize;
}

.actinfo span {
    font-size: 15px;
    line-height: 40px;
    padding: 0px 0px;
    color: #495057;
    font-weight: 400;
}



/****** friendlist-btn *******/
.addfrds li a {
    color: #fff;
    font-size: 13px;
}

li.bgblck a {
    color: #2abbec;
}

.addfrds li {
    background-color: #2abbec;
    height: 33px;
    line-height: 29px;
    padding: 0px 12px;
    margin: 9px 4px 0px;
    border: 1px solid #2abbec;
}

li.bgblck {
    background-color: #fff;
}

li.redbgfrd {
    background-color: #d71d1d;
    border: 1px solid #d71d1d;
}

li.bgblck.redbdfrnd a {
    color: #d71d1d;
}

li.bgblck.redbdfrnd {
    background-color: #fff;
    border: 1px solid #d71d1d;
}

.addfrds li:hover a {
    color: #fff !important;
}

.addfrds li:hover {
    background-color: #222;
    border: 1px solid #222;
    transition: all ease 0.5s;
}

.from-group.key-box {
    margin-bottom: 20px;
}

.frndreq span {
    float: right;
    background-color: #f3f3f3;
    display: inline-block;
    color: #2abbec;
    border: 1px solid #c1c1c1;
    padding: 9px 16px;
    border-radius: 5px;
    font-size: 13px;
}

.addfrnd i {
    float: right;
    color: #c1c1c1;
}

.slctoption select {
    position: absolute;
    top: -1px;
    padding: 4px 0px;
    border-radius: 4px;
    left: 0;
    width: 119px;
    height: 42px;
    font-size: 12px;
    background-color: #f4f1f1;
    color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 20px;
    padding-left: 5px;
    outline: 0;
}

.slctoption select option {
    font-size: 14px;
    margin: 10px 0px;
    background-color: #fff;
}

.slctoption.showmenu {
    display: block;
}

.slctoption li {
    padding: 5px 20px;
    border-bottom: 1px solid #c1c1;
}

.slctoption li:last-child {
    border-bottom: 0;
}

.slctoption li a {
    color: #000;
    font-size: 15px;
}

.slctoption li:hover a {
    color: #fff;
}

.slctoption li:hover {
    background-color: #2abbec;
}



.popsrch button {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 0;
    z-index: 99999;
}

.schmodal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.schmodal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schinfo h3 {
    color: #2abbec;
    margin: 0;
}

.schinfo {
    box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(211, 205, 205, 0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}

/* The Close Button */
.schmodal .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    right: -20px;
    background-color: #2abbec;
    z-index: 999999;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    opacity: 9;
}

.schmodal .close:hover,
.schmodal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.schinfo li {
    padding: 24px 0px 0px;
    width: 49%;
    display: inline-block;
}

.tagin .bootstrap-tagsinput {
    height: 40px !important;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    outline: 0;
    resize: none;
    width: 400px;
    line-height: 10px !important;
}

.tagin .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #5f5c5c;
    background-color: #c1c1c1;
    padding: 4px;
    border-radius: 2px;
}

.tagin .bootstrap-tagsinput input {
    height: 30px !important
}

/****************/

.frndlst ul {
    max-height: 378px;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding-right: 5px;
}

.frndlst h4 {
    text-transform: none;
}

#base_loader_img {
    margin-left: 40%;
    width: 20%;
    display: none;
}

#base_appended_result {
    text-align: center;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
    color: #000;
}

.base_input_field {
    border: none;
    border-bottom: 0.1rem solid #766f6fc4;
    border-radius: 0px;
    font-size: 12px;
}

input.form-control.base_input_field {
    color: #000;
}

.base_input_field::placeholder {
    font-size: 12px;
}

.base_image {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    object-fit: cover;
}

.orginl {
    color: white !important;
    border: .1rem solid #2abbec !important;
    background-color: #2abbec !important;
    border-radius: none !important;
    padding: 5px 10px;
    font-weight: 400;
}

.invert {
    background-color: white !important;
    border: .1rem solid #2abbec !important;
    color: #2abbec !important;
    border-radius: none !important;
    padding: 5px 10px;
    font-weight: 400;
}

.page-link {
    color: #2abbec;
}

.page-item.active .page-link {
    background-color: #2abbec;
    border-color: #2abbec;
}

.user_image {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    object-fit: cover;
}



/*****Navigation bar Second****/

.navbr.ylwbg {
    background-color: #ffc90a;
}

.navbardiv {
    padding: 4px 0px;
}

.navbrnam h5 {
    margin: 0;
    font-size: 16px;
    text-transform: inherit;
    margin-bottom: 0px;
    color: #222;
    padding: 0px 4px;
    font-weight: 500;
}

.navlang select {
    height: 25px;
    width: 58px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 0px 6px;
    outline: 0;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 500;
    color: #333333;

}

.navbrchnl.d-flex {
    position: relative;
}

.navslect select {
    position: absolute;
    top: -1px;
    padding: 4px 0px;
    border-radius: 4px;
    left: 0;
    width: 90px;
    height: 28px;
    font-size: 12px;
    background-color: #fbfbfb;
    color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 20px;
    padding-left: 5px;
    outline: 0;
    border: 1px solid #d3d3d3;
}

.navbrchnl input.srch-btn {
    width: 268px;
    height: 26px;
    background-color: #fff;
    border-radius: 250px;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 400;
    color: #404040;
    outline: 0;
    padding-left: 93px;
}

.navbrchnl .navsrch {
    display: none;
}

.navbrchnl i {
    top: 8px;
    position: absolute;
    color: #404040;
    font-size: 12px;
    right: -14px;
}

.navpopsrch button {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 27px;
    z-index: 9;
}

/*****Navigation bar end****/


/*
****start Css ( games page )***

.gmcvr img {
	width: 100%;
	margin-bottom: 4px;
}
.gmevdo iframe {
	width: 100%;
	height: 202px;
	background-size: cover;
}
.pt60 {
	padding-top: 60px;
}
.gmupbtn {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.gmupbtn span {
	background-color: #2abbec;
	color: #fff;
	margin: 10px 0px 00px;
	height: 39px;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	line-height: 39px;
	border: 0;
	cursor: pointer;
	padding: 0px 27px;
	border-radius: 3px;
	position: absolute;
	left: 15px;
}
.gmupbtn input[type="file"] {
	width: 107px;
	opacity: 0;
	margin-top: 10px;
	z-index: 9999;
	position: relative;
}
.gmupbtn img {
	width: 130px;
	height: 90px;
}
.pricetilelft input {
    width: 100%;
    height: 40px !important;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 20px;
    outline: 0;
    resize: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}
.pricetilelft.pricetirgt {
    width: 24%;
}
.pricetile {
	margin-top: 31px;
}
.pricetilelft label {
    display: block;
    text-transform: capitalize;
    color: #151515;
    margin: 0;
    padding: 0px 0px 9px;
    font-size: 17px;
    font-weight: 600;
}
.gmtilergt h5 {
	color: #2abbec;
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}
.pricetilelft {
    width: 68.4%;
}
.gmtilergt {
	padding-left: 30px;
}
.keylft .bootstrap-tagsinput .tag[data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.keylft .bootstrap-tagsinput .tag[data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.keylft .bootstrap-tagsinput {
	display: inline-block;
	padding: 8px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	cursor: text;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	outline: 0;
	resize: none;
	width: 510px;
	line-height: 10px !important;
}
.keylft .label-info {
	background-color: #5bc0de;
	margin-right: 2px;
	color: white;
}
.keylft .bootstrap-tagsinput input[type="text"] {
	border: 0;
	background-color: transparent;
	outline: 0;
}
.keylft .label-info {
	background-color: #2abbec;
	margin-right: 2px;
	color: white;
	padding: 4px 10px;
	text-transform: capitalize;
	font-size: 15px;
	border-radius: 4px;
	line-height: 31px;
}
.keylft label {
	display: block;
	text-transform: capitalize;
	color: #151515;
	margin: 0;
	padding: 0px 0px 9px;
	font-size: 17px;
	font-weight: 600;
}
.keylft .form-group {
	margin-bottom: 0;
}
.keybtn {
	padding-top: 30px;
}
.postbtn {
    width: 24%;
}
.postbtn select {
    margin: 30px 0px 00px 0px;
    height: 43px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 39px;
    cursor: pointer;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    outline: 0;
    resize: none;
    padding: .375rem .75rem;
    color: #495057;
    border-radius: .25rem;
}
.bg-gray {
	background-color: #f3f3f3;
}
.gmrgt {
	background-color: #fff;
	padding: 40px;
}
.postbtn select option {
	background-color: #fff;
	color: #000;
}
.subbtn {
	text-align: center;
}
.subbtn a {
	padding: 0px 27px;
	background-color: #2abbec;
	color: #fff;
	margin: 40px auto 00px;
	height: 46px;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	line-height: 48px;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
}
.gmevdo {
	height: 170px;
	border: 2px solid #f3f3f3;
}
.dropvideo {
	position: relative;
}
.fallback input {
	opacity: 0;
	width: 250px;
	position: relative;
	z-index: 999;
}
.dropvideo {
	position: relative;
	width: 100%;
	text-align: center;
}
.fallback input {
	opacity: 0;
	width: 250px;
	position: relative;
	z-index: 999;
}
.dropvideo span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 400;
}
.uploadbtn button {
	padding: 0px 27px;
	background-color: #2abbec;
	color: #fff;
	margin: 20px auto 00px;
	height: 42px;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	line-height: 42px;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
}
.progress {
	margin-top: 13px;
}
.progress-bar {
	background-color: #2abbec;
}
*/

/*/// friend box start //*/
.frndbox {
    cursor: pointer;
}

.add_comment {
    cursor: pointer;
}

.addcmnt .row>div {
    padding: 0 8px;
}

.addcmnt .col-md-9 {
    display: flex;
    align-items: center;
    padding-left: 20px !important;
    color: #2abbec;
}

.addcmnt i.fa.fa-comment {
    margin-right: 7px;
}

.vidothumb li {
    padding: 0px 10px;
}

.vidotitle.addcmnt {
    width: 30% !important;
}

.addcmntsec {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin-top: 20px;
    display: none;
}

.comments {
    padding: 12px;
    max-height: 219px;
    overflow: auto;
}

.usrimg {
    height: 35px;
    width: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8px;
    left: 0;
}

.cmncmnt {
    position: relative;
    padding: 8px 0 8px 45px;
    border-bottom: 1px solid #ededed;
}

.cmncmnt:last-child {
    padding: 8px 0 0px 45px;
    border-bottom: none;
}

.cmntrtxt h6 {
    text-transform: inherit;
    margin-bottom: 6px;
    font-size: 12px;
}

.mainshowpost .cmntrtxt a,
.midpanel .cmntrtxt a {
    float: left;
    width: 90%;
}

.mainshowpost .cmntrtxt p,
.midpanel .cmntrtxt p {
    padding: 0;
    border: none;
    font-size: 12px;
}

.cmntrtxt h6 span {
    font-size: 10px;
    font-weight: normal;
}

.mainshowpost .cmntrtxt>span,
.midpanel .cmntrtxt>span {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    float: right;
    width: 10%;
}

.cmntrtxt p {
    text-transform: inherit;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 11px;
}

.adcmntfrm {
    padding: 6px;
    display: flex;
    border-top: 1px solid #ebebeb;
    justify-content: space-between;
}

.adcmntfrm .form {
    width: calc(100% - 38px);
    float: right;
    display: flex;

}

.adcmntfrm input[type="text"] {
    font-size: 13px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px;
}

.adcmntfrm input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.adcmntfrm #button {
    background: #2abbec;
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    margin-left: 10px;
}

.adcmntfrm .usrimg {
    height: 30px;
    width: 30px;
    position: static;
}

/*/// friend box end //*/

/*Channel Page Css*/
.mt40 {
    margin-top: 40px;
}

.chnlinfo {
    padding: 20px 15px;
    background: #fff;
}

.chanlcvr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.chnlimg {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.chnlnminfo {
    padding-left: 15px;
}

.chnlnminfo h4 {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: inherit;
}

.chnlnminfo p {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ratestar i.fa {
    color: #fec107;
    font-size: 13px;
    margin-left: 4px;
}

.ratestar p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: inherit;
}

.ratestar {
    flex-direction: column;
    align-items: flex-start;
}

.cnldetail {
    margin-top: 25px;
}

.cnldetail a {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-right: 30px;
    padding-bottom: 5px;
    display: inline-block;
}

.cnldetail ul {
    background: #f1f1f1;
}

.cnldetail li.active a {
    border-bottom: 2px solid #2abbec;
    color: #2abbec;
}

.cnldetail .tabContent {
    background: #fff;
    padding: 15px;
}

/*.cnldetail .tabContent > div{*/
/*	display: none;*/
/*}*/
.cnldetail .tabContent>div:first-child {
    display: block;
}

.cnldetail .tabContent p {
    text-transform: inherit;
    font-weight: 400;
    font-size: 14px;
}

.cnldetail .tabContent p:last-child {
    margin: 0;
}

.mnchnlpg {
    background-color: #f3f3f3;
    padding: 30px 0px;
}

/*========== Channel Page Css End ============*/


/*11-12-2019*/
.cnleditpge {
    background-color: #f3f3f3;
}

.mt60 {
    margin-top: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.editcvr {
    background-size: cover;
    height: 400px;
    position: relative;
    flex-direction: column;
    background-position: center center;
    z-index: 1;
}

.editcvr:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.editcvr h1 {
    color: #fff;
}

.chnledit i.fas {
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #2abbec;
    background-color: #2abbec;
    line-height: 30px;
    margin-left: 15px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}

.edtcnlfrm {
    max-width: 840px;
    background: #fff;
    margin: auto;
    padding: 30px;
}

.edtcnlfrm label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.edtcnlfrm input:focus,
.edtcnlfrm select:focus,
.edtcnlfrm textarea:focus {
    outline: none;
}

.edtcnlfrm input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #efefef;
    font-size: 14px;
}

.edtcnlfrm select {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #efefef;
    font-size: 14px;
}

.edtcnlfrm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #efefef;
    font-size: 14px;
    height: 120px;
}

.edtcnlfrm input[type="file"] {
    display: none;
}

.edtcnlfrm .custom-file-upload {
    border: 1px solid #efefef;
    display: inline-block;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

.smbtbtn {
    background-color: #2abbec;
    border: 0;
    border-radius: 0;
    height: 47px;
    padding: 0px 32px;
    color: #fff;
    cursor: pointer;
}

.edtcnlfrm .form-group i.fas.fa-cloud-upload-alt {
    margin-right: 5px;
}

span.dflturl {
    background: #e7e7e6;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

/*============= 11dec end ===============*/

/*Video Page Css*/

.vdonme h4 {
    font-size: 18px;
    font-weight: 600;
}

.chnlvdoimg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.vdosubs .chnlnminfo h4 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
}

.vdosubs .chnlnminfo p {
    font-size: 14px;
}

.vidolke li:first-child {
    margin-right: 15px;
}

.vidolke li a {
    font-size: 14px;
    color: #827f7f;
    font-weight: 400;
}

.vidolke li a i {
    padding-right: 8px;
}

.vdocnlrgt p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}

.vdovwlike {
    margin-right: 20px;
}

video:focus {
    outline: none;
}

.topvdo video {
    object-fit: cover;
}

.pdt-60 {
    padding-top: 60px;
}

.click_copy {
    font-size: 10px !important;
    float: right !important;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 20px;
}

/*============= 11 dec end ===============*/


/*============= 13 dec start ===============*/

.upldvdobtn a {
    background: #ffc90a;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 15px;
    color: #000;
    font-size: 15px;
}

.cmnvdobox video {
    object-fit: cover;
}

.cmnvdobox {
    background: #f3f3f3;
}

.cmnvdobox h6 {
    text-transform: inherit;
    font-weight: 600;
    margin: 10px 20px 4px 0;
}

.cnldetail div#video .col-md-4 {
    margin-bottom: 30px;
}

.vdoinfohr {
    padding: 0px 15px 15px;
}

.vdoinfohr li a {
    font-size: 14px;
    color: #827f7f;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.vdoinfohr li:first-child {
    margin-right: 10px;
}

.vdoinfohr li a i {
    margin-right: 4px;
}

.vdonmeprt {
    position: relative;
    margin-bottom: 8px;
}

.toglevdo {
    position: absolute;
    top: 0;
    right: 0;
}

.toglevdo .vdomnubox {
    display: none;
}

.toglevdo a {
    margin: 0;
    color: #827f7f;
}

a.tglvdoicon {
    float: right;
}

.vdomnubox {
    position: absolute;
    right: 0;
    top: 30px;
    width: 102px;
    text-align: right;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}

.vdomnubox ul {
    background: #fff;
}

.vdomnubox ul li {
    margin: 0;
}

.vdomnubox ul a {
    font-size: 14px;
}

.vdomnubox a i.fas.fa-trash-alt {
    margin-left: 4px;
    margin-right: 0;
}

.cmnvdobox a {
    margin: 0px;
}

i.fa.fa-thumbs-up.active {
    color: #2abbec;
}

i.fa.fa-thumbs-down.active {
    color: #2abbec;
}

/*============= 13 dec end ===============*/

.invtbox {
    position: relative;
}

.invtbox input[type="email"] {
    height: 35px;
    width: 100%;
    padding: 0 36px 0 10px;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.invtbox input[type="email"]:focus,
.invtbox button:focus {
    outline: none;
}

.invtbox button {
    height: 35px;
    width: 35px;
    background: #2abbec;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 37px;
}


/*============= 1 jan start ==============*/

.vdowthad {
    position: relative;
}

.vdowthad .advdobgn {
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    display: flex;
    z-index: 1;
}

.vdowthad .lftadvdo {
    position: absolute;
    bottom: 80px;
    left: 20px;
    z-index: 9;
    background: #fff;
    color: #333;
    padding: 8px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lftadvdo span {
    display: block;
    line-height: 18px;
}

.adlogoimg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    text-shadow: 0 0 black;
    margin-right: 10px;
}

.lftadvdo .addisc {
    line-height: 18px;
    padding: 0 10px 0 5px;
}

.advdobgn span {
    max-width: 100px;
    font-size: 14px;
    line-height: 20px;
}

.bgnvdoimg {
    height: 40px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*****POST-PAGE- START*****/
.mt10 {
    margin-top: 10px;
}

.mtb15 {

    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.postlft {
    border: 1px solid #c4c4c4;
    border-radius: 4px;

    text-align: center;
}

.postlogo {
    height: 50px;
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.postadmin img {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    border: 2px solid #fff;
    object-fit: cover;
}

.postdmnme h4 {
    font-size: 15px;
    color: #010000;
    font-weight: 600;
    margin: 0;
    padding: 50px 0px 0px;
    text-transform: capitalize
}

.postcntr {
    width: 100%;

    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 0px 0px 0px 18px;
}

.postdmnme p {
    font-size: 13px;
    color: #010000;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    padding: 5px 0px 16px;
}

.postlink ul li {
    padding: 0px 17px;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #d4d4d4;
}

.postlink ul li a i {
    color: #6b6b6b;
    font-size: 16px;
}

.startpst a {
    color: #696c6f;
    font-weight: 500;
}

.admincntimg {
    cursor: pointer;
}

.showpost .admincntimg img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin: 10px 0px 0px 10px;
}

.admincntnme {
    transition: all ease 0.5s;
}

.admincntimg h4 {
    font-size: 15px;
    color: #010000;
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
}

.admincntnme li a {
    font-size: 13px;
    height: 33px;
    padding: 0px 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #07a2e6;
    line-height: 33px;
    outline: 0;
    margin: 5px 10px 0px 0px;
    border: 2px solid #07a2e6;
}

.admincntnme li a.oppose {
    background-color: white;
    color: #07a2e6;
}

.posttxt label {
    font-size: 15px;
    color: #010000;
    font-weight: 600;
    padding: 0px 0px 0px;
    display: block;
}

.posttxt textarea {
    height: 110px;
    width: 100%;
    resize: none;
    margin-top: 5px;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.posttxt button {
    font-size: 14px;
    height: 38px;
    padding: 0px 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #07a2e6;
    line-height: 38px;
    outline: 0;
    float: right;
    border: 1px solid #07a2e6;
    border-radius: 2px;
}

.filepostslct li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.filepostslct li a i {
    color: #666;
    font-size: 18px;
    cursor: pointer
}

.filepostslct li {
    width: 34px;
    cursor: pointer
}

.filepostslct input[type="file"] {
    width: 34px;
    position: absolute;
    opacity: 0;
    padding: 0px 0px;
}

.showpost img {
    width: 100%;
}

.imglike {
    padding: 0px 18px;
    background-color: #fff;
    margin: 0px 0px;
}

.imglike li a i {
    display: inline-block;
    color: #ababab;
    padding-right: 5px;
}

.imglike li {
    padding: 5px 0px;
    color: #ababab;
}

.imglike li a {
    color: #ababab;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;

}

.imglike li.active a i {
    color: #2abbec;
}

.imglike li.active a {
    color: #2abbec;
}

.imglike li:hover a,
.imglike li:hover i {
    color: #2abbec;
    transition: all ease 0.5s;
}

.imglike li.active:hover a,
.imglike li.active:hover a i {
    color: #ababab;
    transition: all ease 0.5s;
}

li.cmtbtn:hover i {
    color: #ababab;
}

li.cmtbtn a {
    cursor: pointer;
}

.showpost {
    border: 1px solid #cecece;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.posttxt>.showpost {
    margin-bottom: 10px;
}

.showpost p {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    padding: 10px 10px 10px;
    margin: 0;
    text-align: justify;
    border-bottom: 1px solid #c1c1c1;
    word-break: break-word;
}

.posttxthide {
    height: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}

.midpanel.main .posttxthide {
    height: 235px;
    visibility: visible;
    transition: all ease 0.5s;
}

.addcmntsec {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.adcmntfrm {
    padding: 6px;
    display: flex;
    border-top: 1px solid #ebebeb;
    justify-content: space-between;
}

.adcmntfrm .usrimg {
    height: 30px;
    width: 30px;
    position: static;
    background-size: cover;
}

.adcmntfrm .form {
    width: calc(100% - 38px);
    float: right;
    display: flex;
}

.adcmntfrm input[type="text"] {
    font-size: 13px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px;
}

.adcmntfrm #button {
    background: #2abbec;
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    margin-left: 10px;
    height: auto;
    line-height: inherit;
}

.form button.button {
    padding: 0px 8px;
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    height: 33px;
    line-height: 35px;
}

/*****POST-PAGE- END*****/

/*****20-jan-2020 start*****/
.add_stores {
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #2abbec;
    border: 2px solid #2abbec;
    background-color: white;
    margin-bottom: 20px;
    float: left;
}

.remove_stores {
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    border: none;
    background-color: #2abbec;
    margin-top: 8px;
}

.addStoreImg button {
    top: 0px;
}

.slaveRow p {
    color: #495057;
    font-weight: 400;
    word-break: break-word;
    text-transform: inherit;
    margin: 10px 0px 0px;
}

.slaveRow {
    margin: 10px 0px;
}

span.spanish {
    float: right;
    color: red;
    display: none;
    font-size: 14px;
}

span.spanish.redit {
    display: block;
}

/*****20-jan-2020 end*****/

/*****27-jan-2020 Start*****/
.frndbar {
    position: absolute;
    top: 0;
    right: 0;
}

.frndbar a {
    margin: 0;
    color: #827f7f;
}

.frndbar .othrmnu {
    position: absolute;
    right: -9px;
    top: 0px;
    width: 70px;
    text-align: right;
    background: #fff;
    padding: 0 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    display: none;
    z-index: 9;
}

.frndbar .othrmnu ul {
    background: #fff;
}

.frndbox>.d-flex {
    position: relative;
}

.frndlst .othrmnu li {
    background-color: transparent;
    padding: 1px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    line-height: 14px;
}

.frndlst .othrmnu li:last-child {
    border-bottom: none;
}

.frndlst .othrmnu button {
    padding: 0;
    background: transparent;
    color: #827f7f;
    border: none;
    font-size: 10px;
    cursor: pointer;
}

.frndlst .othrmnu button:focus {
    outline: none;
}

.frndlst .othrmnu button:hover {
    color: #2abbec;
}

.frndbar .othrmnu.showmenu {
    display: block;
}

/* ------ 11Feb Css------ */
.profpstupld input[type="radio"] {
    height: auto;
    width: auto;
    margin-right: 3px;
}

.choiceopt ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.choiceopt ul li {
    margin-right: 15px;
    font-size: 14px;
}

.uplodbtmslctchc p {
    font-weight: 600;
    font-size: 18px;
}

.uplodbtmslctchc textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #f5f1f1;
    font-size: 14px;
}

.profuplcnt>ul li {
    margin-right: 6px !important;
    display: inline-block;
}

.userposts.posttxt>.showpost {
    margin-bottom: 20px;
}

.profilesec.mnproflpge {
    padding: 40px 0 0;
}


/*****Responsive*****/
i.fas.fa-times.cross {
    display: none;
}

@media screen and (max-width:1199px) {

    .topright {
        width: 75% !important;
    }

}

@media screen and (max-width:991px) {
    .topright {
        width: 12% !important;
    }

    .mainmenu ul {
        flex-direction: column;
    }

    .mainmenu {
        position: fixed;
        width: 260px;
        left: -270px;
        background-color: #fff;
        top: 81px;
        height: 100%;
        transition: all ease 0.5s;
        display: inherit !important;

    }

    .mainmenu li a {
        color: #333;
    }

    body.overflnone .mainmenu {
        left: 0;
        transition: all ease 0.5s;
    }

    .mainmenu li {
        height: auto !important;
        line-height: 10px !important;
        margin: 11px 11px !important;
    }

    .mainhead .mainmenu li .submenu li a {
        color: #303030;
    }

    .mainhead .mainmenu li .submenu li {
        background-color: #fff !important;
        border-bottom: 0 !important;
    }

    .mainhead .submenu {
        background-color: transparent !important;
    }

    .mainmenu {
        padding-top: 50px;
    }

    i.fas.fa-times.cross {
        color: #333;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 22px;
        display: block;
        cursor: pointer;
    }

    .mainhead li:hover .submenu {
        visibility: visible;
        opacity: 1;
        top: 90px;
        transition: all ease 0.5s;
        position: static;
        background-color: #2abbec;
        box-shadow: none;
    }

    .mainhead .mainmenu li .submenu li {
        padding: 5px 15px;
    }

    body.overflnone {
        position: relative;
    }

    body.overflnone:after {
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        position: absolute;
        z-index: 99;
        height: 100%;
        content: '';
        top: 0;
    }

    header.mainhead {
        position: relative;
        z-index: 999;
    }

    .mainmenu li img {
        padding-right: 9px;
        filter: invert(0.7);
    }

    .mainmenu li .submenu {
        display: none;
    }

    .mainmenu li.subactve .submenu {
        display: block;
    }



}


@media screen and (max-width:767px) {}



@media screen and (max-width:640px) {}



@media screen and (max-width:567px) {
    .navbrnam h5 {
        font-size: 14px;
    }

    .navbrchnl input.srch-btn {
        width: 220px;
    }

    .navslect select {
        width: 70px;
    }

}


@media screen and (max-width:480px) {
    .navbardiv {
        flex-direction: column;
    }

    .navbrchnl.d-flex {
        margin: 5px 0px;
    }

    .navbardiv {
        padding: 12px 0px;
        position: relative;
    }

    .slditem video {
        height: 170px !important;
    }

    .topright {
        width: 21% !important;
    }

    .navbrnam {
        text-align: left;
        width: 100%;
        display: block;
    }

    .navlang {
        position: absolute;
        right: 0;
        top: 6px;
    }

    .navbrchnl.d-flex {
        margin: 15px 0px 0px;
        width: 80%;
    }

    .navbrchnl input.srch-btn {
        width: 100%;
    }

    .mainmenu {
        top: 57px;
    }
}


/*=========== 23 jan start==========*/

.dtlimg img {
    width: 100%;
}

.dtltxt h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 20px 0px 0px;
    margin: 0;
}

a.buybtn {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    display: inline-block;
}

.dtltxt h4 {
    font-weight: 900;
    font-size: 32px;
    color: #333;
}

.ofr ul li {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 0px 0px 8px;
}

.ofr ul {
    list-style: none;
    padding: 0;
}

.ofr h5 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px 0px;
}

.dtltxt p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.buynw {
    background-color: #10ace0;
    height: 46px;
    line-height: 46px;
    padding: 0px 38px;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

a.buynw:hover,
.more:hover {
    color: #fff;
    background-color: #079cce;
    text-decoration: none;
    transition: all ease 0.5s;
}

.more {
    background-color: #10ace0;
    height: 46px;
    line-height: 46px;
    padding: 0px 38px;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    float: right;
}

/*=========== 23 jan end==========*/

textarea.newinputarea {
    width: 100%;
    resize: none;
    height: 55px !important;
    padding: 16px 55px 16px 10px;
    outline: 0;
    margin-bottom: -7px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-right: 0;
}

textarea.newchatareamax {
    font-size: 13px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px;
    height: 33px;
    margin: 0;
    overflow: hidden;
    color: #333;
}

span.editbtnlft {
    margin-right: 10px;
    font-size: 26px !important;
    line-height: 0;
    background: transparent;
}

.editbtnlft i {
    font-size: 12px;
    color: gray;
}

span.msgdellft {
    background: transparent;
    margin-left: 10px;
}

span.editbtnrgt {
    margin-left: 10px;
    font-size: 26px !important;
    line-height: 0;
    background: transparent;
}

.editbtnrgt i {
    font-size: 12px;
    color: gray;
}

span.msgdelrgt {
    background: transparent;
    margin-right: 10px;
}

.othroptnlft {
    position: absolute;
    right: 10px;
    top: 35px;
    width: 70px;
    text-align: right;
    background: #ffffff;
    padding: 0 5px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 9;
}

.othroptnlft li {
    background-color: transparent;
    padding: 1px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    line-height: 14px;
}

.othroptnlft button {
    background: transparent;
    color: #827f7f;
    border: none;
    font-size: 10px;
    cursor: pointer;
}

.othroptnlft.showmenu {
    display: block;
}

.othroptnrgt {
    position: absolute;
    left: 10px;
    top: 35px;
    width: 70px;
    text-align: left;
    background: #ffffff;
    padding: 0 5px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 9;
}

.othroptnrgt li {
    background-color: transparent;
    padding: 1px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    line-height: 14px;
}

.othroptnrgt button {
    background: transparent;
    color: #827f7f;
    border: none;
    font-size: 10px;
    cursor: pointer;
}

i.fas.fa-ellipsis-v {
    font-size: 12px;
}

.comments .chatdate {
    text-align: center;
    padding: 0px 0px 11px;
    color: #a7a7a7;
    font-size: 12px;
}

.delmsg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(197, 192, 192, 0.5);
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 9;
}

.chatbox .delmsg p {
    text-transform: unset;
    font-size: 12px;
    color: #e74c3c;
    z-index: 999;
    text-align: center;
    margin: 0;
    font-weight: 500 !important;
}

.delmsg button {
    background-color: #2abbec;
    border: 1px solid #2abbec;
    color: #fff;
    padding: 0px 10px;
    text-transform: capitalize;
    margin: 0px 3px;
    font-size: 13px;
}

.replycommnt {
    font-size: 12px;
    font-weight: 500;
    color: dodgerblue;
    cursor: pointer;
}

.adcmntfrm.replycmnts {
    border: none;
    border-left: 2px solid #9d9d9d;
    padding-left: 10px;
    margin-top: 5px;
    max-width: 60%;
    flex-direction: column;
}

.adcmntfrm.replyfrm {
    max-width: 470px;
    border: none;
    padding-left: 10px;
    margin-top: 5px;
}

.adcmntfrm.replyfrm button.reply_button {
    background: #9d9d9d;
    border-color: #9d9d9d;
}

.replycmnts .cmncmnt .usrimg {
    position: absolute;
}

.form-group.col-md-6.actinfo {
    border-bottom: 1px solid #efefef;
}

.actbtn {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.actbtn button {
    padding: 0px 13px;
    background-color: #2abbec;
    color: #fff;
    margin: 0px 0px 00px;
    height: 39px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 39px;
    border: 0;
    cursor: pointer;
}

.useralposts.postcntadmin {
    width: 85%;
    float: right;
}

.delmsg.delpost {
    position: fixed;
    box-shadow: 0px 0px 5px #808080c9;

}

.mt20 {
    margin-top: 20px;
}

.account-business {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid lightgrey;
}

.account-business-bottom {
    color: black;
    margin-top: 10px;
}

.uplodimg p {
    margin: 0;
}

.fchbtn {
    width: 100%;
}

.fchbtn a {
    background: dodgerblue;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 15px;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.remove_market {
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    border: none;
    background-color: #ff6666;
    margin-top: 8px;
}

.uncensored-media-title {
    font-size: 24px;
    color: #2abbec;
    text-transform: unset;
    text-align: center;
}

.remove-friend {
    background: #ff6666;
}

.invitation-pending h6 {
    font-size: 18px;
    font-weight: 700;
    color: green;
    margin-top: 20px;
    margin-bottom: 8px;
}

.invitation-pending p {
    margin-bottom: 0;
    font-size: 14px;
    color: #646464;
    font-weight: 600;
    text-transform: inherit;
}

.invitation-pending span {
    color: #2abbec;
}