/*----------------------------------------------
 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;
}

.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: 340px;
}
.vcardUserInfo{
    text-align: center;
}

.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;
}


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;
    
}




.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: 29px!important;
    position: absolute;
    top: -26px;
    background: radial-gradient(#ea0599 55%, rgba(41, 199, 172, 1) 58%);
    height: 50px;
    width: 50px;
    line-height: 42px;
    border-radius: 100%;
}



.shareCard {
    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;
}

.shareCard.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;
    display: inherit;
    padding: 5px;
    position: relative;
}
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 {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;
    padding-bottom: 20px;
}

.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;
}
.home_profile_bottom.style_2.style_4 ul li p{
    color:  #fff!important;
}
/*----------------------------------------------
    End Style 4
----------------------------------------------*/



/*----------------------------------------------
    start Style 3
----------------------------------------------*/
.vcardStyle_3 {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
}
.leftCoverImg.coverImg {
    width: 275px;
    height: 100%;
    margin-right: 18px;
    /* position: absolute; */
    max-height: 100%;
}

.leftCard {
    position: relative;
    display: block;
}

.vcardStyle_3 {
    min-height: 450px;
}
.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);
}

.leftUserInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.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;
}
/*.aboutUs p, .second_media ul li a h4{
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/
.second_media ul li a h4 {
    font-size: 18px;
}
.vcrd_style_2 .aboutUs p, .vcrd_style_2 .second_media ul li a h4{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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;
}
/*----------------------------------------------
    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: 7px 15px;
    align-items: center;
    color: #fff!important;
}

.second_media {
    margin-top: 30px;
    overflow: hidden;
}

.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;
}
.vcardUserInfo *{
    color: #fff!important;
}

/*.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%);
}
.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!important;
}
.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;
}
.addToContact.style_4 a{
    color:  #fff!important;
}

a.aboutMe.style8_about {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
}