﻿.e_brochure_section, .gallery_section, .overview_section, .highlight_section {
    position: relative;
}

.limit-unt h5 {
    color: #fff;
}

.flower img {
    width: 100%;
}

.ft-s {
    font-size: 32px;
}

.iti {
    color: #000;
    width: 100%;
}

.limit-unt p {
    color: #fff;
    background: #0E2B29;
    padding: 5px;
    width: max-content;
    font-weight: 600;
    animation: blinkText 2s infinite;
}

@keyframes blinkText {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.9;
    }

    100% {
        scale: 1;
    }
}

.savup-box > ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

ul.banner_off > li {
    flex: 0 0 50%;
    font-size: 20px;
    margin-bottom: 10px;
}

.navbar .navbar-brand img, .navbar.fixed .navbar-brand img {
    max-width: 300px;
}

.flower {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 3;
    max-width: 130px;
    height: auto;
}

.flower2 {
    position: absolute;
    bottom: 5%;
}

.border_left:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
}

.border_left {
    position: relative;
}

.ab-blder p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.ab-blder img {
    width: 210px;
    margin: 15px;
}

@media (max-width: 600px) {
    .d_sm_none {
        display: none !important;
    }
}

@media (min-width: 601px) {
    .d_sm_block {
        display: none !important;
    }
}