:root{
    --text-color: #444444;
    --color-one: #9A2F2F;
    --color-two: #1344A5;
    --heading: 48px;
    --heading-color: #444444;
}

body{
    font-family: 'EuropaNuova', sans-serif;
    line-height: 1.9;
    color: var(--text-color);
}
.heading{
    color: var(--heading-color);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 700;
}
h1, .h1{
    font-size: 45px;
}
h2, .h2{
    font-size: 40px;
}
h3, .h3{
    font-size: 35px;
}
h4, .h4{
    font-size: 30px;
}
h5, .h5{
    font-size: 25px;
}
h6, .h6{
    font-size: 20px;
}
dl, ol, ul {
    margin: 0 0 1rem;
    padding-left: 18px;
}
.spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ppc-sb-heading {
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}
.ppc-sidebar-banner {
    height: 600px;
    background-size: cover;
    background-position: center 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}
.ppc-sb-btn {
    background-color: var(--btn-bg-color);
    border: 2px solid var(--btn-bg-color);
    border-width: 2px;
    color: var(--btn-text-color);
    padding: 12px 25px 12px 25px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    font-weight: 700;
    white-space: normal;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 18px;
}
body .ppc-btn {
    background-color: var(--btn-bg-color);
    border: 2px solid var(--btn-bg-color);
    border-width: 2px;
    color: var(--btn-text-color);
    padding: 12px 25px 12px 25px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    font-weight: 700;
    white-space: normal;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 18px;
}
body input.wpcf7-submit.ppc-btn:hover {
    background-color: transparent;
    border-color: var(--btn-bg-color);
    color: var(--btn-bg-color);
}
.ppc-sb-btn:hover{
background-color: transparent;  
    color: var(--btn-bg-color);
}
.ppc-sb-btn.ppc-sb-btn-white-outline {
    background-color: transparent;
    border-color: #fff;
}
.ppc-sb-btn.ppc-sb-btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--btn-bg-color);
}
.light-bg {
    background: #f4f4f4;
}
.ppc-sb-service-offered-section.light-bg{
     background: #fbfbfb; 
}
.ppc-sb-footer-form {
    background: var(--color-one);
    color: #fff;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    background-color: #dc3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: auto;
    line-height: 1;
    color: #fff;
}
.form-btn {
    position: relative;
    width: 220px;
}
.form-btn .btn{
    width: 100%;
}

.ppc-sb-header-left {
    width: 400px;
    display: flex;
    align-items: center;
    color: #fff;
}
.ppc-sb-header-right {
    width: calc(100% - 400px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ppc-sb-header {
    padding: 10px 0;
}
.ppc-sb-header.shrink {
    background: var(--color-one);
}
.ppc-sb-header-logo img{
    max-width: 280px;
}
.ppc-sb-header-logo svg {
    width: 280px;
    height: 60px;
}
.ppc-sb-phone-title-wrap {
    display: flex;
    align-items: center;
}
.ppc-sb-header-phone a {
    text-decoration: none;
    color: #fff;
}
.ppc-sb-header-phone a:hover {
    color: #fff;
}
.ppc-sb-header-phone .ppc-sb-phone-icon {
    width: 26px;
    height: 26px;
}

.ppc-sb-header-phone .ppc-sb-phone-title {
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    letter-spacing: 3px;
}
.ppc-sb-header-phone .ppc-sb-phone-no {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
}

/****************************/
.ppc-footer {
    position: relative;
    margin-top: 80px;
}
.ppc-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: url(../ppc-with-sidebar/images/bg-1.webp);
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.footer-map iframe {
    width: 100%;
    height: 650px;
}
.footer-logo {
    margin-top: 50px;
}
.footer-logo svg {
    max-width: 400px;
    height: 85px;
    width: 100%;
}
.footer-logo img{
    max-width: 400px;
}

.footer-social-links {
    margin-top: 50px;
}
.footer-social-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-social-links ul:before {
    content: "";
    width: calc(50% - 150px);
    height: 1px;
    background: rgba(255,255, 255, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.footer-social-links ul:after {
    content: "";
    width: calc(50% - 150px);
    height: 1px;
    background: rgba(255,255, 255, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.footer-social-links li + li {
    margin-left: 15px;
}
.footer-social-links li a {
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    padding: 15px;
    border: 1px solid #fff;
}
.footer-social-links li a:hover {
    background: #fff;
}
.footer-social-links li svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.footer-social-links li svg path {
    fill: #fff;
}
.footer-social-links li a:hover svg, .footer-social-links li a:hover svg path{
    fill: var(--color-one);
}
.copyrights {
    padding: 30px 0;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.ppc-sb-image-with-content{
    background-size: cover;
    background-position: center;
}
.ppc-sb-image-with-content .image:before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    bottom: 0;
    z-index: -1;
    border: 0.98px solid var(--color-two);
}
.ppc-sb-image-with-content .image {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}
.ppc-sb-banner-btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.ppc-sb-banner-btns a + a{
    margin-left: 10px;
}
.ppc-sb-banner-btns span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
}
.ppc-sb-content-box {
    background: #fff;
    padding: 50px;
}
.ppc-page-with-sidebar .ppc-sb-bgimage-with-content {
    background-position: center right;
}
.ppc-sb-bgimage-with-content {
    background-position: center right;
    background-size: cover;
}
.ppc-sb-footer-form .form-control,
.ppc-sb-form-section .form-control {
    padding: 15px;
    border-radius: 0;
    color: #666;
    border: 1px solid #ccc;
}
.ppc-sb-form-section {
    background: url(../ppc-with-sidebar/images/bg-3.webp);
    background-size: cover;
    background-position: 100% 90%;
}

.ppc-sb-awards-slider .item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid transparent;
}
.ppc-sb-awards-slider .item img {
    height: 90px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}
.ppc-sb-awards-slider .item:hover {
    border-color: var(--color-one);
}
.ppc-sb-awards-slider .item:hover img {
    filter: grayscale(1);
}

/* Testimonials Section */
.ppc-sb-testimonials-section {
    background: url(../ppc-with-sidebar/images/bg-2.webp);
    background-size: cover;
}
.ppc-sb-testimonials-section .owl-stage{
    margin-top: 70px;
    display: flex;
}
.ppc-sb-testimonials-section .item {
    background: #fff;
    border: 1px solid #1344A566;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 100%;
}
.ppc-sb-testimonials-section .desc-wrap {
    padding: 20px;
    height: 100%;
}
.ppc-sb-testimonials-section .name {
    padding: 10px 20px;
    border-top: 1px solid #1344A566;
    display: flex;
    align-items: center;
}
.ppc-sb-testimonials-section .first-char {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: var(--color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
    padding: 4px;
}
.ppc-sb-testimonials-section .name span {
    font-size: 18px;
    font-weight: 700;
}
.ppc-sb-testimonials-section .quote {
    background: var(--color-two);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 20px;
}
.ppc-sb-testimonials-section .quote .icon{
    width: 45px;
    height: 45px;
}
.ppc-sb-testimonials-section .star-rating {
    display: flex;
    margin-bottom: 10px;
}
.ppc-sb-testimonials-section .star-rating .star {
    width: 28px;
    height: 28px;
}
.ppc-sb-testimonials-section .star-rating .star + .star{
    margin-left: 3px;
}

.ppc-sb-testimonials-section .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -50px;
    right: 0;
}
.ppc-sb-testimonials-section .owl-nav button {
    width: 55px;
    height: 55px;
    background: transparent !important;
    color: var(--color-one) !important;
    font-size: 30px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--color-one) !important;
}
.ppc-sb-testimonials-section .owl-nav button span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.ppc-sb-testimonials-section .owl-prev span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-one);
    border-left: 2px solid var(--color-one);
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ppc-sb-testimonials-section .owl-next span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ppc-sb-testimonials-section button.owl-prev {
    margin-right: 15px;
}
.ppc-sb-testimonials-section .owl-nav button:hover{
    background: var(--color-one) !important;
    color: #fff !important;
}
.ppc-sb-testimonials-section button:hover span:before{
    border-color: #fff;
}
.treatment-inc .row {
	justify-content: center;
}
.treatment-inc .ppc-sb-services-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.treatment-inc .ppc-sb-services-title {
	margin-bottom: 0px;
}
.ppc-sb-services-box-content {
    padding: 40px 25px;
    height: 100%;
    border: 1px solid #fff;
    background: rgba(235, 243, 248, .8);
    position: relative;
}
.ppc-sb-services-box-image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
}
.ppc-sb-services-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ppc-sb-services-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000;
}
.ppc-sb-services-box {
    height: 100%;
    position: relative;
}
.ppc-sb-services-box:hover .ppc-sb-services-box-image {
opacity: 1;
}
.ppc-sb-services-description p:last-child {
    margin: 0;
}
.ppc-sb-services-list {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.accept-item img {
    width: auto !important;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.accept-item {
    height: 140px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: revert-layer;
}

.page-id-1714 .awards-section.py-4 {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
button.owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.6) !important;
    border-radius: 50%;
    margin: 5px;
}
button.owl-dot.active{
    background: rgba(0,0,0,1) !important;
}

.ppc-sidebar-form {
    background: var(--color-one);
    padding: 25px;
}
.sidebar-form-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.ppc-sidebar-form .form-control {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
body input.wpcf7-submit.ppc-btn:hover {
    background-color: transparent;
    border-color: var(--btn-bg-color);
    color: var(--btn-bg-color);
}
.ppc-page-with-sidebar .bg-image-with-content {
    background-position: center right;
}
.powered-logo img {
    max-width: 200px;
}
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_lab {
    width: 100%;
    text-align: left;
}
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld input[type = text], 
.ppc-sidebar-form  input[type = password], 
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld textarea{
    width: 100%;
}
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld_slt,
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld {
    width: 100%;
}