



.services-header-container {
    width: 480px;
    flex-shrink: 0;
}
.service-side-img-wrapper {
    width: 360px;
    flex-shrink: 0;
}
.service-main-img-wrapper {
    width: 100%;
    padding-right: 60px;
}
.service-images-for-boxes {
    display: none;
}
.home-services {
    min-height: 600px;
    padding-bottom: 150px;
}
.service-main-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("");
}
.service-side-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-side-img-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.service-main-img-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.services-links-wrapper {
    padding: 0 60px;
}
.service-link-text p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: var(--dark);
    /*padding-top: 10px;*/
    padding-bottom: 15px;
}
.service-button a {
    color: var(--blue);
    font-size: var(--buttonFontSize);
}

.single-service-wrapper {
    overflow: hidden;
    transition: all .7s ease;
}
.services-links-container .active-single-service .green-menu-link::before {
    width: 20px;
}
.services-links-container .active-single-service .green-menu-link p{
    margin-left: 30px;
}
.services-links-container .active-single-service .green-menu-link p::before {
    left: -30px;
}
.single-service-container {
    /*padding-bottom: 75px;*/
    padding-bottom: 45px;
}

:root {
    --s-h-zero: 0;
    --s-h-hundred: calc(100% + 2px);
    --s-h-auto: auto;
    --s-h-position: -1px;
    --s-small-h-zero: 0;
    --s-small-h-hundred: calc(100% + 2px);
    --s-small-h-auto: auto;
    --s-small-h-position: -1px;
}
.service-main-img-container:after {
    content: '';
    position: absolute;
    left: var(--s-h-position);
    top: var(--s-small-h-position);
    bottom: var(--s-small-h-auto);
    right: var(--s-h-auto);
    width: var(--s-h-zero);
    height: var(--s-small-h-hundred);
    background-color: white;
    transition: all .7s ease;
}
.service-side-img-container:after {
    content: '';
    position: absolute;
    left: var(--s-h-position);
    top: -1px;
    right: var(--s-h-auto);
    width: var(--s-h-zero);
    height: calc(100% + 2px);
    background-color: white;
    transition: all .7s ease;
}

.single-service-wrapper:first-child {
    padding-top: 0 !important;
}





.services-type-menu {
    padding-left: 60px;
    padding-bottom: 50px;
    position: relative;
}
.services-type-item p {
    font-size: var(--buttonFontSize);
    color: inherit;
    transition: all .4s ease;
    /*opacity: .5;*/
}
.services-type-item {
    border-bottom: 1px solid var(--lightBlue);
    padding-top: 15px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all .4s ease;
}
.services-type-item:hover {
    border-bottom: 1px solid var(--blue);
    padding-left: 10px;
}
.services-type-item:hover p {
    color: var(--blue);
    opacity: 1;
}
.active-services-type-item {
    cursor: default;
    border-bottom: 1px solid var(--blue);
}
.active-services-type-item:hover {
    border-bottom: 1px solid var(--blue);
    padding-left: 0;
}
.active-services-type-item p {
    padding-left: 15px;
    color: var(--blue);
    opacity: 1;
}
.services-header-container .section-name-container p {
    border-bottom: none;
}
.services-dot-container {
    position: absolute;
    top: 15px;
    left: 0;
    transition: all .7s ease;
}
.services-dot {
    width: 7px;
    height: 7px;
    background-color: var(--blue);
    margin-left: 60px;
    margin-top: 2px;
}


.service-link-text-container {
    padding-left: 30px;
}


@media only screen and (max-width: 1740px) {

}
@media only screen and (max-width: 1640px) {
    .services-header-container {
        width: 360px;
    }
    .service-side-img-wrapper {
        width: 300px;
    }
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1280px) {
    .service-main-img-wrapper {
        display: none;
    }
    .service-side-img-wrapper {
        width: 100%;
        padding-right: 60px;
        flex-shrink: 1;
    }
}
@media only screen and (max-width: 900px) {
    .service-link-text-container {
        padding-left: 0;
        padding-top:30px;
    }
    .service-side-img-wrapper {
        display: none;
    }
    .services-header-container {
        width: 100%;
    }
    .single-service-container .service-main-img-wrapper {
        display: block;
        height: 300px;
        padding-top: 30px;
    }
    .single-service-wrapper {
        border-bottom: 1px solid var(--blue);
        padding-top: 15px;
    }
    .services-header-container .section-name-container {
        margin-left: 0;
        padding-left: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .services-links-wrapper {
        padding: 0 15px;
        margin-top: 45px;
    }
    .services-header-container .section-name-container {
        padding-left: 15px;
    }
    .services-type-menu {
        padding-left: 15px;
    }
    .services-dot {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .home-services {
        padding-bottom: 100px;
    }
    .services-header-container .section-name-container {
        padding-bottom: 45px;
    }
    .services-type-menu {
        padding-bottom: 15px;
    }
    .single-service-container .service-main-img-wrapper {
        padding-top: 0;
    }
    .service-link-text-container {
        padding-top: 10px;
    }
    .single-service-container {
        padding-bottom: 45px;
    }
}