body {
    background-color: #F7F7F7;
}

.bg-white {
    background-color: #FFF;
}

._form_13 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

._form_13 input,
._form_13 select {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #333;
}

._form_13 input[type='checkbox'],
._form_13 input[type='radio'] {
    display: inline-block;
    width: auto;
    height: auto;
    box-shadow: none;
}

._form_13 input[type='checkbox']~span label {
    font-weight: 200;
}

._form_13 ._form-content {
    margin: 0 -10px !important;
}

._form_13 ._form_element {
    padding: 0 10px !important;
}

._form_13 ._x10204926 {
    padding: 0 !important;
}


/**
* Fields up to the treatments dropdown
*/

@media(min-width: 992px) {
    ._form_13 ._x75221829,
    ._form_13 ._x25336447,
    ._form_13 ._x16931024,
    ._form_13 ._field9,
    ._form_13 ._field10,
    ._form_13 ._field2,
    ._form_13 ._field4,
    ._form_13 ._field7 {
        width: 50% !important;
        float: left !important;
    }
}

._form_13 select {
    height: 34px !important;
}

._form_13 ._button-wrapper {
    padding-left: 10px !important;
    margin-top: 30px !important;
}

.ssl-image {
    margin-top: 15px;
}

._button-wrapper:after {
    content: url(<?php echo get_asset_path() . '/img/ssl-protected-image.png' ?>);
    display: block;
    margin-top: 15px;
}

@media(min-width: 480px) {
    ._button-wrapper:after {
        width: 150px;
    }
    ._button-wrapper:after {
        display: inline-block;
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #CCC;
        vertical-align: middle;
        margin-top: 0 !important;
    }
}

.customer-service-img {
    margin-top: 5px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

@media(min-width: 992px) {
    .customer-service-img img {
        margin-right: 20px;
    }
}

.customer-service-img .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.why_choose_pp ul li .fa-li {
    font-size: 12px;
}

@media(min-width: 580px) {
    .why_choose_pp ul.fa-ul {
        border-left: 1px solid #DDD;
        padding: 15px 0;
        margin-left: 1.14286em;
    }
    .why_choose_pp ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .why_choose_pp ul li:last-child {
        margin-bottom: 0;
    }
    .why_choose_pp ul li .fa-li {
        top: .5em;
        left: -1.09em;
    }
    .why_choose_pp ul li strong {
        margin-left: 30px;
    }
}

.reviews-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #DDD;
}

.reviews-section h2 {
    margin-top: 0;
}

.cta-links {
    padding: 15px 0;
    border-top: 1px solid #DDD;
}

.cta-links a {
    font-weight: 300;
}

.cta-links .fa.blue {
    font-size: 24px;
    margin-right: 10px;
}

.cta-links .fa-star {
    color: #f5a623;
}

.cta-links .fa-star:last-child {
    margin-right: 10px;
}

.pull-right-xs {
    display: block;
    margin-top: 15px;
}

@media(min-width: 480px) {
    .pull-right-xs {
        float: right;
    }
    .cta-links .pull-right-xs {
        margin-top: -5px;
    }
}