/*----------------------------------------------
 new design
----------------------------------------------*/
.hidden{
    display: none;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.coverImg {
    height: 260px;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: relative;
}

.bgImg {
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: relative;
}

.userImg {
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translate(-50%,-5px);
}

.userImg img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #ddd;
}

.vcardContent {
    height: 336px;
}
.vcardUserInfo{
    text-align: center;
}
.topStyle3_info {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.second_media.topIcon ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.second_media.topIcon ul li a {
    display: flex;
    text-align: center;
    padding: 7px 7px;
    align-items: center;
    color: #000;
}

.second_media.topIcon ul li {
    width: auto;
}
.second_media.topIcon ul li a i {
    font-size: 25px;
    height: 45px;
    width: 45px;
    border: 1px solid #2ec1ac;
    text-align: center;
    margin-right: 0;
    line-height: 43px;
    background: #2ec1ac;
    color: #fff;
    transition: all .3s ease-in-out;
}

.second_media.topIcon ul li a i:hover {
    border: 1px solid #2ec1ac;
    background: transparent;
    color: #2ec1ac;
}


.vacrdTopContent {
    min-height: 545px;
    background: #393e46;
    border-radius: 6px;
    color: #fff;
}

.vcardArea {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}


a.addToContact {
    border: 1px solid #2ec1ac;
    padding: 10px 30px;
    color: #fff;
    background: #2ec1ac;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.addToContact:hover{
    background: transparent;
    border-color: #2ec1ac;
    color: #2ec1ac;
}
a.addToContact i{
    margin-right: 5px;
}
.addTolist{
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    
}


.shareCard, .bottomNav{display: block;}

.bottomNav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(41, 199, 172,1);
    z-index: 6;
    display: none;
    box-shadow: 0 -1px 3px rgba(41, 199, 172,.5);
}

.bottomNav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bottomNav ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
    position: relative;
}

.bottomNav ul li {
    width: 100%;
    position: relative;
}
.bottomNav ul li a i {
    font-size: 23px;
    padding: 3px;
}
.bottomNav ul li:nth-child(3){
    border-left: 1px dashed #eee;
}

.bottomNav ul li:nth-child(1){
    border-right: 1px dashed #eee;
}
.bottomNav ul li a span {
    font-size: 12px;
}



a.base i {
    font-size: 26px!important;
    position: absolute;
    top: -26px;
    background: radial-gradient(#ea0599 55%, rgba(41, 199, 172, 1) 58%);
    height: 50px;
    width: 50px;
    line-height: 47px;
    border-radius: 100%;
}

.share{
    transition: all .3s ease-in-out;
}
.share {
    position: fixed;
    background: rgba(0,0,0,.5);
    height: 300px;
    bottom: -100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
    z-index: 5;
    display: none;
}

.share.active {
    position: fixed;
    background: rgba(0,0,0,.5);
    height: 320px;
    bottom: 49px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
}


 .Qrcode {
    position: fixed;
    background: rgba(0,0,0,.5);
    height: 300px;
    bottom: -100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
    z-index: 5;
    display: none;
}


.Qrcode.active {
    position: fixed;
    background: rgba(0,0,0,.5);
    height: 300px;
    bottom: 49px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.qrCodeBottom {
    height: 150px;
    width: 150px;
    margin: 10px auto;
}

.qrCodeBottom img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.shareCard ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.shareCard ul li {
    display: block;
}

.shareCard ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #2ec1ac;
    background: #2ec1ac;
    color: #fff;
    text-align: center;
    font-size: 23px;
    margin: 6px;
    line-height: 38px;
}
.shareText{
    color: #fff;
}

a.aboutMe {
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: right;
    padding: 5px;
    position: absolute;
    top: 11px;
    right: 15px;
}
a.aboutMe:hover{
    color: #2ec1ac;
}

.vcardArea .share_btn {
    display: none!important;
}

/*----------------------------------------------
    Start Style 4
----------------------------------------------*/

.style_4 .userImg img {
    border-radius: 0;
}
.style_4 .userImg {
    position: absolute;
    bottom: -26px;
    left: 83px;
    transform: translate(-50%,-5px);
}
.coverImg.style_4::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.3);}

.style_4_cover {
    display: flex;
    position: relative;
    transform: translateY(134px);
    margin-left: 29px;
    align-items: center;
}

.user_Img.style_4 img {
    height: 120px;
    width: 120px;
    border: 5px solid #fff;
    object-fit: cover;
}

.vcardUserInfo.style_4 {
    text-align: left;
}

.user_Img.style_4 {
    margin-right: 10px;
}
.vcardContent.style_4{
    height: 300px;
}
.vacrdTopContent.style_4 {
    min-height: 590px;
}

.style_4 .second_media ul li a i {
    font-size: 20px;
    height: 45px;
    width: 45px;
    text-align: center;
    margin-right: 11px;
    line-height: 45px;
    border: 1px solid;
    flex: 0 0 45px;
}
.home_profile_bottom.style_2.style_4 {
    padding-left: 17px;
}
.vcardUserInfo.style_4 *{
    color: #fff!important;
}
/*----------------------------------------------
    End Style 4
----------------------------------------------*/



/*----------------------------------------------
    start Style 3
----------------------------------------------*/
.vcardStyle_3 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
    position: relative;
    overflow: hidden;
}
.leftCoverImg.coverImg {
    width: 275px;
    min-height: 477px;
    margin-right: 18px;
    height: 100%;
}

.leftCard {height: 100%;}

.vcardStyle_3 {
   height: 100%;
}
.leftUserimage {
    margin: 0 auto;
    width: 120px;
    height: 120px;
}

.leftUserimage img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 3px solid #ddd;
    margin: 0 auto;
    object-fit: cover;
}

.leftCoverImg.coverImg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    content: "";
}

.leftUserInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 260px;
}
.userTopImg {
    padding-bottom: 65px;
}
.leftUserdetails {
    color: #fff;
    text-align: center;
    margin-top: 19px;
}
.leftUserSocial.userqrcode {
    height: 120px;
    width: 120px;
}
.aboutUs {
    padding: 20px;
    color: #000;
}

.aboutUs h4 {
    padding-bottom: 12px;
}
.rightCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 24px;
}
.bottomStyle_3 a {
    border-radius: 7px;
    padding: 5px 30px;
    font-size: 15px;
}
.home_profile_bottom.style_4.icon_style_3 ul li a i {
    border-radius: 100%;
}


.home_profile_bottom.style_4.icon_style_3 .second_media {
    margin-top: 0;
}
.topContent-vcard {
    display: flex;
    flex-direction: row;
}
/*----------------------------------------------
    End Style 3
----------------------------------------------*/


.second_media ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}

.second_media ul li {
    width: 100%;
}

.second_media ul li a {
    display: flex;
    text-align: left;
    padding: 10px 15px;
    align-items: center;
    color: #fff!important;
}

.second_media {
    margin-top: 30px;
}

.second_media ul li a i {
    font-size: 20px;
    height: 35px;
    width: 35px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 11px;
    line-height: 33px;
    background: #2ec1ac;
    color: #fff!important;
    border-color: #2ec1ac;
    transition: all .3s ease-in-out;
}

.vcardStyle_3 .second_media ul li a{
    color: #000!important;
}

.vcardStyle_3 .aboutUs *{
    color: #000!important;
}

.vcardStyle_3 .leftUserdetails *{
    color: #fff!important;
}
.vcardStyle_2 .vdetails h4 {
    color: #fff!important;
    font-size: 16px;
    word-break: break-all;
    font-weight: 500;
    margin-bottom: 3px;
}

.vcardStyle_2 .vdetails p {
    color: #ddd!important;
    font-size: 15px;
    font-family: 'Rubik';
}

.vcardStyle_3 .vdetails h4 {
    font-family: 'DM Sans';
    font-size: 15px;
    color: #000!important;
    word-break: break-all;
}

.vcardStyle_3 .vdetails p {
    font-size: 14px;
    font-family: 'Rubik';
    color: #333;
}

/*.vcardStyle_3*/
/*----------------------------------------------
Style4
----------------------------------------------*/
.vcardBg_img.coverImg {
    min-height: 550px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.vcardHeadingTop img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 7px solid #fff;
    position: absolute;
    top: -30px;
}

.vcardHeadingTop {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.vcardTopContent {
    background: rgba(221, 221, 221,.4);
    min-height: 271px;
    position: relative;
    width: 96%;
    bottom: 0;
    left: 11px;
    right: 0;
    padding: 30px;
    top: auto;
}

.vcardHeadingTop_details {
    position: relative;
    margin-left: 125px;
    margin-top: -14px;
}
.vcardBg_img.coverImg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
}
.vcardBodyTop ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.vcardBodyTop ul li {
    display: block;
    width: 100%;
}

.vcardBodyTop ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 8px;
    padding: 11px 15px;
    margin: 10px 0;
    box-shadow: 0 0 5px #ddd;
    background: rgba(255,255,255,.6);
    transition: all .3s ease-in-out;
}
.vd_flex {
    display: flex;
    align-items: center;
}

.vd_flex i {
    font-size: 26px;
    margin-right: 15px;
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    background: red;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 52px;
}

.vd_flex h4 {
    font-size: 19px;
    font-family: 'Rubik';
    color: #222!important;
    word-break: break-all;
}
i.fa.fa-angle-right {
    font-size: 30px;
    color: #777!important;
}
.vcardHeadingTop_details h4,  .vcardHeadingTop_details p{
    font-family: 'Rubik';
    text-shadow: 0  0 5px #fff;
    color: #000!important;
}
.vcardTopContent {
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 0 5px rgb(255 255 255 / 60%);
}
.vcardTopContent {
    margin-top: 250px;
}
.addToContact.style_4 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.addToContact.style_4 a {
    background: rgba(255,255,255,.8);
    color: #222;
    border: transparent;
    padding: 20px;
    z-index: 10;
}
.vcardBodyTop ul li a:hover {
    background: rgba(255,255,255,.6);
    transition: all .3s ease-in-out;
}
.vcard__shadow{
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
}
.mh_100vh{
    min-height: 100vh;
}
.vcarStyle_5.vcard__shadow {
    background: #fff;
}
.vcarStyle_5 .vcard_cover_details img {
    width: 110px;
    height: auto;
    border-radius: 110px;
    border: 4px solid white;
    background-color: white;
    margin-top: 17px;
    box-shadow: 1px 2px 20px rgb(72 72 72 / 20%);
    margin-bottom: 10px;
    min-height: 110px;
}
.vcardCover {
    background-color: #28A499;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    height: 220px;
    z-index: 1;
    position: relative;
}
.vcarStyle_5 .vcard_cover_details {
    background-color: white;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 15px rgb(72 72 72 / 20%);
    z-index: 99;
    margin-top: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    position: relative;
}


.vcarStyle_6 .vcard_cover_details {
   position: relative;
}

.vcarStyle_6 .vcardCover {
   z-index: 1;
}
.style_5 .vd_flex i {
    font-size: 20px;
    margin-right: 12px;
    height: 45px;
    width: 45px;
    flex: 0 0 45px;
    background: transparent!important;
    color: #777;
    border-radius: 0;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid #eee;
}
.style_5.vcardBodyTop ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0px;
    margin: 5px 0;
    box-shadow: none;
    background: #fff;
    transition: all .3s ease-in-out;
    padding-right: 10px;
}
.vcardBodyTop.style_5 {
    padding: 0 14px;
    padding-bottom: 20px;
}

.vcardBodyTop.style_5 .vd_flex{
    width: 100%;
}
.vcardBodyTop.style_5 .vd_flex h4{
    font-family: inherit;
    font-size: 16px;
    font-weight: 450;
    color: #777;
}
.addToContact.style_4 a {
    background: rgba(255,255,255,.8);
    border: transparent;
    padding: 10px 20px;
    z-index: 10;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 1px 2px 15px rgb(72 72 72 / 20%);
}


.style_6 .coverImg {
    height: 260px;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: relative;
}
.vcarStyle_6 .vcard_cover_details {
    background-color: white;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 15px rgb(72 72 72 / 20%);
    z-index: 9;
    margin-top: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    position: relative;
}



.vcardUser_info p {
    font-size: 13px;
}

.vcardUser_info {
    padding: 2px 0;
    display: block;
}

.style_6.vcardBodyTop ul li{
    padding: 3px 0;
}
.h_100{
    height: 100%;
}

/*----------------------------------------------
style 7
----------------------------------------------*/
.vcarStyle_5.vcarStyle_7 .vcardWrap {
    margin-top: -88px;
    position: relative;
    background: white
}

.vcarStyle_5.vcarStyle_7 .vcard_cover_details {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    background: transparent;
    margin-top: -191px;
    margin-bottom: 58px;
}
.vcarStyle_5.vcarStyle_7 .vcard_cover_details *{
    color:  #000;
}


.vcarStyle_5.vcarStyle_7  .vcardCover {
    height: 284px;
    position: relative;
}

.bg_wrap {
    -webkit-clip-path: polygon(50% 34%, 100% 0, 100% 84%, 50% 100%, 0 84%, 0 0);
    clip-path: polygon(50% 34%, 100% 0, 100% 84%, 50% 100%, 0 84%, 0 0);
}

.vcarStyle_5.vcarStyle_7 .vcardWrap {
    position: relative;
    height: 150px;
    width: 100%;
    z-index: 9;
}

.wrapInfo {
    position: absolute;
    top: -61px;
}

/*----------------------------------------------
style 8
----------------------------------------------*/
.vcarStyle_8 .vcardWrap {
    margin-top: -88px;
    position: relative;
    background: #393e46;
    height: 161px;
    z-index: 1;
}

.vcarStyle_8 .userImg {
    position: relative;
    margin-top: 212px;
    z-index: 2;
    bottom: inherit;
    left: inherit;
    transform: inherit;
}
.vcarStyle_8 .coverImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vcarStyle_8 .second_media.topIcon ul li a i {
    border-radius: 100%;
    border: 4px solid #ea0599;
    background: rgba(234, 5, 153,.8);
    font-size: 21px;
    line-height: 41px;
    height: 50px;
    width: 50px;
}

.aboutArea {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: #eee;
    overflow-y: scroll;
    padding-bottom: 80px;
    transition: all .3s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.aboutArea.hideAbout {
    left: auto;
    right: -100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.about-heading {
    background: #fff;
    padding: 10px;
}
.about-heading h4 span {
    color: #a4acc4!important;
}
.aboutText, .aboutText p {
    padding: 15px;
    color:  #000;
}

.about-lg-button a{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 35px;
    background: #28A499;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.nextUp .about-lg-button a {
    left: AUTO;
    bottom: 0;
    height: 35px;
    width: 35px;
    top: auto;
    right: 0;
}
.about-lg-button i{
    color: #fff;
}
.vCardWrapper{
    position: relative;
    overflow: hidden;
}


.vcardMenubar {
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 999;
}

.vcardMenuContent ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    align-items: center;
}

.vcardMenuContent ul li a {
    height: 100%;
    display: block;
    width: 100%;
}

.vcardMenuContent ul li a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vcardMenuContent ul li {
    display: block;
    height: 35px;
    width: 35px;
}

.vcardMenuContent {
    width: 100%;
    background: #f8f8f8;
    padding: 7px 5px;
    height: 55px;
    box-shadow: 0 0 5px #ddd;
}
a.small-icon {
    transform: scale(.8);
}
.qrcodeShare {
    position: absolute;
    bottom: 56px;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 5px #ddd;
    padding: 25px 0;
    text-align: center;
    transition: all .3s ease-in-out;
}
.qrcodeShare.qrcode{
    bottom: -100%;
    transition: all .3s ease-in-out;
}

.qrcodeShare.showCard{
    bottom: -100%;
    transition: all .3s ease-in-out;
}
.home_profile_bottom.style_4.icon_style_3{
    width: 100%;
}
.vcardStyle_9{
    background:  #f8f8f8;
}
.CardImage.img {height: 100%; 
    position: relative;
    transition: all .3s ease-in-out;}

.cardStyle_9.vcardContent {height: 100%;}
.vcardCenterBody{
    height: 550px;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.card_9_details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: -12px;
    position: absolute;
    width: 100%;
    transition: all .3s ease-in-out;
}
.cardBottomDetails span {
    font-size: 28px;
    height: 70px;
    width: 70px;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.cardBottomDetails {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    transition: all .3s ease-in-out;
    margin-bottom: -3px;
}
.cardTopDetails {
    height: 150px;
    background: rgba(0,0,0,.3);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all .3s ease-in-out;
}
.\39 _cardTop{
    min-height: 500px;
   height: 80vh;
   overflow-y: auto;
}
.vcardStyle_9 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.CardImage.active.img{
    height: 120px;
    transition: all .3s ease-in-out;
}
.cardBottomDetails.active span {
    font-size: 20px;
    height: 50px;
    width: 50px;
    transition: all .3s ease-in-out;
}
/*.style_9Card_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 40px;
    position: relative;
}*/
.CardImage.img::before {
    content: "";
    background: rgba(0,0,0,.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.style_9Card_details > *{
    color: #fff!important;
    text-shadow: 0 0 5px #000;
}

.plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-top: -20px;
}
.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 26%;
    transition: 0.35s;
    width: 50%;
    height: 3px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.plusminus:before {
  transform: translatey(-50%);
}
.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
.vcardCenterBody {
    display: none;
    transition: all .3s ease-in-out;
}
/*.vcardCenterBody.active {
    display: block;
}*/


.vCardStyle_10 .style_9Card_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 0px;
    bottom: 20px!important;
}
.vCardStyle_10  .cardBottomDetails {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all .3s ease-in-out;
    bottom: 6px;
}

.vCardStyle_10 .CardImage.active.img {
    height: 61px;
    transition: all .3s ease-in-out;
}
.vCardStyle_10 .vcardMenubar.activeHeader {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.vCardStyle_10 .leftUserdetails > *, .vcardStyle_9 .leftUserdetails > *{
    color: #000!important;
}
.vCardStyle_10 .vcardMenubar, .vcardStyle_9 .vcardMenubar{
    position: absolute;
}
span.plusminus.bg-color {
    z-index: 999999;
}

.vcardMenuContent ul li a {
    font-size: 21px;
    font-weight: normal!important;
    transform: scale(1.5);
    position: relative;
    display: block;
    line-height: 32px;
}
.vcardMenuContent ul li a i{
    color: #777;
}