.c21 .PFG_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc( 100vh );
    background: url(/common/images/pages/C21/logo_big.jpeg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.c21 .PFG_logo .client-logo .the-logo{
    text-align: center;
}
.c21 .PFG_logo .price{
    padding-bottom: 0px
}
.c21 .PFG_logo .user-PFG img {
    width: 200px;
}
.c21 .PFG_logo .user-PFG {
    padding-top: 100px;
}
.c21 .client-logo {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.c21 .client-logo img{
    width: auto;
    max-height: 50px;
    padding: 0;
    margin: 0;
}
.c21 .PFG_logo h1{
    padding-bottom: 5px;
    font-size: 28px;
}
.c21 .PFG_logo h3{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
}
@media (max-width: 768px){
    .c21 .PFG_logo h3 {
        width: 100%;
        font-size: 14px;
    }
}

.c21 .PFG_logo .container{
    margin-top: 0px;
}
.c21 .PFG_logo .hero-content{
    /*position: absolute;*/
    /*top: 48px;*/
}

.c21 .ladda-button{
    position: relative;
    overflow: hidden;
    margin-left: 0;
    width: auto;
    height: 70px;
    padding: 0 5vw;
    border-radius: 8px;
    background-color: #003768;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-overflow: ellipsis;
    font-size: clamp(12px, 4vw, 24px);
    max-width: 90vw;
    margin: 0 auto;
}

.c21 .PFG_booking h2:before {
    content: "";
    display: block;
    border-top: solid 1px #003767;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.c21 .PFG_booking h2 {
    position: relative;
}

.c21 .PFG_booking h2 span{
    background: #fff;
    position: relative;
    z-index: 5;
}

.c21 .professional_photography_review .ladda-button{
    position: absolute;
    height: auto;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 769px) {
    .c21 .professional_photography_review .ladda-button {
        position: relative;
    }
}
.c21 .text-red{
    color: #003768;
}

.c21 small{
    color: inherit;
    font-size: 40%;
}