.cm-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cm-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.cm-no-gutters > .cm-col,
.cm-no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.camis-col-lg-5, .camis-col-xl-5, .camis-col-md-5, .camis-col-sm-5, .camis-col-5,
.cm-col-1, .cm-col-2, .cm-col-3, .cm-col-4, .cm-col-5, .cm-col-6, .cm-col-7, .cm-col-8, .cm-col-9, .cm-col-10, .cm-col-11, .cm-col-12, .cm-col,
.cm-col-auto, .cm-col-sm-1, .cm-col-sm-2, .cm-col-sm-3, .cm-col-sm-4, .cm-col-sm-5, .cm-col-sm-6, .cm-col-sm-7, .cm-col-sm-8, .cm-col-sm-9, .cm-col-sm-10, .cm-col-sm-11, .cm-col-sm-12, .cm-col-sm,
.cm-col-sm-auto, .cm-col-md-1, .cm-col-md-2, .cm-col-md-3, .cm-col-md-4, .cm-col-md-5, .cm-col-md-6, .cm-col-md-7, .cm-col-md-8, .cm-col-md-9, .cm-col-md-10, .cm-col-md-11, .cm-col-md-12, .cm-col-md,
.cm-col-md-auto, .cm-col-lg-1, .cm-col-lg-2, .cm-col-lg-3, .cm-col-lg-4, .cm-col-lg-5, .cm-col-lg-6, .cm-col-lg-7, .cm-col-lg-8, .cm-col-lg-9, .cm-col-lg-10, .cm-col-lg-11, .cm-col-lg-12, .cm-col-lg,
.cm-col-lg-auto, .cm-col-xl-1, .cm-col-xl-2, .cm-col-xl-3, .cm-col-xl-4, .cm-col-xl-5, .cm-col-xl-6, .cm-col-xl-7, .cm-col-xl-8, .cm-col-xl-9, .cm-col-xl-10, .cm-col-xl-11, .cm-col-xl-12, .cm-col-xl,
.cm-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.cm-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.cm-col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.cm-col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.cm-col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.cm-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.camis-col-5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.cm-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cm-col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.cm-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.cm-col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.cm-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cm-col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.cm-col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.cm-col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.cm-col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 576px) {
  .cm-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .cm-col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cm-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cm-col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .camis-col-sm-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .cm-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cm-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cm-col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cm-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cm-col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cm-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cm-col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
}
@media (min-width: 768px) {
  .cm-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .cm-col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cm-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cm-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .camis-col-md-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .cm-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cm-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cm-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cm-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cm-col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cm-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cm-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
}
@media (min-width: 992px) {
  .cm-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .cm-col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cm-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cm-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .camis-col-lg-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .cm-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cm-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cm-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cm-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cm-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cm-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cm-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
}
@media (min-width: 1200px) {
  .cm-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .cm-col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cm-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cm-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cm-col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .camis-col-xl-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .cm-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cm-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cm-col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cm-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cm-col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cm-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cm-col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes shake {

        0%,
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }
    }

    @keyframes shake {

        0%,
        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px);
        }
    }
    .ladi-shape {
        animation-name: shake;
        animation-delay: 1s;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
.register-left-sd .camis-service-wrap{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -15px;
    padding: 35px 35px 30px; border-radius: 8px;
    background-image: url('images/10-018-xjpob.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.color-or{color: rgb(241, 100, 46);}
.register-left-sd .sv-style-left .sv-img-wrap{margin-right: 15px}
.digital-banner > .elementor-container{
box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -15px;
    padding: 30px; border-radius: 8px;
    background-image: url('images/bg-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    }  
    .digital-banner > .elementor-container:after{
        content: '';
        display: inline-block;
        position: absolute;
        top: 30px;
        bottom: 0;
        width: calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        border: 2px solid #ead3d7;border-radius: 6px;
        z-index: -1;
    }
.camis-service-wrap{
    list-style: none;
    padding: 0;
}

.sv-style-list > li{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
    padding: 15px;
    margin-bottom: 15px;
}
.sv-style-list > li .sv-sub{
    width: 48px;
    height: 48px;
    border-radius: 50%; border: 1px solid #e1e1e1;
    text-align: center;
    line-height: 43px;
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    color: rgb(241, 100, 46);
    margin-right: 15px;
}
.sv-style-list .sv-content{
    display: inline-block;
    vertical-align: top;
    color: #000;
}

.sv-style-info > li{

    display: inline-block;

    margin-bottom: 30px;
    border-radius: 14px;
    background: #fff;

    overflow: hidden;
    padding: 15px 30px;
    box-shadow: 10px 10px 5px 0px rgba(224,76,57,1);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(224,76,57,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(224,76,57,1);

}
.ladi-button {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.sv-style-info img{max-width: 100%;}
.sv-style-info .sv-img{
    width: 75px;
    height: 75px;
    border-radius: 20px;
    box-shadow: rgba(58, 31, 153, 0.2) 0px 7px 15px 0px;
    -webkit-box-shadow: rgba(58, 31, 153, 0.2) 0px 7px 15px 0px;
    -moz-box-shadow: rgba(58, 31, 153, 0.2) 0px 7px 15px 0px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    margin-right: 10px;
}
.sv-style-info h2.sv-title{
    font-size: 25px;
    font-weight: bold;
    color: rgb(241, 100, 46);
    margin-bottom: 3px;
}
.sv-style-info .sv-sub{
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}
.sv-style-info{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sv-style-digital .sv-content ul,
.tick-digital ul,
.sv-style-info ul{
    list-style: none; padding: 0;

}
.sv-style-digital .sv-content li:before,
.tick-digital li:before{
     width: 18px;
    height: 18px;
    top: 5px;
    background-image: url('images/tick-digital.svg');
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
}
.sv-style-info > li .sv-content li:before{
    width: 14px;
    height: 14px;
    top: 5px;
    background-image: url('images/tick.svg');
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;

}
.sv-style-digital .sv-content li{
    padding-left: 24px;
    position: relative;
    padding-bottom: 5px;
}
.tick-digital li{
    padding-bottom: 10px;
    padding-left: 24px;
    position: relative;
    font-size: 18px;
}
.sv-style-info > li .sv-content li{
    position: relative; padding-left: 20px;
}
.sv-style-testimonial_game .sv-content-wrap{
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(241, 100, 46);
    background-image: radial-gradient(circle, rgb(255, 255, 255), rgb(233, 247, 255));
    padding: 15px;
}
.sv-style-testimonial_game .sv-content-wrap .sv-title{
        font-size: 24px;
    font-weight: bold;
    color: rgb(241, 100, 46);
    text-align: center;
}
.sv-style-testimonial_game .sv-content-wrap .sv-sub{font-size: 18px;font-weight: bold; 
background-image: url('images/khung-xanh.png'); color: #fff;
    min-height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 15px;
    text-align: right;
    padding-right: 19px;
    background-position: top right;
    margin-bottom: 15px;
    margin-right: -24px;
}
.sv-style-testimonial_game .sv-img-wrap{
    text-align: center;
}
.sv-style-testimonial_game .sv-img-wrap img{vertical-align: bottom;}
.form-landing-reg{
    background-image: linear-gradient(rgb(245, 34, 0), rgb(255, 168, 39));
    text-align: center;
    color: #fff;
    padding: 30px;
    border-radius: 16px;
}
.form-landing-reg h3{
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.form-landing-painting{
    background-image: radial-gradient(circle, rgb(237, 136, 33), rgb(255, 99, 39));
    background-color: rgb(245, 34, 0);
    text-align: center;
    color: #fff;
    padding: 30px;
    border-radius: 6px;
}
.form-landing-reg.form-landing-painting h3{
        font-size: 20px;
        line-height: 30px;
    margin-bottom: 25px;
}
.form-landing-reg input{margin-bottom: 10px;}


.form-landing-reg input[type="tel"],
.form-landing-reg input[type="email"],
.form-landing-reg input[type=text]{border: none; border-radius: 0; min-height: 45px;}
.form-landing-reg [type=submit]{    font-size: 23px; background-image: linear-gradient(rgb(255, 215, 42), rgb(255, 158, 48));
color: #000;box-shadow: rgb(28, 68, 42) 0px 15px 20px -15px;
    border-radius: 30px; border: none; font-weight: bold; margin-top: 15px; margin-bottom: 15px;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.form-landing-reg [type=submit]:focus, .form-landing-reg [type=submit]:active{
    outline: none;
}
.form-landing-reg .wpcf7-not-valid-tip{
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 12px;
}
.form-landing-reg .wpcf7-spinner{position: absolute}
.camis-contact-form-wrap{position: relative}
.camis-contact-form-wrap .wpcf7 form .wpcf7-response-output{position: absolute; margin: 0; font-size: 12px;}
.list-tick-circle{list-style: none; padding: 0; margin-bottom: 15px;}
.pdl-25{padding-left: 25px;}
.list-tick-circle li{position: relative; padding-left: 25px;}
.list-tick-circle li:before{
    width: 20px;
    height: 20px;
    top: 5px;
    background-image: url('images/tick-circle.svg');
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
}
.d-course-tes .elementor-testimonial__image{height: 245px; overflow: hidden;}
.d-course-tes .swiper-slide{background-image: linear-gradient(96deg, rgb(245, 34, 0), rgb(253, 96, 0)); border-radius: 20px;
    padding: 0 !important;}
.d-course-tes  .elementor-testimonial__footer{display: inline-block !important;}
.d-course-tes .elementor-testimonial__image img{width: 100% !important; height: auto !important;}
.d-course-tes  .elementor-testimonial__content{padding: 0 15px 15px;}
.d-course-tes  .elementor-testimonial__content .elementor-testimonial__text{
    font-style: normal;
    color: #fff;}
.pdb-0 .elementor-widget-wrap{padding-bottom: 0 !important;}
.container-box-shadow > .elementor-container{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;    
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
}
.about-box-shadow > .elementor-container{padding-left: 60px; padding-top: 60px; padding-bottom: 50px;}

.painting-kh .swiper-slide{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    
    margin-top: 15px;
    margin-bottom: 15px;

}
.painting-kh .elementor-testimonial img{width: 100% !important; height: auto !important;}
.painting-kh .elementor-testimonial__image{
    flex-shrink: unset;
}
.sv-style-digital > li{
    margin-bottom: 20px;
    box-shadow: rgba(56, 27, 5, 0.1) 0px 0px 30px -10px;
    border-radius: 11px;
    background: #fff;
    position: relative;
    padding-left: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}
.sv-style-digital h2.sv-title{
    font-size: 20px; font-weight: bold;
}
.sv-style-digital > li .sv-sub{
    width: 60px;
    height: 60px;    
    text-align: center;
    
    font-weight: bold;
    display: inline-block;
    font-size: 50px;
    color: rgb(241, 100, 46);
    position: absolute;
    top: 5px;
    left: 8px;
    
}
.digital-lotrinh > .elementor-container{
    background-image: url('images/v5vt.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
}
.sv-style-modeling{ text-align:center; }
.sv-style-modeling .sv-img img{
    border: 3px solid rgb(241, 100, 46);
    border-radius: 50%;
}
.sv-style-modeling .sv-img{
    
    overflow: hidden;
    margin-bottom: 15px;
}
.sv-style-modeling  .sv-content{font-weight: bold;}
.color-black{color: #000 !important}
.camis-modeling-border > .elementor-container{
      border-width: 3px;
    border-radius: 18px;
    border-style: solid;
    border-color: rgb(241, 100, 46);
    padding: 30px;
}
.modeling-linear-gradient{
      border-top-left-radius: 136px;
    border-top-right-radius: 136px;
    background-image: linear-gradient(rgb(241, 100, 46), rgb(255, 255, 255));
}
.modeling-checklist-black{padding: 0; list-style: none;}
.modeling-checklist-black li:before{
    width: 18px;
    height: 18px;
    top: 5px;
    background-image: url('images/checklist-black.svg');
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;    
    background-size: cover;
    background-repeat: no-repeat;

}
.modeling-checklist-black li{
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.modeling-heading h2{
  background-color: rgb(241, 100, 46);
    border-radius: 0px 99px 0px 90px;
    padding: 10px 30px;
        font-size: 24px;
}
.modeling-heading h2:before{
  width: 33px;
    height: 33px;
    background-image: url('images/artboard-140.png');
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    vertical-align: sub;
}
.modeling-heading > .elementor-widget-container{
  background-color: rgb(251, 248, 233);
    border-radius: 0px 99px 0px 90px;
    padding-left: 20px !important;
    max-width: 450px;
}
.modeling-contact-form{
  border-radius: 900px 900px 0px 0px;
    background-image: linear-gradient(rgb(241, 100, 46), rgb(251, 248, 233));
}
.modeling-contact-form .form-landing-painting{background: transparent;}
.modeling-contact-form .form-landing-painting h3{display: none}
.modeling-contact-form .form-landing-reg input[type="tel"],.modeling-contact-form .form-landing-reg input[type="email"],.modeling-contact-form .form-landing-reg input[type=text]{
        min-height: 55px;
    border-radius: 30px;
}
.modeling-contact-form .form-landing-reg [type=submit]{
    background-image: linear-gradient(rgb(0, 0, 0), rgb(67, 67, 67));
    margin-top: 25px;
        color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.sv-style-modeling > li{margin-bottom: 30px;}
.camis-contact-info-wrap ul{list-style: none; padding: 0;}
.camis-contact-info-wrap svg{width: 23px; position: absolute; left: 0; top: 0;}
.camis-contact-info-wrap h3{
    font-size: 18px;
    font-weight: bold;    
    margin-bottom: 25px;
}
.camis-contact-info-wrap li{position: relative; padding-left: 30px; margin-bottom: 12px;}
.sv-style-web .sv-iw{text-align: center;
border-radius: 5px;
    background-color: rgb(255, 240, 167);
    padding: 30px 15px; margin-bottom: 30px;
    }
.sv-style-web .sv-title{
    font-size: 24px;
    font-weight: bold;
    color: rgb(20, 77, 156); margin-bottom: 0;
}
.sv-style-web .sv-content{background: #fff; border-radius: 4px;
font-size: 20px;
    font-weight: bold;padding: 35px 10px;
    color: rgb(60, 60, 60);
}
.sv-style-web .sv-sub{
    font-size: 47px;
    font-weight: bold;
    color: rgba(208, 208, 208, 0);
    text-align: center;
    -webkit-text-stroke: 1px rgb(174, 179, 186);
    position: relative;
    top: 30px;
}
.sv-style-web .btn-sv{
    background-image: linear-gradient(rgb(255, 211, 23), rgb(242, 67, 13));
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    top: -17px;
}
.sv-style-ai .sv-img-wrap{text-align: center;}
.sv-style-ai .sv-iw{
        background-image: linear-gradient(rgba(20, 77, 158, 0.9), rgb(255, 255, 255));
        border-radius: 20px;
        padding: 30px;
}
.sv-style-ai .sv-title{
        text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.sv-style-ai .sv-content{font-size: 18px}
.web-sec-top .list-tick-circle li{margin-bottom: 10px;}
.box-web-sec{    background-image: linear-gradient(rgb(241, 100, 46), rgb(255, 129, 1));
    box-shadow: rgba(85, 27, 2, 0.2) 0px 7px 15px -5px;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.sv-style-media .sv-iw{text-align: center; background: #fff; 
    border-radius: 5px; padding: 15px; height: 100%;}
.sv-style-media .sv-iw .sv-title{
    font-size: 24px;
    font-weight: bold;
}
.sv-style-media .btn-sv{box-shadow: rgb(39, 36, 32) 0px 15px 12px -17px;
    background-image: linear-gradient(rgb(255, 211, 23), rgb(242, 67, 13));
    color: #fff;font-weight: bold;
    display: inline-block;
    border-radius: 30px;
    padding: 7px 25px;
}

.digital-frm-register .form-landing-reg{
    background-image: linear-gradient(rgb(22, 40, 163), rgb(20, 24, 82));
    border-radius: 0px 0px 8px 8px;
}
.digital-frm-register .frm-note-bottom,
.digital-frm-register  .form-landing-reg h3{display: none;}
.camis-digital-step h2.sv-title{
        font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(79, 100, 197);
    margin-top: 0;
}
.camis-digital-step .sv-style-left > li .sv-iw{
    align-items: flex-start;
}
.game-frm-register .form-landing-reg{
        background-image: linear-gradient(180deg, #FFFFFF 0%, #E9F7FF 100%);
    border-radius: 0px 0px 8px 8px;
}
.game-frm-register .frm-note-bottom,
.game-frm-register  .form-landing-reg h3{display: none;}
.game-frm-register .form-landing-reg input[type="tel"],
.game-frm-register .form-landing-reg input[type="email"],
.game-frm-register .form-landing-reg input[type=text]{
border: 1px solid #333; border-radius: 3px;
}

@media screen and (min-width: 768px) {
    .tl-left-title{padding-right: 35px; position: relative;}
    .register-left-sd{padding-right: 30px;}
    .register-left-sd .camis-service-wrap li:last-child .sv-content{
    padding-right: 90px;
    }
    .sv-style-info > li{
        width: 48%;
    }
    .sv-style-info > li:nth-child(2n){
        margin-left: 4%;

    }
    .d-about-img{padding-right: 30px;}
    .d-about-img .elementor-widget-wrap .elementor-element img {max-width: 100%;}
    .d-about-img .elementor-widget-wrap > .elementor-element{position: absolute;}
    .d-about-img .elementor-widget-wrap > .elementor-element > .elementor-widget-container{
        border-radius: 20px; overflow: hidden;
    }
    .d-about-img .elementor-widget-wrap > .elementor-element:first-child{
        width: 265px; height: 265px;    left: 60px;
    }
    .d-about-img .elementor-widget-wrap > .elementor-element:nth-child(2){right: 0;
        top: 150px;
        width: 287px; height: 287px;
    }
    .d-about-img .elementor-widget-wrap > .elementor-element:nth-child(3){    top: 330px;
        width: 340px; height: 340px;
    }
}


@media screen and (max-width: 767px) {
.mt-about{background: #fff !important;}
    .modeling-contact-form .form-landing-painting{padding: 0 !important;}  
    .web-frm .camis-contact-info-wrap{    background: #FF850F;
    padding: 15px;}
    .digital-lotrinh .elementor-widget-wrap{padding: 15px !important;}
    .about-box-shadow > .elementor-container {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    }
    .sv-style-info > li{
        width: 100%;
    }
    .d-text-register span{
        font-size: 24px !important;}

}
.fwb{font-weight: bold;}
.sv-style-left .sv-img-wrap{width: 60px; margin-right: 10px; display: inline-block;}
.sv-style-left .sv-img-wrap img{max-width: 100%;}
.sv-style-left > li .sv-iw{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.sv-box-wrap .svi{box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px; margin-bottom: 15px;
    padding: 10px 10px 6px 10px ; background: #fff;
}
.sv-box-wrap .sv-style-left > li .sv-iw{margin-bottom: 0px;}
.sv-box-wrap .sv-style-left .sv-content-wrap{
    line-height: 25px;
}

.tl-img-wrap{padding-right: 35px;}
.tl-img{text-align: center;}
.tl-left-wrap .tl-sub{    
    border-radius: 4px;
        background-image: linear-gradient(108deg, rgb(241, 100, 46), rgb(255, 164, 16));
        color: #fff;font-weight: bold; font-size: 24px;
        padding-left: 30px; min-height: 71px;
        margin-bottom: 15px;line-height: 65px;
}

.tl-right-wrap{
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    padding: 15px 30px;
}
.tl-right-wrap .tl-title{
font-size: 20px;font-weight: bold;
    
    color: rgb(241, 100, 46);
}
.camis-timeline-wrap .tli{padding-bottom: 30px;}
.camis-timeline-wrap{padding: 0; position: relative;}
.tl-left-wrap{padding-top: 35px; }
.cm-digital-service .camis-service-wrap{justify-content: center;}
.cm-digital-service .sv-style-media .sv-iw{border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px; padding: 25px;
}
.cm-digital-service .camis-service-wrap li.svi{margin-bottom: 15px;}
.cm-digital-service .sv-style-media .sv-iw .sv-title {
    font-size: 18px;}
.countdown-pr {
  position: relative;
}
.countdown-preview-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.bs-countdown-unit-wrap {
  display: inline-block;
}
.bs-countdown-timer > div {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.bs-countdown-timer > div:last-child {
  margin-right: 0;
}
.bs-countdown-timer-wrap {
  text-align: center;
}
.bs-countdown-timer-wrap.text-center {
  text-align: center;
}
.bs-countdown-timer-wrap.text-left {
  text-align: left;
}
.bs-countdown-timer-wrap.text-right {
  text-align: right;
}
.bs-countdown-val {
  text-align: center;
  font-size: 30px;
}
.bs-countdown-hidden {
  display: none !important;
  visibility: hidden !important;
}
.bs-countdown-progress-bar-wrap {
  margin-top: 15px;
  clear: both;
}
.bs-countdown-progress-bar-message {
  margin-top: 15px;
}
.bs-countdown-progress-bar-wrap.text-left .bs-countdown-progress-bar {
  margin: 0;
}
.bs-countdown-progress-bar-wrap.text-right .bs-countdown-progress-bar {
  margin-right: 0;
}
.bs-countdown-progress-bar-wrap.text-center {
  text-align: center;
}
.bs-countdown-progress-bar-wrap.text-right {
  text-align: right;
}
.bs-countdown-progress-bar-wrap.text-left {
  text-align: left;
}
.bs-countdown-progress-bar {
  height: 12px;
  background: #eee;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 300px;
  border: 1px solid;
  max-width: 100%;
}
.bs-countdown-timer-box {
  padding-top: 15px;
  padding-bottom: 15px;
}
.progress-s1 .bs-countdown-progress-bar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.progress-s1 .bs-countdown-progress-bar-fill {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.bs-countdown-progress-bar-fill {
  background: #ffb600;
  height: 100%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.bs-countdown-left-half-clipper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  clip: rect(auto, auto, auto, auto);
  top: 0;
  left: 0;
  overflow: hidden;
}
.bs-countdown-first50 {
  clip: rect(0, 70px, 70px, 35px);
  background-color: #ccc;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.bs-countdown-val {
  z-index: 2;
}
.circle-wrap {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  margin: 0 auto;
}
.txt_inside_box .circle-wrap {
  z-index: 2;
  display: inline-block;
  line-height: normal;
  padding-top: 3px;
}
.txt_inside_box .countdown-txt {
  margin-top: 0;
}
.camis-digital-countdown .bs-countdown-timer{text-align: center;}
.camis-digital-countdown .camis-bs-title{text-align: center;font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(57, 57, 57);}
.camis-digital-countdown .bs-countdown-val{
        min-width: 52px;
    background-color: rgb(177, 176, 182);
    font-weight: bold;
    color: #fff;
}
.camis-digital-countdown .countdown-txt{text-transform: capitalize;}
.frm-landing-game{max-width: 530px;
background-image: linear-gradient(rgb(255, 255, 255), rgb(233, 247, 255));
border-radius: 5px;
    -webkit-background-clip: initial;
    box-shadow: rgba(1, 39, 54, 0.6) 0px 4px 0px 0px;
    padding: 15px;
    text-align: center;
}
.frm-landing-game h3{font-weight: bold;
    line-height: 1.6;
    color: rgb(241, 100, 46);font-size: 18px;    margin-bottom: 6px;}
.frm-landing-game .wpcf7{margin-top: 5px;}
.frm-landing-game input[type=text],.frm-landing-game input[type="tel"]{margin-bottom: 10px;}
.frm-landing-game .wpcf7-spinner{position: absolute;}
.frm-landing-game .wpcf7-submit{
    background-color: rgb(241, 100, 46);
    font-size: 19px;
    font-weight: bold;
    border-color: rgb(241, 100, 46);
    color: rgb(255, 255, 255);
}
.heading-btn{
    font-size: 30px;font-weight: bold;color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
        display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
}
.frm-landing-game .wpcf7-not-valid-tip{position: absolute;}
.frm-landing-game .wpcf7-response-output{
    position: absolute;
    margin: 0;
    bottom: -20px;
}
.route-game{
    box-shadow: rgba(1, 38, 54, 0.6) 0px 4px;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(233, 247, 255));
    border-radius: 10px;
    position: relative;
}
.route-numb{
    border-radius: 50%;
    display: inline-block;
    min-width: 55px;
    background-color: rgb(241, 100, 46);
    font-weight: bold;color: rgb(255, 255, 255);text-align: center; 
    font-size: 35px;vertical-align: middle;
}

@media screen and (min-width: 992px) {
    .route-numb{
        position: absolute;
    top: 0;
    left: -30px;
    }
    .route-numb.numb-right{
        left: unset;
        right: -30px;
    }
    .route-game h4{padding-left: 30px; padding-right: 30px;}
    .frm-landing-game{float: right;}
    .tl-left-title:after{
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background: rgb(242, 67, 13);
        border-radius: 50%;
        position: absolute;
        top: 30px;
        right: -3px;
        z-index: 1;
    }
    .camis-timeline-wrap:after{
        content: '';
        display: inline-block;
        width: 1px;        
         height: calc(100% - 127px);
        height: -webkit-calc(100% - 127px);
        height: -moz-calc(100% - 127px);
        background: rgb(215, 215, 215);
        
        position: absolute;
        top: 70px;
        left: 31.3%;
    }
}
@media screen and (min-width: 576px) {
    .sv-style-left .sv-content-wrap{
        width: calc(100% - 75px);
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        display: inline-block;

        font-size: 20px;
    }
    .sv-style-list .sv-content{
        width: calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
    }
    
}
@media screen and (max-width: 575px) {
    .heading-btn{
    font-size: 16px;}
}