body {
    background-color: #fff;
}

/* .snn-title-main .snn-rectangle-col-main .snn-rectangle-col {
    top: 0px;
    height: 40px;
    width: 7px;
} */

.bg-section {
    background-color: #f5f9fc;
}

.snn-title-main {
    padding: 20px 20px 10px;
}

.snn-product-page .snn-btn-main {
    width: 80%;
    z-index: 1;
    position: relative;
}

.snn-contant-product {
    margin: 35px 0 0px;
}
.snn-product-card {
    padding: 10px 5px 10px;
}

.snn-product-card.snn-card {
    padding: 15px;
    margin: 20px 0 20px;
    background-color: #f5f9fc;
    /* box-shadow: 0px 0px 5px 0px #00000038; */
    border-radius: 22px;
}

.snn-product-card .snn-text-header {
    color: #1672bc;
    font-size: 30px;
    font-weight: 600;
}
.snn-product-card .snn-text-header-sub {
    color: #1672bc;
    font-size: 22px;
    font-weight: 600;
}

.snn-product-card-detail {
    color: #1672bc;
    text-align: center;
    margin: 15px 0 0;
    background-color: #f5f9fc;
    border-radius: 22px;
    padding: 20px;
}

.snn-product-card-detail .snn-div-1 {
    font-size: 40px;
    font-weight: 600;
}

.snn-product-card-detail .snn-div-2 {
    font-size: 20px;
    font-weight: 600;
}

.snn-product-card-detail .snn-div-text {
    background: #f9cd00;
    border-radius: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 5px 0;
    margin: 10px auto 0px;
    width: 62%;
}

.snn-product-list .snn-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 10px 10px;
}

.snn-product-list .snn-div .circle {
    /* background: #1672bc; */
    border-radius: 333px;
    /* height: 15px; */
    /* width: 16px; */
    margin: auto 8px auto 10px;
}

/* card 1 */

.snn-img-product {
    position: relative;
    width: 100%;
    background: -o-linear-gradient(226deg, #1672bc 0%, #00569c 100%);
    background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
    border-radius: 22px;
    margin: 35px 35px 0px;
}

.snn-img-product img {
    max-width: 100%;
    height: auto;
}

.snn-product-1 {
    height: 400px;
}

.snn-product-1 .bg-1-head {
    position: absolute;
    top: 235px;
    right: -38px;
}

.snn-product-1 .bg-1-car {
    position: absolute;
    width: 86%;
    top: -64px;
    left: 54px;
    z-index: 2;
}

.snn-product-1 .bg-2-text {
    position: absolute;
    width: 50%;
    top: 300px;
    left: 30px;
    margin-right: 30px;
}

.snn-product-1 .bg-5-text {
    position: absolute;
    width: 75%;
    top: 45px;
}

.car-animation {
    -webkit-animation: bounce_animation 1.4s;
    animation: bounce_animation 1.4s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.27, 0.67, 1.01);
    animation-timing-function: cubic-bezier(0.22, 0.27, 0.67, 1.01);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce_animation {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes bounce_animation {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

/* card 1 */

/* card 2 */
.snn-product-2 {
    height: 550px;
}

.snn-product-2 .bg-1-text {
    position: absolute;
    width: 100%;
    top: 140px;
    left: 0;
}

.snn-product-2 .bg-5-text {
    position: absolute;
    width: 75%;
    top: 45px;
}
/* card 2 */

/* card 3 */
.snn-product-3 {
    height: 579px;
    margin: 10px 35px 0px;
}

.snn-product-3 .bg-1-text {
    position: absolute;
    width: 95%;
    top: 100px;
    left: 10px;
    z-index: 1;
}
.snn-product-3 .bg-1-text img {
    /* border-radius: 22px; */
}

.snn-product-3 .bg-2-text {
    position: absolute;
    width: 42%;
    top: 260px;
    left: 18px;
    z-index: 1;
}

.snn-product-3 .bg-3-text {
    position: absolute;
    width: 50%;
    top: 315px;
    right: 8px;
    z-index: 1;
}

.snn-product-3 .bg-4-text {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.snn-product-3 .bg-5-text {
    position: absolute;
    width: 75%;
    top: 45px;
}

.snn-product-3 .bg-6-text {
    position: absolute;
    width: 100%;
    bottom: 80px;
    right: 0px;
    z-index: 0;
}
/* card 3 */

/* card 4 */
.snn-product-4 {
    height: 630px;
    margin: 0px 35px 0px;
}

.snn-product-4 .bg-1-text {
    position: absolute;
    width: 100%;
    top: 185px;
    left: 0px;
    z-index: 1;
}

.snn-product-4 .bg-2-text {
    position: absolute;
    width: 75%;
    top: 15px;
}

.snn-product-4 .bg-3-text {
    position: absolute;
    width: 75%;
    bottom: 5px;
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* card 4 */

/* card 5 */
.snn-product-5 {
    height: 579px;
    margin: 10px 35px 0px;
}

.snn-product-5 .bg-1-text {
    position: absolute;
    width: 95%;
    top: 40px;
    left: 0px;
    z-index: 1;
}

.snn-product-5 .bg-5-text {
    position: absolute;
    width: 75%;
    top: 45px;
}

.snn-product-5 .bg-6-text {
    position: absolute;
    width: 100%;
    bottom: 80px;
    right: 0px;
    z-index: 0;
}
/* card 5 */

/* card 6 */
.snn-product-6 {
    height: 500px;
    margin: 10px 35px 10px;
}

.snn-product-6 .bg-1-text {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0px;
    z-index: 1;
}


/* table */
.snn-table {
    margin: 15px 0 0;
}

.tab-content {
    display: block;
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.table-responsive {
    overflow-x: auto;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}

.snn-table .table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.snn-table .table thead tr:first-child {
    border-left: none;
}

.snn-table .table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

.table thead {
    background: -o-linear-gradient(226deg, #1672bc 0%, #00569c 100%);
    background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
}

.table tbody {
    background: #f5f9fc;
}

.table th,
.table td {
    position: relative;
    border-right: 1px solid rgba(230, 230, 230, 0.7);
    border-left: 1px solid rgba(230, 230, 230, 0.7);
}

.table thead th,
.table-heading .heading {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: 300;
}

.snn-table .table th,
.snn-table .table td {
    white-space: nowrap;
    font-weight: 300;
    font-size: 16px;
}

.snn-table.snn-table-initial .table th,
.snn-table.snn-table-initial .table td {
    white-space: initial;
}

@media screen and (min-width: 583px) {
    .responsive-scroll {
        display: none;
    }
}

.responsive-scroll {
    background-color: #f4f3f9;
    margin-bottom: 2rem;
    position: relative;
    widows: 100%;
    height: 2px;
}

.responsive-scroll .scroll {
    background-color: #1672bc;
    position: absolute;
    border-radius: 2px;
    margin-top: -1px;
    display: block;
    height: 4px;
}

/* table */

.snn-col-card {
    padding: 20px 0 5px;
    margin: 20px 45px;
    text-align: center;
    border-radius: 22px;
    background-color: #f5f9fc;
}

.snn-col-card .snn-card-1 {
}
.snn-col-card .snn-card-2 {
    background: #00569c;
    color: #fff;
    margin: 10px 0;
    padding: 5px;
}
.snn-col-card .snn-card-3 {
}

.snn-col-card img {
    height: 50px;
}

@media screen and (max-width: 1400px) {
    .snn-col-card {
        margin: 20px 25px;
    }
}

@media screen and (max-width: 1200px) {
    .snn-product-card .snn-text-header {
        font-size: 28px;
    }

    .snn-product-card-detail .snn-div-text {
        width: 70%;
        font-size: 22px;
    }

    .snn-product-card .snn-text-detail {
        font-size: 14px;
    }

    .snn-product-1 {
        height: 320px;
    }
    .snn-product-1 .bg-1-head {
        top: 170px;
    }

    .snn-product-1 .bg-1-car {
        width: 92%;
        top: -70px;
        left: 18px;
    }

    .snn-product-1 .bg-2-text {
        width: 65%;
        top: 224px;
        left: 30px;
    }

    .snn-product-2 .bg-1-text {
        top: 150px;
    }

    .snn-product-list .snn-div .text {
        font-size: 14px;
    }
    .snn-product-3 {
        height: 515px;
    }

    .snn-product-3 .bg-1-text {
        width: 95%;
        left: 7px;
    }

    .snn-product-3 .bg-2-text {
        top: 240px;
    }

    .snn-product-3 .bg-3-text {
        top: 300px;
    }

    .snn-product-3 .bg-6-text {
        bottom: 100px;
    }

    .snn-product-5 {
        /* height: 515px; */
    }

    .snn-product-5 .bg-1-text {
        width: 95%;
        top: 120px;
    }

    .snn-product-5 .bg-6-text {
        bottom: 170px;
    }

    .snn-col-card {
        margin: 20px 15px;
    }

    .snn-product-6 .bg-1-text {
        top: 80px;
    }
}

@media screen and (max-width: 992px) {
    .snn-product-card .snn-text-header {
        font-size: 22px;
    }
    .snn-product-card-detail .snn-div-1 {
        font-size: 35px;
    }

    .snn-product-card-detail .snn-div-text {
        width: 82%;
        font-size: 18px;
    }

    .snn-product-1 {
        margin: 35px 5px 0px;
        height: 355px;
    }

    .snn-product-1 .bg-1-head {
        top: 182px;
    }

    .snn-product-1 .bg-1-car {
        width: 100%;
        top: -60px;
        left: 5px;
    }

    .snn-product-1 .bg-2-text {
        width: 75%;
        top: 248px;
        left: 18px;
    }

    .snn-product-2,
    .snn-product-3,
    .snn-product-4,
    .snn-product-5,
    .snn-product-6 {
        margin: 10px 5px 0px;
    }

    .snn-product-3 {
        height: 489px;
    }

    .snn-product-4 {
        height: 565px;
    }

    .snn-product-card .snn-text-header-sub {
        font-size: 18px;
    }
    .snn-table .table th,
    .snn-table .table td {
        font-size: 14px;
    }

    .snn-col-card {
        margin: 20px 0px;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        padding-bottom: 15px;
    }

    .snn-product-card-detail .snn-div-text {
        width: 100%;
        font-size: 16px;
    }

    .snn-product-card-detail {
        margin: 0;
    }

    .snn-product-page .snn-btn-main {
        width: 95%;
    }

    .snn-product-1 .bg-1-head {
        top: 188px;
        right: inherit;
    }
    .snn-product-1 .bg-1-car {
        width: 50%;
        top: -60px;
        left: 45px;
    }

    .snn-product-1 .bg-2-text {
        width: 40%;
        top: 230px;
        right: 12px;
        left: inherit;
        margin-right: 0;
    }

    .snn-product-1 .bg-5-text {
        width: 55%;
        top: 8px;
    }

    .snn-product-2 {
        height: 594px;
    }

    .snn-product-2 .bg-1-text {
        top: 10px;
        width: 100%;
        left: inherit;
        right: 0px;
    }

    .snn-product-2 .bg-5-text {
        width: 65%;
        top: 5px;
    }

    .snn-product-3 {
        height: 655px;
    }

    .snn-product-3 .bg-1-text {
        top: 30px;
        z-index: 1;
        width: 95%;
        left: 2.5%;
    }

    .snn-product-3 .bg-2-text {
        top: 240px;
        width: 36%;
        left: 45px;
    }

    .snn-product-3 .bg-3-text {
        top: 300px;
        width: 44%;
        right: 35px;
    }

    .snn-product-4 {
        height: 455px;
    }

    .snn-product-4 .bg-1-text {
        top: 10px;
    }

    .snn-product-5 {
        height: 775px;
    }

    .snn-product-5 .bg-1-text {
        top: 10px;
    }

    .snn-product-5 .bg-6-text {
        bottom: 70px;
    }

    .snn-product-6 {
        height: 775px;
    }

    .snn-product-6 .bg-1-text {
        top: 40px;
    }
}

@media screen and (max-width: 576px) {
    .snn-product-1 .bg-1-car {
        width: 52%;
        left: 34px;
    }
    .snn-product-1 .bg-2-text {
        top: 225px;
    }

    .snn-product-3 .bg-2-text {
        top: 42vw;
        width: 32%;
        left: 9vw;
    }

    .snn-product-3 .bg-3-text {
        top: 56vw;
    }

    .snn-product-3 {
        height: 695px;
    }
}

@media screen and (max-width: 575px) {
    .snn-product-3 {
        height: 120vw;
    }

    .snn-product-4 {
        height: 82vw;
    }

    .snn-product-2 {
        height: 110vw;
    }

    .snn-product-5 {
        height: 140vw;
    }

    .snn-product-6 {
        height: 140vw;
    }
}

@media screen and (max-width: 506px) {
    .snn-title-main .snn-rectangle-col-main .snn-rectangle-col.snn-rectangle-2 {
        height: 78px;
        top: -8px;
    }
}

@media screen and (max-width: 480px) {
    .snn-product-card-detail .snn-div-text {
        padding: 5px 20px;
    }

    /* .snn-product-2 .bg-1-text {
        width: 72%;
    } */
}

@media screen and (max-width: 450px) {
    .snn-product-1 {
        height: 320px;
    }
    .snn-product-1 .bg-1-car {
        width: 55%;
        left: 15px;
    }
    .snn-product-1 .bg-2-text {
        top: 215px;
    }

    /* .snn-product-2 .bg-1-text {
        width: 76%;
    } */

    .snn-product-3 {
        height: 119vw;
    }

    .snn-col-card {
        min-height: 180;
    }
}

@media screen and (max-width: 400px) {
    .snn-product-1 .bg-1-head {
        top: 184px;
    }
    .snn-product-1 .bg-1-car {
        width: 58%;
        left: 16px;
    }
    .snn-product-1 .bg-2-text {
        top: 212px;
        width: 40%;
        right: 24px;
    }
    /* .snn-product-2 {
        height: 420px;
    } */
    .snn-product-2 .bg-1-text {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .snn-product-1 {
        margin: 25px 5px 0px;
        height: 345px;
    }
    .snn-product-1 .bg-1-car {
        width: 70%;
        left: 10px;
    }
    .snn-product-1 .bg-2-text {
        top: 242px;
        width: 54%;
        right: 10px;
    }

    .snn-col-12 {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .snn-product-2 {
        height: 108vw;
    }
    .snn-product-2 .bg-1-text {
        top: 20px;
    }
}
