.page-header.float_l {
    background-image: url('../images/page-header-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
.page-header.float_l h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 80px;
    color: #fff;
    line-height: 90px;
    padding: 45px 0 25px 0;
}
.cardio .text {
    float: left;
    width: 53%;
    padding: 50px 0 0 0;
}
.cardio .image {
    float: right;
    width: 40%;
    margin: 25px 0;
}
.cardio .image img {
    float: left;
    border: 9px solid #fff;
    box-shadow: 0px 0px 11px #7aaedf;
}
.cardio .text .heading {
    font-size: 42px;
    color: #003471;
    line-height: 52px;
    padding: 0 0 15px 0;
}
.cardio .text .simple-text {
    line-height: 26px;
}
.cardio-ser.float_l {
    background-image: url('../images/cardio-ser-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.cardio-ser .heading {
    text-align: center;
    font-size: 40px;
    border-bottom: 6px solid #2f80b7;
    line-height: 52px;
    padding: 0 0 20px 0;
}
.cardio-ser-box {
    background-image: url('../images/white45.png');
    float: left;
    margin: 35px 1.5%;
    width: 47%;
    padding: 50px 30px;
}
.cardio-ser-box .cond {
    font-size: 25px;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 16px;
    margin: 3px 0 20px 0;
}
.cardio-ser-box .cond:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
}
.cardio-testi.float_l {
    padding: 58px 0;
}
.cardio-testi.float_l .heading {
    font-size: 42px;
    color: #003471;
    line-height: 52px;
    padding: 0 0 15px 0;
    text-align: center;
}
.testi-box {
    float: left;
    width: 84%;
    margin: 15px 3%;
    padding: 45px 100px 45px 45px;
    position: relative;
    background-color: #e4eff7;
}
.testi-box .testi-text, .testi-box .testi-name {
    line-height: 26px;
}
.testi-box .testi-name {
    margin: 24px 0 0 0;
}
.testi-navi.float_l {
    text-align: center;
    margin: 30px 0 0 0;
}
.testi-box-main a.left-btn, .testi-box-main a.right-btn {
    float: left;
    width: 5%;
    margin: 90px 0 0 0;
}
.cardio-appointment.float_l {
    background-color: #2f80b7;
    padding: 30px 0;
}
.cardio-appointment .text {
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
}
.cardio-appointment a.con {
    float: right;
    color: #fff;
    margin: 0;
    padding: 8px 45px;
    font-size: 20px;
    text-decoration: none;
    background-color: #003471;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cardio-appointment a.con:hover {
    background-color: #bf1e2e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}