body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f9fc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.pCard_card {
    width: 400px;
    height: 615px;
    margin: 50px auto;
    /* -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; */
    background-color: #f6fcfe;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow: hidden;
}

/****************
Back
****************/

.pCard_card .pCard_back {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 21%;
    /*margin-top: -129px;*/
    font-weight: 600;
    z-index: 1;
}

.pCard_card .pCard_back a {
    text-decoration: none;
}

/****************
UP
****************/

.pCard_card .pCard_up {
    position: absolute;
    width: 100%;
    height: 545px;
    background-image: url(../Image/Image_Profile.jpg);
    background-position: 50%;
    background-size: cover;
    z-index: 3;
    text-align: center;
    /* -webkit-border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -ms-border-top-left-radius: 30px;
    -o-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px; */
    /* border-top-right-radius: 30px; */
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_up {
    height: 130px;
    box-shadow: 0 0 17px #CFD8DC;
}

.pCard_card .pCard_up .pCard_text {
    position: absolute;
    top: 390px;
    left: 0;
    right: 0;
    color: #f1f7f9;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_up .pCard_text {
    top: 20px;
}

.pCard_card .pCard_up .pCard_text h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.pCard_card .pCard_up .pCard_text p {
    margin: 0;
    font-size: 16px;
    color: #E3F1F5;
}

.pCard_card .pCard_up .pCard_add {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    /* background-color: #ed145b; */
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 465px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_up .pCard_add {
    -webkit-transform: rotate(360deg) scale(.5);
    -moz-transform: rotate(360deg) scale(.5);
    -ms-transform: rotate(360deg) scale(.5);
    -o-transform: rotate(360deg) scale(.5);
    transform: rotate(360deg) scale(.5);
    /* top: 470px; */
}

/****************
Down
****************/

.pCard_card .pCard_down {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 178px;
    z-index: 2;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    -o-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    -o-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_down {
    height: 100px;
    -webkit-box-shadow: 0 0 30px #CFD8DC;
    -moz-box-shadow: 0 0 30px #CFD8DC;
    -ms-box-shadow: 0 0 30px #CFD8DC;
    -o-box-shadow: 0 0 30px #CFD8DC;
    box-shadow: 0 0 30px #CFD8DC;
}

.pCard_card .pCard_down div {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 70px;
    font-size: 18px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_down div {
    margin-top: 10px;
}

.pCard_card .pCard_down div p:first-of-type {
    color: #68818c;
    margin-bottom: 5px;
}

.pCard_card .pCard_down div p:last-of-type {
    color: #334750;
    font-weight: 700;
    margin-top: 0;
}

.btn-section .fixed-btn-section {
    position: fixed;
    top: 37%;
    display: flex;
    align-items: center;
    right: 40%;
}

/* .vcard-fifteen.main-content {
    max-width: 576px;
    min-height: 45vh !important;
    background-color: #ffffff;
} */

@media screen and (max-width: 1279px) {
    div.pCard_card.profile {
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    div.pCard_card .pCard_up {
        height: 98%;
    }

    div.pCard_card.pCard_on .pCard_up {
        height: 350px;
    }

    div.pCard_card.profile.pCard_on .pCard_up .pCard_text {
        top: 150px;
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 780px ;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 750px;
    }

    .pCard_card .pCard_up .pCard_text h2 {
        font-size: 50px;
    }

    .pCard_card .pCard_up .pCard_text p {
        font-size: 30px;
    }

    div.pCard_card.pCard_on .pCard_up .pCard_add {
        top: 690px ;
    }
    

    .vcard-fifteen.main-content {
        max-width: 1100px;
        min-height: 100vh;
        /* background-color: #ffffff; */
    }

    .pt-30 {
        padding-top: 268px;
    }

    .btn-section .fixed-btn-section {
        position: fixed;
        top: 49%;
        display: flex;
        align-items: center;
        right: 6%;
    }
}

@media screen and (max-width: 360px) {

    div.pCard_card.profile.s5 .pCard_up .pCard_add {
        top: 510px;
    }

    div.pCard_card.s5 .pCard_up .pCard_text {
        top: 350px;
    }

    div.pCard_on.profile.s5 .pCard_up .pCard_add {
        top: 530px;
    }

    div.profile.pCard_on .pCard_up {
        height: 170px !important;
    }

    .pt-30 {
        padding-top: 30px !important;
    }
}
@media only screen and (min-height: 1300px) and (max-height: 2400px) {

    div.pCard_card.profile.s5 .pCard_up .pCard_add {
        top: 1300px;
    }

    div.pCard_card.s5 .pCard_up .pCard_text {
        top: 1100px;
    }

    div.pCard_on.profile.s5 .pCard_up .pCard_add {
        top: 880px;
    }

    div.profile.pCard_on .pCard_up {
        height: 505px !important;
    }

    .pt-30 {
        padding-top: 120px !important;
    }
    .btn-section .fixed-btn-section {
        position: fixed;
        top: 28%;
        display: flex;
        align-items: center;
        right: 6%;
    }
}

@media screen and (max-width: 767px) {
    div.pCard_card.profile.pCard_on .pCard_up .pCard_text {
        top: 40px;
    }

    .pCard_card .pCard_up .pCard_text h2 {
        font-size: 25px;
    }

    .pCard_card .pCard_up .pCard_text p {
        font-size: 16px;
    }

    div.pCard_card.profile {
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    div.profile .pCard_up {
        height: 80%;
    }

    div.profile.pCard_on .pCard_up {
        height: 200px;
    }

    div.pCard_on .pCard_up .pCard_text {
        top: 40px;
    }

    div.pCard_on .pCard_down {
        height: 100px
    }

    div.pCard_on .pCard_up .pCard_add {
        top: 500px;
    }
}

@media screen and (max-width: 735px) {
    div.pCard_on .pCard_up .pCard_add {
        top: 592px;
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 530px;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 430px;
    }
}

@media screen and (max-width: 639px) {
    div.pCard_on .pCard_up .pCard_add {
        top: 500px;
    }
}

@media screen and (max-width: 200px) {
    .pt-1 {
        padding-top: 2.25rem !important;
        margin-right: -15px;
    }
}
@media screen and (max-width: 567px) {
    div.pCard_on.profile .pCard_up .pCard_add {
        top: 530px;
    }

    div.profile .pCard_up {
        height: 92%;
    }

    .pt-30 {
        padding-top: 80px;
    }

    .pt-1 {
        padding-top: 4.25rem !important;
        margin-right: -15px;
    }

    div.pCard_card .pCard_up .pCard_text {
        top: 280px;
    }

    div.pCard_card .pCard_up .pCard_add {
        top: 355px;
    }

    div.pCard_on.profile .pCard_up .pCard_text {
        top: 40px;
    }

    .pt-5 {
        padding-top: 25px;
        /* margin-top: 55px; */
        margin-right: -15px;
    }

    .pt-80 {
        padding-top: 120px;
    }

    .btn-section .fixed-btn-section {
        position: fixed;
        top: 50%;
        display: flex;
        align-items: center;
        right: 2%;
    }

}

@media screen and (max-height: 600px){

    div.pCard_card.profile.s5 .pCard_up .pCard_add {
        top: 395px;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 335px;
    }
}


@media only screen and (min-width: 500px) and (max-width: 730px) {

    div.pCard_card.pCard_on.profile .pCard_up .pCard_add {
        top: 1450px;
    }

    div.profile .pCard_up {
        height: 96%;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 555px;
        padding: 10px
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 1324px;
    }

    .mobile-gap {
        padding-top: 5rem !important;
        padding-bottom: 3rem !important;
    }


    .pt-5 {
        padding-top: 60px !important;
        /* margin-top: 55px; */
        margin-right: -15px;
    }

    .btn-section .fixed-btn-section {
        position: fixed;
        top: 55%;
        display: flex;
        align-items: center;
        right: 8%;
    }

    .vcard-fifteen.main-content {
        max-width: 600px;
        min-height: 100vh;
        background-color: #ffffff;
    }

    .container,
    .container-sm {
        max-width: 600px;
    }

    .px-30 {
        padding-left: 125px;
        padding-right: 125px;
    }

    .my-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    /* .pt-30 {
        padding-top: 275px;
    } */

}

/* @media only screen and (min-width: 375px) and (max-width: 414px) {
    div.pCard_card.profile .pCard_up .pCard_text {
        top: 625px;
        padding: 10px
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 725px;
    }

} */

@media only screen and (min-width: 376px) and (max-width: 812px) {
    div.pCard_card.profile.pCard_on .pCard_up .pCard_text {
        top: 40px;
    }

    /* div.pCard_card.pCard_on.profile .pCard_up .pCard_add {
        top: 600px;
    } */

    div.profile .pCard_up {
        height: 96%;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 425px;
        padding: 10px
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 530px;
    }

    /* .mobile-gap {
        padding-top: 5rem !important;
        padding-bottom: 3rem !important;
    } */

    .btn-section .fixed-btn-section {
        position: fixed;
        top: 43%;
        display: flex;
        align-items: center;
        right: 2%;
    }

    
    .pt-80 {
        padding-top: 130px;
    }

    .w-50 {
        width: 100%!important;
    }

    .vcard-fifteen.main-content {
        max-width: 770px;
        /* min-height: 100vh;
        background-color: #ffffff; */
    }

    /* .px-30 {
        padding-left: 125px;
        padding-right: 125px;
    } */
}


@media only screen and (min-width: 414px) and (max-width: 736px) {
    div.profile .pCard_up {
        height: 95%;
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 525px;
    }

    div.pCard_card .pCard_up .pCard_text {
        top: 440px;
    }

    div.pCard_on.profile .pCard_up .pCard_add {
        top: 545px !important;
    }

    .btn-section .fixed-btn-section {
        position: fixed;
        top: 49%;
        display: flex;
        align-items: center;
        right: 3%;
        right: 3%;
    }

    
    /* .pt-80 {
        padding-top: 130px;
    }

    .w-50 {
        width: 100%!important;
    } */

    /* .mobile-gap {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    } */

    /* .vcard-fifteen.main-content {
        max-width: 600px;
        min-height: 100vh;
        background-color: #ffffff;
    }

    .container,
    .container-sm {
        max-width: 600px;
    } */
}

/*@media only screen and (min-width: 375px) 
    and (max-width: 667px){ 

div.pCard_on.profile .pCard_up .pCard_add {
    top: 520px !important;
}
div.profile .pCard_up {
    height:75%;
}
div.pCard_card.profile .pCard_up .pCard_add {
    top: 450px;
}
div.pCard_card .pCard_up .pCard_text {
    top: 370px;
}
}
*/
/*@media only screen and (min-width: 320px) 
    and (max-width: 568px){ 
.pCard_card .pCard_up .pCard_add i {
    color: white;
    font-size: 30px;
    line-height: 75px;
}
div.pCard_card.profile .pCard_up .pCard_add {
    top: 380px;
    width: 70px;
    height: 70px;
}
div.pCard_card .pCard_up .pCard_text {
    top: 310px;
}
div.pCard_on.profile .pCard_up .pCard_add {
    top: 435px !important;
}

}

@media only screen and (min-width: 411px) 
    and (max-width: 731px){

div.pCard_card.profile .pCard_up .pCard_add {
    top: 510px;
}
div.pCard_on.profile .pCard_up .pCard_add {
    top: 600px !important;
}
}

@media only screen and (min-width: 360px) 
    and (max-width: 640px){

div.pCard_card.profile .pCard_up .pCard_add {
    top: 440px;
}
div.pCard_card .pCard_up .pCard_text {
    top: 350px;
}
}*/