.product-service-container {
    margin: auto;
    padding-bottom: 70px;
}
.product-info {
    padding-top: 50px;
}
.card-info-container {
    display: flex;
    justify-content: space-between;
}
.card-product-info {
    width: 380px;
    border-radius: 25px !important;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 450px !important;
}
.card-bg-linear-gradient {
    background: linear-gradient(220.08deg, #AEEAFF 18.85%, #22B2FF 102.99%);
    filter: drop-shadow(0px 4.91873px 74.7647px rgba(0, 0, 0, 0.1));
}
.card-bg-dark-blue {
    background: linear-gradient(136.75deg, #02F9FB 0.1%, #0219FD 103.99%);
    filter: drop-shadow(0px 4.91873px 74.7647px rgba(0, 0, 0, 0.1));
}
.card-bg-light-blue {
    background-color: #2FB7FF !important;
    filter: drop-shadow(0px 4.91873px 74.7647px rgba(0, 0, 0, 0.1));
}
.card-bg-white {
    background-color: #FFF !important;
    box-shadow: 0px 2.17801px 41.3822px rgba(0, 0, 0, 0.009);
    filter: drop-shadow(0px 10px 64px rgba(0, 0, 0, 0.1));
}
.card-bg-white .card-title {
    font-family: 'PoppinsMedium';
    font-weight: 700;
    font-size: 28px;
    display: flex;
    align-items: center;
    color: #737373 !important;
    line-height: 35px;
}
.card-bg-white .card-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    color: #737373 !important;
    line-height: 30px;
}
.card-product-info .card-body {
    padding: 50px 40px 20px 40px;
}
.card-product-info .card-title {
    font-family: 'PoppinsMedium';
    font-weight: 700;
    font-size: 28px;
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 35px;
    margin-bottom: 20px !important;
}
.card-product-info .card-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    color: #F8FCFE;
    line-height: 30px;
}
.card-blue-bg{
    background: linear-gradient(220.08deg, #AEEAFF 18.85%, #22B2FF 102.99%);
}
.card-bg-linear-gradient img {
    width: 300px;
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.card-bg-light-blue img {
    width: 450px;
    height: auto;
    right: -36px;
    position: absolute;
    bottom: -28px;
}
.card-bg-white img {
    width: 480px;
    position: absolute;
    top: 28%;
    left: -24px;
}
.card-refund-info img{
    width: 200px;
    position: absolute;
    top: 55%;
    left: 20px;
}
.card-bg-dark-blue img {
    width: 300px;
    margin-top: -50px !important;
}
.card-bg-dark-blue .txt-content {
    margin: 0px 20px;
    margin-bottom: 20px;
}
.card-img {
    display: flex;
    justify-content: center;
}
.product-info .slide {
    display: block;
    transition: ease all 0.3s;
}
.product-info .slick-center {
    transform: scale(1.08);
}
.slick-prev, .slick-next {
    width: 70px !important;
    height: auto !important;
}
.product-info .child {
    width: 100%;
}
.product-info .slide:not(.slick-active) {
    cursor: pointer;
}
.product-info .slider {
    display: block;
    width: 100%;
}
.product-info  .slick-list {
    overflow: visible !important;
}
.product-info .slick-prev:before, .slick-next:before {
    opacity:1 !important;
}
.product-info .slick-prev {
    left: -25% !important;
    z-index: 1;
}
.product-info .slick-next {
    right: -25% !important;
}
.product-info .slick-prev:before {
    content: url('../img/icon_btn_prev.png');
}
.product-info .slick-next:before {
    content: url('../img/icon_btn_next.png');
}
/* @media only screen and (max-width: 2705px) {
    .product-info .slick-slide {
        width: 480px !important;
    }
} */
@media only screen and (max-width: 760px) {
    .product-service-container {
        padding-bottom: 0px;
    }
    .card-product-info {
        width: 280px !important;
        height: 340px !important;
    }
    .card-product-info .card-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        line-height: 25px;
    }
    .card-product-info .card-text {
        font-size: 13px !important;
        line-height: 20px;
    }
    .card-product-info .card-body {
        padding: 30px 25px 10px 25px !important;
    }
    .card-bg-linear-gradient img {
        width: 200px !important;
        padding-top: 0px !important;
    }
    .card-bg-light-blue img {
        width: 275px !important;
    }
    .card-refund-info img {
        width: 150px !important;
        top: 56% !important;
        left: 15px !important;
    }
    .card-bg-dark-blue img {
        width: 200px;
        margin-top: -30px !important;
    }
    .card-bg-white img {
        width: 280px;
        top: 45%;
        left: -12px;
    }
    .product-info .slider {
        transform: translateX(-15px);
    }
}
@media only screen and (max-width: 326px) {
    .product-info .slider {
        transform: translateX(-10px);
    }
    .card-product-info {
        width: 235px !important;
        height: 340px !important;
    }
    .card-bg-dark-blue .txt-content{
        margin: 0px 10px 0px 10px;
    }
}