@import url(header.css);
@import url(breadcrumb-sec.css);
@import url(banner.css);
@import url(main-content.css);
@import url(page-top.css);
@import url(overview.css);
@import url(information.css);
@import url(itinary.css);
@import url(faq.css);
@import url(review.css);
@import url(post-comment.css);
@import url(experience-sec.css);
@import url(subscribe.css);
@import url(testimonial.css);
@import url(location-sec.css);
@import url(category-sec.css);
@import url(featured-package-sec.css);
@import url(echron-featured-location-sec.css);
@import url(echron-location-sec.css);
@import url(destination-nearby.css);
@import url(test.css);
@import url(footer.css);
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.875;
    color: #051036;
}

a {
    text-decoration: none;
}
img{
    width: 100%;
    display: block;
}
.container {
    margin: auto;
    max-width: 1170px;
}
.txt-center{
    text-align: center;
}
/* ***************************************************************************************************************** */
/* ******************************************* Theme Button css starts ********************************************* */
.echron-btn-box button {
    background-color: #023d1b;
    padding: 10px 45px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #023d1b;
    cursor: pointer;
    transition: .3s all ease;
}

.echron-btn-box button:hover {
    color: #023d1b;
    background-color: #fff
}

.echron-btn-box button.white {
    color: #023d1b;
    background-color: #fff;
}

.echron-btn-box button.white:hover {
    background-color: #023d1b;
    color: #fff;
}

.echron-btn-box button i {
    margin-left: 15px;
    transform: rotate(-45deg);
}
/* ******************************************* Theme Button css ends ********************************************* */
/* ****************************************************************************************************************** */
/*  border bottom can be used below an item-box or section */
.echron-border-btm {
    margin: 30px 0;
    border-top: 1px solid #ddd;
}
/* ****************************************************************************************************************** */
.echron-ratings i {
    color: #ffcb00;
}

.light-color {
    color: #697488;
}

.theme-text {
    color: #023d1b;
}

.bg-theme {
    background-color: #079441;
}

.bg-theme-dark {
    background-color: #023d1b;
}

.bg-theme-light {
    background-color: #079441;
}

.bg-navyblue {
    background-color: #051036;
}

.bg-yellow {
    background-color: #f8d448;
}


/* echron-form */


/* echron-form */


/* echron-form */

.echron-sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 97px;
}

.echron-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.echron-form .rght {
    background-color: #f6f8fb;
    border-radius: 5px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.echron-form .rght h4 {
    line-height: 50px;
    position: relative;
    padding-left: 20px;
}

.echron-form .rght h4::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #023d1b;
}

.echron-form .rght img {
    width: 100%;
}

.echron-form .rght .form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    padding: 0 15px 0;
    margin: 10px 0;
}

.echron-form .rght .form input,
.echron-form .rght .form select,
.echron-form .rght .form textarea {
    padding: 5px 15px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.echron-form .rght .form .phone-no {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.echron-form .rght .form .phone-no select {
    flex: 0 0 24%;
    padding: 4px 5px;
}

.echron-form .rght .form .phone-no input {
    flex: 0 0 75%;
}

.echron-form .rght .form button {
    width: 100%;
}

.echron-form .rght .form .text {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.echron-form .rght .form .text p {
    font-size: 10px;
    line-height: 14px;
}

.echron-form .rght .form .text i {
    color: #023d1b;
}


/* echron-form */


/* echron-form */


/* echron-form */


/* ******* echrontech Pagination ******* */

.echron-pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.echron-pagination a {
    color: black;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.echron-pagination a.active {
    background-color: #023d1b;
    color: white;
}

.echron-pagination a:hover:not(.active) {
    background-color: #ddd;
}

.mt-30 {
    margin-top: 30px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

/* ************************* slider section css common **************************** */
/* ************************* slider section css common **************************** */
/* ************************* slider section css common **************************** */
.echron-slider{
    width: auto;
    padding-bottom: 30px;
}
.echron-slider .s-heading{
    margin-bottom: 20px;
}
.echron-slider .s-heading h2{
    font-size: 35px;
    text-transform: capitalize;
    position: relative;
    margin: auto;
    width: fit-content;
}
.echron-slider .s-heading h2::before{
    position: absolute;
    content: '';
    background-color: #023d1b;
    height: 5px;
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.echron-slider .s-body ul {
    list-style: none;    
}
.echron-slider .s-body ul .item{
    /* height: 400px; */
}
.echron-slider .s-body ul .slick-slide{
    margin: 10px;
}
.echron-slider .s-body ul li{
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    margin: 0.5rem;
    background-color: #f4f4f4;
}
.echron-slider .s-body ul li img{
    width: 100%;
    display: block;
}
.echron-slider .s-body ul li figure{
    position: relative;
}
.echron-slider .s-body ul li figure .item-name{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 80%;
    font-size: 18px;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
    text-align: center;
}
.echron-slider .s-body ul li figure .detail{
    position: absolute;
    content: '';
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
    font-weight: bold;
}
.echron-slider .s-body ul li .detail .location,
.echron-slider .s-body ul li .detail .duration{
    display: inline-block;
}
.echron-slider .s-body .slick-dots li button:before{
    font-size: 20px;
}
.echron-slider .s-body .slick-slider .slick-prev,
.echron-slider .s-body .slick-slider .slick-next{
    width: 50px;
    height: 50px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.echron-slider .s-body .slick-slider .slick-prev::before,
.echron-slider .s-body .slick-slider .slick-next::before{
    color: #023d1b
}

.echron-slider .echron-btn-box button{
    font-size: 18px;
}
/* ************************* slider section css common **************************** */
