/* START Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(219, 86, 71, 0.6);
    }
    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 8px rgba(219, 86, 71, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(219, 86, 71, 0);
    }
}
/* END Animations */

body .slides .main-slide-text {
    bottom: 79px;
    top: auto;
}
@media (max-width: 620px) {
    body .slides .main-slide-text p {
        font-size: 1rem !important;
        line-height: 1.7rem;
    }

    body .slides .main-slide-text {
        bottom: 0;
    }
}

/* START Home page slider call to action button START */

body .slider .callToAction-v1 {
    background: none;
    height: auto;
    padding: 0px 0px 12px 0px;
}
body .slider .callToAction-v1 .action.button {
    background: #db5647e8;
    padding: 0px 25px;
    border: 3px solid #f9d0d0;
    border-radius: 3px;
    
    animation: pulse 1.6s infinite;
    position: relative;
}
body .slider .callToAction-v1 .action.button a {
    font-size: 1.2rem;
}
body .callToAction-v1__specialoffer {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #db5647e8;
    padding: 8px 0px;
}
body .callToAction-v1__specialoffer p {
    color: #ffffff;
    font-size: 1.2rem !important;
}
body .callToAction-v1__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 620px) {
    body #project01 .sectionContainer .title.dark {
        padding: 0;
        text-align: center;
    }
    body .callToAction-v1__specialoffer p {
        font-size: 1.2rem !important;
    }
}
/* END Home page slider call to action button END */


/*START fix-footer */
body .fix-footer {
    background: #db5647e8;
    text-align: center;
}
body .sales-popup-form.show {
    z-index: 999999;
}
/* END fix-footer */

/*START Services special offer */
body .services .services__special-offer {
    background: #db5647e8;
    display: flex !important;
    align-items: center;
    padding: 20px;
    text-align: center;
    font-size: 1.5rem;
    
    cursor: pointer;
}
.services__special-offer p {
    color: #ffffff;
}
@media (max-width: 620px) {
    body .services .services__special-offer {
        display: none !important;
    }
}
/* END Services special offer */

/*START Video-player */
body .ytVideoBlock {
    z-index: 999999;
}
/*END Video-player */

/* START services */
@media screen and (max-width: 960px) {

    .aboutus.container._sidebar {
        flex-direction: column-reverse;
    }
}

/* END services */

/* START price card */
body .container.fullwidth .price-card {
    flex-direction: column;
    gap: 12px;
}
body .container.fullwidth .price-card__content {
    display: flex;
    flex: 1;
    margin: 0;
}
body .container.fullwidth .price-card__content .col-6 {
    margin: 0;
}
body .container.fullwidth .price-card__content .col-4 {
    margin: 0;
}
body .container.fullwidth .price-card__action {
    display: flex;
    justify-content: center;
}
body .container.fullwidth .price-card__action button {
    width: 40%;
    padding: 8px;
    background: #949ba4;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
@media (max-width: 620px) {
    body .container.fullwidth .price-card__action button {
        width: 100%;
        font-size: 1.2rem;
    }
}
/* END price card */

body .sideform p {
    color: #ffffff;
}
/* Foote */
@media (max-width: 620px) {
    body .container.cat-relinck .output-footer-link {
        padding: 12px 14px;
    }    
}
.head-section__image {
    height: calc(80vh - 79px);
    overflow: hidden;   
}
.head-section__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.head-section__image-container {
    position: relative;
    height: inherit;
}
.head-section__text {
    position: absolute;
    right: 16px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.head-section__text p {
    color: #fff;
    font-size: 2rem;
    text-align: right;
    line-height: 3rem;
    background-color: rgba(78,85,95,.9);
    padding: 5px 10px;
}
@media (max-width: 620px) {
    .head-section__text {
        padding: 6px;
    }
    .head-section__text p {
        font-size: 1.2rem;
    }
}

.header .container .adress {
    cursor: pointer;
}
@media (max-width: 620px) {
    .container.seotext {
        padding: 0px 0px 32px 0px;
    }
    
    #project01 {
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }
    
    #mainpage .aboutUs {
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
    #mainpage .aboutUs img {
        top: 0;
        height: auto;
        margin: 0 auto;
        max-width: 1600px;
        width: 95vw;
    }
    .portfolio__header .title-portfolio {
        text-align: center;
    }
    #mainpage .portfolio {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .header {
        padding: 6px 0;
        height: min-content !important;
    }
    
    .burgerNav {
        flex-direction: column;
        justify-content: center;
    }
}
#mainpage .portfolio {
    padding-top: 0;
}
#mainpage .portfolio .sectionContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
}
.portfolio__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loader p {
    text-align: center;
}
/* subnav */
.subnav .nav.lang {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 16px !important;
}
.subnav .nav.lang li {
    margin: 0;
}
.subnav .nav.lang .active {
    text-decoration: underline;
    color: #fff;
}
/* services */
@media (max-width: 620px) {
    .ourworks .category li {
        width: 100%;
    }    
}

/* teamBio */
@media (max-width: 620px) {
    .item .itemName {
        font-weight: 700;
        line-height: 1;
        text-align: left !important;
    }
    #teamBio .itemPosition {
        font-size: 1.2rem !important;
        text-align: left !important;
    }
    .readmore {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
        padding-right: 10px;
    }
    .readmore span {
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .teamList .teamTextWrapper {
        padding: 12px;
    }
    .teamList .teamTextWrapper .shortBio p {
        padding: 0px 0px 10px 0px !important;
    }
    .teamList .teamTextWrapper .shortBio h3 {
        padding: 0 !important;
    }
}
.leftsideform input[name="submit"] {
    color: #ffffff !important;
}
.clinic-name {
    text-decoration: underline;
    padding-bottom: 10px;
    cursor: pointer;
}

/* google reviews block */
.google-reviews__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.google-reviews__header h2 {
    padding: 0;
    font-size: 2.1rem;
}
.google-reviews__logo {
    height: 40px;
}
.google-reviews__logo img {
    height: inherit;
    width: 150px;
}
.google-reviews__content {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}
.google-reviews__info {
    display: flex;
    flex-direction: column;
}
.google-reviews__info > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.google-reviews .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}
.google-reviews__content-wrapper {
    display: flex;
    flex-direction: column;
    width: 33%;
    gap: 8px;
}
.google-reviews__more {
    display: flex;
    justify-content: center;
}
.google-reviews__info-stars {
    color: #e6cd22;
}
.google-reviews__more a {
    padding: 6px;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    width: 150px;
    text-align: center;
    background: #4381ff;
    border-radius: 5px;
}
.aboutUs {
    padding-bottom: 0;
}
@media (max-width: 620px) {
    .google-reviews__content-wrapper {
        width: auto;
    }
    .google-reviews__header h2 {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.1;
    }
    .google-reviews .container {
        padding: 0px 10px 12px 10px;
    }
    
}