.banner-text h2 {
    color: #fff !important;;
  }


.blog-area {
    padding: 100px 0
}

.blog-box-content {
    padding: 20px 20px 30px;
    background: #f2f9fd
}


.blog-single-area .time-date {
    border-radius: 0
}

.blog-single-img img {
    width: 100%;
    height: 480px
}

.time-date ul {
    margin-bottom: 0
}

.blog-single-area {
    padding: 100px 0 70px
}

.blog-single-area .time-date {
    border-radius: 0
}

.time-date {
    padding: 10px 15px;
    padding-right: 0;
    background: #f9520b;
    margin-bottom: 10px;
    border-radius: 5px
}

.time-date ul li {
    display: inline-block;
    margin-right: 5px;
    color: #fff
}

.time-date ul li i {
    color: #fff;
    margin-right: 5px
}

.blog-content {
    margin-top: 20px
}

.comment-row {
    margin-bottom: 60px
}

.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 18px;
    color: #111
}

.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px
}

.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px
}

.middel-item {
    margin-left: 50px
}
.reserve-book-btn input[type="submit"]{
    background: #e75b1e;
    border: 3px solid #e75b1e;
    color: #fff;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}
.reserve-book-btn input[type="submit"]:hover{
    background: none;
    color: #202020;
}
.viewsreference--view-title{
    display: none;
}



@media (min-width: 768px) {
    @media (min-width: 768px) {
      .fixed-menu {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #214623;
        transition: 0.5s;
        padding: 10px 0 0 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        opacity: 0.8;
      }
    }
  }
  .copyright-main {
	background: #8cae8e;
	  background-color: rgb(140, 174, 142);
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	  background-attachment: scroll;
	  background-image: none;
	  background-size: auto;
	  background-origin: padding-box;
	  background-clip: border-box;
  }