/* Default
==========*/
.time-to-rise .container-fluid {
    background-color:unset;
}

.time-to-rise > .content {
    background-image: url('../images/ttr-web-bg@2x-8.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.time-to-rise .carousal-banner,
.time-to-rise .delivery,
.time-to-rise .merchandise,
.time-to-rise .description,
.time-to-rise .subscribe,
.time-to-rise .mobile-app,
.time-to-rise .map {
    margin-top: 55px;
	height: fit-content;
}

.time-to-rise .mobile-app {
    margin-bottom: 50px;
}

/* Carousal Slider
==================*/
.time-to-rise .carousal-slider .slick-dots,
.time-to-rise .delivery-slider .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    margin-top: 15px;
    height: 8px;
    width: 100%;
}

.time-to-rise .carousal-slider .slick-dots li:not(:last-child),
.time-to-rise .delivery-slider .slick-dots li:not(:last-child) {
    margin-right: 5px;
}

.time-to-rise .carousal-slider .slick-dots li button,
.time-to-rise .delivery-slider .slick-dots li button {
    border: 0px;
    border-radius: 100%;
    background-color: #ffffff;
    color: transparent;
    height: 10px;
    width: 10px;
}

.time-to-rise .carousal-slider .slick-dots li.slick-active button,
.time-to-rise .delivery-slider .slick-dots li.slick-active button {
    background-color: #56ab5d;
}

/* Delivery Slider
=====================*/
.time-to-rise .delivery-slider .slick-track {
    display: flex !important;
    align-items: center;
	margin: 0 auto;
}

.time-to-rise .delivery h1 ,
.time-to-rise .map h1 {
    color: #ffffff;
    font-weight: bolder;
    font-size: 24px;
    margin: 0 0 30px 0;
    text-shadow: #000 1px 0 10px;
    background-color: black;
    text-align: center;
    padding: 3px;
}

.time-to-rise .delivery-slider .slick-slide {
    text-align: center;
}

/* Time To Rise
==============*/
.time-to-rise .time-to-rise {
    margin-top: -50px;
}

/* Description
==============*/
.time-to-rise .description {
    border-radius: 30px;
    /* background-color: #000000; */
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 30px 70px 30px;
    background-image: url('../images/BG-Vannda_1.png');
    background-size: cover;
}

/* Subscribe
=====================*/
.time-to-rise .subscribe ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.time-to-rise .subscribe ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(25% - 20px);
}

.time-to-rise .subscribe ul li:nth-child(4n),
.time-to-rise .subscribe ul li:last-child {
    margin-right: 0;
}

.time-to-rise .subscribe ul li button {
    background-color: #1f96d3;
    border: 0;
    border-radius: 50px;
    cursor: default;
    font-weight: bold;
    font-size: 16px;
    line-height: 10px;
    padding: 12px 20px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

.time-to-rise .subscribe ul li a {
    color: #ffffff;
    cursor: pointer;
    display: block;
}

.time-to-rise .subscribe ul li button label {
    font-size: 28px;
    display: block;
    line-height: .8;
    margin-bottom: 10px;
}


/* Mobile APP
=====================*/
.time-to-rise .mobile-app {
    text-align: center;
	border-radius: 30px;
    background-size: cover;
    background-image: url('../images/BG-Vannda_1.png');
	padding: 35px 0;
}

.time-to-rise .mobile-app P {
    color: #f59c1b;
    font-weight: bolder;
    font-size: 18px;
    max-width: 500px;
    margin: auto;
}

.time-to-rise .carousal-slider {
    position: relative;
}
.time-to-rise .carousal-slider .slick-prev {
    z-index: 1;
    position: absolute;
    background-image: url('../images/arrow-previous-white.png');
    background-color: transparent;
    border: none;
    color: transparent;
    background-repeat: no-repeat;
    height: 65px;
    left: 20px;
    top: 40%;
}
.time-to-rise .carousal-slider .slick-next {
    right: 20px;
    bottom: 45%;
    z-index: 1;
    position: absolute;
    background-image: url('../images/arrow-next-white.png');
    background-color: transparent;
    border: none;
    color: transparent;
    background-repeat: no-repeat;
    height: 65px;
}

.time-to-rise .first-description .content {
    background-image: none;
}

.time-to-rise .description * {
    color: #fff;
}

.time-to-rise .description a {
    background-color: #2c90b5;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 2px 0;
}

.time-to-rise .about-plan .list-all-paragrah {
    background: #fff !important;
}

.time-to-rise .carousal-banner .slick-slide {
    height: auto!important;
}