/*----------------------------------------------
 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;
}
.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 {
    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 {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;
    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;
}
.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: row;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
}
.leftCoverImg.coverImg {
    width: 275px;
    min-height: 477px;
    margin-right: 18px;
}

.leftCard {height: 100%;}

.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: contain;
}

.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: 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;
}
.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;
}

.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;
}