.before-after {

 position: relative;

 text-align: center;

 color: black;

 font-weight:bold;

}





.top-left {

 position: absolute;

 top: 50%;

 left: 0px;

 content:"left";

}



.top-right {

 position: absolute;

 top: 50%;

 right: 0px;

 content:"right";

}



    /*modal sticky*/



      .footer-sticky {

        display: none;

        width: 100%;

        position: fixed;

        bottom: 0;

        left: 0;

        border-radius:20px;

        z-index: 9999999;

    }

    .b{

    font-weight: 800 !important;

    }

    .footer-sticky>div {

        display: inline-block;

        width: 100%;

        text-align: center;

    }



   

    @media(min-width:576px) {

        .diclaimerModalBody {

            height: initial;

        }

    }



    @media(max-width:576px) {

        .footer-sticky {

            display: block;

        }



        .diclaimerModalBody {

            overflow: auto;

        }

    }



    .mobile--footer_dark {

        background: #000;

    }

    .call-us-cta {

        display: inline-block;

        width: 99%;

        background-color: #f5bc2a;

        color: #000;

        padding: 1rem 0rem;

        text-align: center;

        font-weight: 700;

    }

    .enquiry-now-cta {

        display: inline-block;

        width: 49%;

        background-color: #000;

        color: #fff;

        padding: 1rem 0rem;

        text-align: center;

        font-weight: 700;

    }

    .rounded-circle {

    border-radius: 50% !important;

}

img{

    max-width: 100%;

    height: auto;

    vertical-align: top;

}



.sub-info{

    font-weight: 600;

    font-family: 'Poppins', sans-serif;

    color: #004975;

}



.display-30 {

    font-size: 0.9rem;

}

.scrollmenu {

 overflow: auto;

 white-space: nowrap;

}



.scrollmenu img{

 display: inline-block;

 padding: 14px;

}

.example::-webkit-scrollbar {

    display: none;

}
.video-test {
    padding: 30px 30px 30px 30px !importnat;
    box-shadow: 0px 10px 10px 0px rgb(13 30 58 / 3%) !importnat;
    border-radius: 0px !important;
}
@media (max-width: 601px) {
    .mobile-view {
      display: block;
    }
     .desktop-view {
      display: none;
    }
    .mobile-section{
        display:block;
    }
    .mobile-top{
        padding-top:20px !importnat;
    }
    .mobile-bottom{
        padding-bottom:0px !importnat;
    }
   .mobile-title{
       margin-top:10px !importnat;
   }
   .cta-section h2:before {
    /*content: url(assets/img/home-04-left-arrow.png);*/
    position: absolute;
    left: -100px;
    top: 55px;
    display:none;
}
.cta-section h2:after {
    /*content: url(assets/img/home-04-right-arrow.png);*/
    position: absolute;
    right: -100px;
    top: 55px;
    display:none;
}

  }
  
  @media (min-width: 600px) {
    .desktop-view {
      display: block;
    }
    .mobile-view {
      display: none;
    }
    
    .mobile-section{
        display:none;
    }
    .cta-section h2:before {
    /*content: url(assets/img/home-04-left-arrow.png);*/
    position: absolute;
    left: -200px;
    top: 100px;
    display:block;
}
.cta-section h2:after {
    /*content: url(assets/img/home-04-right-arrow.png);*/
    position: absolute;
    right: -200px;
    top: 100px;
    display:block;
}
  }
  .button-jittery {
    animation: jittery 4s infinite;
}


.button-jittery:hover {
       animation: heartbeat 0.2s infinite;
   }


   @keyframes jittery {
   5%,
   50% {
       transform: scale(1);
   }
   10% {
       transform: scale(0.9);
   }
   15% {
       transform: scale(1.15);
   }
   20% {
       transform: scale(1.15) rotate(-5deg);
   }
   25% {
       transform: scale(1.15) rotate(5deg);
   }
   30% {
       transform: scale(1.15) rotate(-3deg);
   }
   35% {
       transform: scale(1.15) rotate(2deg);
   }
   40% {
       transform: scale(1.15) rotate(0);
   }
}

@keyframes heartbeat {
   50% {
       transform: scale(1.1);
   }
}

/* extra */
.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:#f8f9fa;
    /*background-image: url(assets/img/banner-home-04.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.cta-section h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 38px !importnat;
}
.cta-section .section-title {
    max-width: 900px;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: white !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}
.cta-section h5 {
    max-width: 700px;
}
.section-title h5 {
    font-size: 22px;
    line-height: 1.5;
}
.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.vs-btn{
    cursor: pointer !important;
}

.btn-orange {
    background-color: #f5bc2a;
    color: #fff;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #f5bc2a !important;
    margin-top:2% !important;
}
.btn {
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn .title {
    font-size: 22px;
}
.btn .sub-title {
    font-size: 17px;
}
.col {
    flex: 1 0 0%;
}
.btn-orange {
    background-color: #f5bc2a;
    color: #fff;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #f5bc2a !important;
    margin-top:2% !important;
}

/* slider*/
@media (max-width: 767px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    /* medium and up screens */
    @media (min-width: 768px) {

        .carousel-inner .carousel-item-end.active,
        .carousel-inner .carousel-item-next {
            transform: translateX(25%);
        }

        .carousel-inner .carousel-item-start.active, 
        .carousel-inner .carousel-item-prev {
            transform: translateX(-25%);
        }
    }

    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start { 
        transform: translateX(0);
    }
 .card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0,0,0,.125)!important;
    border-radius: 0.25rem !important;
    /*margin-left: 20px !important;*/
}

@media only screen and (max-width: 600px) {
  .cta-mobileview {
    display:block !important;
  }
}
@media only screen and (min-width: 601px) {
  .cta-mobileview{
      display:none !important;
  }
}
/*counter*/
@media (min-width: 600px) {
    .desktop-view {
      display: block;
    }
    .mobile-view {
      display: none;
    }
    .mobile-section{
        display:none;
    }
    .cta-section h3:before {
    content: url(assets/img/home-04-left-arrow.png);
    position: absolute;
    left: -100px;
    top: 71px;
    display:block;
}
.cta-section h3:after {
    content: url(assets/img/home-04-right-arrow.png);
    position: absolute;
    right: -100px;
    top: 71px;
    display:block;
}
.section-spacer {
    padding-top: 30px;
    padding-bottom: 70px;
}
.details-section .upgrade-order li {
    background-image: url(../img/listred-arrow.png);
    background-position: left top 4px;
    background-repeat: no-repeat;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 70px;
    text-align: left;
}
.details-section .bottom-container {
    margin-top: 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgb(39 71 125);
}
.details-section .bottom-container h4 {
    font-size: 45px;
}
.text-red {
    color: #ffa500;
    font-weight: 700 !important;
    margin-left:50px;
}
.details-section .bottom-container .item-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}
.details-section .bottom-container .item-single .time {
    font-weight: 800;
    font-size: 45px;
    line-height: 1.2;
    color:#27477d;
}
.period{
    color:#000;
    font-size:22px;
}
  }
  @media (max-width: 601px) {
    .mobile-view {
      display: block;
    }
     .desktop-view {
      display: none;
    }
    .mobile-section{
        display:block;
    }
    .mobile-top{
        padding-top:20px !importnat;
    }
    .mobile-bottom{
        padding-bottom:0px !importnat;
    }
   .mobile-title{
       margin-top:10px !importnat;
   }
   .cta-section h3:before {
    content: url(assets/img/home-04-left-arrow.png);
    position: absolute;
    left: -100px;
    top: 55px;
    display:none;
}
.cta-section h3:after {
    content: url(assets/img/home-04-right-arrow.png);
    position: absolute;
    right: -100px;
    top: 55px;
    display:none;
}
.details-section .bottom-container h4 {
    font-size: 25px;
}
.details-section .bottom-container .item-single .time {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    color: #27477d;
}

.details-section .bottom-container .item-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.period {
    color: #000;
    font-size: 17px;
}
.details-section .bottom-container {
    margin-top: 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
 .new-btn{
     margin-bottom:30px !important;
 }

  }
  
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card1:hover .overlay {
    height: 76%;
}
.overlay {
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;
    background-color: #212529ad;
    overflow: hidden;
    width: 100%;
    height: 0;
    animation: Gradient 3s ease infinite;
    transition: .6s ease;
    z-index: 0;
}

effetMoveGradient, .effetMoveGradient:hover {
    text-shadow: 0 3px 6px #4a100f;
    background-color: #c78710;
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    color: #ffffff;
    border: none;
}
.text-center {
    text-align: center !important;
}
.text-light {
    color: #f8f9fa !important;
}
.card-title {
    margin-bottom: 0.75rem;
}
.overlay-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5bb26fa;
    padding: 10px 10px;
    color: #fff;
}
@media only screen and (max-width: 600px) {
  .newcard {
    display:block;
  }
}
@media only screen and (min-width: 601px) {
  .newcard {
    display:none;
  }
}

