/* ============respite============ */

.respite .respite-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    /* padding: 0 17px; */
}

.respite .respite-box h4 {
    margin: 0;
    padding-bottom: 6px;
    line-height: 42px;
}

.respite .respite-box p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 11px;
    padding-top: 13px;
}

.tranquility .section-title h6 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #073937;
}

/* =================said-about=============== */

.said-about {
    position: relative;
    background: #E9EDE1;
    padding: 155px 0;
}

.said-about .stroke-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;

}

.said-about .stroke-2 {
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 13%;
}

.said-about .container {
    max-width: 700px;
}

.said-about .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.said-about .container .row h3 {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
}

.said-about .container .row p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.said-about .container .row img {
    padding-top: 20px;
}

.welcome-first-halt {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height: 700px;
    width: 100%;
}

.welcome-first-halt .container {
    height: 100%;
    width: 100%;
}

.welcome-first-halt .container .row {
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.welcome-first-halt .container .row .structure-heading-3 {
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 60px;
}
.proposals-slider .img-slide {
    border-radius: 0 0 100px 0;
    overflow: hidden;
}
.proposals-slider .content-slide ul li {
    font-size: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    line-height: 27px !important;
    color: #073937;
    list-style: disc;
    letter-spacing: 0.2px;
}

.proposals-slider .content-slide ul {
    padding-left: 17px;
}
/* ==============media-query================ */

@media(max-width: 2560px) {
    .said-about .stroke-2 {
        width: 8%;
    }

    .said-about .stroke-1 {
        width: 9%;
    }
}

@media(max-width: 1920px) {}

@media(max-width: 1599px) {}

@media(max-width: 1399px) {
    .said-about .stroke-2 {
        width: 13%;
    }

    .said-about .stroke-1 {
        width: 16%;
    }
}

@media(max-width: 1199px) {
    .welcome-first-halt {
        height: 500px;
    }
}

@media(max-width: 991px) {
    .said-about .stroke-1 {
        width: 12%;
    }

    .anniversary .custom-slick-arrow {
        position: absolute;
        width: calc(100% - 21px);
        top: 64%;
        display: none;
    }
}

@media(max-width: 767px) {}

@media(max-width: 575px) {
    .said-about {
        padding: 85px 0;
    }

    .welcome-first-halt .container .row {
        padding-left: 20px;
    }

    .respite .respite-box p,
    .respite .respite-box h4 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .said-about .container .row p {
        text-align: justify;
        padding: 0 15px;
    }
}

@media(max-width: 480px) {
    .welcome-first-halt {
        height: 350px;
    }
}

@media(max-width: 380px) {
    .anniversary .custom-slick-arrow {
        position: absolute;
        width: calc(100% - 2px);
        top: 22%;
    }

    .memorable-proposals .proposals-slider .slick-dots {
        bottom: 2%;
    }

    .welcome-first-halt .container .row .structure-heading-3 {
        padding-bottom: 27px;
        font-size: 24px;
    }
}