.echron-main-content .page-box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.echron-main-content .page-box .left {
    width: 25%;
}

.echron-main-content .page-box .left .side-items {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}

.echron-main-content .page-box .left .side-items .listing {
    list-style: none;
}

.echron-main-content .page-box .left .side-items .listing li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.echron-main-content .page-box .left .side-items .listing li .price-range {
    width: 100%;
}

.echron-main-content .page-box .left .side-items .listing li .price-range input {
    margin-top: 10px;
    width: 100%;
}

.echron-main-content .page-box .left .side-items .listing li .check-box input {
    border-radius: 12px;
    border: none;
}

.echron-main-content .page-box .left .side-items .listing li .check-box label {
    margin-left: 10px;
}

.echron-main-content .page-box .left .side-items .listing li .counts p {
    color: #697488;
}

.echron-main-content .page-box .right {
    display: inline-block;
    width: 73%;
}

.echron-main-content .page-box .right .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.echron-main-content .page-box .right .top h2 {
    font-size: 24px;
    font-weight: 300;
}

.echron-main-content .page-box .right .top h2 span {
    font-weight: 600;
}

.echron-main-content .page-box .right .top button {
    padding: 12px 30px;
    background-color: rgb(244, 246, 253);
    color: #023d1b;
    border-radius: 100px;
    border: none;
    transition: .3s all ease-in;
    font-weight: 600;
    font-size: 16px;
}

.echron-main-content .page-box .right .top button:hover {
    color: rgb(244, 246, 253);
    background-color: #023d1b;
}

.echron-main-content .page-box .right .top button i {
    transform: rotate(90deg);
    margin-right: 10px;
}

.echron-main-content .page-box .right .bottom {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.echron-main-content .page-box .right .bottom .thumbnail {
    width: auto;
    flex: 0 1 25%;
}

.echron-main-content .page-box .right .bottom .thumbnail figure {
    position: relative;
}

.echron-main-content .page-box .right .bottom .thumbnail figure img {
    border-radius: 5px;
    width: 100%;
}

.echron-main-content .page-box .right .bottom .thumbnail figure .wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
}

.echron-main-content .page-box .right .bottom .thumbnail figure .wishlist button {
    padding: 15px;
    border-radius: 50%;
    border: none;
    transition: 0.3s all ease-in;
}

.echron-main-content .page-box .right .bottom .thumbnail figure .wishlist button:hover {
    background-color: #023d1b;
    color: #fff;
}

.echron-main-content .page-box .right .bottom .description {
    flex: 1 0 0%;
    padding-left: 20px;
}

.echron-main-content .page-box .right .bottom .description .row1 .hours,
.echron-main-content .page-box .right .bottom .description .row1 .dot,
.echron-main-content .page-box .right .bottom .description .row1 .duration {
    display: inline-block;
    width: auto;
    color: #697488;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.echron-main-content .page-box .right .bottom .description .row1 .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #697488;
    margin: auto;
}

.echron-main-content .page-box .right .bottom .description .row2 p {
    font-weight: 600;
    font-size: 18px;
}

.echron-main-content .page-box .right .bottom .description .row3 p {
    color: #697488;
}

.echron-main-content .page-box .right .bottom .description .row4 {
    margin-top: 30px;
    font-weight: 600;
}

.echron-main-content .page-box .right .bottom .description .row5 p {
    color: #066823;
    font-weight: 600;
}

.echron-main-content .page-box .right .bottom .description .row3 p,
.echron-main-content .page-box .right .bottom .description .row4 p,
.echron-main-content .page-box .right .bottom .description .row5 p {
    font-size: 12px;
}

.echron-main-content .page-box .right .bottom .some-details {
    flex: 0 0 18%;
    text-align: right;
}

.echron-main-content .page-box .right .bottom .some-details .echron-ratings,
.echron-main-content .page-box .right .bottom .some-details .reviews,
.echron-main-content .page-box .right .bottom .some-details .from,
.echron-main-content .page-box .right .bottom .some-details .price,
.echron-main-content .page-box .right .bottom .some-details .per-adult {
    text-align: right;
    color: #697488;
    font-size: 12px;
}

.echron-main-content .page-box .right .bottom .some-details .from {
    margin-top: 25px;
}

.echron-main-content .page-box .right .bottom .some-details .price {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.echron-main-content .page-box .right .bottom .some-details .btn {
    width: 100%;
    margin-top: 30px;
}

.echron-main-content .page-box .right .bottom .some-details .btn button {
    border-radius: 5px;
    border: none;
    padding: 15px 25px;
    background-color: #023d1b;
    color: #fff;
    transition: .3s all ease-in;
}

.echron-main-content .page-box .right .bottom .some-details .btn button:hover {
    background-color: #000;
}

.echron-main-content .page-box .right .bottom .some-details .btn button i {
    margin-left: 15px;
    transform: rotate(-45deg);
}