/* bod-category */

@media (min-width: 991px) {
    .bod-category {
        position: relative;
        min-width: 100% !important;
        padding-top: 20px;
    }
    .lSPrev {
        left: 0px !important;
    }
    .lSNext {
        right: 0px !important;
    }
    .angle-left {
        width: 30px !important;
        height: 30px !important;
        background-color: #1192b9 !important;
        border-radius: 50% !important;
        color: white !important;
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 20px !important;
    }
    .angle-right {
        width: 30px !important;
        height: 30px !important;
        background-color: #1192b9 !important;
        border-radius: 50% !important;
        color: white !important;
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 20px !important;
    }
    .hang-line {
        width: calc(100% - 40px);
        border-top: 6px solid #979da2;
        position: absolute;
        margin-top: 10px;
    }
    /* .bod-category::before {
        content: "";
        border-top: 6px solid #979da2;
        border-radius: 35px;
        width: 100%;
        height: 6px;
        position: absolute;
        z-index: 2;
    } */
    .bod-category .item {
        width: 90px;
        height: 130px;
        border-radius: 12px;
        position: relative;
        /* margin-left: 0px; */
        z-index: 10;
        cursor: pointer;
        margin-top: -10px;
    }
    .bod-category .active-selected .name-div {
        border: 3px solid #006483 !important;
    }
    .bod-category .item .name-div {
        border-top: 4px solid #b0b2b4;
        width: 100%;
        height: 80px;
        border-radius: 10px;
        margin-top: -2px;
        /* box-shadow: 0px 0px 12px 0px #1192b936; */
        background-color: #1192b917;
        text-align: center;
        padding: 10px 5px;
        color: #1192b9;
    }
    .bod-category .item .name-div img {
        width: 35px;
    }
    .bod-category .item .name-div h6 {
        margin-top: 10px;
        font-size: 14px;
    }
    .bod-category .item img {
        /* position: absolute; */
        width: 100%;
        margin-top: -4px;
    }
}

@media (max-width: 991px) {
    .bod-category {
        position: relative;
        min-width: 100% !important;
        padding-top: 10px;
    }
    .lSPrev {
        left: 0px !important;
    }
    .lSNext {
        right: 0px !important;
    }
    .angle-left {
        width: 30px !important;
        height: 30px !important;
        background-color: #1192b9 !important;
        border-radius: 50% !important;
        color: white !important;
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 20px !important;
    }
    .angle-right {
        width: 30px !important;
        height: 30px !important;
        background-color: #1192b9 !important;
        border-radius: 50% !important;
        color: white !important;
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 20px !important;
    }
    .hang-line {
        width: calc(100% - 40px);
        border-top: 6px solid #979da2;
        position: absolute;
        margin-top: 10px;
    }
    /* .bod-category::before {
        content: "";
        border-top: 6px solid #979da2;
        border-radius: 35px;
        width: 100%;
        height: 6px;
        position: absolute;
        z-index: 2;
    } */
    .bod-category .item {
        width: 80px;
        height: 130px;
        border-radius: 12px;
        position: relative;
        margin-left: 0px;
        z-index: 10;
        cursor: pointer;
    }
    .bod-category .active-selected .name-div {
        border: 3px solid #006483 !important;
    }
    .bod-category .item .name-div {
        border-top: 4px solid #b0b2b4;
        width: 100%;
        height: 80px;
        border-radius: 10px;
        margin-top: -2px;
        /* box-shadow: 0px 0px 12px 0px #1192b936; */
        background-color: #1192b917;
        text-align: center;
        padding: 10px 5px;
        color: #1192b9;
    }
    .bod-category .item .name-div img {
        width: 35px;
    }
    .bod-category .item .name-div h6 {
        margin-top: 10px;
        font-size: 12px;
    }
    .bod-category .item img {
        /* position: absolute; */
        width: 100%;
        margin-top: -4px;
    }
}


/* services */

@media (min-width: 991px) {
    .services {
        --bs-gutter-x: 0rem;
        padding-right: 20px;
    }
    .services .service-item {
        width: 250px;
        height: 350px;
        background-color: white;
        border-radius: 20px;
        margin-top: 30px;
        padding: 2px 5px;
    }
    .services .service-item .img {
        width: 100%;
        text-align: center;
    }
    .services .service-item .img img {
        width: 170px;
    }
    .services .service-item .desc {
        background-color: #1192b917;
        width: 100%;
        height: calc(100% - 170px);
        border-radius: 20px;
        padding: 10px;
    }
    .services .service-item .desc h2 {
        font-size: 18px;
        height: 40px;
    }
    .services .service-item .desc p {
        font-size: 13px;
        color: #4e4e4e;
        height: 45px;
    }
    /* .services .service-item .desc .price-div-serv {
        margin-top: 20px;
    } */
    .services .service-item .desc .price-div-serv small {
        font-size: 14px;
        color: red;
        position: relative;
    }
    .services .service-item .desc .price-div-serv small::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        border-top: 1px solid red;
        top: 8px;
        right: 0px;
    }
    .services .service-item .desc .price-div-serv h5 {
        font-size: 20px;
    }
    .services .service-item .desc .counter {
        display: flex;
        align-items: center;
    }
    .services .service-item .desc .counter .fa-plus {
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        /* background-color: #1192b9; */
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 7px;
        color: white;
        box-shadow: 0px 0px 22px 0px rgba(153, 153, 153, 0.52);
        cursor: pointer;
    }
    .services .service-item .desc .counter .fa-minus {
        background: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 7px;
        color: black;
        box-shadow: 0px 0px 22px 0px rgba(153, 153, 153, 0.52);
        cursor: pointer;
    }
    .services .service-item .desc .counter span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 25px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .services {
        --bs-gutter-x: 0rem;
        padding-right: 0px;
    }
    .services .service-item {
        width: 48%;
        height: 280px;
        background-color: white;
        border-radius: 20px;
        margin-top: 30px;
        padding: 2px 5px;
    }
    .services .service-item .img {
        width: 100%;
        text-align: center;
    }
    .services .service-item .img img {
        width: 120px;
    }
    .services .service-item .desc {
        background-color: #1192b917;
        width: 100%;
        height: calc(100% - 120px);
        border-radius: 20px;
        padding: 10px;
    }
    .services .service-item .desc h2 {
        font-size: 14px;
        height: 30px;
    }
    .services .service-item .desc h6 {
        font-size: 12px;
        margin-top: 10px;
    }
    .services .service-item .desc p {
        font-size: 10px;
        color: #4e4e4e;
        height: 43px;
    }
    /* .services .service-item .desc .price-div-serv {
        margin-top: 20px;
    } */
    .services .service-item .desc .price-div-serv small {
        font-size: 14px;
        color: red;
        position: relative;
    }
    .services .service-item .desc .price-div-serv small::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        border-top: 1px solid red;
        top: 8px;
        right: 0px;
    }
    .services .service-item .desc .price-div-serv h5 {
        font-size: 18px;
    }
    .services .service-item .desc .counter {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .services .service-item .desc .counter .fa-plus {
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        /* background-color: #1192b9; */
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        padding-top: 5px;
        color: white;
        box-shadow: 0px 0px 22px 0px rgba(153, 153, 153, 0.52);
        font-size: 12px;
    }
    .services .service-item .desc .counter .fa-minus {
        background: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        padding-top: 5px;
        color: black;
        box-shadow: 0px 0px 22px 0px rgba(153, 153, 153, 0.52);
        font-size: 12px;
    }
    .services .service-item .desc .counter span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 18px;
        margin-top: 5px;
    }
}