.hr-choose-service-area {
    background: #e6eff4;
    position: relative;
}
.hr-choose-service-area .choose-content {
    margin-top: -30px;
    position: relative;
    margin-bottom: 30px;
}
.hr-choose-content .hr-choose-descrption {
    font-size: 17px;
    color: #636363;
    margin-bottom: 30px;
    width: 90%;
}
.hr-single-choose-content {
    padding: 35px 30px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 0;
    background: #203240;
    border: none;
}
.hr-single-choose-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-3);
    width: 15%;
    height: 100%;
    z-index: -1;
    transition: all 0.6s ease;
}
.hr-single-choose-content .hr-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0px solid transparent;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.hr-single-choose-content .hr-icon img {
    max-width: 45px;
    width: 50px;
}
.hr-choose-info {
    padding-left: 85px;
}
.hr-single-choose-content .hr-choose-info .hr-choose-title {
    flex-basis: calc(100% - 100px);
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.hr-choose-service-area .hr-single-choose-content .hr-choose-subtitle {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    transition: all 0.5s ease;
}
.hr-choose-service-area .hr-single-choose-content {
    margin-bottom: 0;
    background: var(--color-3);
    border: none;
    padding: 35px 30px;
    border-radius: 3px;
    position: relative;
}
.hr-choose-service-area .hr-single-choose-content:last-child {
    background: #fff;
}
.hr-single-choose-content .hr-choose-info .hr-choose-title.color-black {
    color: var(--color-2);
}
.hr-choose-service-area .hr-single-choose-content .hr-choose-subtitle.ash-color {
    color: #636363;
}
.hr-choose-service-area .hr-img-bg-shape {
    width: 495px;
    height: 496px;
    border-radius: 50%;
    background: #e6eff4;
    border: 25px solid #fff;
    position: absolute;
    top: 60px;
    right: 15%;
    z-index: 11;
}
.hr-choose-service-area .hr-shape-img {
    position: absolute;
    z-index: 111;
    bottom: 0px;
    right: 17%;
}
.hr-choose-service-area .hr-shape-img img {
    height: 780px;
}
.hr-choose-service-area::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 27%;
    background: var(--color-4);
    right: 0;
    top: 0;
}
@media (max-width: 1600px) {
    .hr-choose-service-area .hr-img-bg-shape {
        right: 5%;
    }
    .hr-choose-service-area .hr-shape-img {
        right: 8%;
    }
}
@media (max-width: 1400px) {
    .hr-choose-service-area .hr-img-bg-shape {
        width: 400px;
        height: 400px;
        border: 15px solid #fff;
        right: 5%;
    }
    .hr-choose-service-area .hr-shape-img {
        right: 5%;
    }
}
@media (max-width: 1200px) {
    .hr-single-choose-content {
        padding: 25px 25px;
    }
    .hr-single-choose-content .hr-icon {
        width: 70px;
        height: 70px;
        left: 15px;
    }
    .hr-single-choose-content .hr-icon img {
        max-width: 35px;
    }
    .hr-single-choose-content .hr-choose-info {
        padding-left: 70px;
    }
    .hr-single-choose-content .hr-choose-info .hr-choose-title {
        font-size: 18px;
    }
    .hr-single-choose-content .hr-choose-info .hr-choose-subtitle {
        font-size: 15px;
        line-height: 23px;
    }
    .hr-choose-service-area .hr-img-bg-shape {
        right: 0;
        top: 175px;
    }
    .hr-choose-service-area .hr-shape-img {
        right: 2%;
    }
    .hr-choose-service-area .hr-shape-img img {
        width: 450px;
    }
}
@media (max-width: 991px) {
    .hr-choose-content .hr-choose-descrption {
        width: 100%;
    }
    .hr-single-choose-content .hr-choose-info {
        padding-left: 90px;
    }
    .hr-choose-service-area .hr-img-bg-shape {
        display: none;
    }
    .hr-choose-service-area .hr-shape-img {
        display: none;
    }
    .hr-choose-service-area::after {
        display: none;
    }
}
@media (max-width: 576px) {
    .hr-single-choose-content {
        padding: 25px 20px;
    }
    .hr-single-choose-content .hr-icon {
        width: 70px;
        height: 70px;
        left: 15px;
    }
    .hr-single-choose-content .hr-icon img {
        max-width: 35px;
    }
    .hr-single-choose-content .hr-choose-info {
        padding-left: 80px;
    }
}