.serv-featured {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom,  rgba(235,243,249,1) 0%,rgba(255,255,255,1) 100%);
    padding: 43px 0 0 0;
}

.serv-heading {
    padding-bottom: 19px;
}

.serv-heading .btn {
    margin-bottom: 0;
}

.js-serv-featured {
    padding: 0 22px 80px;
}

.js-serv-featured .slick-arrow {
    bottom: 10px;
}

.serv__img {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.serv__img img {
    border-radius: 5px;
    border: 3px solid #fff;
}

.serv__text {
    background: #D0DFED;
    border-radius: 5px;
    padding: 42px 26px 33px;
    margin: -24px 0 0 0;
}

.serv__text h3 {
    padding-bottom: 14px;
}

.serv__details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.serv__text .btn {
    margin-top: 5px;
}

.serv__left {
    width: 108px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.serv__right {
    width: calc(100% - 108px);
    color: #352D2B;
    font-size: 16px;
}

.serv-right-curve {
    position: absolute;
    top: 45px;
    z-index: 1;
    left: 0;
    height: 50px;
    width: auto;
}

.serv-curve {
    position: absolute;
    top: -2px;
    z-index: -1px;
    right: -1px;
    height: auto;
    width: 100%;
}

.serv__bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.serv__text h3 {
    color: #000;
}

@media (min-width: 768px) {

    .serv-featured {
        padding: 48px 0 0 0;
    }

    .serv-item {
        padding: 0 15px;
    }

    .js-serv-featured {
        padding: 0 0 75px;
        margin: 0 -15px;
    }

    .serv-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 34px;
    }

    .serv-heading h2 {
        padding-bottom: 0;
    }

    .serv {
        background-color: #D0DFED;
        padding: 26px 26px 35px 26px;
        border-radius: 5px;
    }

    .serv__flex {
        display: flex;
        align-items: flex-start;
    }

    .serv__img {
        width: 174px;
    }

    .serv__text {
        padding: 0;
        background: none;
        width: calc(100% - 174px);
        padding-left: 32px;
        margin: 0;
    }
}

@media (min-width: 1200px) {

    .serv-featured {
        padding: 120px 0 0 0;
    }

    .serv-item {
        padding: 0 16px;
    }

    .js-serv-featured {
        padding: 0 0 71px;
        margin: 0 -16px;
    }

    .serv {
        width: 832px;
    }

    .serv__img {
        width: 249px;
    }

    .serv__text {
        width: calc(100% - 249px);
        padding-left: 51px;
    }

    .serv__details {
        margin-bottom: 20px;
    }

    .serv__text .btn {
        margin-top: 12px;
    }

    .serv-heading {
        justify-content: center;
        gap: 23px;
    }
}

.js-serv-featured .slick-arrow {
    background: rgba(34,132,221,.2);
}

.serv__details--result .serv__right,
.serv__details--objective .serv__right {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.serv__details--objective .serv__right {
    -webkit-line-clamp: 4;
}

@media (min-width: 1200px) {
    .serv-featured__slider .slick-track {
        display: flex;
    }
    
    .serv-featured__slider .slick-slide {
        height: inherit;
        display: inline-flex !important;
    }
    
    .serv-featured__slider .slick-slide .serv-item,
    .serv-featured__slider .slick-slide .serv,
    .serv-featured__slider .slick-slide .serv__flex,
    .serv-featured__slider .slick-slide .serv__text {
        height: 100%;
    }
    
    .serv-featured__slider .slick-slide .serv__text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .serv-featured__slider .slick-slide .serv__details--result {
        margin-bottom: 20px;
    }
    
    .serv-featured__slider .slick-slide .serv__text .btn {
        margin-top: auto;
    }
}

/* services Study Post Type */
.services__container {
    position: relative;
    z-index: 10;
}

.services-listing-container {
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;
}

.services-listing-container .serv {
    width: 100%;
    height: 100%;
}

.services-item {
    margin-bottom: 42px;
}

.services-listing-container .serv__flex {
    height: 100%;
}

.services-listing-container .serv__img {
    width: 156px;
    height: 156px;
}

.services-listing-container .serv__text {
    width: 100%;
    height: inherit;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .services-listing-container .serv__text {
        width: calc(100% - 156px);
    }
}

.services-listing-container .serv__text .btn {
    margin-top: auto;
}

.services-listing__pagination {
    text-align: center;
}

.services-listing-container .upper-design-element {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.services__bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.services__bg img {
    width: 100%;
    height: auto;
}

.services-listing-container .upper-design-element svg {
    width: 100%;
    height: auto;
}

.services__heading {
    position: relative;
    z-index: 20;
    padding-bottom: 10px;
}

.services__filter {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .services__heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .services__filter {
        display: flex;
        align-items: center;
    }
}

.services__filter label {
    padding-right: 20px;
    font-weight: 20px;
    color: #000000;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .services__filter label {
        margin-bottom: 0;
    }
}

.services__select-option .choices {
    min-width: 192px;
    box-shadow: 0px 3px 10px rgba(70, 113, 152, 0.16);
}

.services__select-option .choices__item--selectable {
    color: #1D51A4;
}

.services__select-option .choices__item:not(.choices__item--selectable) {
    color: #000;
}

.services__select-option .choices__inner {
    padding-right: 30px;
    border: 0;
}