/* Name: Enngage.app
Date: June 2021
Description: main css for all pages
Version: 3.0
Author: Kanwaljeet Sodhi, Gurus11
Autor URI: http://www.gurus11.com
008
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); @charset "utf-8"; @font-face {
    font-family: RupeeForadian;
    src: url(../fonts/RupeeForadian.eot?#iefix) format("embedded-opentype"), url(../fonts/RupeeForadian.woff) format("woff"), url(../fonts/RupeeForadian.ttf) format("truetype"), url(../fonts/RupeeForadian.svg#RupeeForadian) format("svg");
    font-weight: 400;
    font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

* {
    margin: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

ul, li {
    list-style: none;
    /* display: list-item; */
    /* list-style: outside; */
}

iframe, img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #5b5b5b;
    outline: 0;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    cursor: pointer;
}

h1 {
    font-size: 14px;
    color: #282828;
}

h3 {
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
}

p {
    font-size: 14px;
}

h1.hd {
    margin-bottom: 38px;
    position: relative;
}

h1.hd span {
    font-size: 21px;
    color: #000000;
    z-index: 1;
    position: relative;
    text-align: left;
    display: block;
    width: fit-content;
    font-weight: bold;
}



.headerinfo .topPnl {
    background: #f1f1f1;
    padding: 20px 0px;
}

iframe, img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #5b5b5b;
    outline: 0;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    cursor: pointer;
}

span.hdBrdr {
    font-size: 14px;
    color: #282828;
    padding-right: 5px;
    font-weight: bold;
    font-family: 'DINPro';
}

span.hdBrdr.gry {
    background-color: #E7E7E7;
}

.hide {
    display: none;
}
.actMsg, #errMsg {
    position: fixed;
    padding: 5px 10px;
    background: url("../images/icnRgt.png") no-repeat center 10px #ffffff;
    color: #797979;
    font-weight: bold;
    border: 3px solid #e2e2e2;
    display: none;
    width: 450px;
    max-width: 90%;
    height: 230px;
    box-shadow: #b5b5b5 0px 0px 30px;
    border-radius: 15px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -110px;
    text-align: center;
    padding: 25px;
    padding-top: 100px;
    z-index: 9999;
}
.actMsg h3, #errMsg h3{font-weight:bold; text-align:center; font-size:22px; color:#00;}
.actMsg p, #errMsg p{font-weight:normal; text-align:center;}
.actMsg a, #errMsg a{margin-top: 10px!important;padding:10px;}

#errMsg {
    background-image: url("../images/icnErr.png");
}

span.brdr {
    background: url(../images/h1-brdr.png) repeat-x right top;
    width: 100%;
    height: 1px;
    display: block;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255)!important;
}

select {
    width: 180px;
}

textarea {
    height: 60px;
    width: 226px;
}

input.sml {
    width: 45px;
    margin-left: 4px;
    margin-right: 4px;
}

input.bg {
    width: 300px;
}

input.pwd {
    width: 350px;
}

input[type="submit"], input[type="reset"], input.btn, input.btnb, a.btn {
    padding: 9px 20px;
    background: #282828;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer!important;
    border: 0;
    -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="reset"]:hover, input.btn:hover, input.btnb:hover, a.btn:hover {
    text-decoration: none;
    background-color: #282828;
    color: #FFF;
}

input.btnb.rt {
    float: right;
}

input[type="text"]:focus, textarea:focus {
    color : #555;
    outline: 0;
}

input[type="checkbox"] {
    width: 20px;
    padding: 0px;
    margin: 0px;
    -webkit-appearance: checkbox;
}

.chk {
    padding-bottom: 0px;
    padding-top: 4px;
    line-height: 16px;
}

.chk input {
    width: 20px;
    background: none;
    margin-top: 0px;
}

.drpDwn {
    background: #f4f4f4;
    width: 182px;
    padding: 7px 7px 6px 7px;
    border: 1px solid #e0e0e0;
    color: #7a7a7a;
    font-size: 12px;
}

.errorTxt {
    color: #e21b22;
    font-size: 12px;
    margin-top: 5px;
}

.error {
    font-size: 12px;
    padding: 4px 10px;
    color: #FFF!important;
    background-color: #e21b22;
    width: 86%;
    position: absolute;
    z-index: 1;
    transition: 0.15s ease-out;
    display: none;
    left: 5px;
    font-weight: normal;
    bottom: -27px;
    cursor: pointer;
    /* margin-left: 0!important; */
}

.error::after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: -15px;
    width: 0;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #e21c22;
}

.error b {
    font-size: 14px;
    color: #fff;
}

.ppUp#szChart {
    max-width: 800px;
    top: 5%;
    margin-top: 0px;
    margin-left: -400px;
}

.ppUp#szChart img {
    width: 100%;
}

.ppUp.vdo {
    max-width: 51%;
    margin-left: -27%;
    padding: 0px;
    background: none;
    -moz-box-shadow: 0 0 0px #000;
    -webkit-box-shadow: 0 0 0px #000;
    box-shadow: 0 0 0px #000;
}

.ppUp.vdo iframe {
    width: 100%;
    height: 390px;
    background: url(../images/vdo-loading.gif) no-repeat center center;
}

.ppUp h3 {
    text-align: center;
    padding-top: 0;
}

.ppUp h3 a {
    color: #fff;
    font-size: 14px;
}

.pgWrp .fldWrp {
    width: 45%;
    float: left;
    margin: 0px 2.5%;
    min-height: 50px;
}

.pgWrp .fldWrp.fl {
    width: 93.5%;
    min-height: 60px;
}

.pgWrp .fldWrp label {
    width: 25%;
    padding-top: 5px;
    float: left;
    display: block;
    font-weight: bold;
}

.pgWrp .fldWrp.fl label {
    width: 11.7%;
}

.pgWrp .fldWrp label:after {
    content: "*";
}

.pgWrp .fldWrp input {
    width: 66%;
    padding: 5px 2%;
    margin: 0px;
    border: 1px solid #bebebe;
}

.pgWrp .fldWrp.fl textarea {
    width: 83.5%;
    padding: 5px 2%;
    margin: 0px;
    height: 40px;
    border: 1px solid #bebebe;
}

.pgWrp .fldWrp input[type="button"] {
    width: 40%;
    background: #17647b;
    height: 28px;
    margin-left: 25%;
    border: 0;
}

.ppUp#lgnPnl fieldset.flfrm.reg h1 {
    text-align: center;
    margin-right: 20%;
    font-family: 'museo_sans300', arial;
    text-decoration: underline;
}

.ppUp#lgnPnl fieldset.flfrm.reg label {
    text-align: right;
    width: 30%;
    padding-right: 4%;
}

.ppUp#frgtPnl fieldset.flfrm.reh.lgn .error {
    margin-left: 0%;
    left: 0px;
    width: 98%;
    bottom: -50px;
}

.ppUp#lgnPnl fieldset.flfrm.reg p.frgt {
    font-size: 12px;
    float: left;
    margin-top: 0px;
}

a {
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    outline: none!important;
}

fieldset {
    width: 100%;
    border: 0px;
    float: left;
}

.error {
    display: block;
    color: #FF0000;
}

.clear {
    clear: both
}

img {
    border: 0px;
    max-width: 100%;
}

ul.feeds {
    display: block;
}

ul.feeds:after {
    content: '';
    display: block;
    clear: both;
}

ul.feeds li {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 2%;
}

ul.feeds li:nth-child(2n+2) {
    margin-right: 0px;
}

ul.feeds li .ImgPnl {
    display: block;
    background: #f7f7f7;
}

ul.feeds li .ImgPnl video{
    width:100%;
}

ul.feeds li .ImgPnl img {
    display: block;
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    margin: 0 auto;
    min-height: 500px;
}
ul.feeds.new li p{float:left;}
ul.feeds li p {
    float: right;
    width: 50%;
    text-align: right;
    color: #5d5d5d;
}
ul.feeds li p b span{font-size:100%;font-weight: bold;}
    ul.feeds li .btpnl{display:block;position: absolute;bottom: 25px;}
    ul.feeds li .btpnl:after{content:''; display:block; clear:both;}
    ul.feeds li .btn:nth-child(2n+1){background:#e31e28;color:#fff;margin-right: 11px;}
ul.feeds li .btn{display: inline-block;padding: 9.5px 20px;font-size: 13px;border-radius: 0;bottom: 0;left: 0;margin: 0;background: transparent;color: #e31e28;border: 1px solid #e31e28;width: auto;padding: 10px 17px;border-radius: 21px;float: left;margin-right: 0;}
ul.feeds li p b {
    font-weight: bold;
    font-size: 100%;
    color: #e31e28;
    display: block;
    text-align: right;
}

ul.feeds li p.TxtRgt {
    text-align: right;
}
ul.feeds li .pdng .waiting{background: #000000;text-align: center;padding: 5px 0px;position: absolute;width: 100%;left: 0;display: block;margin-bottom: 10px;float: none;height: auto;bottom: -10px;color: #fff;font-size: 12px;}
ul.feeds li .pdng {
    padding: 20px;
    position: relative;
    padding-bottom: 47px;
}
ul.feeds li .pdng ul.icnpnl{display: flex;padding-bottom: 10px;border-bottom: 1px solid #e1e1e1;margin-bottom: 13px;}
ul.feeds li .pdng ul.icnpnl li:last-child{margin-right:0px;}
ul.feeds li .pdng ul.icnpnl li:last-child:after{display:none;}
ul.feeds li .pdng ul.icnpnl li:after{content:'';display:block;width: 1px;background: #e1e1e1;height: 100%;position: absolute;right: -29px;margin-left: -1px;top: 0;}
ul.feeds li .pdng ul.icnpnl li{display:block;width: auto;margin: 0;border: 0;background: transparent;position: relative;padding-left: 22px;font-size: 13px;color: #5d5d5d;font-weight: 300;line-height: 1.2em;margin-right: 10%;}
ul.feeds li .pdng ul.icnpnl li span{display:block;font-size: 14px;color: #5d5d5d;font-weight: 500;}
ul.feeds li .pdng ul.icnpnl li i{display:block;width: auto;position: absolute;left: 0px;top: 2px;}
ul.feeds li .pdng ul.icnpnl li i img{display:block;margin: 0;width: 16px;opacity: 0.7;}
ul.feeds li .pdng ul.icnpnl li i svg{display:block;width: 17px;}
ul.feeds li .pdng ul.icnpnl li i svg path{fill:#3e3e3e;}
ul.feeds li .pdng ul.icnpnl li.prce i svg{width: 13px;}
ul.feeds li .pdng ul.icnpnl li.subs i svg{width: 19px;}
ul.feeds li .pdng ul.icnpnl li.subs{padding-left: 25px;}
ul.feeds li .pdng ul.icnpnl li.prce{padding-left: 15px;}

ul.feeds li .pdng .drpPnl .whnCol{display:block;color: #5d5d5d;float: left;}
ul.feeds li .pdng .drpPnl .whnCol span{display:block;font-weight: normal;font-size: 100%;color: #e31e28;}
ul.feeds li .pdng .drpPnl{display:block;margin-bottom: 30px;}
ul.feeds li .pdng .drpPnl .fldWrp{display:block;float: left;width: 36%;}
ul.feeds li .pdng .drpPnl .fldWrp select{display:block;padding: 7px 10px;min-height: initial;height: auto;width: 100%;}
ul.feeds li .pdng .drpPnl .fldWrp label{display:block;color: #5d5d5d;margin-bottom: 2px;}
    
ul.feeds li .EdtDel{display:block;right: 0;bottom: 0;float: right;}
ul.feeds li .EdtDel:after{content:''; display:block; clear:both;}
ul.feeds li .EdtDel a.edit{display:block;margin-right: 18px;}
    ul.feeds li .EdtDel a svg{display:block;width: 19px;}
    ul.feeds li .EdtDel a svg path{fill:#e31e28;}
    ul.feeds li .EdtDel a.edit svg path{fill:#3e3e3ea8;}
ul.feeds li .EdtDel a {
    display: block;
    text-align: center;
    color: #000000;
    float: left;
}

body.hdrNone {
    padding-bottom: 90px;
    padding-top: 0;
}

body.hdrNone footer {
    display: none;
}

body.hdrNone header {
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}

body.hdrNone .headerinfo .topPnl .logo, body.hdrNone .rightPnl .search,.tggleSrch, body.hdrNone .tggleSrch {
    display: none;
}

body.hdrNone .headerinfo .topPnl {
    background: transparent;
    padding: 0;
}
body.pdng.HomePage{display:block;padding-bottom:0px;}
body.HomePage{display:block;}
body.HomePage ul.BottomNav{display:none;}
body.HomePage .headerinfo .topPnl{display:block;background: transparent;position: relative;}
body.HomePage .headerinfo.small .topPnl{background:#ffeced;}
    
header {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
}

.headerinfo .topPnl .logo {
    float: left;
    /* padding: 10px 0px; */
}

.headerinfo .topPnl .logo a {
    display: table-cell;
    vertical-align: middle;
}
.headerinfo .topPnl .logo img.resPnl{display:none;}
.headerinfo .topPnl .logo img {
    width: auto;
    margin: 0px auto;
    display: block;
}

/* My Css */
.ppUp.Brand::-webkit-scrollbar {
    display: none;
}

.ppUp.Brand {
    max-width: 800px;
    margin-left: -400px;
    max-height: 500px;
    overflow-y: scroll;
}

.ppUp.Brand fieldset {
    width: 100%;
    border: 0px;
    PADDING: 30PX 0PX;
}

.ppUp.Brand h1 {
    text-align: center;
}

.ppUp.Brand fieldset h2 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.ppUp.Brand fieldset .fldWrp {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.ppUp.Brand fieldset .fldWrp input {
    width: 100%;
}

.ppUp.Brand fieldset .fldWrp select {
    width: 100%;
}

.ppUp.Brand fieldset .fldWrp textarea {
    width: 100%;
    letter-spacing: initial;
    font-family: arial;
}

.ppUp.Brand fieldset .lft {
    width: 50%;
    padding: 10px 30px;
    border-right: 1px dashed #d4d4d4;
}

.ppUp.Brand fieldset .rgt {
    width: 50%;
    padding: 10px 30px;
}
.contPnl h1.hd{display:block;margin: 0;background: #ffe4e5;padding: 30px 0px;}
.contPnl {
    display: block;
}

.contPnl h1.hd span:after {
    left: 50%;
    margin-left: -20px;
    bottom: -61px;
    top: initial;
    background: url(../images/btm-arw.png) no-repeat center #e31e28;
    width: 40px;
    height: 40px;
}

.contPnl h1.hd span {
    text-align: center;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
}

.contPnl .bgr {
    /* background: #f1f1f138; */
    padding: 30px 0px;
    padding-bottom: 60px;
}

.contPnl h2 {
    text-align: left;
    margin-bottom: 4px;
    line-height: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
}
.contPnl p b{font-weight:500;}
.contPnl p a{text-decoration:underline; color:#000;}
.contPnl p {
    text-align: left;
    line-height: 1.8em;
    color: #616161;
    font-weight: 300;
    margin-bottom: 10px;
}

.blt {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 15px;
    /* margin-top: 20px; */
}

.blt li {
    background: url("../images/tick-mark.png") no-repeat 0px 7px;
    padding-left: 20px;
    color: #767676;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
}

.headerinfo .topPnl ul.navMnu {
    display: flex;
    align-items: center;
    float: left;
    width: auto;
    margin-top: 7px;
    flex-wrap: wrap;
}

.headerinfo .topPnl ul.navMnu:after {
    content: '';
    display: block;
    clear: both;
}

.headerinfo .topPnl ul.navMnu li {
    display: block;
    float: left;
    margin-right: 30px;
    border-right: 1px dashed #afafaf;
    padding-right: 30px;
}

.headerinfo .topPnl ul.navMnu li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: 0.3s ease;
}

.headerinfo .topPnl ul.navMnu li a i {
    font-style: normal;
    font-size: 100%;
}

.headerinfo .topPnl ul.navMnu li a span {
    display: inline-block;
    width: 33px;
    margin-right: 10px;
}

.headerinfo .topPnl ul.navMnu li a span svg {
    display: block;
    width: 100%;
    height: 100%;
}

.headerinfo .topPnl ul.navMnu li:last-child {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.headerinfo .topPnl ul.navMnu li a:hover {
    color: #e31e28;
}

.headerinfo .topPnl ul.navMnu li a:hover span svg image {
    filter: invert(72%) sepia(21%) saturate(935%) hue-rotate(-83deg) brightness(64%) contrast(246%);
}

.rightPnl.prfl {
    width: 41%;
}

.main.dashbord{padding: 60px 0px;margin: 0;}
.main.dashbord .PnlWht h3{margin-bottom: 10px;font-size: 18px;font-weight: bold;}
.main.dashbord .PnlWht ul.blt{margin: 0;display: none;width: -webkit-fill-available;padding: 0px 21px;}
.main.dashbord .PnlWht.tabs{padding:0px;float: left;width: 49%;margin-right: 2%;}
.main.dashbord .PnlWht.tabs a.cta{display:block;padding: 10px 20px;font-size: 21px;font-weight: bold;color: #000;}
.main.dashbord .PnlWht.tabs a.cta:after {content: "";background: url(../images/tab-plus.png) no-repeat 8px 8px #e31e28;width: 31px;height: 31px;float: right;display: block;border-radius: 50%;}
.main.dashbord .PnlWht.tabs .tabsCntc.active a.cta:after {content: "";background: url(../images/tab-minus.png) no-repeat center  #e31e28;width: 31px;height: 31px;float: right;display: block;border-radius: 50%;}

.main.dashbord .vdo{background:#fff;padding: 20px;border: 1px solid #e8e8e8b8;margin-bottom: 20px;box-shadow: 0px 4px 21px #8080801a;padding: 10px 20px;font-size: 21px; font-weight: bold;color: #e31e28;float: left;width: 49%;display: flex;align-items: center;}
.main.dashbord .vdo:before{content:''; display:block;background: url(../images/vdo-icn.png) no-repeat;width: 24px;height: 24px;float: left;margin-right: 11px;}

.main .PnlWht .pdngNw.flds{display:block;}
.main .PnlWht .pdngNw.flds .TbPnl{display:block;margin-bottom: 40px;}
.main .PnlWht .pdngNw.flds .TbPnl ul{display:block;}
.main .PnlWht .pdngNw.flds .TbPnl ul li{display:block;float: left;margin-right: 26px;}
.main .PnlWht .pdngNw.flds .TbPnl ul li:last-child{margin-right:0px;}
.main .PnlWht .pdngNw.flds .TbPnl ul li input{display: none;}
.main .PnlWht .pdngNw.flds .TbPnl ul li label{display:block;border: 1px solid #e1e1e1;padding: 15px 19px;border-radius: 6px;cursor: pointer;}
.main .PnlWht .pdngNw.flds .TbPnl ul li label svg{display:block;width: 25px;float: left;margin-right: 10px;}
.main .PnlWht .pdngNw.flds .TbPnl ul li input[type=radio]:checked + label{display:block;background: #e31e28;color: #fff;border-color: #e31e28;cursor: pointer;}
    .main .PnlWht .pdngNw.flds .TbPnl ul li input[type=radio]:checked + label svg path{fill:#fff;}


.main .PnlWht ul.noti.prvt{display:block;}
.main .PnlWht ul.noti.prvt li{display:block;padding-bottom: 32px;}
.main .PnlWht ul.noti.prvt li span.err{width:100%;pointer-events: none;bottom: 0;position: initial;background: #ffe5e5;position: absolute;top: initial;padding: 5px 10px;}
    
.main .PnlWht ul.noti{display:block;margin-bottom: 20px;}
.main .PnlWht ul.noti li:last-child{border-bottom:0px;}
.main .PnlWht ul.noti li{display:block;padding: 8px 10px;border-bottom: 1px dashed #e1e1e1;padding-right: 90px;position: relative;}
.main .PnlWht ul.noti li span{display: inline-block;float: right;color: #898989;font-size: 11px;position: absolute;right: 0;top: 8px;}
.main .PnlWht .pdngNw{padding:20px;}
.main .PnlWht .pdngNw a.btn{}
.main .PnlWht .pdngNw a.btn.back{margin:0;min-width: 11%;background: #000;padding: 13px 10px;}
.main .PnlWht h1.hd{display:block;padding: 8px 20px;border-bottom: 1px solid #e3e3e3;margin-bottom: 20px;}
.main .PnlWht{background:#fff;padding: 0;border: 1px solid #e8e8e8b8;margin-bottom: 20px;box-shadow: 0px 4px 21px #8080801a;}
.main.dashbord .PnlWht .ImgPnl{display:block;margin-bottom: 25px;width: 50%;float: left;}
.main.dashbord .PnlWht .ImgPnl:after{content:''; display:block; clear:both;}
.main.dashbord .PnlWht .ImgPnl img.prfl{display:block;width: 120px;height: 120px;border-radius: 50%;object-fit: cover;object-position: top;float: left;border: 1px dashed #e5e5e5 !important;}
.main.dashbord .PnlWht .RgtPnl b{display:block;font-size: 20px;font-weight: 300;margin-bottom: 10px;}
.main.dashbord .PnlWht .RgtPnl{float:left;margin-left: 30px;}
.main.dashbord .PnlWht b a{text-decoration:underline;font-size: 14px;color: #e31e28;font-weight: normal;border-radius: 50%;width: 25px;height: 25px;background: #d9d9d9;display: inline-flex;justify-content: center;padding: 5px;margin-left: 20px;}
.main.dashbord .PnlWht b a svg{display:block;width: 11px;}
.main.dashbord .PnlWht b a:last-child{margin-left: 5px;}
.main.dashbord .PnlWht .Link{border: 1px dashed #e31e28;padding: 6px 10px;padding-right: 80px;position: relative;color: #000;}
.main.dashbord .PnlWht .Link a{display:inline-block;background: #e31e28;padding: 7px 11px;position: absolute;right: -1px;top: -1px;color: #fff;}
.main.dashbord .PnlWht .list p{border-bottom: 1px solid #e3e3e3;padding: 10px 20px;}
    .main.dashbord .PnlWht .list p:last-child{border-bottom:0px;}
.main.dashbord .PnlWht .list p b{color: #e31e28;font-weight: bold;font-size: 118%;}
.main.dashbord .PnlWht .Link input{border:0;padding: 0;outline: 0;pointer-events: none;}

.main.dashbord .PnlWht .pnl{display:block;background: #f1f1f1;float: left;/* padding: 20px; */width: 16%;margin-right: 1%;text-align: center;}
.main.dashbord .PnlWht .pnl i{display:block;font-style: normal;padding: 9px 15px;background: #dcdcdc;color: #000;}
.main.dashbord .PnlWht .pnl span{display:block;text-align: left;font-size: 22px;font-weight: bold;color: #000000;padding: 7px 15px;}
.main.dashbord .PnlWht .pnl.mrg0{margin-right:0px;}
.main {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.main .PnlWht ul.kyc{display:block;}
.main .PnlWht ul.kyc li{display:block;border-bottom: 1px solid #00000024;padding-bottom: 40px;margin-bottom: 40px;}
.main .PnlWht ul.kyc li:after{content:''; display:block; clear:both;}
 .main .PnlWht ul.kyc li .fldWrp.chse{margin:0;float: left;}
.main .PnlWht ul.kyc li .btn{display:block;float: left;margin-left: 20px;}
.main .PnlWht ul.kyc li.stats{display:block;border: 0;margin: 0;padding: 0;}
.main .PnlWht ul.kyc li.stats img{display:block;}
    
.main .InstaDsgn{display:block;}
.main .InstaDsgn ul{display:block;}
    .main .InstaDsgn ul:after{content:''; display:block; clear:both;}
    .main .InstaDsgn ul li:nth-child(4n+4){margin-right:0px;}
.main .InstaDsgn ul li{display:block;float: left;width: 23.5%;border: 1px solid #e9e9e9;padding: 20px;margin-right: 2%;margin-bottom: 2%;border-radius: 19px;}
.main .InstaDsgn ul li a{display:block;}
    .main .InstaDsgn ul li a.btn.unflw{background:transparent;border: 1px solid #e31e28;color: #e31e28;cursor: not-allowed !important;}
 .main .InstaDsgn ul li a.btn{display:block;width: -webkit-fill-available;padding: 10px 10px;border: 1px solid;}
    .main .InstaDsgn ul li a.btn.mrg{margin-top:10px;}
.main .InstaDsgn ul li a span{display:block;text-align: center;font-size: 16px;color: #000;font-weight: 500;}
.main .InstaDsgn ul li a img{display:block;height: 100px;width: 100px;object-fit: cover;border-radius: 50%;background: #f1f1f1;border: 1px solid #f5f5f5 !important;margin: 0 auto;margin-bottom: 10px;}
.main .InstaDsgn ul li span.eye{display: flex;align-items: center;width: 100%;justify-content: center;border-top: 1px solid #e9e9e9;margin-top: 10px;padding-top: 10px;margin-bottom: 4px;}
.main .InstaDsgn ul li span.eye svg{display: inline-block;width: 31px;/* height: 29px; */margin-left: -10px;}
    
    .main .artPrfl{display: block;background: #ffefef;padding: 40px 0px;margin-top: 20px;}
    .main .artPrfl a.btn{display:block;display: block;background: transparent;margin-right: 2%;width: fit-content;background-size: cover;border-radius: 20px;padding: 12px 45px;font-size: 14px;font-weight: normal;text-align: center;color: #e31e28;line-height: 1em;margin: 0 auto;border: 1px solid #e31e28;}

.main p.Hglt{display:block;background: #e2e2e2;width: fit-content;padding: 7px 19px;}
.main p.Hglt span{display: inline-block;font-size: 18px;font-weight: bold;}

.main .contact{display:block;/* background: #f1f1f169; *//* padding: 30px 0px; */}
.main .contact .lft{display:block;width: 58%;margin-right: 2%;}
.main .contact .lft h4{display:block;font-size: 22px;margin-bottom: 14px;}
.main .contact .lft fieldset{width:100%;}
.main .contact .lft fieldset .fldWrp{width:100%;margin-right: 0;margin-bottom: 20px;}

.main .contact .rgt{display:block;width: 33%;background: #f1f1f1;padding: 30px 30px;min-height: 364px;}
.main .contact .rgt ul{display:block;}
.main .contact .rgt ul li{display:block;font-size: 15px;font-weight: 300;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px dashed #bfbfbf;line-height: 1.5em;}
.main .contact .rgt ul li a{display:block;font-size: 16px;color: #000;font-weight: 500;}
.main .contact .rgt ul li:last-child{margin-bottom:0px;padding-bottom: 0px;border: 0;}

.main.ChatPnl{display:block;}
.main.ChatPnl .lftPnl{display:block;width: 25%;float: left;}
.main.ChatPnl .lftPnl ul{display:block;}
.main.ChatPnl .lftPnl ul li{display:block;background: transparent;}
.main.ChatPnl .lftPnl ul li a:hover, .main.ChatPnl .lftPnl ul li.active a{background:#f3f6fb; color:#000;}
.main.ChatPnl .lftPnl ul li a{display:block;font-size: 15px;display: flex;align-items: center;padding: 8px 20px;border-radius: 15px;color: #989898;}
.main.ChatPnl .lftPnl ul li a .ImgPnl{display: inline-block;margin-right: 10px;}
.main.ChatPnl .lftPnl ul li a .ImgPnl img{display: inline-block;width: 50px;height: 50px;object-fit: cover;border-radius: 50%;object-position: top;}

.main.ChatPnl .rgtPnl{float:right;background: #f3f6fb;width: 72%;padding: 20px;min-height: 565px;position: relative;}
.main.ChatPnl .rgtPnl ul{display:block;}
.main.ChatPnl .rgtPnl ul li:nth-child(even){flex-direction: row-reverse;}
.main.ChatPnl .rgtPnl ul li:nth-child(even) .ImgPnl{margin-right:0px;margin-left: 10px;float: right;}
.main.ChatPnl .rgtPnl ul li:nth-child(even) .cht{background:#fff;box-shadow: 0px 4px 21px #8080801c;float: right;}
.main.ChatPnl .rgtPnl ul li{display: flex;flex-wrap: wrap;margin-bottom: 33px;}
.main.ChatPnl .rgtPnl ul li:after{content:''; display:block; clear:both;}
.main.ChatPnl .rgtPnl ul li .ImgPnl{display:block;float: left;margin-right: 10px;}
.main.ChatPnl .rgtPnl ul li .ImgPnl img{display:block;width: 50px;height: 50px;border-radius: 50%;object-fit: cover;}
.main.ChatPnl .rgtPnl ul li .cht{display:block;float: left;background: #f4ceee;border-radius: 12px;padding: 10px;width: fit-content;max-width: 83%;position: relative;white-space: break-spaces;}
.main.ChatPnl .rgtPnl ul li .cht a{font-size:100%;color: #000;text-decoration: underline;}
.main.ChatPnl .rgtPnl ul li .cht span{display:block;position: absolute;left: 5px;bottom: -20px;font-size: 11px;color: #797979;}
.main.ChatPnl .rgtPnl .fldWrp{width: 96%;position: absolute;bottom: 19px;left: 2%;background: #fff;box-shadow: -2px 4px 21px #8080801c;padding: 20px;display: flex;border-radius: 9px;}
.main.ChatPnl .rgtPnl .fldWrp input{width: -webkit-fill-available;border-radius: 7px;border: 1px solid #dadada;}
.main.ChatPnl .rgtPnl .fldWrp input.BtSub{width: auto;border: 0;background: url(../images/send.png) no-repeat #e31e28;color: #fff;border-radius: 7px;font-size: 14px;margin-left: 16px;font-weight: bold;background-position: 87% center;padding-right: 27px;background-size: 13px;cursor: pointer;}

ul.brand{display:block;}
ul.brand li{display:block;/* padding: 16px; */background: #fff;box-shadow: 0px 4px 21px #80808030;padding: 20px 20px;line-height: 1.5em;margin-bottom: 20px;color: #404040;}
ul.brand li .pnl{display:block;border-bottom: 1px dashed #d2d2d2;padding-bottom: 10px;margin-bottom: 10px;}
ul.brand li .pnl p{display:block;display: inline-block;margin-right: 10px;padding-right: 10px;border-right: 1px dashed #d2d2d2;color: #404040;}
ul.brand li .pnl p b{display: inline-block;font-weight: bold;font-size: 100%;color: #404040;}
ul.brand li .pnl p:last-child{margin-right:0px; border:0; padding-right:0px;}

.main ul.Noti{display:block;}
.main ul.Noti li:last-child{border-bottom:0px;}
.main ul.Noti li{display:block;width: 100%;border-bottom: 1px solid #e6e6e6;padding: 10px 0px;}
.main ul.Noti li a{display: flex;align-items: center;width: -webkit-fill-available;position: relative;padding-right: 48px;}
.main ul.Noti li a:after{content:''; display:block; clear:both;}
.main ul.Noti li a .ImgPnl{display:block;width: auto;float: left;margin-right: 2%;}
.main ul.Noti li a .ImgPnl img{display:block;width: 70px;height: 70px;object-fit: cover;border-radius: 50%;}
.main ul.Noti li a b{display: inline-block;font-weight: bold;}
.main ul.Noti li a b span{display: inline-block;font-weight: bold;}
.main ul.Noti li a p{float:left;font-weight: normal;line-height: normal;}
.main ul.Noti li a i{display:block;font-size: 12px;color: #8e8e8e;font-style: normal;}
.main ul.Noti li a span.active{display:block;background: #e31e284f;padding: 1px 10px;border-radius: 11px;text-align: center;color: #000;font-size: 11px;position: absolute;right: 0;}

.main ul.ListPnl{display:block;}
.main ul.ListPnl li:last-child{margin-bottom:0px;}
    .main ul.ListPnl li:after{content:''; display:block; clear:both;}
.main ul.ListPnl li{align-items: center;border: 1px solid #c9c9c9;padding: 10px 10px;position: relative;padding-left: 62px;width: 100%;border-radius: 2px;margin-bottom: 20px;}
.main ul.ListPnl li a.del{display: inline-block;text-align: center;text-indent: -1000000px;color: #000000;background: url(../images/bg-dlt.png) no-repeat center center red;width: 30px;height: 30px;margin-left: 9px;}
.main ul.ListPnl li b{display:inline-block;font-size: 14px;font-weight: bold;margin: 0;}
.main ul.ListPnl li .pnl{display: block;font-size: 14px;float: left;width: 90%;z-index: 9;}
.main ul.ListPnl li .pnl div{font-size: 20px;font-weight: 300;color: #7e7e7e;}
.main ul.ListPnl li .edtDl{display:block;float: right;height: 100%;margin-top: 17px;z-index: 9;position: relative;}
.main ul.ListPnl li .edtDl a{display:inline-block;margin-right: 10px;}
.main ul.ListPnl li .edtDl a path{fill:#898989;}
.main ul.ListPnl li .edtDl a.dlt path{fill:#e31e28;}
.main ul.ListPnl li .edtDl a svg{display:inline-block;width: 16px;}
.main ul.ListPnl li .edtDl a:last-child{margin-right:0px;}
.main ul.ListPnl li .sts{position:absolute;width: 100%;height: 100%;pointer-events: none;border: 1px solid red;left: 0;top: 0;text-align: right;font-size: 12px;z-index: 0;background: #ff020226;}
.main ul.ListPnl li .sts.Pending{background: #f9da0036;border-color: #f9da00;color: #000000 !important;}
    
.main ul.ListPnl li .eye{display: flex;align-items: center;background: #f4f4f4;float: left;padding: 9px 15px;height: 100%;position: absolute;left: 0;top: 0;justify-content: center;}
.main ul.ListPnl li .eye input{display:block;-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;background: #000;border: 0;background: url(../images/pwd-hide.png);width: 16px;height: 16px;cursor: pointer;}
.main ul.ListPnl li .eye input[type=checkbox]:checked{fill:#fff;background: url(../images/pwd-show.png);}
    
.main h2 {
    font-size: 19px;
    text-align: left;
    width: 100%;
    
    
    
    color: #000;
    margin-bottom: 12px;
}

.main fieldset.updteCol{display:block;}
.main fieldset.updteCol .fldWrp{/* display:block; *//* float: right; *//* margin-right: 0; */}
.main fieldset.updteCol .fldWrp.ImgPnl{display:block;float: left;line-height: 0;padding: 0;}
.main fieldset.updteCol .fldWrp.ImgPnl .ChoseFile{display:block;background: url(../images/icn-prfl.jpg) center no-repeat #e31e28;cursor: pointer;}
.main fieldset.updteCol .fldWrp.ImgPnl .ChoseFile input{border:0;background: url(../images/icn-prfl.jpg) center no-repeat #e31e28;appearance: none;-moz-appearance: none;-webkit-appearance: none;opacity: 0;cursor: pointer;}
.main fieldset.updteCol .fldWrp.ImgPnl img{width:100%;max-height: 500px;object-fit: cover;object-position: top;line-height: 0;}
.main fieldset {
    width: 100%;
    margin-bottom: 0;
}
 .main fieldset .imgUpld .error{bottom:0;}
.main fieldset .fldPnl{display:block;float: left;width: 66%;}
.main fieldset .imgUpld{display:block;float: right;width: 29.2%;border-left: 1px solid #e5e5e5;padding-left: 4%;margin-left: 4%;}
.main fieldset .imgUpld .Vdo{display:block;width: 100%;}
.main fieldset .imgUpld .Vdo input{display:block;width: -webkit-fill-available;}
    
.main fieldset .fldWrp.chse{display:block;border: 1px dashed #cacaca;margin: 0 auto;position: relative;min-height: 282px;display: flex;align-items: center;justify-content: center;background: #fff;float: none;width: 100%;border: 1px solid #000000;box-shadow: none;border-radius: 7px;padding: 0 0px;overflow: hidden;max-width: 280px;}
.main fieldset .fldWrp.chse input{display:block;display: block;position: absolute;width: 100%;padding: 0;border: 0;background: transparent;text-indent: -999px;cursor: pointer;width: 100%;height: 100%;top: 0;object-fit: cover;background-size: contain;}
.main fieldset .fldWrp.chse img{display:block;margin: 0 auto;object-fit: contain;}

.main fieldset .fldWrp.full{width:100%;margin-right: 0;}
.main fieldset .fldWrp textarea{width:100%;letter-spacing: initial;border: 0;padding: 0;font-size: 18px;font-weight: 300;color: #9d9d9d;line-height: normal;}
.main fieldset .fldWrp.mrg0{margin-right:0px;}
    .main fieldset .fldWrp.tick{box-shadow:none;}
    .main fieldset .fldWrp.bt{display:block;padding: 0;box-shadow: none;min-height: initial;margin: 0;width: 100%;margin-top: 20px;}
    .main fieldset .fldWrp.or{display:block;border: 0;box-shadow: none;padding: 0;min-height: initial;}
    .main fieldset .fldWrp.or span{display:block;color: #e31e28;display: flex;align-items: center;font-size: 18px;}
    .main fieldset .fldWrp.or span:after{content:''; width: 30px;height: 1px;background: #e31e28;display: inline-block;margin-left: 6px;}
    .main fieldset .fldWrp.or span:before{content:''; width: 30px;height: 1px;background: #e31e28;display: inline-block;margin-right: 6px;}
.main fieldset .fldWrp {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    position: relative;
box-shadow: rgb(0 0 0 / 0%) 0px 1px 0px, rgb(203 203 203) 0px 0px 0px 1px;padding: 10px 10px;min-height: 67px;display: flex;flex-wrap: wrap;align-items: center;}
.main fieldset .fldWrp .ajax__calendar{z-index:9999;left: 0 !important;}
.main fieldset .fldWrp .fl{width:100%;}
.main fieldset .fldWrp label {
    display: block;
    font-size: 13px;
    
font-weight: 600;color: #000;}
.main fieldset .fldWrp input.btn{width:fit-content;margin: 0;padding: 14px 45px;font-size: 14px;color: #fff;display: inline-block;}
    .main fieldset .fldWrp a.btn{display:inline-block;margin-left: 10px;}
.main fieldset .fldWrp input {
    width: 100%;
    display: block;
border: 0;padding: 0;color: #9d9d9d;font-size: 18px;font-weight: 300;}
select{-webkit-border-radius: 0px;min-height: 40px;}
.main fieldset .fldWrp select {
    width: 100%;
    padding: 10px 10px;
border: 0;padding: 0;height: initial;min-height: initial;font-size: 18px;font-weight: 300;margin-left: -4px;color: #9d9d9d;}

.main fieldset .fldWrp.trP {
    width: 100%;
    margin-right: 0;
}

.main fieldset .fldWrp ul {
    display: block;
width: 100%;}
.main fieldset .fldWrp ul li input{width:auto;margin-right: 3px;}
.main fieldset .fldWrp ul li {
    /* display: flex; */
    align-items: center;
    float: left;
    margin-right: 20px;
    /* width: 22%; */
}

.main fieldset .fldWrp.chkBx ul li {
    float: left;
    margin-right:2%;
    width: 18%;
}
.main fieldset .fldWrp.chkBx ul li input{
   width:20px; float:left; margin-top:4px; 
}

.main fieldset .fldWrp.tick ul li input {
    display: block;
    width: auto;
    float: left;
    display: none;
}
.main fieldset .fldWrp.tick ul li label:before{content:'';display:block;width: 25px;height: 25px;left: 0;border-radius: 50%;display: inline-block;margin-right: 5px;border: 1px solid #ababab;}
.main fieldset .fldWrp.tick ul li label:after{content:'';display:block;top: 6px;position: absolute;width: 13px;height: 13px;background-size: 100%;left: 6px;}
.main fieldset .fldWrp.tick ul li input[type=radio]:hover +  label:before, .main fieldset .fldWrp.tick ul li input[type=radio]:checked + label:before{border-color: #e31e28;}
.main fieldset .fldWrp.tick ul li input[type=radio]:checked + label:after{background: #e31e28;border-radius: 50%;}
.main fieldset .fldWrp.tick ul li input[type=radio]:hover +  label, .main fieldset .fldWrp.tick ul li input[type=radio]:checked + label{transition: 0.3s ease;cursor: pointer;color: #e31e28;}
input{-webkit-appearance: none;-webkit-border-radius: 0px;}
    .main fieldset .fldWrp.tick ul li label:hover{color:#e31e28;}
.main fieldset .fldWrp.tick ul li label {
    display: block;
    width: auto;
    float: left;
    line-height: normal;
    margin: 0;
    margin-left: 5px;
    
    
    position: relative;
    overflow: hidden;
    
    display: flex;
    align-items: center;
    
    transition: 0.3s ease;
text-transform: uppercase;font-weight: 400;font-size: 15px;color: #b3b3b3;}

.main .crdts{display:block;}
.main .crdts .slctInpt{background: #e31e28;display: flex;align-items: center;padding: 7px 7px;border-radius: 5px;width: fit-content;margin-top: 10px;}
.main .crdts .slctInpt input{display: inline-block;width: 20px;height: 20px;margin-right: 8px;border: 0;outline: 0;cursor: pointer;display: none;}
.main .crdts .slctInpt label{display: flex;font-size: 14px;color: #fff;cursor: pointer;position: relative;align-items: center;}

.main .crdts .slctInpt input[type=checkbox]:hover +  label, .main .crdts .slctInpt input[type=checkbox]:checked + label{transition: 0.3s ease;cursor: pointer;/* color: #e31e28; */}
.main .crdts .slctInpt input[type=checkbox]:hover +  label:before, .main fieldset .fldWrp.tick ul li input[type=radio]:checked + label:before{}
.main .crdts .slctInpt input[type=checkbox]:checked + label:after{background: url(../images/tick-2.png) no-repeat center;background-size: 100%;}
.main .crdts .slctInpt label:before{content:'';display:block;width: 25px;height: 25px;left: 0;border-radius: 6px;display: inline-block;margin-right: 5px;border: 1px solid #ffffff;overflow: hidden;background: #fff;}
.main .crdts .slctInpt label:after{content:'';display:block;top: 3px;position: absolute;width: 19px;height: 19px;background-size: 100%;left: 2px;}
.main .crdts .slctInpt input[type=checkbox]:hover +  label:before, .main .crdts .slctInpt input[type=checkbox]:checked + label:before{background: #fff;}
    
.main .crdts h1 {font-size: 22px;color: #e31e28;font-weight: 400;margin-bottom: 0;margin-top: 0;}
.main .crdts .blalance{display:block;background: #0a0710;padding: 20px 30px;border-radius: 10px;display: flex;align-items: center;margin-bottom: 30px;}
.main .crdts .blalance img{display:block;float: left;max-width: 98px;}
.main .crdts .blalance h4{display:block;color: #fff;float: left;font-size: 43px;font-weight: 700;line-height: 1em;margin-left: 20px;color: #e31e28;}
.main .crdts .blalance h4 span{display:block;font-size: 13px;line-height: normal;color: #fff;}
.main .crdts .blalance h4 span.sp2{display:block;font-size: 100%;font-weight: 700;color: #e31e28;line-height: 100%;}
.main .crdts ul{display:block;margin-bottom: 30px;margin-top: 30px;}
.main .crdts ul li:hover a h3{color:#fff;}
.main .crdts ul li:hover a h3 span{color:#fff;}
.main .crdts ul li:hover a h5{color:#fff; border-color:#ff88c5;}
.main .crdts ul li:hover a h5 .rs svg path{fill:#fff;}
.main .crdts ul li:hover{background: rgb(227 30 40);background: linear-gradient(0deg, rgb(253 110 255) 0%, rgb(227 30 40) 100%);transition: 0.3s ease;}
.main .crdts ul li{display:block;background: #f1f1f1;float: left;width: 18.2%;position: relative;border-radius: 14px;overflow: hidden;margin-right: 2%;margin-bottom: 2%;transition: 0.3s ease;}
.main .crdts ul li:nth-child(5n+5){margin-right:0px;}
.main .crdts ul li:before{content:'';display:block;width: 70px;height: 70px;border-radius: 50%;background: #fff;position: absolute;right: -50px;top: 50%;margin-top: -35px;}
.main .crdts ul li:after{content:'';display:block;width: 70px;height: 70px;border-radius: 50%;background: #fff;position: absolute;left: -50px;top: 50%;margin-top: -35px;}
.main .crdts ul li a{display:block;padding: 10px;}
    .main .crdts ul li a h5 span{font-size:100%;font-weight: 700;}
.main .crdts ul li a h5{display:block;font-size: 29px;text-align: center;font-weight: 700;color: #000;line-height: 1em;border-top: 1px solid #dfdfdf;padding-top: 15px;margin-top: 10px;}
.main .crdts ul li a h5 .rs{display: inline-block;width: 23px;margin-right: 0px;}
.main .crdts ul li a h5 .rs svg{display: block;}
.main .crdts ul li a .flx{display:flex;justify-content: center;padding-top: 13px;}
.main .crdts ul li a .flx:before{content:'';display:block;background: url(../images/credits/small.png);width: 52px;height: 51px;background-size: 100%;margin-right: 8px;background-repeat: no-repeat !important;}
.main .crdts ul li.c250 a .flx:before{background: url(../images/credits/small-medium.png);background-size: 100%;}
.main .crdts ul li.c500 a .flx:before{background: url(../images/credits/small-large.png);background-size: 100%;}
.main .crdts ul li.c1000 a .flx:before{background: url(../images/credits/medium.png);background-size: 93%;}
.main .crdts ul li.c2500 a .flx:before{background: url(../images/credits/2500.png);background-size: 100%;}
.main .crdts ul li.c5000 a .flx:before{background: url(../images/credits/medium-large.png);background-size: 111%;}
.main .crdts ul li.c10000 a .flx:before{background: url(../images/credits/9500.png);background-size: 103%;}
.main .crdts ul li.c25000 a .flx:before{background: url(../images/credits/25000.png);background-size: 100%;}
.main .crdts ul li.c50000 a .flx:before{background: url(../images/credits/large.png) center;background-size: 108%;}
.main .crdts ul li.c100000 a .flx:before{background: url(../images/credits/largest.png);background-size: 100%;}

.main .crdts ul li a .imgPnl{display:block;float: left;width: 24%;margin-right: 4%;}
.main .crdts ul li.lrgeIcn a .imgPnl{width: 32%;}
.main .crdts ul li a .imgPnl img{display:block;width:100%;}
.main .crdts ul li a h3{display:block;float: left;font-size: 31px;font-weight: bold;line-height: 1em;}
.main .crdts ul li a h3 span{display:block;font-size: 15px;line-height: normal;font-weight: 300;color: #000;}

.main fieldset.credit {
    display: block;
    margin-bottom: 50px;
    background: #e31e280a;
    padding: 32px 30px;
    padding-bottom: 50px;
}

.main fieldset.credit input.btn {
    display: block;
    margin: 0;
}

.main fieldset.credit h3 {
    font-size: 22px;
    color: #e31e28;
}

.main fieldset.credit ul {
    display: block;
    margin-top: 20px;
}

.main fieldset.credit ul:after {
    content: '';
    display: block;
    clear: both;
}

.main fieldset.credit ul li:nth-child(2n+2) {
    margin-right: 0px;
}

.main fieldset.credit ul li {
    display: block;
    background: #000;
    position: relative;
    border: 1px solid #000;
    overflow: hidden;
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
    border-radius: 20px;
}

.main fieldset.credit ul li label {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    padding: 10px 53px;
    color: #fff;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 10px;
}

.main fieldset.credit ul li input {
    display: block;
    position: initial;
    width: auto !important;
    height: auto;
    display: none;
}

.main fieldset.credit ul li label:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: -7px;
    left: -10px;
}

.main fieldset.credit ul li input[type=radio]:hover + label:before, .main fieldset.credit ul li input[type=radio]:checked + label:before {
    background: #e31e28;
}

.tblBds {
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #e8e8e8;
    float: left;
    border: 1px dashed #e8e8e8;
    padding: 0px 0;
    margin: 10px auto;
}

.tblBds th {
    text-align: center;
    /* width: 31%; */
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #040404;
}
.tblBds tr:nth-child(odd){background: #f9f9f9;}
.tblBds tr {
    border-bottom: 1px dashed #e8e8e8;
}

.tblBds tr.paging{width:100%;border: none;margin-right: 0px;margin-top: 18px;background: transparent !important;}
.tblBds tr.paging tr{border:none;float: left;display: block;width: 100%;margin: 0px;background: transparent;}
.tblBds tr.paging table{width:100%;display: flex;justify-content: center;align-items: center;}
.tblBds tr.paging tr td{float:left;width: 25px;margin-right: 10px !important;margin-bottom: 10px;margin-top: 10px;}
.tblBds tr.paging tr td span{color: #ffffff;background: #e31e28;display: block;border-radius: 4px;width: 100%;padding: 4.5px 2px;text-align: center;line-height: normal;}
.tblBds tr.paging tr td a{color: #636363;text-align: center;display: block;padding: 5px 2px;line-height: normal;}
.tblBds tr.paging tr td a:hover{color: #ffffff;background: #000000;display: block;border-radius: 4px;width: 100%;}



.tblBds td {
    text-align: center;
    padding: 9px 0px;
    font-size: 13px;
}
.tblBds td.hd img{max-width:50px;}
.tblBds td.hd.big{white-space:pre;}
.tblBds td.hd {
    text-align: center;
    padding: 10px;
}
.tblBds td.hd a.btn{display:block;font-size: 12px;padding: 8px 10px;line-height: 1.2em;}
.tblBds td.hd .hgt {
    color: green;
    padding: 0;
    text-align: center;
    font-weight: 700;
}

.tblBds td.hd .uh {
    color: #de6b1e;
}

.tblBds td.hd .nt {
    color: #a2a2a2;
}

.main .prflImg .cover {
    display: block;
    width: 100%;
    position: relative;
}

.main .prflImg .cover .rgtpnl {
    position: absolute;
    height: auto;
    margin: 0;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

.main .prflImg .cover .imgWrp {
    width: 100%;
    float: none;
    height: 330px;
}

.main .prflImg .cover .rgtpnl .AFU {
    background: url(../images/icn-cover.png) no-repeat center #fff;
    width: 180px;
    background-size: contain;
    height: 38px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    background-size: 173px;
    box-shadow: 0px 4px 21px #8080802e;
}

.main .prflImg .prImg {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -130px;
}

.main .prflImg .prImg .rgtpnl {
    position: absolute;
    height: auto;
    margin: 0;
    left: 0;
    bottom: -10px;
    z-index: 9;
    margin-left: 170px;
    cursor: pointer;
}

.main .prflImg .prImg .imgWrp {
    width: 200px;
    float: none;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    /* margin: 0 auto; */
    margin-left: 40px;
}

.main .prflImg .prImg .rgtpnl .AFU {
    background: url(../images/profile-icon.png) no-repeat center #e31e28;
    width: 40px;
    background-size: contain;
    height: 39px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    border-radius: 50%;
    background-size: 21px;
}

.main .prflImg {
    margin-bottom: 40px;
}

.main .prflImg h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 16px;
}

.main .prflImg .imgWrp {
    height: 160px;
    width: 160px;
    border: 1px solid #e0e0e0;
    float: left;
}

.main .prflImg .imgWrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .prflImg .imgWrp .ldrImg {
    object-fit:none;
}

.main .prflImg .rgtpnl {
    float: left;
    margin-left: 2%;
    display: table;
    height: 160px;
}

.main .prflImg .rgtpnl div.mdl {
    display: table-cell;
    vertical-align: middle;
}

.main .prflImg .rgtpnl .AFU {
    background: url(../images/icn-prfl.jpg) no-repeat center;
    width: auto;
    height: 35px;
    display: block;
    background-color: #e31e28;
    border-radius: 4px;
    padding: 20px 0px;
}

.main .prflImg .rgtpnl .AFU div {
    background: none!important;
    width: 100%!important;
    height: 100%!important;
    cursor: pointer;
    margin-top: 0!important;
}

.main .prflImg .rgtpnl .AFU input {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.main .prflImg .rgtpnl .AFU input[type="text"] {
    margin-top: 25px;
    display: none;
    width: 100%!important;
}

.main .prflImg .rgtpnl h2 {
    background: transparent;
    padding: 0;
}

ul.chat{display:block;}
ul.chat:after{content:''; display:block; clear:both;}
ul.chat li{display:block;float: left;width: 30%;background: #fff;box-shadow: 0px 4px 21px #8080806b;margin-right: 2%;padding: 10px;}
ul.chat li .ImgPnl{display:block;float: left;width: 25%;}
ul.chat li .ImgPnl img{width:100%;display:block;max-height: 108px;object-fit: cover;}
ul.chat li .Txtpnl{display:block;float: left;width: 72%;margin-left: 3%;}
ul.chat li .Txtpnl h3{font-weight:bold;margin-bottom: 5px;}
ul.chat li .Txtpnl h3 span{display:block;font-weight: bold;font-size: 100%;}

.loginForm .flxi {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
}

.loginForm .rgt fieldset.frgt h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 0;
}

.loginForm .rgt fieldset.frgt p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.loginForm .lft {
    display: block;
}

.loginForm .lft {
    width: 46%;
    line-height: 0;
    background: #e6efff;
    display: none;
}

.loginForm .lft img {
    width: 100%;
}

.loginForm .rgt {
    position: relative;
    max-width: 330px;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0px;
    padding-bottom: 54px;
}
.loginForm .rgt .logoImg{max-width: 180px;display: block;margin: 0px auto;margin-bottom: 44px;}
.loginForm .rgt h1{display:block;font-size: 23px;font-weight: 900;line-height: normal;margin-bottom: 18px;}
.loginForm .rgt h1 span{display:block;color: #888888;line-height: normal;font-weight: 300;}
.loginForm  a.art{display:block;position: absolute;bottom: 0;background: #ffdfe2;width: 100%;text-align: center;padding: 7px 0px;}
.loginForm .rgt fieldset {
    width: 100%;
    float: none;
}
.loginForm .rgt fieldset .fldWrp.mrgspc{margin-bottom:20px;}
.loginForm .rgt fieldset .fldWrp {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
    .loginForm .rgt fieldset .fldWrp i.clndr{position:absolute;left: initial;right: 11px;top: 12px;pointer-events: none;}
.loginForm .rgt fieldset .fldWrp i{display:block;width: 20px;position: absolute;left: 14px;top: 14px;}
.loginForm .rgt fieldset .fldWrp i img{display:block;}
.loginForm .rgt fieldset .fldWrp i.pwd{width: 18px;top: 10px;left: 15px;}

.loginForm .rgt fieldset .fldWrp.trm {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.loginForm .rgt fieldset .fldWrp:after {
    content: '';
    display: block;
    clear: both;
}
.loginForm .rgt fieldset .fldWrp a{display:block;font-size: 13px;color: #949494;font-weight: 300;text-decoration: underline;margin-top: 12px;}
    
.loginForm .rgt fieldset .fldWrp .psw{display:block;position: absolute;top: 15px;right: 10px;opacity: 0.7;}
.loginForm .rgt fieldset .fldWrp .psw input{display:block;border: 0;width: 15px;appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url(../images/pwd-hide.png);background-size: 100% !important;padding: 0;height: 13px;cursor: pointer;}
.loginForm .rgt fieldset .fldWrp .psw input[type=checkbox]:checked{background: url(../images/pwd-show.png);}
.loginForm .rgt fieldset .fldWrp .psw label{display:block;}
    
.loginForm .rgt fieldset .fldWrp input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ededed;
    font-size: 14px;
    font-weight: 300;
    padding-left: 45px;
}
.loginForm .rgt fieldset .fldWrp select {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ededed;
    font-size: 14px;
    font-weight: 300;
}

.loginForm .rgt fieldset .fldWrp input.btn {
    display: block;
    text-transform: uppercase;
    padding: 13px 20px;
    background: url(../images/btn-gredient.jpg);
    background-size: cover;
    box-shadow: initial !important;
    width: 100%;
    float: left;
    background-color: #9d3d93;
}

.loginForm .rgt fieldset .fldWrp input:focus {
 border-color: #eb5c64;
}
.loginForm .rgt fieldset .fldWrp .lgnBtn {float:right;margin-top: 10px;text-transform: uppercase;font-weight: bold;color: #e31e28;font-size: 16px;}
.loginForm .rgt fieldset .fldWrp .lgnBtn:hover{color:#000;}
.loginForm .rgt fieldset .fldWrp input.btn:focus {
    box-shadow: none;
    background: #000;
    border: 0px;
}

.loginForm .rgt fieldset .frgt a {
    display: block;
    font-size: 13px;
    color: #949494;
    font-weight: 300;
    text-decoration: underline;
    text-align: center;
}

.artreg {margin-top: 70px;}
.loginForm.artreg .flxi{background: #fff;align-items: center;justify-content: center;background: #f1f1f133;display: flex;}
.loginForm.artreg .flxi .lft{width: 35%;display: block;}
.loginForm.artreg .flxi .rgt{width: 65%;background: transparent;float: right;max-width: initial;padding: 30px;}
.loginForm.artreg .flxi .rgt .thankYou{display:block;padding: 10px;}
.loginForm.artreg .flxi .rgt .thankYou svg{display:block;max-width: 55px;background: #188f45;border-radius: 50%;padding: 10px;margin: 0 auto;}
.loginForm.artreg .flxi .rgt .thankYou svg path{fill: #ffffff;stroke-width: 1px;stroke: #fff;}
.loginForm.artreg .flxi .rgt .thankYou h2{background:none;padding: 0;text-align: center;font-size: 1.7em;margin-bottom: 3px;margin-top: 11px;}
.loginForm.artreg .flxi .rgt .thankYou p{text-align:center;color: #8f8f8f;}

.loginForm.artreg{}
.loginForm.artreg .rgt .stp{display:block;background: #a1a1a142;float: right;padding: 6px 16px;border-radius: 20px;line-height: normal;position: relative;margin-top: -53px;}
.loginForm.artreg .rgt .stp span{display: inline-block;color: #000;font-size: 13px;padding: 0px 2px;}
.loginForm.artreg .rgt fieldset{margin:0px;margin-top: 20px;}
.loginForm.artreg .rgt fieldset .fldWrp input.btn{padding: 13px 50px;width: fit-content;}
.loginForm.artreg .rgt fieldset .fldWrp input.btn:nth-child(2){margin-left:10px;}
.loginForm.artreg .rgt fieldset .fldWrp.mrg0{margin-right:0px;}
.loginForm.artreg .rgt fieldset .fldWrp.fl{width:100%; margin-right:0px;}
.loginForm.artreg .rgt fieldset .fldWrp {
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
box-shadow: none;display: block;min-height: initial;margin-bottom: 22px;padding: 0;}
.loginForm.artreg .rgt fieldset .fldWrp.trm {width:96%;margin-bottom: 20px;}
.loginForm.artreg .rgt fieldset .fldWrp input,.loginForm.artreg .rgt fieldset .fldWrp select{border:1px solid #e2e2e2;padding: 10px 10px;margin: 0;}
.loginForm.artreg .rgt fieldset .fldWrp.mob .isd{position:absolute;top: 13px;left:10px;}
.loginForm.artreg .rgt fieldset .fldWrp.mob input{border:1px solid #e2e2e2;text-indent: 40px;}
.loginForm.artreg .rgt fieldset .fldWrp input:focus {    border-left: 2px solid #000000;
}
.loginForm.artreg .rgt fieldset .fldWrp.chkBx{width: 100%;margin-right: 0;}
.loginForm.artreg .rgt fieldset .fldWrp.chkBx li{width:30%;margin-bottom: 6px;}
.loginForm.artreg .rgt fieldset .fldWrp.chkBx input{height: 20px;font-size: 10px;padding: 0px;margin-top: 0px;margin-right: 9px;border-radius: 13px;box-shadow: none !important;outline: 0;}
.loginForm.artreg .rgt fieldset .fldWrp.chkBx input:checked{background:#e31e28;}


body .ajax__calendar_container {padding:4px;cursor:default;width: 100%;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
body .ajax__calendar_body {height:139px;width: 100%;position:relative;overflow:hidden;margin:auto;}
body .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height: 100%;width: 100%;position: absolute;text-align:center;margin:auto;}
body .ajax__calendar_container TABLE {padding:0px;margin:0px;font-size:11px; width:100%;}
body .ajax__calendar_container TD {padding:0px;margin:0px;font-size: 11px;text-align: center;color: #000;min-height: 23px;}
body .ajax__calendar_header {/* height:20px; */width:100%;}
body .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(WebResource.axd?d=Gsp4k8ioecw21pozASxYbrAM44j6wxajkTn_X4_3QtMMjphBdVKh86cehMsDxvDZXgd63sgTT7oUZ4IKEhz4S2wPqNnLwXmXMJzvljDRjcwXoekzw0W1CEXINoCn1OSr09EGTDOy8DZn5pqLHKn32A2&t=636909487473123983);}
body .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(WebResource.axd?d=Gqwh0mzpRseh5sDLK01IM-OYRZgQytnubX8BwjugP-Q5O4WPmHJZk3ZjmZ5WO9r80zmpfBgUGsaP71fEQOm7oqXvm6eREUWgVqBFJAtKvthUu18yxz9-kF79RYn3kGnogj3K-6JEXvjP5aVHqFvyoA2&t=636909487473123983);}
body .ajax__calendar_title {cursor:pointer;font-weight:bold; margin-left:15px; margin-right:15px;}
body .ajax__calendar_footer {height: auto;}
body .ajax__calendar_today {cursor:pointer;padding-top:3px;}
body .ajax__calendar_dayname {height: auto;width: 100%;text-align: center;/* padding:0 2px; */}
body .ajax__calendar_day {height: auto;width: 100%;text-align: center;padding:0 2px;cursor:pointer;}
body .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
body .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

body .ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
body .ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
body .ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
body .ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;display: block;min-height: 23px;}
body .ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
body .ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

body .ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#e31e28;border-color:#e31e28;color:#ffffff;}
body .ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#e31e28;border-color:#e31e28;color:#ffffff;}
body .ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#e31e28;border-color:#e31e28;color:#ffffff;}

body .ajax__calendar .ajax__calendar_today .ajax__calendar_day {border-color:#e31e28;}
body .ajax__calendar .ajax__calendar_today .ajax__calendar_month {border-color:#e31e28;}
body .ajax__calendar .ajax__calendar_today .ajax__calendar_year {border-color:#e31e28;}

body .ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
body .ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

body .ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#e31e28;border-color:#e31e28;color:#fff;}
body .ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#e31e28;border-color:#e31e28;color:#fff;}
body .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#e31e28;border-color:#e31e28;color:#fff;}

body .ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#e31e28;}
body .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#e31e28;}

/* styles for invalid dates as defined by startDate and endDate*/
body .ajax__calendar .ajax__calendar_invalid .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff; color:#646464; text-decoration:line-through; cursor:default;}
body .ajax__calendar .ajax__calendar_invalid .ajax__calendar_month {background-color:#ffffff;border-color:#ffffff; color:#646464; text-decoration:line-through; cursor:default;}
body .ajax__calendar .ajax__calendar_invalid .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff; color:#646464; text-decoration:line-through; cursor:default;}
body .ajax__calendar .ajax__calendar_invalid .ajax__calendar_today  {visibility:hidden; cursor:default;}


footer .wrap{display:flex;justify-content: center;}

footer {
    display: block;
    background: #fff;
    position: relative;
    padding-top: 10px;
}

footer a.logo {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -203px;
    top: 0;
    display: none;
}
footer ul.rgt{margin-right:0px;}
footer ul {
    float: left;
    margin-right: 47px;
}

footer ul:after {
    content: '';
    display: block;
    clear: both;
}

footer ul li {
    display: block;
    float: left;
    margin-right: 48px;
}

footer ul li:last-child {
    margin-right: 0px;
}

footer ul li a {
    display: block;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

footer ul li a img {
    margin-left: 10px;
}

footer p.btm {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
    padding: 8px;
    margin-top: 12px;
    border-top: 1px solid #e0e0e078;
}

footer ul li a:after {
    content: '';
    display: block;
    background: #060606;
    height: 1px;
    position: absolute;
    width: 0;
    left: -1px;
    bottom: -1px;
    transition: 0.3s ease;
}

footer ul a:hover:after {
    content: '';
    display: block;
    width: 100%;
}
.profile.gold{display:block;position: relative;}
.profile.gold:before{content:'';display:block;background: url(../images/gold.png) no-repeat;width: 111px;height: 122px;background-size: cover;position: absolute;z-index: 99;right: 18%;top: 240px;}
.profile.gold:after{content:'';display:block;background: #feeab64d;width: 100%;height: 230px;position: absolute;z-index: -1;right: 0;top: 240px;}
.profile:after{content:'';z-index: -1;}


.profile {
    width: 100%;
}
.profile .cover:before{
      content:'';
      display:block;
      width:100%;
      height:100%;
      background: url(../images/cover-grd.png) no-repeat top center;
      background-size: 100% 0100%;
      }
.profile .cover {
    width: 100%;
    background: url(../images/cover.jpg) top center no-repeat;
    height: 296px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    object-position: top;
}

.profile .prfl {
    display: block;
    position: relative;
    width: 100%;
}

.profile .prfl .primg {
    width: 100%;
    max-width: 190px;
    margin: 0;
    border-radius: 50%;
    height: 190px;
    position: relative;
    float: left;
    margin-top: -95px;
    border: 3px solid #fff;
    margin-right: 23px;
}

.profile .prfl .primg img {
    width: 100%;
    line-height: 0;
    border-radius: 50%;
    object-fit: cover;
    z-index: 2;
    position: relative;
    border: 5px solid #fff;
    height: 100%;
    object-position: top;
}

.profile .prfl h2 {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4em;
    float: left;
    width: auto;
}

.profile .prfl h2 span {
    display: block;
    text-align: left;
    font-size: 56%;
    color: #808080;
    line-height: normal;
    font-weight: normal;
}

.profile .follow {
    display: block;
    margin-top: 22px;
}

.profile .follow a.btn.lk {
    position: relative;
    float: left;
    border-radius: 20px;
    background: transparent;
    color: #e31e28;
    font-size: 16px;
    padding: 10px 18px;
    min-width: 151px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-right: 40px;
    background: #fff;
    margin: 0;
    border: 2px solid #e31e28;
    margin-right: 20px;
}

.profile .follow a.btn.lk:before {
    content: '+';
    display: block;
    float: left;
    font-size: 100%;
    margin-right: 6px;
}

.profile .follow a.btn.lk.lkd:before {
    content: 'x'
}

.profile .follow a.btn.rchge {
    position: relative;
    float: left;
    border-radius: 20px;
    /* border: 2px solid #e31e28; */
    background: url(../images/btn-gredient.jpg);
    color: #ffffff;
    font-size: 16px;
    padding: 10px 19px;
    min-width: 151px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.profile .follow a.btn.rchge:before {
    content: '';
    display: block;
    float: left;
    font-size: 100%;
    margin-right: 6px;
    background: url(../images/recharge-icon.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
}

.profile .follow a.btn.brand {
    position: relative;
    float: left;
    border-radius: 20px;
    /* border: 2px solid #e31e28; */
    background: url(../images/btn-gredient.jpg);
    color: #ffffff;
    font-size: 16px;
    padding: 12px 19px;
    min-width: 167px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-right: 2%;
}

.profile .follow a.msg {
    position: relative;
    float: left;
    border-radius: 20px;
    background: url(../images/btn-gredient.jpg);
    color: #ffffff;
    font-size: 15px;
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    line-height: 1em;
    width: 37px;
    height: 37px;
    margin-right: 20px;
}

.profile .follow a.msg svg {
    display: block;
    width: 100%;
    height: 100%;
}

.profile .follow a.msg svg path, .profile .follow a.msg svg circle {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 3px;
}
.profile .SndMsg{display: flex;align-items: center;font-weight: 500;padding: 9px 35px;background: url(../images/btn-gredient.jpg);background-size: cover;color: #fff;width: fit-content;line-height: normal;border-radius: 30px;margin: 20px auto;}
.profile .SndMsg svg{display: inline-block;width: 23px;margin-right: 7px;}
.profile .SndMsg svg path{fill:#fff;}

.profile ul.count {
    display: flex;
    margin-top: 14px;
    background: #fde6e7;
    justify-content: center;
}

.profile .follow ul.count:after {
    content: '';
    display: block;
    clear: both;
}
.profile ul.count li i{display:block;width: 40px;height: 40px;border-radius: 50%;background: #e31e28;display: flex;align-items: center;justify-content: center;float: left;}
.profile ul.count li span{display:block;float: left;font-size: 13px;line-height: normal;margin-left: 8px;font-weight: 300;line-height: 1.2em;}
.profile ul.count li span b{display:block;font-size: 22px;font-weight: 600;color: #e31e28;line-height: 1em;}
.profile ul.count li i svg{display:block;width: 22px;}
.profile ul.count li i svg path{fill:#fff;}
.profile ul.count li {
    float: left;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    color: #5f5e5e;
    padding: 11px 0px;
    padding-right: 5%;
}



.profile ul.count li:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-right: 1px solid #e31e282e;
    width: 1px;
    top: 0;
    right: 0;
    top: 0;
}

.profile ul.count li:last-child:after {
    display: none;
}

.profile ul.count li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.profile .prfl .bllFlw{display:block;width: 16%;float: right;min-width: 160px;}
.profile .prfl .bllFlw a.bll{display:block;width: 32px;float: left;}
.profile .prfl .bllFlw a.bll svg{display:block;}
.profile .prfl .bllFlw a.bll svg path{fill:#e31e28;}

.profile .prfl .bllFlw .bt{display:block;position: relative;float: right;}
.profile .prfl .bllFlw .bt svg{display:block;width: 13px;position: absolute;left: 20px;top: 7px;}
.profile .prfl .bllFlw .bt a.btn{display:block;border: 1px solid #e31e28;background: transparent;color: #e31e28;padding: 10px 21px;padding-left: 40px;width: -webkit-fill-available;font-size: 15px;}
.profile .prfl .bllFlw .bt svg path, .profile .prfl .bllFlw .bt svg rect{fill:#e31e28;}


.profile .tabs{display:block;}
.profile .tabs a{display:block;text-align: center;color: #6e6e6e;font-weight: 500;font-size: 15px;position: relative;margin-bottom: 11px;}
.profile .tabs a:after{content:'>';display:block;transform: rotate(90deg);font-size: 23px;position: absolute;bottom: 0;width: 13px;text-align: center;line-height: normal;left: 50%;margin-left: -9px;bottom: -21px;}
.profile .tabs .active a:after{transform: rotate(-90deg);}
.profile .tabs .dtlPnl{display:none;text-align: center;color: #6e6e6e;max-width: 560px;margin: 0 auto;}

.profile #elem{display: flex;justify-content: center;max-width: 270px;align-items: center;margin: 0 auto;margin-top: 30px;}
.profile #elem #right-button{display:block;float: left;}
.profile #elem #right-button a{display:block;background: url(../images/arw.svg) no-repeat;transform: rotate(90deg);width: 24px;opacity: 0.2;}

.profile #elem #left-button{display:block;float: right;}
.profile #elem #left-button a{display:block;background: url(../images/arw.svg) no-repeat;transform: rotate(-90deg);width: 24px;opacity: 0.2;}

.profile #elem #outer{display:block;white-space: nowrap;max-width: 171px;overflow-x: hidden;margin: 0 auto;}
.profile #elem #outer #inner{display:block;white-space: nowrap;overflow: hidden;width: 350px;}
.profile #elem #outer #inner ul{display:block;white-space: nowrap;transition: all .2s ease;}
.profile #elem #outer #inner ul li{display:block;float: left;margin-right: 10px;transition: all .2s ease;}
.profile #elem #outer #inner ul li:last-child{margin-right:0px;}
.profile #elem #outer #inner ul li a{display:block;background: url(../images/social-icons/youtube-icon.png);text-indent: -9999px;width: 35px;height: 35px;background-repeat: no-repeat;cursor: pointer;}
.profile #elem #outer #inner ul li a.insta {background: url(../images/social-icons/instagram-icon.png);background-repeat: no-repeat;}
.profile #elem #outer #inner ul li a.fb {background: url(../images/social-icons/facebook-icon.png);background-repeat: no-repeat;}
.profile #elem #outer #inner ul li a.wht {background: url(../images/social-icons/whatsapp-icon.png);background-repeat: no-repeat;}
.profile #elem #outer #inner ul li a.snp {background: url(../images/social-icons/snapchat-icon.png); background-repeat: no-repeat;}
.profile #elem #outer #inner ul li a.otr { background: url(../images/social-icons/other-icon.png);background-repeat: no-repeat;}
.profile #elem #outer #inner ul li a.pin {background: url(../images/social-icons/pinintrst-icon.png);background-repeat: no-repeat;}
.profile #elem #outer #inner ul li a.twt {background: url(../images/social-icons/twitter-icon.png);background-repeat: no-repeat;}

.profile .prfl .NmePnl {
    display: block;
    float: left;
    margin-top: 17px;
    width: 82%;
    /* display: flex; */
    align-items: center;
}

.profile ul.socialicn:after {
    clear: both;
}
.profile .flx{
    /* position: absolute; */
    /* right: 0; */
    /* top: -101px; */
    /* width: 550px; */
}
.profile ul.socialicn {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    float: right;
    margin-top: 30px;
}

.profile ul.socialicn li {
    display: block;
    float: left;
    margin-right: 15px;
}

.profile ul.socialicn li a {
    display: block;
    line-height: 0;
    background: url(../images/social-icons/youtube-icon.png);
    text-indent: -9999px;
    width: 31px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center !important;
}
.profile ul.socialicn li a.insta {
    background: url(../images/social-icons/instagram-icon.png);
    background-repeat: no-repeat;
}
.profile ul.socialicn li a.fb {
    background: url(../images/social-icons/facebook-icon.png);
    background-repeat: no-repeat;
}

.profile ul.socialicn li a.wht {
    background: url(../images/social-icons/whatsapp-icon.png);
    background-repeat: no-repeat;
}

.profile ul.socialicn li a.snp {
    background: url(../images/social-icons/snapchat-icon.png);
    background-repeat: no-repeat;
}

.profile ul.socialicn li a.otr {
    background: url(../images/social-icons/other-icon.png);
    background-repeat: no-repeat;
}

.profile ul.socialicn li a.pin {
    background: url(../images/social-icons/pinintrst-icon.png);
    background-repeat: no-repeat;
}

.profile ul.socialicn li a.twt {
    background: url(../images/social-icons/twitter-icon.png);
    background-repeat: no-repeat;
}

hr.dflt {
    display: block;
    border: 0;
    height: 0;
    background: transparent;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 40px;
    margin-top: 40px;
}

.profile hr.brdrMrg {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.profile .Enq {
    display: block;
    background: #f3f3f3;
    padding: 50px 0px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 88px;
}

.profile .Enq:after {
    content: '';
    display: block;
    background: #f3f3f3;
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: -48px;
    background: url(../images/connect-aftr.png) center bottom;
    background-size: 100% 100%;
}

body .profile .Enq .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 23px;
}

.profile .Enq ul {
    display: block;
}

.profile .Enq ul li {
    display: block;
    background: #fff;
    border-radius: 60px;
    padding: 20px;
    padding-bottom: 30px;
    box-shadow: 0px 4px 21px #80808021;
    width: 100%;
}

.profile .Enq ul li h3 {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 21px;
    margin-bottom: 7px;
    max-width: 90%;
}

.profile .Enq ul li a.btn {
    display: block;
    border-radius: 20px;
    font-weight: bold;
    padding: 14px 35px;
    background: url(../images/btn-gredient.jpg);
    background-size: cover;
}

.profile .Enq ul li a.btn .rs {
    display: inline-block;
    font-family: RupeeForadian;
    font-size: 100%;
    font-weight: bold;
}

.pnlHd {
    display: block;
    margin-bottom: 30px;
}

.pnlHd:after {
    content: '';
    display: block;
    clear: both;
}

.pnlHd h1 {
    display: block;
    float: left;
    margin: 0;
}

.pnlHd a {
    display: block;
    float: right;
    color: #e31e28;
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}

.profile .withOutLogin{display:block;background: #fdf3f8;padding: 50px 0px;margin-top: 20px;}
.profile .withOutLogin h1{display:block;text-align: center;margin-bottom: 4px;}
.profile .withOutLogin p{display:block;text-align: center;max-width: 260px;margin: 0 auto;margin-bottom: 40px;}
.profile .withOutLogin .pnl{display:block;max-width: 293px;margin: 0 auto;}
.profile .withOutLogin .pnl a.btn{display: inline-block;background: url(../images/btn-gredient.jpg) no-repeat;margin-right: 2%;width: 48%;background-size: cover;}
.profile .withOutLogin .pnl a.btn:last-child{margin-right:0px;}
.profile .withOutLogin span.or{display: flex;align-items: center;width: 30px;height: 30px;border: 1px solid #000;border-radius: 50%;justify-content: center;margin: 30px auto;position: relative;opacity: 0.5;}
.profile .withOutLogin span.or:before{content:'';display:block;position: absolute;width: 60px;height: 1px;background: #000;left: 38px;}
.profile .withOutLogin span.or:after{content:'';display:block;position: absolute;width: 60px;height: 1px;background: #000;right: 38px;}
.profile .withOutLogin a.crtBtn{display:block;background: transparent;margin-right: 2%;width: fit-content;background-size: cover;border-radius: 20px;padding: 12px 45px;font-size: 14px;font-weight: normal;text-align: center;color: #e31e28;line-height: 1em;margin: 0 auto;border: 1px solid #e31e28;}



.collect.inr{border-bottom:0px;margin-bottom: 0;padding-bottom: 0;}
 .collect {
    display: block;
    /* border-bottom: 1px solid #d6d6d6; */
    /* padding-bottom: 20px; */
    margin-bottom: 48px;
    margin-top: 20px;
}

 .collect ul {
    display: block;
}

 .collect ul li:nth-child(2n+2) {
    margin-right: 0px;
}
.collect ul li span.count{display:block;position: absolute;background: #e31e28;border-radius: 50%;width: 90px;height: 90px;color: #fff;right: -30px;top: -40px;padding-top: 18px;text-align: left;padding-right: 10px;padding-left: 23px;font-size: 18px;line-height: 1em;font-weight: 600;padding-top: 47px;}
.collect ul li span.count:after{content:'Post';display:block;font-size: 10px;font-weight: 300;line-height: 1em;text-transform: uppercase;margin-top: 2px;}
.collect ul li .bgr{display:block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.collect ul li .bgr:before{content:'';display:block;width: 100%;height: 100%;background: #fff;/* opacity: 0.3; */position: absolute;background: #ffffffe8;}
.collect ul li .bgr img{display:block;width: 100%;height: 100%;object-fit: cover;}
 .collect ul li {
    display: block;
    background: #fff;
    box-shadow: 0px 4px 21px #80808021;
    padding: 15px;
    margin-bottom: 3%;
    position: relative;
    padding-right: 57px;
    display: flex;
    align-items: center;
    float: left;
    width: 48.5%;
    margin-right: 3%;
    overflow: hidden;
    border-radius: 12px;
    min-height: 119px;
}

.collect ul li a {
    width:100%;
    z-index: 9;
}

 .collect ul li:after {
    content: '';
    display: block;
    clear: both;
}

 .collect ul li img.avtr {
    display: block;
    border-radius: 250%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    float: left;
    background: #ededed;
    outline: 0;
}

 .collect ul li b.btmbtn {
    display: block;
    text-align: center;
    padding: 9px 8px;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    min-width: 100px;
    background: url(../images/btn-gredient.jpg);
    margin-top: 8px;
    background-size: cover;
    width: fit-content;
    line-height: 1em;
}

 .collect ul li a.btmbtn:before {
    content: 'at';
    display: block;
    text-align: center;
    font-weight: normal;
}

 .collect ul li .lft {
    display: block;
    margin-left: 3%;
    width: 78%;
}

 .collect ul li .lft h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

 .collect ul li .lft h3 span {
    display: block;
    font-size: 66%;
    color: #808080;
}

body .profile .Enq .owl-carousel .owl-controls .owl-dot {
    width: 20px;
    height: 6px;
    border-radius: 21px;
    background: #bdbdbd;
}

body .profile .Enq .owl-carousel .owl-controls .owl-dot.active {
    background: #e31e28;
    width: 30px;
    background: url(../images/btn-gredient.jpg);
    background-size: cover;
}

.profile .welcome {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 40px;
}

.profile .welcome h4 {
    display: block;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
}

.profile .welcome a.btn {
    display: block;
    background: #e31e28;
    background: url(../images/btn-gredient.jpg);
    background-size: cover;
}

.profile .cnct {
    display: block;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
    margin-top: 40px;
}

.profile .cnct ul {
    display: block;
}

.profile .cnct ul li {
    font-size: 20px;
    text-align: center;
    padding: 20px 5%;
    min-height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #fff;
    line-height: 1.5em;
    background: url(../images/texture.jpg) no-repeat #000000;
    background-size: cover;
}

.profile .cnct ul li a {
    color: #fff;
    cursor: pointer!important;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    background: #e31e28;
    width: 100%;
    margin-top: 20px;
    padding: 7px 10px;
}

ul.BottomNav {
    display: block;
    border-top: 1px dashed #d8d8d8;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    box-shadow: 16px 3px 29px #00000047;
}
ul.BottomNav li.notification a svg{max-width: 26px;min-height: 30px;}
ul.BottomNav li {
    display: block;
    float: left;
    width: 25%;
    border-right: 1px dashed #c3c3c3;
    background: #fff;
}

ul.BottomNav li.lgn ul li.btmNv{display:block;background: #e9cbe447;border-bottom: 0;}
ul.BottomNav li.lgn ul li.btmNv p{text-align:center;font-size: 12px;padding: 10px;background: #e9d2e6;}
ul.BottomNav li.lgn ul li.btmNv ul{display:block;position: initial;opacity: 10;height: auto !important;margin: 0;padding: 0;background: transparent;width: 100%;max-width: 310px;margin: 0 auto;padding: 0;overflow: auto;}
ul.BottomNav li.lgn ul li.btmNv ul li{display:block;position: initial;float: left;width: 44%;border: 0;border-right: 1px solid #dbc9d8;margin-right: 12%;}
ul.BottomNav li.lgn ul li.btmNv ul li:hover a{background:transparent;}
ul.BottomNav li.lgn ul li.btmNv ul li a{display: block;position: initial;padding: 6px 0px;text-align: left;}
ul.BottomNav li.lgn ul li.btmNv ul li a img{display: inline-block;border-radius: 0;width: 20px;height: 20px;object-fit: contain;margin-left: 8px;position: relative;margin-top: -10px;top: 5px;}
ul.BottomNav li.lgn ul li.btmNv ul li:nth-child(2n+2){margin-right:0px;border-right: 0;}
ul.BottomNav li.lgn ul li.btmNv ul li:last-child{width:100%;margin-right: 0;border-right: 0;}
ul.BottomNav li.lgn ul li.btmNv ul li:last-child a{text-align:center;}

ul.BottomNav li.lgn:hover ul{display:block;}
ul.BottomNav li.lgn ul{display:none;width: 100%;position: fixed;bottom: 44px;width: 100%;right: 0;height: 92vh;background: #ffdadc;overflow-y: scroll;height: 0;transition: 0.3s ease;z-index: -1;}
ul.BottomNav li.lgn ul li{width:100%;float: none;border: 0;border-bottom: 1px solid #0000001f;background: transparent;}
ul.BottomNav li.lgn ul li a{text-indent:initial;text-align: center;color: #0c0c0c;padding: 10px 2px;font-size: 13px;}
ul.BottomNav li.lgn ul li a span{display:inline-block;font-size: 100%;font-weight: 600;margin-left: 5px;}
ul.BottomNav li.lgn:hover ul{display:block;height:100vh;transition: 0.3s ease;padding-top: 50px;top: 0;padding-bottom: 90px;}
ul.BottomNav li.lgn ul li a:hover{background:#fff;}
ul.BottomNav li.lgn:hover a.btnLogin{/* background:#e31e28; *//* color:#fff; */}
ul.BottomNav li.lgn:hover a.btnLogin span{color:#fff;border-color:#fff;}
ul.BottomNav li.lgn a.btnLogin{display:block;text-indent: initial;/* max-height: 30px; */padding: 5.5px;}
ul.BottomNav li.lgn a.btnLogin span{display: flex;color: #080808;border: 1px solid #000;width: 30px;height: 30px;border-radius: 50%;align-items: center;justify-content: center;font-size: 20px;padding: 0;line-height: 100%;margin: 0 auto;}
ul.BottomNav li a {
    display: block;
    text-indent: -9999999px;
    padding: 7px 2px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 3px;
}
ul.BottomNav li a:hover{color: #e31e28;}
ul.BottomNav li a:hover {
    /* background: #e31e28; */
}

ul.BottomNav li a:hover svg path {
    fill: #e31e28 !important;
}

ul.BottomNav li a:hover svg circle, ul.BottomNav li a:hover svg rect {
    fill: #e31e28;
}

ul.BottomNav li.lock a:hover svg path {
    stroke: #fff;
}

ul.BottomNav li.notification a:hover svg path {
    fill: transparent !important;
    stroke: #fff;
}

ul.BottomNav li.notification a:hover svg circle {
    fill: transparent !important;
    stroke: #fff;
}
ul.BottomNav li a img{width: 31px;margin:0 auto;display:block;border-radius:20px;max-height: 31px; height: 31px;}
ul.BottomNav li:last-child {
    border-right: 0px;
}
ul.BottomNav li.noti a svg{max-width: 26px;min-height: 30px;}
ul.BottomNav li a svg {
    display: block;
    width: 100%;
    line-height: 0;
    height: 100%;
    font-size: 0;
    max-height: 30px;
    margin: 0 auto;
    margin-bottom: 2px;
}

ul.BottomNav li.lock a svg path {
    stroke: #000000;
    stroke-width: 1px;
}

.profile .social ul::-webkit-scrollbar {
    display: none;
}

.profile .social {
    padding-top: 40px;
    /* margin-top: 40px; */
    margin-bottom: 60px;
}

.profile .social ul:after {
    content: '';
    display: block;
    clear: both;
}

.profile .social ul {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 40px;
    overflow: scroll;
    display: -webkit-inline-box;
    overflow-y: auto;
}

.profile .social ul li {
    width: auto;
    float: left;
    list-style: none;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #d0d0d0;
}

.profile .social ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.profile .social ul li a {
    display: block;
    background-image: url(../images/detail-social.png);
    width: 50px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #000;
    text-indent: -99999px;
    position: relative;
}

.profile .social ul li a.fb {
    background-position: -76px 0px;
}

.profile .social ul li a.twt {
    background-position: -151px 0px;
}

.profile .social ul li a.wht {
    background-position: -226px 0px;
}

.profile .social ul li a.you {
    background-position: -301px 0px;
}

.profile .social ul li a.snp {
    background-position: -376px 0px;
}

.profile .social ul li a.in {
    background-position: -452px 0px;
}

.profile .social ul li a.pin {
    background-position: -527px 0px;
}

.profile hr.ctr {
    display: block;
    background: transparent;
    border: 0;
    border-top: 1px solid #eaeaea;
    margin: 60px 0px;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile .social ul li a:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.profile .prdt .BtmPnl {
    display: flex;
    justify-content: center;
    max-width: 201px;
    border-radius: 20px;
    padding: 9px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: -22px;
    position: relative;
    box-shadow: 0px 4px 21px #80808045;
}

.profile .prdt {
    display: block;
    margin-top: 30px;
}
.profile .prdt ul.sldr li .likepnl span{display:inline-block;font-size: 14px;color: #656860;}
.profile .prdt ul.sldr li .likepnl {
    right: 3px;
    float: left;
    padding-right: 20px;
    border-right: 1px dashed #b9b9b9;
    margin-right: 20px;
}

.profile .prdt ul.sldr li a.lk, .profile .prdt ul.sldr li a.lkd {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    text-indent: -999px;
    display: inline-block;
}

.profile .prdt ul.sldr li a.lkd:after, .profile .prdt ul.sldr li a.lk:after {
    display: block;
    content: '';
    width: 20px;
    z-index: 9999;
    background: url(../images/unlike.png) no-repeat center;
    height: 100%;
    height: 20px;
    float: left;
    margin-right: 4px;
}

.profile .prdt ul.sldr li a.lkd:after {
    background-position: -39px;
    background: url(../images/like.png) no-repeat center;
}

.profile .prdt ul.sldr li .comment {
    right: 3px;
    float: left;
}

.profile .prdt ul.sldr li .comment a {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}

.profile .prdt ul.sldr li .comment a:after {
    display: block;
    content: '';
    width: 24px;
    z-index: 9999;
    background: url(../images/comment.png) no-repeat center;
    height: 21px;
    float: left;
    margin-right: 4px;
}

.profile .prdt ul.sldr.SldrNn {
    display: block;
}

.profile .prdt ul.sldr.SldrNn li {
    display: block;
    float: left;
    position: relative;
    padding-bottom: 30px;
    /* margin-right: 2%; */
}

.profile .prdt ul.sldr.SldrNn li:nth-child(4n+4) {
    /* margin-right:0px; */
}

.profile .prdt ul.sldr {
    display: block;
    position: relative;
}

.profile .prdt ul.sldr.SldrNn li:nth-child(4n+1) {
    clear: left;
}

.profile .prdt ul.sldr:after, .profile .prdt ul.sldr li .prfl:after {
    content: '';
    display: block;
    clear: both;
}

.profile .prdt ul.sldr li {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.profile .prdt ul.sldr li img.avtr {
    display: block;
    width: 100%;
    clear: both;
    height: 270px;
    object-fit: cover;
    object-position: top;
    margin-top: 10px;
}

.profile .prdt ul.sldr li .prflmn {
    display: flex;
    align-items: center;
    margin-top: 0;
    float: left;
    margin-right: 2%;
    max-width: 69%;
}

.profile .prdt ul.sldr li .prflmn .imgpnl {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.profile .prdt ul.sldr li .prflmn .imgpnl img {
    width: 100%;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    height: 100%;
    object-fit: cover;
    background-color: #ededed;
    outline: 0;
}

.profile .prdt ul.sldr li .prflmn h3 {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    margin-left: 5px;
    max-width: 76%;
}

.profile .prdt ul.sldr li .prflmn h3 span {
    display: block;
    font-size: 11px;
    color: #676767;
}

.profile .prdt ul.sldr li .btmbtn {
    display: block;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 20px;
    min-width: 100px;
    background: url(../images/btn-gredient.jpg);
    margin-top: 8px;
    background-size: cover;
}

.profile .prdt ul.sldr li a h3 i {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #000;
}

body .owl-theme .owl-controls .owl-nav {
    display: block;
    position: absolute;
    top: -67px;
    right: 0;
    max-width: 100px;
    left: initial;
    margin: 0;
}

body .owl-dots {
    display: none;
}

.owl-nav button.owl-prev {
    margin-right: 24px;
}

.owl-nav button {
    outline: 0;
}

.flickity-page-dots {
    display: none;
}

.flickity-prev-next-button.previous {
    background: url(../images/arw-lft.png) no-repeat center;
    width: 32px;
    height: 23px;
}

.flickity-prev-next-button.next {
    background: url(../images/arw-rgt.png) no-repeat center;
    float: right;
    width: 32px;
    height: 23px;
}

.flickity-prev-next-button svg {
    display: none;
}

.prdts ul.sldr {
    display: block;
}

.prdts ul.sldr li {
    display: block;
    float: left;
    position: relative;
    padding-bottom: 0px;
    margin-right: 2%;
    width: 32%;
    margin-bottom: 2%;
}

.prdts ul.sldr li:nth-child(3n+3) {
    margin-right: 0px;
}

.prdts ul.sldr {
    display: block;
    position: relative;
}

.prdts ul.sldr.SldrNn li:nth-child(3n+1) {
    clear: left;
}

.prdts ul.sldr:after .prdts ul.sldr li {
    display: block;
    float: left;
    width: 31%;
    overflow: hidden;
}
.rsCommt{display:block;}
.rsCommt img{display:block;width: 50px;height: 50px;border-radius: 50%;object-fit: cover;}
.rsCommt .pl{display:block;}
.rsCommt .pl input{display:block;}


.prdts ul.sldr li img.avtr {
    display: block;
    width: 100%;
    clear: both;
    height: 270px;
    object-fit: cover;
    object-position: top;
    margin-top: 10px;
}
.prdts ul.sldr li.open .prflmn{width:100%;margin-right: 0;max-width: 100%;}
.prdts ul.sldr li .prflmn {
    display: flex;
    align-items: center;
    margin-top: 0;
    float: left;
    margin-right: 2%;
    max-width: 65%;
}

.prdts ul.sldr li .prflmn .imgpnl {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.prdts ul.sldr li .prflmn .imgpnl img {
    width: 100%;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    height: 100%;
    object-fit: cover;
    object-position: top;
    background: #ededed;
}

.prdts ul.sldr li .prflmn h3 {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    margin-left: 5px;
    max-width: 73%;
}

.prdts ul.sldr li .prflmn h3 span {
    display: block;
    font-size: 11px;
    color: #676767;
}

.prdts ul.sldr li .btmbtn {
    display: block;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 20px;
    min-width: 100px;
    background: url(../images/btn-gredient.jpg);
    margin-top: 8px;
    background-size: cover;
}

.prdts ul.sldr li a h3 i {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #000;
}

.prdts .BtmPnl {
    display: flex;
    justify-content: center;
    max-width: 201px;
    border-radius: 20px;
    padding: 9px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: -22px;
    position: relative;
    box-shadow: 0px 4px 21px #80808045;
}

.prdts {
    display: block;
    margin-bottom: 60px;
}

.prdts ul.sldr li .likepnl {
    right: 3px;
    float: left;
    padding-right: 20px;
    border-right: 1px dashed #b9b9b9;
    margin-right: 20px;
}
.prdts ul.sldr li span{display:inline-block;font-size: 14px;color: #656860;}
.prdts ul.sldr li a.lk, .prdts ul.sldr li a.lkd {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    text-indent: -99999px;
    display: inline-block;
}

.prdts ul.sldr li a.lkd:after, .prdts ul.sldr li a.lk:after {
    display: block;
    content: '';
    width: 20px;
    z-index: 9999;
    background: url(../images/unlike.png) no-repeat center;
    height: 100%;
    height: 20px;
    float: left;
    margin-right: 4px;
}

.prdts ul.sldr li a.lkd:after{
    display: block;
    content: '';
    width: 20px;
    z-index: 9999;
    background: url(../images/like.png) no-repeat center;
    height: 100%;
    height: 20px;
    float: left;
    margin-right: 4px;
}

.prdts ul.sldr li a.lkd:after {
    background: url(../images/like.png) no-repeat center;
}

.prdts ul.sldr li .comment {
    right: 3px;
    float: left;
}

.prdts ul.sldr li .comment a {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}

.prdts ul.sldr li .comment a:after {
    display: block;
    content: '';
    width: 24px;
    z-index: 9999;
    background: url(../images/comment.png) no-repeat center;
    height: 21px;
    float: left;
    margin-right: 4px;
}
.homePnl:before{content:'';display:block;width: 100%;background: #ffeced;height: 85px;position: absolute;top: -85px;}
.homePnl{display:block;position: relative;}
.homePnl .bnr{display:block;background: #ffeced;padding: 30px 0px;position: relative;margin-bottom: 270px;padding-bottom: 0;}
.homePnl .bnr:after{content:'';display:block;background: url(../images/top-bg.jpg) no-repeat bottom;width: 100%;height: 430px;background-size: cover;position: absolute;bottom: -75%;z-index: -1;}
.homePnl .bnr .wrap{display:flex;align-items: center;}
.homePnl .bnr .lft{display:block;width: 44%;margin-right: 6%;position: relative;z-index: 2;}
.homePnl .bnr .lft h1{display:block;font-size: 42px;line-height: normal;line-height: 1.2em;text-transform: capitalize;}
.homePnl .bnr .lft h1 span{display:block;font-size: 48px;background: #fcd7d9;font-weight: 700;width: fit-content;padding: 7px 10px;line-height: 1em;color: #e31e28;margin: 0px 0px;}
.homePnl .bnr .lft p{display:block;color: #656565;margin-bottom: 20px;margin-top: 20px;}
.homePnl .bnr .lft a.btn{display:block;margin: 0;}
.homePnl .bnr .rgt{display:block;width: 50%;position: relative;}
.homePnl .bnr .rgt:after{content:'';display:block;background: #ffced0;width: 190%;height: 211%;position: absolute;border-radius: 50%;top: -108%;right: -93%;}
.homePnl .bnr .rgt img{display:block;width: 100%;position: relative;z-index: 2;}

.homePnl .useIt{display:block;position: relative;padding-bottom: 7%;}
.homePnl .useIt:after{content:'';display:block;width: 100%;height: 225px;background: url(../images/use-it-bgaftr.png) no-repeat;position: absolute;bottom: 0;pointer-events: none;z-index: -1;}
.homePnl .useIt .lft:before{content:'';display:block;background: url(../images/use-it-aftr.png) no-repeat;width: 164px;height: 164px;position: absolute;right: -28px;top: -29px;z-index: -1;}
.homePnl .useIt .lft{display:block;width: 31.2%;padding: 20px 41px;background: #ffdddf;padding-top: 86px;margin: 0% 2.5%;position: relative;}
.homePnl .useIt .lft h1{display:block;font-size: 36px;line-height: 1.2em;text-transform: uppercase;}
.homePnl .useIt .lft h1 span{display:block;font-size: 50px;font-weight: 700;color: #e31e28;white-space: pre-line;max-width: 100%;}
.homePnl .useIt .lft p{display:block;color: #656565;}
.homePnl .useIt .lft .img{display:block;width: 148%;margin: 21px 0px;margin-left: -24%;}
.homePnl .useIt .lft .img img{display:block;}
.homePnl .useIt .lft a{display:block;color: #656565;text-align: center;}
.homePnl .useIt .lft a u{display: inline-block;color: #e31e28;}

.MobOpn{display:none;}

.homePnl .useIt .rgt{display:block;width: 59.8%;margin-left: 2%;margin-top: 5%;}
.homePnl .useIt .rgt ul{display:block;}
.homePnl .useIt .rgt ul li{display:block;text-align: center;float: left;width: 25%;padding: 23px 0px;border-bottom: 1px dashed #e3e3e3;border-right: 1px dashed #e3e3e3;font-size: 17px;}
.homePnl .useIt .rgt ul li img{display:block;margin: 0 auto;margin-bottom: 4px;}
.homePnl .useIt .rgt ul li:nth-child(4n+4){border-right:0px;}
.homePnl .useIt .rgt ul li.brdr0{border-bottom:0px;}


.homePnl .collab{display:block;background: url(../images/collab-bg.jpg) no-repeat #f9e1e2 center;padding: 34px 0px;background-size: cover;}
.homePnl .collab .wrap{display:flex;align-items:center;justify-content: center;}
.homePnl .collab .lft{display:block;width: 60%;margin-right: 5%;}
.homePnl .collab .lft h1{display:block;font-size: 29px;line-height: 1.2em;text-transform: uppercase;}
.homePnl .collab .lft h1 span{display:block;font-size: 51px;font-weight: 700;color: #e31e28;}
.homePnl .collab .lft p{display:block;color: #656565;margin-bottom: 10px;}
.homePnl .collab .lft a.btn{display:block;margin: 0;margin-top: 20px;}
.homePnl .collab .rgt{display:block;width: 32%;}
.homePnl .collab .rgt img{display:block;width:100%;}

.homePnl .fan{display:block;position: relative;padding: 60px 0px;}
.homePnl .fan:before{content:'';display:block;background: url(../images/fanbase-bfr.png) no-repeat;width: 126px;height: 223px;position: absolute;left: 0;top: 50%;margin-top: -90px;}
.homePnl .fan:after{content:'';display:block;background: url(../images/fanbase-aftr.png) no-repeat;width: 130px;height: 223px;position: absolute;top: 50%;margin-top: -90px;right: 0;}
.homePnl .fan .lft{display:block;width: 39%;}
.homePnl .fan .lft img{display:block;}
.homePnl .fan .rgt{display:block;width: 50%;margin-top: 6%;}
.homePnl .fan .rgt h1{display:block;font-size: 36px;line-height: 1.2em;text-transform: uppercase;}
.homePnl .fan .rgt h1 span{display: block;font-size: 54px;font-weight: 700;color: #e31e28;}
.homePnl .fan .rgt p{display:block;color: #656565;margin-bottom: 10px;}
.homePnl .fan .rgt a.btn{display:block;margin: 0;margin-top: 17px;}

.homePnl .income{display:block;position: relative;padding: 40px 0px;box-shadow: 0px 0px 14px #00000014;}
.homePnl .income .rgt{display:block;width: 39%;}
.homePnl .income .rgt img{display:block;}
.homePnl .income .lft{display:block;width: 50%;margin-top: 6%;}
.homePnl .income .lft h1{display:block;font-size: 36px;line-height: 1.2em;text-transform: uppercase;}
.homePnl .income .lft h1 span{display: block;font-size: 53px;font-weight: 700;color: #e31e28;}
.homePnl .income .lft p{display:block;color: #656565;margin-bottom: 10px;}
.homePnl .income .lft li{display:block;color: #656565;margin-bottom: 10px;display: list-item;list-style: outside;}
.homePnl .income .lft a.btn{display:block;margin: 0;margin-top: 17px;}
.homePnl .income .lft ul{display:block;padding-left: 18px;}

.homePnl .step{display:block;margin-top: 60px;margin-bottom: 60px;}
.homePnl .step h1{display:block;font-size: 36px;line-height: 1.2em;text-transform: uppercase;text-align: center;}
.homePnl .step h1 span{display:block;font-size: 54px;font-weight: 700;color: #e31e28;text-align: center;}
.homePnl .step ul{display: flex;flex-wrap: wrap;justify-content: center;}
.homePnl .step ul li{display:block;width: 38%;float: left;margin-right: 17%;position: relative;}
.homePnl .step ul li:last-child{margin-right: 0;width: 60%;display: flex;align-items: center;margin-top: 9%;}
.homePnl .step ul li:last-child .lft{float:left;width: 50%;margin-right: 2%;}
.homePnl .step ul li:last-child .rgt{float:left;width: 50%;padding: 0;}

.homePnl .step ul li:nth-child(2){margin-right: 0;}
.homePnl .step ul li:nth-child(1){clear:left;}
.homePnl .step ul li:nth-child(1):before{content:'';display:block;background: url(../images/stp1.png) no-repeat;width: 438px;height: 68px;position: absolute;right: -60%;z-index: 2;top: 12%;}
.homePnl .step ul li .lft{display:block;float: none;}
.homePnl .step ul li .lft img{display:block;}
.homePnl .step ul li .rgt{display:block;float: none;color: #656565;font-weight: 300;padding-left: 9%;}
.homePnl .step ul li .rgt h3{display:block;font-size: 22px;font-weight: 700;margin-bottom: 6px;}
.homePnl .step ul li:last-child:before{content:'';display:block;background: url(../images/stp3.png) no-repeat;width: 243px;height: 118px;position: absolute;right: 0;z-index: 2;top: -29%;}
.homePnl .step ul li .rgt a.btn{display:none;}
ul.bnrs {
    width: 100%;
    margin-bottom: 40px;
}

ul.bnrs li.big {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
}

ul.bnrs:after {
    content: '';
    display: block;
    clear: both;
}

ul.bnrs li {
    width: 23.9%;
    float: left;
    margin-right: 1.4%;
}

ul.bnrs li a {
    display: block;
}

ul.bnrs li a img {
    width: 100%;
    display: block;
}

ul.bnrs li.mrg0 {
    margin-right: 0px;
}

hr.ctr {
    display: block;
    background: transparent;
    border: 0;
    border-top: 1px solid #eaeaea;
    margin: 60px 0px;
}

.products {
    display: block;
    margin-bottom: 50px;
}

.products ul {
    display: block;
}

.products ul li {
    display: block;
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.products ul li img.avtr {
    display: block;
    display: block;
    width: 100%;
    clear: both;
    border-radius: 11px;
    object-fit: cover;
    object-position: top;
    height: 100%;
    height: 200px;
}

.products ul li .likepnl {
    position: absolute;
    right: 0;
    bottom: 34px;
}

.products ul li a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 13px;
}

.products ul li a .imgpnl img {
    height: 100%;
}

.products ul li a .imgpnl {
    display: block;
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-top: -12px;
    position: relative;
}

.products ul li a h3 {
    display: block;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    width: 67%;
    margin-left: 10px;
    color: #e31e28;
    line-height: 1em;
}

.products ul li a h3 span {
    margin-bottom: 2px;
    display: block;
    display: block;
    font-size: 13px;
    color: #7b7b7b;
}

.products ul li a h3 i {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #000;
}

.products ul li a.lk, .products ul li a.lkd {
    display: block;
    width: 30px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-indent: -99999px;
    float: left;
    margin: 0;
}

.products ul li a.lk:after, .products ul li a.lkd:after {
    display: block;
    content: '';
    width: 100%;
    z-index: 9999;
    background: url(../images/product-info.png) no-repeat -3px;
    height: 100%;
    position: absolute;
}

.products ul li a.lkd:after {
    background-position: -39px;
}

.bnrspnl::-webkit-scrollbar {
    display: none;
}

.bnrspnl {
    background: #f9e5f6;
    padding: 38px 27px;
    margin-bottom: 60px;
    overflow-x: scroll;
}

.bnrspnl:after, ul:after {
    content: '';
    display: block;
    clear: both;
}

.bnrspnl li {
    float: left;
    margin-right: 0.5%;
    /* width: 24.6%; */
}

.bnrspnl li:last-child {
    margin-right: 0px;
}

.bnrspnl li img {
    width: 100%;
}

.bnrspnl li.scrl {
    min-width: 1330px;
    width: 100%;
}

.bnrspnl li.scrl ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap, .header_container, .pageInfo {
    max-width: 1195px;
    width: 94%;
    margin: 0 auto;
    /* padding: 0% 2%; */
    min-width: 300px;
    position: relative;
}
body.pdng{padding-bottom: 127px;}
body {
    /* max-width:1366px; */
    margin: 0 auto;
    padding: 0;
    /* line-height: 0; */
    padding-top: 85px;
    overflow-x: hidden;
}

.confrmPg{/* width: 76%; *//* background: #fff; *//* padding: 0px 12%; *//* padding-bottom: 60px; *//* border: 2px solid #aeaeae52; *//* margin-top: 80px; */padding: 5%;}
.confrmPg img{margin:0px auto;display:block;/* padding-top:55px; */}
.confrmPg h1, .confrmPg h2, .confrmPg p{ text-align:center;}
.confrmPg h1{/* font-family:'cocogooseregular', arial; */font-weight:bold;/* margin-top: 20px; */font-size: 22px;line-height: 1.5em;color: #e31e28;margin: 10px 0px;text-transform: capitalize;}
.confrmPg h2{font-family:'museo_sans300', arial;font-size:18px;color: #e31e28;}
.confrmPg p{font-family:'museo_sans300', arial;font-size:16px;color:#58595b;line-height: 18px;margin-top: 25px;margin-bottom: 25px;}
.confrmPg a.btn{display:inline-block;padding: 8px 15px;margin: 0;margin-top: 6px;margin-right: 10px;float: left;}
.confrmPg .adrssDtl{border-bottom: 1px solid #e31e28;margin-bottom:15px;}
.confrmPg .adrssDtl p:nth-child(3), .confrmPg .adrssDtl p:nth-child(4){margin-top: 0px!important;}
.confrmPg .adrssDtl .amtNv{border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}
.confrmPg .adrssDtl .amtNv .lft{  width: 55%;   margin: 10px 0px; }
.confrmPg .adrssDtl .amtNv .rgt{   width: 41%;  text-align: right;  margin: 10px 0px;  margin-right: 20px;}
.confrmPg .adrssDtl p{text-align:left;margin: 10px 0px 5px;font-size: 14px;line-height: 22px;}
.confrmPg p.ml{ margin:15px 0px; font-size:16px;}

.open a.menu-toggle span {
    background: transparent;
    left: -5px;
}

.open a.menu-toggle span:before {
    background: transparent;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 43deg );
    bottom: 0;
    border-color: #e31e28;
    width: 100%;
    left: 6px;
}

.open a.menu-toggle span:after {
    background: transparent;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
    top: 0;
    border-color: #e31e28;
    width: 100%;
    left: 5px;
}

a.menu-toggle {
    float: left;
    margin-right: 32px;
    margin-top: 11px;
}

.lftNavInr {
    width: 100%;
    margin-bottom: 25px;
}

.lftNavInr .opnPnlProfl::-webkit-scrollbar {
  width: 5px; height:5px;
}
 
.lftNavInr .opnPnlProfl::-webkit-scrollbar-track {
 background:#e6e6e6;
}
 
.lftNavInr .opnPnlProfl::-webkit-scrollbar-thumb {
  background-color: #828282;
  outline: 0px;
}

.lftNavInr .opnPnlProfl {
    display: flex;
    margin-bottom: 21px;
    overflow: auto;
}

.lftNavInr .opnPnlProfl:after {
    content: '';
    clear: both;
    display: block;
}

.lftNavInr ul li {
    float: left;
    width: auto;
    margin-right: 2px;
    white-space: nowrap;
}

.lftNavInr ul li:after {
    /* content:'|'; */
    margin-right: 20px;
    padding-left: 20px;
    color: #d6d6d6;
}

.lftNavInr .opnPnlProfl li:last-child {
    display: none;
}

.lftNavInr .opnPnlProfl li:nth-last-child(2):after {
    display: none;
}
.lftNavInr ul li a span{display:inline-block;font-size: 100%;margin-left: 2px;color: #e31e28;}
.lftNavInr ul li a {
    display: block;
    padding: 4px 14px;
    background: #efefef;
    font-size: 11px;
    border-radius: 20px;
}

.lftNavInr ul li a:hover {
    background: #000;
    color: #fff;
}

.tggleSrch {
    display: block;
    border: 0;
    border-radius: 50%;
    width: 40px;
    background: url(../images/srch-icn.png) no-repeat center #000;
    height: 40px;
    cursor: pointer;
    display: none;
}
body.hdrNone header .rightPnl{margin-top: 10px;}
.rightPnl {
    float: right;
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
    position: relative;
}

.rightPnl .search {
    display: block;
    width: 41%;
    position: relative;
    float: left;
    margin-right: 8%;
    max-width: 260px;
}

.rightPnl .search input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
}

.rightPnl .search button {
    display: block;
    border: 0;
    outline: 0;
    border-radius: 50%;
    width: 42px;
    background: url(../images/srch-icn.png) no-repeat center #000;
    height: 42px;
    position: absolute;
    right: -16px;
    top: -1px;
    text-indent: -99999px;
    cursor: pointer;
}

.rightPnl .search input:focus {
    box-shadow: inset 3px 3px 4px rgba(180, 167, 192, 0.27), inset -4px -2px 4px white!important;
    background-color: #f0f0f0;
    border-color: #dcdcdc;
}

.rightPnl .btnLogin {
    float: left;
    background: url(../images/login-icn.png) no-repeat 21px center #e31e28;
    padding: 7px 26px;
    padding-left: 44px;
    color: #fff;
    border-radius: 20px;
}

.rightPnl .btnLogin:hover {
    background-color: #000;
}

.rightPnl .btnLogin span {
    color: #fff;
    font-size: 100%;
}

.headerinfo .topPnl .cartinfo {
    float: left;
    position: relative;
    /* padding: 8px 10px; */
    margin-right: 3%;
}

.cartinfo span {
    color: #ffffff;
    font-size: 100%;
}

.cartinfo a {
    float: left;
    display: block;
    color: #fff;
    background: url(../images/tp-crds.png) 14px no-repeat #000000;
    padding: 8px 15px;
    padding-left: 33px;
    font-size: 13px;
    border-radius: 20px;
}
.top-login ul li ul:before{content:'';display:block;position: absolute;top: 63px;width: 100%;height: 2px;background: #e31e28;}
.top-login ul li ul:after{content:'';display:block;position: absolute;top: 56px;width: 0;right: 50px;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 7px solid #e31e28;}

.top-login ul li ul {
    z-index: 10;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    right: 0;
    background: transparent;
    transition: 0.3s ease;
    max-width: 300px;
    /* border-top: 2px solid #e31e28; */
    display: none;
    padding-top: 64px;
}

.top-login ul li ul li a {
    display: block;
    text-align: center;
    color: #0c0c0c;
    padding: 10px 2px;
    font-size: 13px;
}

.top-login ul li:hover ul {
    display: block;
}
.top-login ul li ul li.btmNv{display: none;background: #e9cbe447;border-bottom: 0;}
.top-login ul li ul li.btmNv p{text-align:center;font-size: 12px;padding: 10px;}
.top-login ul li ul li.btmNv ul{display:block;position: initial;opacity: 10;height: auto !important;margin: 0;padding: 0;background: transparent;}
.top-login ul li ul li.btmNv ul li{display:block;position: initial;float: left;/* width: 50%; */}
.top-login ul li ul li.btmNv ul li a{display: block;position: initial;}
.top-login ul li ul li.btmNv ul li a img{display: inline-block;border-radius: 0;width: 20px;height: 20px;object-fit: contain;margin-left: 8px;position: relative;margin-top: -10px;top: 5px;}

.top-login ul::-webkit-scrollbar {width: 5px; height:5px;}
.top-login ul::-webkit-scrollbar-track {background:#e6e6e6;}
.top-login ul::-webkit-scrollbar-thumb {background-color: #828282;outline: 0px;}

ul.BottomNav li.lgn ul::-webkit-scrollbar {width: 5px; height:5px;}
ul.BottomNav li.lgn ul::-webkit-scrollbar-track {background:#e6e6e6;}
ul.BottomNav li.lgn ul::-webkit-scrollbar-thumb {background-color: #828282;outline: 0px;}
.top-login ul li ul li:hover{background:#e31e28; border-color: #e31e28;}
.top-login ul li ul li:hover a{color:#fff;}
.top-login ul li ul li {
    width: 100%;
    float: none;
    border: 0;
    border-bottom: 1px solid #0000001f;
    background: #ffd2d4;
}

.top-login ul li ul li:last-child {
    border: 0px;
}

.status.Fllw{display:block;background: transparent;margin: 0;padding: 0;}
.status.Fllw:after{content:'';display:block;clear:both;display: none;}
.status.Fllw ul li{margin-right: 3%;margin-bottom: 30px;margin-top: 4px;}


.status:after{content:'';display:block;background: url(../images/creator-aftr.png) no-repeat;width: 100%;height: 140px;position: absolute;bottom: -140px;background-size: 100% 100%;}
.status{width:100%;padding: 25px 0px;background: #f9e5f6;margin-bottom: 160px;padding-bottom: 0;position: relative;}
.status ul li a:after{content:'';display:block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/grdnt.png) bottom no-repeat;}
.status ul{width:100%;display: block;}
.status ul:after{content:''; display:block; clear:both;}
.status ul li{max-width: 122px;height: 171px;display: block;float: left;border-radius: 67px;position: relative;background-clip: padding-box;margin: 7px 0px;width: 100%;/* margin-right: 4%; */margin-left: 4px;}
.status ul li a{padding: 10px;color: #fff;width: 100%;display: flex;height: 100%;border-radius: 67px;text-align: center;background-position: top center;border: 6px solid#f9e5f6;padding-top: 85%;position: relative;overflow: hidden;z-index: 9;background-size: cover;}
.status ul li a span{display:block;text-align: center;z-index: 9;position: relative;font-size: 15px;font-weight: bold;line-height: 1.3em;width: 100%;}
.status.Fllw ul li a.btn.flw{display:block;width: 40px;border-radius: 50%;height: 40px;right: 0;text-indent: -999999999px;background: url(../images/unfollow.png) center no-repeat #000;background-size: 15px;overflow: initial;}
.status.Fllw ul li a.btn.flw:before{content:'Unfollow';display:block;position: absolute;bottom: -20px;color: #000;text-indent: initial;z-index: 9;opacity: 10;width: 100%;text-align: center;left: -6px;display: none;}
.status.Fllw ul li a.btn.flw:hover:before{display:block;}

.status ul li span.eye{display: flex;background: #000;color: #fff;align-items: center;justify-content: center;position: relative;top: -20px;z-index: 9;}
.status ul li span.eye svg{display: inline-block;width: 36px;/* height: 30px; */}
.status ul li span.eye svg path{fill: #ffffff;}
.status.Fllw ul li a.btn.unban{display:block;text-indent: -9999px;background: url(../images/ban.png) center no-repeat #000;width: 40px;border-radius: 50%;height: 40px;right: 0;overflow: initial;}

.status.Fllw ul li a.btn.ban:hover:before, .status.Fllw ul li a.btn.unban:hover:before{display:block;}
.status.Fllw ul li a.btn.unban:before{content:'Ban';display:block;position: absolute;bottom: -20px;color: #000;text-indent: initial;z-index: 9;opacity: 10;width: 100%;text-align: center;left: 0;display: none;}

.status.Fllw ul li a.btn.ban:before{content:'UnBan';display:block;position: absolute;bottom: -20px;color: #000;text-indent: initial;z-index: 9;opacity: 10;width: 100%;text-align: center;left: 0;display: none;}
.status.Fllw ul li a.btn.ban{display:block;text-indent: -9999px;background: url(../images/ban.png) center no-repeat #000;width: 40px;border-radius: 50%;height: 40px;right: 0;overflow: initial;}
.status.Fllw ul li a.btn{padding: 10px 1px;color: #fff;width: 100%;display:block;height: auto;border-radius:0px;text-align: center;border:none;z-index: 9;background: #000;bottom: 20px;}
.status ul li a span{display:block;text-align: center;z-index: 9;position: relative;font-size: 15px;font-weight: bold;line-height: 1.3em;width: 100%;}
.status ul li:after{content:"";display:block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;margin: -3px;border-radius: inherit;background: linear-gradient(
90deg
,#b447e1,#e245bd,#d83aab);z-index: 1;}
.status ul li:last-child{/* margin-right:0px; */}
.status ul li a.btn:after{display:none;}

.atist.inr:after {
    content: '';
    display: block;
    background: url(../images/creator-aftr.png) no-repeat;
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: -140px;
    background-size: 100% 100%;
}

.atist.inr {
    width: 100%;
    padding: 25px 0px;
    background: #f9e5f6;
    margin-bottom: 160px;
    padding-bottom: 0;
    position: relative;
}

.atist.inr ul li a .imgPnl:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/grdnt.png) bottom no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.atist.inr ul {
    width: 100%;
    display: block;
}

.atist.inr ul:after {
    content: '';
    display: block;
    clear: both;
}

.atist.inr ul li {
    width: 10.75%;
    display: block;
    float: left;
    border-radius: 67px;
    position: relative;
    background-clip: padding-box;
    margin-right: 2%;
    margin-bottom: 2%;
}

.atist.inr ul li a {
    padding: 10px;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: top center;
    position: relative;
    z-index: 9;
    background-size: cover;
    display: block;
    background: #f3f3f3;
    box-shadow: 0px 4px 21px #8080806b;
    border: 1px solid #fff;
}

.atist.inr ul li a span {
    display: block;
    text-align: center;
    z-index: 9;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
    width: 100%;
}

.atist.inr ul li a.btn {
    padding: 10px 1px;
    color: #fff;
    width: 100%;
    display: block;
    height: auto;
    border-radius: 0px;
    text-align: center;
    border: none;
    z-index: 9;
    background: #000;
    bottom: 20px;
}

.atist.inr ul li a span {
    display: block;
    text-align: center;
    z-index: 9;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    width: 100%;
    color: #000;
}

.atist.inr ul li a .imgPnl {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 10px;
}

.atist.inr ul li:last-child {
    /* margin-right:0px; */
}

.atist.inr ul li a.btn:after {
    display: none;
}

.atist.inr.inr {
    display: block;
    background: transparent;
    margin-bottom: 60px;
}

.atist.inr.inr:after {
    display: none;
}

.atist.inr.inr li:nth-child(8n+8) {
    margin-right: 0px;
}

.cat {
    /* width:auto; */
    margin-bottom: 50px;
}

.cat .scrl {
    width: auto;
    margin-bottom: 50px;
    /* overflow-x: scroll; */
    padding: 10px 10px;
    padding-bottom: 0;
}

.cat .scrl ul::-webkit-scrollbar {
    display: none;
}

.cat ul {
    width: 100%;
    display: flex;
    overflow: auto;
    padding: 0 10px;
    padding-top: 10px;
}

.cat ul:after {
    content: '';
    display: block;
    clear: both;
}

.cat ul li:last-child {
    margin-right: 0px;
    /* padding-right: 0; */
    border-right: 0;
}

.cat ul li {
    width: fit-content;
    border-right: 1px solid #dadada;
    padding-right: 4.3%;
    margin-right: 4.3%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    white-space: nowrap;
}

.cat ul li a {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.cat ul li a:hover {
    color: #e31e28;
}

.cat ul li a span {
    width: auto;
    display: block;
    background-color: #fff;
    width: 67px;
    margin: 0 auto;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 4px 21px #8080806b;
    border-radius: 50%;
    margin-bottom: 14px;
}

.cat ul li:hover a span {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.cat ul li:nth-child(5n+5) {
    /* margin-right:0px; */
    /* border-right: 0; */
}

.bgImg {
    overflow: hidden;
    line-height: 0px;
    background: no-repeat center top;
    background-size: 100% auto;
    display: block;
}

.hgt {
    display: block;
    padding-top: 100%;
}

/*----- universal style start -----*/
input[type="text"], textarea, input, a.btn, select {
    background-color: #fff;
    padding: 11px 10px;
    border: 1px solid #dedede;
    line-height: 11px;
    color: #333;
    font-size: 13px;
    outline: 0;
    font-family: 'Poppins', sans-serif;
}

input[type="submit"], input[type="reset"], input.btn, input.btnb, a.btn {
    padding: 14px 25px;
    font-size: 14px;
    color: #fff;
    cursor: pointer!important;
    border: 0;
    min-width: initial;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background: #e31e28;
    width: fit-content;
    margin: 0 auto;
    height: initial;
    border-radius: 20px;
}

.innerpage-heading {
    padding: 20px 0;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 50px;
}

.innerpage-heading p,.innerpage-heading2 p {
    font-size: 14px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.5em;
    color: #6b6b6b;
}

h1 {
    font-size: 30px;
    color: #0d0d0d;
    line-height: 36px;
    text-align: left;
    margin-bottom: 2%;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    display: block;
    display: block;
}

.center {
    text-align: center;
    margin: 2% 0% 8%;
}

Info h1.heading {
    font-size: 30px;
    color: #000;
    padding-bottom: 0;
    margin-top: 5%;
    margin: 0px;
    margin-top: 50px;
}

/* Universal PopUp Design */
body.pgrp .pgWrp{z-index: 102;}
.pgWrp {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
    opacity: 0.98;
    filter: alpha(opacity=80);
}
.ppUp.OpenPnl::-webkit-scrollbar{display:none;}
.ppUp.OpenPnl{width:80%;max-width: 60%;left: 50%;margin-left: -30%;top: 50%;margin-top: -18%;max-height: 600px;overflow: scroll;border-radius: 0;}
.Pannel{display:block;}
.ppUp.OpenPnl iframe{display:block;width: 100%;min-height: 570px;overflow: s;}
.ppUp.OpenPnl a.Close{width: auto;line-height: 0;display: flex;align-items: center;padding: 6px 10px;background: #f1f1f1;color: #484848;}
.ppUp.OpenPnl a.Close svg{width: 10px;height: auto;display: inline-block;margin-right: 12px;}
.Pannel .lft img{width:100%;line-height: 0;height: 100%;object-fit: contain;max-height: 100vh;background-color: #000;}
.ppUp.OpenPnl a.Close svg path{display:block;fill: #484848;}
.Pannel .lft{display:block;width: 50%;line-height: 0;max-height: 570px;}
.Pannel .lft.pIg{position:relative;}
.Pannel .lft.pIg .btn{position:absolute;top:50%;margin-top:-15px;padding: 0;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;}
.Pannel .lft.pIg .btn.nxt{right:0;}
.Pannel .lft.pIg .btn.prv{left: 0;}
.Pannel .lft video{width:100%;height: 100%;height: 100vh;object-fit: contain;background-color: #000;}
.Pannel .rgt{display:block;width: 50%;/* padding: 0% 2%; *//* margin-top: 20px; */position: relative;min-height: 100vh;}
.Pannel .rgt .prflmn{align-items: center;margin-top: 0;width: 100%;padding: 10px;position: relative;padding-right: 35px;/* border-bottom: 1px solid #d3d3d3; */}
.Pannel .rgt .prflmn .imgpnl{display: block;float: left;width: 60px;height: 60px;border-radius: 50%;overflow: hidden;border: 2px solid #fff;}
.Pannel .rgt .prflmn .imgpnl img{display:block;width: 100%;height: 100%;object-fit: cover;object-position: top;}
.Pannel .rgt .prflmn h3{display:block;display: block;font-size: 14px;font-weight: normal;line-height: 1.4em;color: #4c4b4b;}
.Pannel .rgt .prflmn i{display:block;font-style: normal;font-weight: 400;font-size: 15px;line-height: normal;color: #000000;}

.Pannel .rgt .prfl{display:block;background: #ededed;padding: 10px 15px;}
.Pannel .rgt .prfl .imgpnl{display: block;float: left;width: 50px;height: 50px;border-radius: 50%;overflow: hidden;border: 1px solid #fff;}
.Pannel .rgt .prfl .imgpnl img{display:block;width: 100%;height: 100%;object-fit: cover;object-position: top;}
.Pannel .rgt .prfl h2{display:block;float: left;font-size: 15px;font-weight: normal;line-height: 1.4em;margin-left: 13px;color: #000000;width: auto;font-weight: bold;margin-top: 12px;}

.Pannel .rgt .prfl .likepnl{display: flex;float: right;right: 0;top: 0;height: 100%;align-items: center;justify-content: center;flex-flow: column;margin-top: 7px;}
.Pannel .rgt .prfl .likepnl a.lk, .Pannel .rgt .prflmn .likepnl a.lkd {display: block;align-items: center;justify-content: center;position: relative;margin: 0;text-indent: -99999px;width: auto;float: none;}
.Pannel .rgt .prfl .likepnl a.lkd:after, .Pannel .rgt .prfl .likepnl a.lk:after {display: block;content: '';width: 20px;z-index: 9999;background: url(../images/unlike.png) no-repeat center;height: 100%;height: 20px;float: left;}
.Pannel .rgt .prfl .likepnl a.lkd:after { background-position: -39px;background: url(../images/like.png) no-repeat center;}
.Pannel .rgt .prfl .likepnl span{display: block;font-size: 14px;color: #656860;text-align: center;}


.Pannel .rgt .prflmn h3 span{display:block;font-size: 11px;color: #5f5f5f;font-weight: 300;}
.Pannel .rgt h4.tlcmnts{display:block;/* border-bottom: 1px solid #d3d3d3; */color: #2f2f2f;padding-bottom: 2px;margin-bottom: 5px;line-height: normal;margin-top: 0;background: #f1f1f166;padding: 7px 10px;}
.Pannel .rgt h4.tlcmnts span{color: #000;line-height: 1em;border-radius: 50%;background: #d9d9d9;width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;float: left;font-size: 11px;margin-right: 8px;}
.Pannel .rgt .Flx{display:flex;position: relative;position: absolute;width: 100%;bottom: 0;right: 0;background: #fff;padding: 11px 21px;box-shadow: 16px 3px 29px #00000047;border-top: 1px solid #ddd;}
.Pannel .rgt .Flx .error{top: -26px;bottom: initial;left: 0;width: 100%;background: #ffeaeb;color: #FF0000 !important;}
.Pannel .rgt .Flx .error:after{display:none;}
.Pannel .rgt .Flx img{display:block;width: 35px;height: 35px;object-fit: cover;object-position: top;border-radius: 50%;border: 1px solid #e7e7e7;background-color: #f3f3f3;}
.Pannel .rgt .Flx input{display:block;border: 0;width: -webkit-fill-available;padding: 0px 13px;padding-right: 30px;}
.Pannel .rgt .Flx a.btnSnd{display:block;position: absolute;width: 24px;right: 23px;top: 16px;}
.Pannel .rgt .Flx a.btnSnd svg{display:block;width: 100%;height: auto;}
.Pannel .rgt .Flx a.btnSnd svg g polygon{fill: #e31e28 !important;}


.Pannel.tsk{background:#f1f1f173;padding: 20px;}
.Pannel .chse{display:block;border: 1px dashed #cacaca;max-width: 80%;margin: 0 auto;position: relative;min-height: 350px;display: flex;align-items: center;justify-content: center;background: #fff;}
.Pannel .chse img{display:block;margin: 0 auto;object-fit: contain;}
.Pannel .chse input{display:block;position: absolute;width: 100%;padding: 0;border: 0;background: transparent;text-indent: -999px;cursor: pointer;width: 100%;height: 100%;top: 0;object-fit: cover;}
.Pannel.tsk a.btn{display:block;width: 80%;margin-top: 20px;}

.Pannel .rgt ul{display:block;max-height: 392px;overflow-y: scroll;padding-bottom: 56px;}
.Pannel .rgt ul{-ms-overflow-style:none;  /* IE and Edge */scrollbar-width:none;  /* Firefox */}
.Pannel .rgt ul::-webkit-scrollbar{display:none;}

.Pannel .rgt ul li{display:block;margin-top: 15px;padding: 0px 10px;border-bottom: 1px solid #dedede;padding-bottom: 15px;display: flex;}
.Pannel .rgt ul li:after{content:''; display:block; clear:both;}
.Pannel .rgt ul li .ImgPnl{display:block;float: left;}
.Pannel .rgt ul li .ImgPnl img{display:block;width: 40px;height: 40px;object-fit: cover;border-radius: 50%;background-color: #e1e1e1;overflow: hidden;}
.Pannel .rgt ul li .Pnl{float:left;width: 87%;margin-left: 12px;display: flex;FLEX-WRAP: WRAP;align-items: center;}
.Pannel .rgt ul li .Pnl h4{display:block;font-weight: 500;line-height: normal;font-size: 16px;color: #000;line-height: 1em;WIDTH: 100%;}
.Pannel .rgt ul li .Pnl p{display:block;font-size: 13px;color: #4e4e4e;}
.Pannel .rgt ul li .Pnl h4 span{display:inline-block;font-size: 10px;color: #5f5f5f;margin-left: 2px;font-weight: 300;}
.ppUp#rgstrPnl{
    margin-top: -15%;
    width: 100%;
    max-width: 778px;
    margin-left: -389px;
}

.ppUp#rgstrPnl:after{content:'';display:block;background: url(../images/log-bottom-bg.png) no-repeat;width: 53px;height: 85px;position: absolute;background-size: 100%;bottom: 0;pointer-events: none;left: 0;z-index: -1;}
.ppUp#rgstrPnl:before{content:'';display:block;background: url(../images/log-top-bg.png) no-repeat;width: 100%;height: 100%;position: absolute;top: 0;background-size: 100%;pointer-events: none;z-index: -1;}


.ppUp#rgstrPnl .rgt.Rgts{max-width:100%;width: -webkit-fill-available;padding: 45px 45px;padding-bottom: 20px;}
.ppUp#rgstrPnl .rgt.Rgts input{ padding: 10px 10px;}
.ppUp#rgstrPnl .rgt.Rgts input.btn{padding: 14px 10px;}
.ppUp#rgstrPnl .rgt.Rgts fieldset .fldWrp{float:left;width: 47%;margin-right: 6%;}

.ppUp#rgstrPnl .rgt.Rgts fieldset .fldWrp.mrg0{margin-right:0px;}
.ajax__calendar{width:100%;z-index: 9999 !important;}
.ppUp#rgstrPnl .rgt.Rgts fieldset .fldWrp.trm{width:100%;margin-right: 0;margin-bottom: 28px;}
.ppUp#rgstrPnl .rgt.Rgts fieldset .fldWrp.trm a{display:inline-block;margin: 0;color: #949494;}
#choose{
    max-width: 635px;
    margin-left: -317px;
    min-height: 351px;
    margin-top: -175px;
    width: 100%;
}
#choose .chsePnl{display:block;padding: 40px;}
#choose .chsePnl img{display:block;max-width: 180px;display: block;margin: 0px auto;margin-bottom: 64px;}
#choose:after{content:'';display:block;background: url(../images/log-bottom-bg.png) no-repeat;width: 83px;height: 120px;position: absolute;bottom: 0;background-size: auto;pointer-events: none;left: 0;z-index: -1;}
#choose:before{content:'';display:block;background: url(../images/log-top-bg.png) no-repeat;width: 100%;height: 100%;position: absolute;top: 0;background-size: 100%;pointer-events: none;z-index: -1;}
#choose .chsePnl .pnl{display: flex;justify-content: center;}
#choose .chsePnl .pnl:after{content:''; display:block; clear:both;}
#choose .chsePnl .pnl a{display:block;font-size: 26px;text-align: center;font-weight: 500;color: #000000;line-height: 1em;float: left;border: 1px solid #6e6e6e;padding: 20px;width: 30%;margin-right: 8%;border-radius: 7px;background: #fff;}
#choose .chsePnl .pnl a span{display:block;text-align: center;font-size: 18px;font-weight: 300;}
#choose .chsePnl .pnl a i{display:block;margin: 0 auto;width: 25px;height: 28px;background: url(../images/nav-icons/visitor-icon.png);background-position: center top;margin-bottom: 4px;background-size: 100%;}
#choose .chsePnl .pnl a.crtr i{background: url(../images/nav-icons/creator-icon.png);background-position: center top;width: 24px;background-size: 100%;}
#choose .chsePnl .pnl a.crtr{margin-right:0px;}
#choose .chsePnl .pnl a:hover{background:#e31e28; color:#fff;border-color:#e31e28;;}
#choose .chsePnl .pnl a:hover span{color:#fff;}
#choose .chsePnl .pnl a:hover i{background-position: 0px -30px;}
#choose .chsePnl .pnl a.crtr:hover i{background-position: 0px -30px;}

.ppUp {
    display: none;
    width: 80%;
    max-width: 459px;
    min-height: 300px;
    background: #fff;
    left: 50%;
    top: 47%;
    position: fixed;
    z-index: 99999;
    margin-top: -200px;
    margin-left: -229px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    border-radius: 8px;
    overflow: hidden;
}

.clsBtn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close-icon.png) no-repeat center center;
    text-indent: -10000px;
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    z-index: 999;
}

.ppUp.tstmnlVdo {
    max-width: 800px;
    margin-left: -400px;
    top: 40%;
}

.ppUp.tstmnlVdo iframe {
    height: 500px;
}

/*---- log in popUp -----*/
.ppUp#rgstrPnl, .ppUp#lgnPnl, .ppUp#frgtPnl {
}
.ppUp#lgnPnl{/* display:block; */}
.ppUp#lgnPnl:after, .Artst:after{content:'';display:block;background: url(../images/log-bottom-bg.png) no-repeat;width: 83px;height: 120px;position: absolute;bottom: 0;background-size: auto;pointer-events: none;left: 0;z-index: -1;}
.ppUp#lgnPnl:before, .Artst:before{content:'';display:block;background: url(../images/log-top-bg.png) no-repeat;width: 100%;height: 100%;position: absolute;top: 0;background-size: 100%;pointer-events: none;z-index: -1;}

.ppUp#lgnPnl fieldset.flfrm.reg {
    width: 99%;
    margin: 15px 1.5%;
    margin-top: 28px;
}

.ppUp#lgnPnl fieldset.flfrm.reg h1 {
    text-align: center;
    margin-right: 20%;
    font-family: 'museo_sans300', arial;
    text-decoration: underline;
}

.ppUp#lgnPnl fieldset.flfrm.reg label {
    text-align: right;
    width: 30%;
    padding-right: 4%;
}

.ppUp#frgtPnl fieldset.flfrm.reh.lgn .error {
    margin-left: 0%;
    left: 0px;
    width: 98%;
    bottom: -50px;
}

.ppUp.msg {
    min-height: 60px;
    margin-top: -30px;
}

fieldset.flfrm.reg div.fldWrp .error {
    left: 0px;
    width: 100%
}

fieldset.flfrm.reg .fldWrp a {
    cursor: pointer;
    color: #000;
    text-decoration: underline;
    font-size: 100%;
    line-height: 100%;
    display: inline;
}

fieldset.flfrm.reg .fldWrp.trm input {
    margin-right: 3px;
    -webkit-appearance: checkbox;
    height: 18px;
    float: left;
    left: 0;
    position: initial;
    display: inline-block;
    margin: 0;
    margin-top: 0;
    width: 15px;
}

fieldset.flfrm.reg .fldWrp.trm label {
    width: 80%;
    float: initial;
    margin-top: 0px;
    padding-top: 0px;
    line-height: normal;
    margin: 0;
    margin-left: 10px;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1em;
    color: #949494;
}

#rgstrPnl .thankYou {
    padding: 10% 0;
}

#rgstrPnl .thankYou h2 {
    text-align: center;
    color: #e31e28;
    margin-bottom: 7px;
    font-size: 22px;
}

#rgstrPnl .thankYou p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0% 10%;
}

.rgster fieldset.flfrm.reg .or {
    display: block;
    height: 40px;
    background: url(../images/bg-singUpOR.png) center center no-repeat;
    width: 12%;
    float: left;
    margin: 0 41%;
}

.rgster fieldset.flfrm.reg .btn.fb {
    background: #52689f;
}

.rgster fieldset.flfrm.reg .btn.ggl {
    background: #559d3e;
}
