.service-block {
    padding: 74px 0 78px;
    position: relative;
}

.service-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    background: rgb(112, 92, 104);
    background: linear-gradient(30deg, rgba(112, 92, 104, 1) 10%, rgba(73, 118, 124, 1) 40%, rgb(65 106 138) 80%);
    z-index: 1;
}

.service-curve {
    position: absolute;
    bottom: 67%;
    width: 100%;
    left: 0;
    z-index: 2;
}

.service-bg-image {
    width: 100%;
    height: 32%;
    position: absolute;
    left: 0;
    top: 0;
}

.service-wrapper {
    position: relative;
    z-index: 2;
}

.service-heading h2,
.service-heading .sub-heading,
.service-heading .sub-heading i,
.service-heading p a,
.service-heading p {
    color: #fff;
    text-align: center;
    border-color: #fff;
}

.service-heading p a:hover {
	/*
    background: linear-gradient(to bottom, #01479A 0%, #01479A 100%) !important;
    background-position: 0 120%;
    background-repeat: repeat-x;
    background-size: 2px 8px;
    */
    color: #081542;
}

.service-center-image {
    height: 192px;
    margin: 0 22px;
    z-index: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.service-center-image:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5466561624649859) 0%, rgba(255, 255, 255, 0) 100%);
}

.service-image {
    position: relative;
}

.service-left-image {
    position: absolute;
    left: 0;
    height: 143px;
    border-radius: 8px 0 0 0;
    top: 25px;
    overflow: hidden;
}

.service-right-image {
    position: absolute;
    right: 0;
    height: 143px;
    border-radius: 0 8px 0 0;
    top: 25px;
    overflow: hidden;
}

.service-content {
    margin-top: 35px;
}

.service-main-image {
    position: relative;
    max-width: 330px;
    margin: 0 auto;
}

.service-stock-col {
    position: relative;
}

.service-stock-col-box {
    position: relative;
    padding: 22px 26px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(37, 64, 81, 0.5);
    margin-left: 73px;
    z-index: 1;
}

.service-stock-col img {
    position: absolute;
    left: -38px;
    top: -28px;
    max-width: 175px;
    z-index: -1;
}

.service-stock-col-box p {
    font-weight: 500;
    font-size: 16px;
}

.service-stock-flex {
    margin-top: 45px;
}

.service-stock-col-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #081542;
    padding-bottom: 8px;
}

.service-stock-image-box {
    width: 69px;
    height: 70px;
    border-radius: 8px;
    border: 4px solid #fff;
    box-shadow: 0 0 8px rgba(37, 64, 81, 0.5);
}

.service-stock-slide {
    text-align: left;
}

.service-stock-slide h5 {
    font-size: 16px;
    font-weight: 700;
    color: #081542;
    display: block;
    margin-top: 5px;
    text-transform: none;
}

.js-service-stock-slider.slick-initialized .slick-slide {
    vertical-align: top;
    margin: 10px 9px 0;
}

.js-service-stock-slider {
    padding-bottom: 80px;
    margin-top: 22px;
}

.js-service-stock-slider .slick-arrow {
    background-color: #EAEDEF;
}

.js-service-stock-slider .slick-arrow:hover,
.js-service-stock-slider .slick-arrow:focus,
.js-service-stock-slider .slick-arrow.focus {
    background-color: #D9E1E6;
}

.service-image-content {
    margin-top: 31px;
}

@media(min-width: 768px) {
    .service-center-image {
        height: 100%;
        margin: 0;
        position: absolute;
        border-radius: 8px;
        width: calc(100% - 116px);
        left: 58px;
    }
    .service-main-image {
        max-width: 100%;
        height: 100%;
        position: inherit;
    }
    .service-image {
        max-width: 664px;
        margin: 0 auto;
    }
    .service-left-image {
        height: 540px;
        top: 35px;
    }
    .service-right-image {
        height: 540px;
        top: 35px;
    }
    .service-image-content {
        margin: 31px 58px 0 58px;
        position: relative;
        z-index: 1;
        padding: 191px 29px 80px 52px;
    }
    .service-center-image:after {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8491771708683473) 74%, rgba(255, 255, 255, 0) 100%);
    }
    .service-block:after {
        height: 57%;
    }
    .service-curve {
        bottom: 42%;
    }
    .service-bg-image {
        height: 57%;
    }
    .service-stock-flex {
        margin-top: 21px;
        position: relative;
        z-index: 1;
    }
    .service-stock-col-box {
        padding: 32px 56px 32px 36px;
        margin-left: 126px;
    }
    .service-stock-col img {
        left: -82px;
        top: -83px;
        max-width: 343px;
    }
    .js-service-stock-slider {
        margin-top: 22px;
        padding: 0 140px 0 116px;
    }
    .service-stock-image-box {
        min-width: 120px;
        width: auto;
        height: 112px;
    }
    .js-service-stock-slider .slick-next {
        right: 0;
        margin: 0;
    }
    .js-service-stock-slider .slick-prev {
        right: 0;
        left: unset;
        margin: 0 54px 0 0;
    }
    .js-service-stock-slider .slick-arrow {
        bottom: 52px;
    }
    .service-stock-slide h5 {
        font-size: 18px;
        margin-top: 8px;
        text-transform: none;
        letter-spacing: 0em;
    }
    .service-stock-col-box h3 {
        font-size: 24px;
        padding-bottom: 2px;
    }
    .service-block {
        padding: 107px 0;
    }
    .service-heading {
        padding: 0 50px;
    }
    .service-content {
        margin-top: 50px;
    }
}

@media(min-width: 1200px) {
    .service-block {
        padding: 80px 0 174px;
    }
    .service-image {
        max-width: 100%;
    }
    .service-main-image .fx-accordion__panels {
        max-width: 466px;
        padding-right: 0;
        margin: 0 0 0 auto;
    }
    .service-image-content {
        margin: 31px 81px 0 81px;
        padding: 90px 29px 141px 52px;
        min-height: 660px;
    }
    .service-center-image {
        width: calc(100% - 162px);
        left: 81px;
    }
    .service-center-image:after {
        background: rgb(255, 255, 255);
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.835171568627451) 45%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 100%);
    }
    .js-service-stock-slider {
        margin-top: 0;
        width: 795px;
        padding: 0 191px 0 0;
    }
    .service-stock-flex {
        display: flex;
        justify-content: space-between;
        margin-top: -70px;
        align-items: center;
    }
    .service-stock-col-box {
        margin-left: 56px;
        padding: 32px 36px 32px 36px;
    }
    .service-stock-col img {
        left: -152px;
        top: -223px;
        max-width: unset;
    }
    .service-stock-col {
        width: calc(100% - 810px);
    }
    .js-service-stock-slider.slick-initialized .slick-slide {
        margin: 10px 7px 0;
    }
    .service-stock-image-box {
        border: 4px solid #fff;
        width: auto;
        min-width: initial;
    }
    .js-service-stock-slider .slick-arrow {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        bottom: unset;
    }
    .js-service-stock-slider .slick-prev {
        margin: 0 104px 0 0;
    }
    .js-service-stock-slider .slick-next {
        right: 50px;
    }
    .service-heading p {
        font-size: 18px;
    }
    .service-heading {
        padding: 0 113px;
    }
    .service-block:after {
        background: rgb(228, 154, 70);
        background: linear-gradient(39deg, rgba(228, 154, 70, 1) 0%, rgba(145, 69, 88, 1) 35%, rgba(71, 123, 129, 1) 64%, rgba(50, 68, 156, 1) 100%);
    }
}