/*xx-layout*/
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  

}
/*xl-layout*/
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
 

}


/* Medium Layout: 1280px. lg-layout*/
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .vcardStyle_3 {
        height: 450px;
    }
    .bottomStyle_3 a {
        border-radius: 7px;
        padding: 5px 13px;
        font-size: 14px;
    }
     .vcardStyle_3 {
        min-height: 630px;
    }
    .leftCoverImg.coverImg {
        width: 275px;
        height: 100%;
        margin-right: 18px;
    }
}



/* Tablet Layout: 768px. md-layou*/
@media only screen and (min-width: 768px) and (max-width: 991px) { 
  .leftCoverImg.coverImg {
      padding: 69px 0;
   }
   .w_100 {
        width: 100%!important;
        flex: 100%;
        max-width: 100%;
    }
    .leftUserdetails{
        padding-bottom: 15px;
    }
  
    .vcardStyle_3 {
        min-height: 465px;
    }
}




/* Mobile Layout: 320px. xs-layout*/
@media only screen and (max-width: 767px) { 

 .vcardArea .container{
 	padding: 0;
 }

 .coverImg {
    height: 200px;
}
.vcardBodyTop {
    margin-bottom: 52px;
}
.userImg {
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translate(-50%, -3%);
}
.userImg img {
    height: 100px;
    width: 100px;
    border: 5px solid #ddd;
}
.vcardContent {
    height: 270px;
}
.vacrdTopContent {
    min-height: auto;
    margin-top: 11px;
}
.vacrdTopContent{
    min-height: 530px;
}

.share_btn{
    display: none;
}
.shareCard, .bottomNav{display: block;}

.xs-hidden{
    visibility: hidden;
}
.pb-xs-10{
    padding-bottom: 20px;
}
.style_4.vacrdTopContent{
    margin-top: 0;
    min-height: 100vh;
}
.vcardArea {
    height: auto;
    display: block;
}
.user_Img.style_4 img {
    height: 90px;
    width: 90px;
}
.style_4_cover {
    display: flex;
    position: relative;
    transform: translateY(94px);
    margin-left: 20px;
    align-items: center;
}
.vcardContent.style_4 {
    height: 225px;
}

.vcardStyle_3 {
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
}
.vcardStyle_3 {
    min-height: 450px;
    padding-bottom: 20px;
}
.leftCoverImg.coverImg {
    width: 100%;
    padding: 34px 10px;
}
.leftUserdetails {
    margin-bottom: 15px;
}
.shareCard.active{
    bottom: 38px;
}
.leftCoverImg.coverImg {
    width: 100%;
    min-height: 413px;
    margin-right: 0;
}
.vacrdTopContent.style_1 {
    height: 100vh;
    margin-top: 0;
}
.rightCard {
    flex-direction: row;
    overflow: hidden;
    width: 360px;
}
/*.aboutUs p, .second_media ul li a h4{
    width: 320px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/
.vcardStyle_3 .rightCard{
    flex-direction: column;
}
/**
  *** end 320
**/ 

.leftCoverImg.coverImg {
    width: 100%;
    padding: 34px 10px;
}
.leftUserdetails {
    margin-bottom: 15px;
}
.shareCard.active{
    bottom: 38px;
}
.leftCoverImg.coverImg {
    width: 100%;
    min-height: 413px;
    margin-right: 0;
}
.vacrdTopContent.style_1 {
    height: 100%;
    margin-top: 0;
}
.vcardArea{
    padding-top: 0
}
.xs-pb-60{
    padding-bottom: 60px
}
.bottomStyle_3 a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.vcardTopContent {
    background: rgba(255,255,255,.5);
    min-height: 271px;
    position: relative;
    width: 96%;
    bottom: 0;
    left: 6px;
    right: 2px;
    padding: 10px;
    top: auto;
}
.vcardTopContent {
    margin-top: 175px;
}
.vd_flex h4 {
    font-size: 14px;
}

.vcardHeadingTop_details h4 {
    font-size: 19px;
}

.vcardHeadingTop_details p {
    font-size: 14px;
}

.vcardHeadingTop_details {
    margin-top: 1px;
}
}


/*sm-layout*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  
}


/*Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
   
   
}