.breadcrumb-item,
.btn.btn-default,
.navbar .navbar-nav .nav-link,
h3 {
  text-transform: capitalize;
}
.overlay,
.team-overlay {
  opacity: 0;
  visibility: hidden;
}
.days h4,
.tour_head1 p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Roboto, sans-serif;
}
.geographical ul li,
ol,
ul,
ul.major-list {
  list-style-type: none;
}
*,
.carousel-indicators li:last-child,
.footer-top ul li:last-child,
.navbar .navbar-nav .nav-item:first-child,
.pagination,
.pagination > li:first-child > a,
.service-item p,
.sidebar .sidebar-item:last-child,
.team h6,
ol,
ul {
  margin: 0;
}
h1,
h2 {
  font-weight: 700;
}
.hotel-info,
.news-details .post-meta,
.tour-info p,
h2,
h4 {
  margin: 0 0 20px;
}
.section-title,
.team h3,
h5,
h6 {
  margin: 0 0 10px;
}
.post-meta li a,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #333;
}
.preloader,
body {
  background: #fff;
}
*,
.no-spacing {
  padding: 0;
}
img {
  border: none;
  outline: 0;
  height: auto;
  max-width: 100%;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none;
}
a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link::before,
.team-overlay {
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.archive-list li a:hover,
.author-desc a:hover,
.breadcrumb li a:hover,
.category-list li a:hover,
.contact-info p a:hover,
.footer-top ul li a:hover,
.list-inline-item .fa,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover,
.news-block h3 a:hover,
.post-meta li a:hover,
a.btn.btn-link:hover,
a:hover {
  color: #6abe45;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none;
}
body {
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 14px;
}
h2 {
  font-size: 24px;
  line-height: 20px;
}
.comment-title h4,
.geographical h5,
.news-area .section-title h5,
.section-spacing h5,
.tour-price,
h3 {
  font-weight: 600;
}
h3 {
  font-size: 18px;
  margin: 0 0 15px;
}
.team .thumb,
p {
  margin: 0 0 25px;
}
.home-box h5,
h4,
h6 {
  font-size: 14px;
}
h4 {
  color: #888;
  font-weight: 400;
}
h5 {
  font-weight: 300;
}
h6 {
  line-height: 18px;
  color: #999;
  font-weight: 400;
}
.tour-price,
p {
  line-height: 28px;
}
p {
  font-size: 15px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13000;
  height: 100%;
}
.preloader_image {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6abe45;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 2s ease-in-out infinite sk-doubleBounce;
  animation: 2s ease-in-out infinite sk-doubleBounce;
}
.author-desc,
.comment-form,
.comment-info,
.comment-list,
.comment-title,
.section-title,
.sidebar,
.sidebar-item,
section {
  width: 100%;
  height: auto;
  float: left;
}
.comment-info,
.comment-list,
.section-title h2,
section {
  position: relative;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.white-bg {
  background-color: #fff;
}
.btn.btn-default {
  line-height: 26px;
  border: 2px solid #6abe45;
  border-radius: 27px;
  padding: 12px 30px;
  color: #6abe45;
  font-weight: 500;
  box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary,
.show > .btn-primary.dropdown-toggle {
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  background: #6abe45;
  text-transform: capitalize;
  opacity: 1;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #6abe45;
  border-color: #6abe45;
  background: 0 0;
}
.btn.btn-default:hover {
  background: #6abe45;
  color: #fff;
  border-color: #6abe45;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.inverse-bg {
  background: url(../images/backgroundimg.jpg);
}
.section-title h2 span {
  position: relative;
  z-index: 3;
}
.section-title h2::before {
  top: -15px;
}
.section-title h2::after {
  bottom: -15px;
}
.section-title p {
  display: block;
  margin: 8px auto;
  text-align: justify;
}
.mt-40 {
  margin-top: 45px;
}
.bottom-none {
  padding-bottom: 0 !important;
}
.navbar .navbar-brand {
  padding: 4px 0;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 35px;
}
.navbar .navbar-nav .nav-link {
  padding: 13px 0;
  font-size: 16px;
  color: #111010;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  background: #6abe45;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar .navbar-nav .nav-item.active .nav-link::before {
  width: 30%;
}
#footer,
.footer-widget,
.navbar .navbar-nav .nav-item.active .nav-link:hover::before,
.navbar .navbar-nav .nav-link:hover::before,
table {
  width: 100%;
}
.navbar-toggler {
  padding: 0;
  outline: 0;
  border: none;
}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  height: 3px;
  background: #000;
  border-radius: 4px;
  backface-visibility: hidden;
  content: "";
}
.navbar-toggler-icon {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #000;
  position: relative;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}
#banner,
.hero-text,
.news-bottom,
.news-details,
.pagination-container,
.post-thumb,
.tour-info .tour-location {
  width: 100%;
  height: auto;
  float: left;
}
.banner-caption,
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  position: absolute;
  left: 0;
  width: 100%;
}
.navbar-toggler-icon:before {
  top: -11px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
}
.navbar-toggler-icon:after {
  bottom: -11px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: rgba(0, 0, 0, 0);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: 0;
}
.banner-caption,
.carousel-indicators {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
}
#banner .carousel-item {
  height: 466px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.banner-caption h6 {
  animation-delay: 0.4s;
  color: #fff;
  font-size: 31px;
  font-weight: 800;
}
.banner-caption h1 {
  text-transform: uppercase;
  animation-delay: 0.8s;
  color: #fffdfd;
}
.banner-caption p {
  animation-delay: 1s;
  color: #fff;
  font-size: 16px;
}
.banner-caption a {
  animation-delay: 1.2s;
}
.hero-text {
  max-width: 540px;
}
.carousel-indicators {
  width: 14px;
  margin: 0;
  left: auto;
  right: 15px;
  bottom: auto;
  display: block;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #6abe45;
  margin: 0 0 10px;
}
.carousel-control a.control-next,
.carousel-indicators li.active,
.flaticon-quote {
  background: #6abe45;
}
.inner-banner {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.page-banner-caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-text ul li,
.team {
  position: relative;
  float: left;
}
.breadcrumb {
  padding: 0;
  background: 0 0;
  display: block;
  margin: 0;
}
#filter-list,
#filter-list li,
.breadcrumb-item,
.carousel-control a,
.flaticon-quote,
.gallery-overlay a,
.service-item i {
  display: inline-block;
}
.breadcrumb-item {
  font-size: 14px;
  color: #888;
}
.banner-payment h1,
.breadcrumb-item a,
.safari-header-content .table-bordered tr td,
.service-item:hover .icon i::before,
.team-overlay h3,
.team-overlay h6,
.top-bar.dhomev .contact-infos ul li a,
.top-bar.dhomev ul li a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  opacity: 0.8;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #888;
}
.about-text,
.archive-list,
.archive-list li,
.category-list,
.category-list li,
.footer-top ul {
  width: 100%;
  float: left;
}
.about-text ul li {
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  padding-left: 28px;
  padding-right: 10px;
  margin: 0 0 5px;
}
.about-text ul li::before {
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f18e";
  font-family: FontAwesome;
  color: #6abe45;
}
.hotel-info,
.hotel-item,
.hotel-item .thumb,
.hotel-item .thumb img,
.service-item,
.team,
.team .thumb,
.team .thumb img,
.team-info,
.team-overlay {
  width: 100%;
  height: auto;
}
.l-info-pack-plac::after,
.service-item .icon::before,
.sidebar-item h4::before {
  content: "";
}
.team {
  margin: 0 0 70px;
}
.team .thumb {
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.pull-left,
.team-info {
  float: left;
}
.team-overlay {
  float: left;
  background: #6abe45;
  padding: 25px 10px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-item,
.service-item [class*=" flaticon-"]:before,
.service-item [class^="flaticon-"]:before {
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.team:hover .team-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.team .social-icons {
  margin: 25px 0 0;
}
.service-item {
  float: left;
  margin: 0 0 65px;
  transition: 0.3s ease-in-out;
}
.service-item i {
  width: 80px;
  text-align: center;
  line-height: 72px;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.service-item .icon {
  display: block;
  position: relative;
  margin: 0 0 25px;
}
.service-item [class*=" flaticon-"]:before,
.service-item [class^="flaticon-"]:before {
  font-size: 36px;
  color: #6abe45;
  transition: 0.3s ease-in-out;
}
#filter-list li,
.contact-info,
.gallery-items li img,
.gallery-overlay,
.service-item .icon::before,
a.btn.btn-link .fa {
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.service-item .icon::before {
  width: 80px;
  height: 80px;
  background: #d0ffbb;
  border-radius: 0 80px 80px;
  opacity: 0.75;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
.service-item:hover .icon::before {
  background: #6abe45;
  opacity: 1;
}
.tour-item {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 30px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hotels .hotel-item,
.tours .tour-item {
  margin: 0 0 50px !important;
}
.hotel-item:hover,
.tour-item:hover {
  -webkit-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
  -ms-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
  -moz-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
  box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
}
.tour-item .thumb {
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
}
.destination-item img,
.tour-item .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hotel-item:hover img,
.tour-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.destination-item:hover img,
.gallery-items li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.tour-info {
  width: 100%;
  float: left;
  height: auto;
  padding: 3px 20px 15px;
}
.tour-price {
  font-size: 24px;
  color: #6abe45;
  margin: 0 0 10px;
}
.hotel-price small,
.tour-price small {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.tour-info .tour-location span {
  background: #ffd8cc;
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 15px;
  color: #ff2805;
}
#filter-list li,
.author-title,
blockquote {
  font-size: 16px;
}
.tour-item .media .thumb {
  width: 180px;
}
.destination-item {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
}
.destination-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 45px 20px 25px;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.destination-info h2 {
  color: #fff;
  margin: 0 0 10px;
  font-weight: 600;
}
.destination-info h3 {
  margin: 0;
  color: #fff;
}
.destination-item:hover img,
.gallery-items li:hover img {
  transform: scale(1.2);
}
#filter-list {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 4px;
  margin: 0 0 60px;
}
.flaticon-quote,
.gallery-overlay a {
  border-radius: 50%;
  text-align: center;
}
#filter-list li {
  color: #888;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-weight: 500;
  padding: 0 20px;
  min-width: 130px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#filter-list li.active,
#filter-list li:hover,
.gallery-overlay a:hover {
  background: #6abe45;
  color: #fff;
}
.gallery-outer {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 1px;
}
.gallery-items li {
  width: 25%;
  float: left;
  padding: 0 1px 2px;
}
.gallery-items li img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
.gallery-inner {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.gallery-overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: 0.3s ease-in-out;
}
.gallery-overlay a {
  width: 60px;
  line-height: 60px;
  background: #fff;
  color: #6abe45;
  font-size: 20px;
}
.gallery-items li:hover .gallery-overlay {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.testimonials-outer {
  width: 100%;
  float: left;
  height: auto;
  padding-bottom: 70px;
  position: relative;
}
.cover-img {
  width: 80%;
  float: left;
  height: auto;
}
.cover-img img {
  width: 100%;
  height: auto;
  border-radius: 0 10px;
}
#reviews-carousel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  background: #2f3032;
  padding: 50px 25px 70px;
}
#reviews-carousel h3 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
#reviews-carousel h4,
#reviews-carousel p {
  color: #ddd;
}
.carousel-control {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #575757;
}
.carousel-control a {
  line-height: 50px;
  width: 50%;
  float: left;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.carousel-control a span {
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-control a.control-prev:hover span {
  padding-right: 15px;
}
.carousel-control a.control-next:hover span {
  padding-left: 15px;
}
.flaticon-quote {
  width: 68px;
  line-height: 58px;
  border: 5px solid #fff;
  position: absolute;
  right: 25px;
  top: -34px;
}
.flaticon-quote::before {
  font-size: 36px;
  color: #fff;
  vertical-align: middle;
}
.hotel-item {
  float: left;
  background: #fff;
  margin: 0 0 30px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hotel-item .thumb {
  float: left;
  overflow: hidden;
}
.hotel-item .thumb img {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-thumb img,
.overlay {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.hotel-info {
  float: left;
  padding: 27px 25px;
}
.hotel-price {
  font-size: 24px;
  color: #6abe45;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 10px;
}
.news-block,
.news-details .content-block {
  margin: 0 0 70px;
}
.hotel-item .media .thumb {
  width: auto;
}
.news-block {
  width: 100%;
  float: left;
  height: auto;
}
.news-thumb {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.news-thumb img {
  height: auto;
}
.news-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
a.btn.btn-link {
  padding: 0;
  font-weight: 500;
  border: none;
  color: #999;
  text-decoration: none;
}
a.btn.btn-link .fa {
  transition: 0.3s ease-in-out;
}
a.btn.btn-link:hover .fa {
  margin-left: 6px;
}
.news-block h3 {
  text-transform: none;
}
.news-block h3 a {
  color: #333;
  display: block;
}
.overlay {
  position: absolute;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.news-block:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  line-height: 36px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.overlay a:hover {
  background: #fff;
  color: #6abe45;
}
.news-bottom {
  padding: 25px 20px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f5f5f5;
  border-top: none;
}
.post-meta {
  margin-bottom: 22px;
}
.post-thumb,
blockquote {
  margin: 0 0 25px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 5px;
  padding: 10px 17px;
  border-radius: 4px !important;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  width: 44px;
  line-height: 22px;
  border: 1px solid #f5f5f5;
  display: inline-block;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #6abe45;
  border-color: #6abe45;
  color: #fff;
}
.archive-list li,
.category-list li,
.comment-title {
  border-bottom: 1px solid #f5f5f5;
}
blockquote {
  line-height: 28px;
  color: #888;
  padding: 20px;
  border-left: 5px solid #6abe45;
  background: #f8faff;
}
.news-details .content-block h3 {
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}
.news-details .content-block h3::before {
  width: 0;
  height: 0;
}
.content-block ol ol,
.content-block ul ul {
  margin: 0 0 0 5px;
}
.comment-title {
  margin: 0 0 40px;
}
.comment-list {
  margin: 0 0 30px;
}
.sidebar-item,
.sidebar-widget {
  margin: 0 0 40px;
}
.comment-list > li {
  width: 100%;
  float: left;
  margin: 0 0 40px;
}
.author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.author-avatar img {
  border-radius: 50%;
}
.author-desc {
  padding-left: 90px;
}
.author-desc p {
  margin: 0 0 15px;
}
.sidebar-item h4 {
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-weight: 600;
  position: relative;
}
.sidebar-item h4::before {
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #6abe45;
}
.search-submit {
  border: none;
  color: #fff;
  font-size: 13px;
  height: 38px;
  padding: 0 8px;
  text-transform: uppercase;
  background: #6abe45;
}
.archive-list li .fa,
.category-list li .fa {
  margin-right: 5px;
  color: #8bc34a;
}
.book-tour h3,
.tag-list li a:hover {
  color: #fff;
  background: #6abe45;
}
.contact-info:hover,
.form-control:focus,
.tag-list li a:hover {
  border-color: #6abe45;
}
.archive-list li a,
.category-list li a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-weight: 400;
}
.back-top a,
.list-inline-item,
.social-icons li,
.social-icons li a,
.tag-list li a {
  display: inline-block;
}
.tag-list li {
  width: auto;
  float: left;
  margin: 0 10px 10px 0;
}
.tag-list li a {
  border: 1px solid #f5f5f5;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  padding: 6px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
}
.comment-form .form-control,
.comment-form .form-control::-moz-placeholder {
  color: #333;
}
.input-group button[type="submit"] {
  width: 60px;
  height: 54px;
  font-size: 16px;
  text-align: center;
  border: none;
  background: #6abe45;
  color: #fff;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.book-tour,
.contact-info {
  float: left;
  height: auto;
  width: 100%;
}
.list-inline-item {
  font-size: 14px;
  color: #333;
}
.sidebar-widget {
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.sidebar-widget li:last-child {
  border: none;
}
.book-tour {
  background: #3f3f3f;
}
.book-tour h3 {
  margin: 0;
  padding: 7px;
  font-size: 20px;
  border-radius: 3px 3px 0 0;
}
form#queryFormStart {
  margin-top: 19px;
}
input.btn.btn-primary {
  width: 100%;
  border: 1px solid #ff4d00;
  background: #ff4d00;
}
.book-tour .sidebar-widget {
  border-radius: 0 0 3px 3px;
}
.contact-info {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 30px 15px;
  margin: 0 0 90px;
  transition: 0.3s ease-in-out;
}
.contact-info .fa {
  font-size: 30px;
  color: #6abe45;
  margin: 0 0 20px;
}
.contact-info p {
  margin: 0;
  color: #999;
}
.contact-info p a {
  color: inherit;
}
.form-control {
  height: 41px;
  box-shadow: none !important;
  letter-spacing: 0.5px;
}
#footer,
.footer-bottom,
.footer-top,
.footer-widget {
  float: left;
  height: auto;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.footer-top {
  width: 100%;
  padding: 70px 0;
  background: #0e0e11;
}
.footer-widget h3 {
  color: #fff;
  margin: 0 0 30px;
}
.copyright p,
.footer-widget p {
  margin: 0;
  color: #999;
}
.footer-top ul li {
  width: 100%;
  float: left;
  margin: 0 0 12px;
  color: #999;
}
.footer-top ul li a {
  color: #999;
}
.footer-widget .fa {
  width: 20px;
}
.bussiness-hour li {
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.footer-bottom {
  width: 100%;
  background: #000;
  padding: 25px 0;
}
.copyright p {
  line-height: 30px;
}
.social-icons li {
  margin: 0 0 0 10px;
}
.social-icons li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  width: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social-icons li a:hover {
  color: #fff;
  border-color: #fff;
}
.back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  display: none;
}
.back-top a {
  width: 40px;
  line-height: 40px;
  background: #6abe45;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
}
.fa-check:before,
.tour_star i {
  color: #ff9800;
}
.back-top a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-caption p {
    font-size: 14px;
    line-height: 24px;
  }
  #banner .carousel-item {
    height: 250px;
  }
  .col-xs-6 {
    width: 50%;
  }
  #filter-list li,
  .about-text ul li,
  .gallery-items li {
    width: 100%;
  }
  .hotel-item .media,
  .tour-item .media {
    display: block;
  }
  .hotel-item .media .thumb,
  .tour-item .media .thumb {
    width: 100%;
    display: block;
    float: left;
  }
  #filter-list li {
    float: left;
  }
  .row .col-sm-6:nth-last-child(-n + 1) .service-item {
    margin: 0;
  }
  .inner-page-banner {
    height: 150px !important;
    background-position: 30% center;
  }
  .inner-page-banner h1::before {
    height: 2px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-caption h1 {
    font-size: 30px;
  }
  #banner .carousel-item {
    height: 315px;
  }
  .gallery-items li {
    width: 50%;
  }
  .row .col-sm-6:nth-last-child(-n + 2) .service-item {
    margin: 0;
  }
  .inner-page-banner {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .copyright p,
  .footer-top ul li,
  .footer-widget p {
    font-size: 14px;
  }
  .section-spacing .section-title h3 {
    font-size: 16px !important;
  }
  .service-item {
    margin: 0 0 26px;
  }
  .news-details .content-block,
  .row .col-lg-12 .hotel-item:first-child,
  .row .col-lg-12 .tour-item:nth-child(2),
  .row .col-md-3:nth-last-child(-n + 1) .footer-widget,
  .section-title {
    margin: 0;
  }
  .bravo-contact-block .section {
    padding: 0 !important;
  }
  .bravo-contact-block .info-content {
    margin: 25px 0 0;
    min-width: auto !important;
    margin-left: 0 !important;
    margin-top: 13px !important;
    margin-bottom: 36px !important;
  }
  .bravo-contact-block .info-content h3 {
    font-size: 17px !important;
  }
  .section-spacing .img-responsive {
    width: 100%;
  }
  .item-content-w {
    padding: 9px;
  }
  .head__safari h2 {
    font-size: 15px !important;
    margin-top: 7px !important;
    line-height: 17px !important;
  }
  .listing-span {
    font-size: 14px !important;
  }
  .top-bar.dhomev,
  .top-bar.home3v {
    background: #0c4d22;
    display: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px !important;
  }
  .Home-banner {
    height: 117px !important;
  }
  .section-spacing,
  .testimonials-outer {
    padding: 0;
  }
  #banner .carousel-item {
    background-position: right center;
  }
  .hero-text {
    max-width: 100%;
    padding-right: 40px;
    display: none;
  }
  .hotel-item {
    margin: 30px 0;
  }
  .mt-40 {
    margin-top: 14px;
  }
  .mb-10 {
    margin-bottom: 0 !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .navbar {
    padding: 6px 0;
  }
  .navbar-brand img{
          width: 123px;
  }
  .cover-img {
    width: 100%;
    margin: 0 0 50px;
  }
  #reviews-carousel {
    width: 100%;
    float: left;
    position: relative;
    bottom: auto;
  }
  .footer-top {
    padding: 50px 0;
  }
  .footer-widget h3 {
    margin: 0 0 20px;
  }
  .footer-widget {
    margin: 0 0 30px;
  }
  .copyright p {
    text-align: center;
    margin: 0 0 10px;
  }
  ul.social-icons.pull-right {
    width: 100%;
    text-align: center;
  }
  .contact-info {
    margin: 0 0 70px;
  }
  .about-text,
  .news-block,
  .team {
    margin: 0 0 50px;
  }
  .sidebar {
    margin: 50px 0 0;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
    line-height: 20px;
    border-bottom: 1px solid #867575;
    padding: 4px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 8px 0;
    display: inline-block;
  }
  .navbar .navbar-nav .nav-item .nav-link::before {
    left: 0;
    transform: translateX(0);
  }
  .row.hotels .col-md-12:nth-last-child(-n + 1) .hotel-item,
  .row.tours .col-md-12:nth-last-child(-n + 1) .tour-item {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 768px;
    max-width: 100%;
  }
  .navbar {
    padding: 15px;
  }
  .banner-caption h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .banner-caption p {
    font-size: 15px;
  }
  #banner .carousel-item {
    height: 500px;
  }
  .copyright p,
  .footer-top ul li,
  .footer-widget p {
    font-size: 12px;
    line-height: 22px;
  }
  .copyright p {
    line-height: 30px;
  }
  .footer-top ul li {
    margin: 0 0 8px;
  }
  .footer-top .row .col-md-3:nth-child(3),
  .footer-top .row .col-md-3:nth-child(4) {
    padding-left: 0;
  }
  .features-info {
    padding: 41px 10px 45px;
  }
  .inner-page-banner {
    height: 320px;
  }
  .contact-info p {
    font-size: 14px;
    line-height: 26px;
  }
  .row .col-lg-12 .hotel-item:first-child,
  .row .col-lg-12 .tour-item:nth-child(2),
  .row .col-sm-6:nth-last-child(-n + 2) .service-item {
    margin: 0;
  }
  .hotel-item {
    margin: 30px 0;
  }
  .gallery-items li {
    width: 50%;
  }
  .section-spacing {
    padding: 80px 0;
  }
  #filter-list li {
    min-width: 110px;
  }
  .row.tours .col-md-12:nth-last-child(-n + 1) .tour-item {
    margin: 0 !important;
  }
  .about-text {
    margin: 0 0 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 32px;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 25px;
  }
  #banner .carousel-item {
    height: 550px;
  }
  .row .col-lg-12 .hotel-item:first-child,
  .row .col-lg-12 .tour-item:nth-child(2),
  .row .col-sm-6:nth-last-child(-n + 3) .service-item {
    margin: 0;
  }
  .hotel-item {
    margin: 30px 0;
  }
  .copyright p,
  .footer-top ul li,
  .footer-widget p {
    font-size: 15px;
  }
  .row.hotels .col-md-12:nth-last-child(-n + 1) .hotel-item,
  .row.tours .col-md-12:nth-last-child(-n + 1) .tour-item {
    margin: 0 !important;
  }
  .about-text {
    margin: 0 0 60px;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-12 .hotel-item:last-child,
  .row .col-lg-12 .tour-item:last-child,
  .row .col-sm-6:nth-last-child(-n + 3) .service-item {
    margin: 0;
  }
  .row.hotels .col-md-12:nth-last-child(-n + 2) .hotel-item,
  .row.tours .col-md-12:nth-last-child(-n + 2) .tour-item {
    margin: 0 !important;
  }
}
tour_head h2 {
  color: #213d44;
  font-weight: 600;
  margin-top: 0;
  font-size: 36px;
}
.tour_star i {
  font-size: 18px;
}
.tour_rat {
  background: #ff5722;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 8px;
}
.tour_head1 h1,
.tour_head1 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ff5722;
}
.btn_1,
.days h4,
.tour_head1 p {
  font-size: 16px;
}
.tour_head1 h3 {
  margin-top: 31px;
}
.mb-10 {
  margin-bottom: 119px;
}
.tour_head1 h1 {
  background-size: 16px;
}
.l-info-pack-days ul {
  padding: 5px 0 0;
}
.l-info-pack-days ul li {
  position: relative;
  overflow: hidden;
  padding-left: 70px;
}
.l-info-pack-days ul li i {
  width: 50px;
  height: 50px;
  background: #6abe45;
  border-radius: 50%;
  text-align: center;
  padding: 15px 10px;
  margin-left: -68px;
  position: absolute;
  z-index: 99;
  color: #fff;
  font-size: 18px;
}
.l-info-pack-days ul li h4 {
  margin-top: 7px;
}
.days h4 {
  margin: 25px 0 15px;
  font-weight: 600;
  color: #213d44;
}
.days h4 span {
  color: #000;
}
.tour_head1 p {
  font-weight: 500;
  line-height: 28px;
  color: #333;
  margin: 0 0 25px;
  text-align: justify;
}
.home-box p,
.news-area .bottom p {
  line-height: 1.75em;
  color: #161616;
  text-align: justify;
}
.l-info-pack-plac::after {
  background: #cecece;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 19px;
}
.top-bar.dhomev,
.top-bar.home3v {
  background: #0c4d22;
}
.top-bar {
  background: #f0f0f0;
  padding: 6.5px 0;
}
.top-bar ul,
.top-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar ul li a {
  font-size: 17px;
  color: #7f7f7f;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1;
}
.pull-right {
  float: right;
}
.Home-banner {
  background-image: url(../images/banner.jpg);
  height: 500px;
}
.Home-banner,
.banners-property {
  background-size: cover;
  background-position: center;
}
.padding-box {
  padding: 2% 0;
  background: #f9f9fa;
}
.section-spacing img {
  border-radius: 4px;
}
.home-box h6 {
  font-size: 17px;
}
.tour__thumb {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  background-color: #fff;
}
.tour__thumb img {
  width: 100%;
  border-radius: 10px;
}
.tour__content {
  padding: 14px;
  border-radius: 5px;
}
.home-box p {
  font-size: 15px;
  margin: 0 0 14px;
}
.tour__content i {
  padding-right: 4px;
  color: red;
  vertical-align: middle;
  font-size: 20px;
}
.btn_1 {
  color: #ff5722;
}
.home-box h5,
.home-box h6 {
  color: #222;
  font-family: roboto, sans-serif;
  line-height: 1.25em;
  font-weight: 600 !important;
}
.geographical ul li:nth-child(odd) {
  background: #d7d8d9;
}
.geographical ul li {
  background: #f9f5f5;
  padding: 7px 5px 7px 10px;
}
.blog-item .top a img {
  width: 100%;
  border-radius: 30px 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-item .bottom {
  padding: 22px 11px 7px;
}
.news-area .bottom p {
  font-size: 15px;
  margin: 0 0 17px;
}
.blog-item .bottom .blog-btn {
  display: inline-block;
  font-weight: 400;
  color: #ff6015;
  font-size: 15px;
}
.bottom h6 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 17px;
  color: #000;
}
.section-title h5 {
  border-left: 3px solid #21c328;
  padding-left: 15px;
}
td,
th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}
ul.major-list {
  font-size: 16px;
  line-height: 32px;
  color: #4b4b4b;
  padding-left: 23px;
  font-weight: 400;
}
.boxli {
  background: #f8faff;
}
.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04aa6d;
  color: #fff;
  font-size: 14px;
}
#customers th,
.customers td {
  border: 1px solid #ddd;
  padding: 6px;
}
.customers tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.news-details p {
  display: block;
  margin: 12px auto;
  text-align: justify;
}
.default-form,
.events-details-right {
  border: 1px solid #7c7c7c6e;
  background: #000;
  border-radius: 5px;
  width: 100%;
}
.default-form h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ff9413;
  border-radius: 5px;
}
.form-control {
  padding: 9px 11px;
  border: 1px solid #736a6a !important;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #1d1c1c;
  background-color: #fff;
  background-image: none;
}
.news-right {
  padding: 9% 0 7%;
  width: 100%;
}
.news-right .box {
  border: 1px solid #cbc5c5;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.news-right h2 {
  background: #077605;
  font-size: 17px;
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
  color: #fff;
}
.news-right .list {
  padding: 10px;
}
.news-right .list ul {
  margin-left: 30px;
}
.news-right .list li {
  list-style-type: disc;
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}
.news-right .list li a {
  color: #17171b;
}
.style-list .item-service {
  border: 1px solid #bbbfc5;
  border-radius: 4px;
  overflow: hidden;
}
.item-content-w {
  padding-right: 10px;
}
.head__safari h2 {
  font-size: 22px;
  margin-top: 12px;
}
.inner-page-banner {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  height: 450px;
}
.calender-set {
  padding: 30px 0;
}
.safari-header-content .box1,
.safari-header-content .box2 {
  background: rgb(75 75 75 / 82%);
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}
.calender-set h1 {
text-align: center;
    font-size: 20px;
    background: #464646;
    padding: 0;
    margin: 6px;
    color: #fff;
}
.inner-page-banner h1 {
  position: relative;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: #fff;
}
.safari-header-content p {
  color: #fff;
  font-size: 16px;
}
.safari-header-content .table td,
.table th {
  padding: 8px !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important;
}
.respnsive-listing {
  color: #363535;
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  position: relative;
  background: #fafafa;
}
.listing-span {
  font-family: revert;
  top: -23px;
  font-weight: 500;
  background: #0c4d22;
  padding: 7px 15px;
  color: #fff;
  font-size: 18px !important;
  position: absolute;
  left: -1px;
  -webkit-border-radius: 13px 0 13px 0;
  -moz-border-radius: 13px 0;
  border-radius: 13px 0;
}
.content {
  padding: 18px;
}
.style-1 i {
  color: red;
  padding-right: 10px;
}
.bg-gray-3 ul li,
.inner-box p {
  position: relative;
  color: #303141;
  font-size: 15px;
}
.bg-gray-3 ul li {
  padding-left: 23px;
  margin-left: -22px;
  margin-top: 5px;
}
.inner-box p {
  padding-left: 9px;
  margin-left: 2px;
  margin-top: 14px;
  margin-right: 15px;
}
.section-spacing .section-title h3 {
  font-size: 22px;
  margin: 0 0 8px;
}
.safari-header-content .table td, .table th{
        text-align: justify;
}
.banner-payment {
  background: #5c6d63;
  padding: 2% 0 4%;
  margin-bottom: -4%;
}
.payment-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: #0f5132a3 0 1px 9px 0;
}
form label {
  padding: 15px 3px;
}
label {
  margin-bottom: 0.5rem;
}
select {
  width: 100%;
  margin-top: 0;
  padding: 9px 5px;
}
.form-control,
select {
  border-radius: 5px !important;
}
.payment-container textarea {
  border-radius: 5px;
  padding: 5px;
  height: 82px;
  margin-top: 10px;
  width: 100%;
}
.payment-container .btn {
  background: #3a6cab;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  color: #fff;
  border: none;
  margin-bottom: 15px;
}
.bravo-contact-block .section {
  padding: 80px 0;
}
.bravo-contact-block .info-content {
  position: absolute;
  top: 2%;
  margin-top: 150px;
  margin-left: -150px;
  background: #261b1c;
  padding: 30px;
  min-width: 385px;
  border-radius: 10px;
}
.bravo-contact-block .info-content h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.bravo-contact-block .info-content p,
.quick-link p {
  color: #fff;
  margin: 0 0 3px;
}
.bravo-contact-block .form_wrapper .contact-header h1 {
  font-size: 24px;
  color: #1a2b48;
  margin-top: 0;
}
.bravo-contact-block .form_wrapper .contact-header h2 {
  font-size: 14px;
  color: #666b6f;
  margin-bottom: 0;
}
.contact-banner {
  padding: 30px 0;
  background: #607d8b;
}
.contact-banner h1 {
  text-align: center;
  color: #fff;
  font-size: 32px;
}
.bravo-contact-block .bravo-contact-block-form .submit {
  width: 100%;
  height: 45px;
  border: none;
  color: #fff;
  background: #4caf50;
}
.home-box {
  margin-bottom: 18px;
}
.home-box h4 {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}
.faq-section h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    font-family: roboto, sans-serif;
    color: #000;
}
.faq-section #accordion {
    padding-top: 1%;
}
.faq-section #accordion .panel {
    box-shadow: none;
    margin-bottom: 0;
    background: none;
}
.faq-section #accordion .panel .panel-title {
    font: var(--t-b-1);
    font-size: 14px;
    border-bottom: 1px solid #dbd2aa;
    font-weight: 500;
    padding: 5px 0 12px;
}
.faq-section #accordion .panel .panel-title a {
    background: url(../images/plus-minus.png) no-repeat 98% -41px;
    width: 100%;
    display: block;
    color: #484646;
    font-weight: 700;
}
.faq-section #accordion .panel .panel-title a[aria-expanded="true"] {
    background: url(../images/plus-minus.png) no-repeat 98% 14px;
}
   .celcbox .col-md-4 {
    flex: 0 0 50%;
    max-width: 44%;
    margin-top: -17px;
}
      .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding-bottom: 5px;
}
.col-md-offset-1 {
        margin-left: 32px;
}
.header-area {
    display:none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
   margin: 0px 12px 0;
}
@media only screen and (max-width: 767px) {
    .col-md-offset-1 {
        margin-left: 0px;
}
    .header-area {
        display: block;
        background: #000;
        padding: 1px 0 0px;
/*        position: fixed;*/
        width: 100%;
        top: 0;
        z-index: 9;
    }
    .header-area .content {
        text-align: center;
    }
        .header-area .content a.tel {
        display: block;
        margin-bottom: 10px;
    }
    .header-area .content a{
                color: #fff;
    }
        .header-area .content a.button {
        background: #d9534f;
        padding: 3px 2px;
        border-radius: 5px;
        font-weight: 700;
        font-size: 12px;
    }
    .header-area .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.boxe h2{
        text-align: center;
    font-size: 18px;
}