.menuArea {
  box-shadow: 0px 2px 7px 0px;
  color: #ccc;
  background-color: #f8f9fa;
  font-weight: bold;
  height: 100px;
  border-radius: 9px;
}

.footerArea {
  box-shadow: 0px 2px 7px 0px;
  color: #fff !important;
  background-color: #1c1f23;
  font-weight: bold;
  border-radius: 9px;
}

.c-white {
  color: #e5e5e5 !important;
}

.ourfontFamily {
  font-family: Poppins, Helvetica, Arial, sans-serif !important;
}
.discount-percent {
  color: red;
  text-decoration: line-through;
  font-size: 0.7em;
}
.loginLink {
  text-decoration: none;
  color: #186b6d;
  font-size: 0.875rem;
}

.loginLink:hover {
  text-decoration: none;
  color: #2dcdcf;
  font-size: 0.875rem;
}

.ourRow {
  background-color: white;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.searchArea {
  position: absolute;
}

.searchBox {
  height: 300px;
  width: 300px;
  background-color: white;
}

.searchIcon {
  height: 30px;
  width: auto;
}

.searchBtn {
  font-weight: bold;
}

.loginIcon {
  width: 23px;
  height: 23px;
}

.commonInputSize {
  height: 50px;
}

#offcanvasRight {
  width: 200px;
  background-color: #f4f4f4;
}

#offcanvasLeft {
  width: 200px;
  background-color: #f4f4f4;
}

.logo {
  width: 100px;
  height: 45px;
}

.new-posts-images {
  border-radius: 3.5rem;
  box-shadow: 0px 0px 22px 4px;
}

.news-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.card-img-top {
  min-height: 223px;
  max-height: 223px;
}

.money-text {
  float: right;
}

.per-tour:hover {
  box-shadow: 0px 0px 3px 0px;
  border-radius: 0.25rem;
  background-color: #f00505;
}

body {
  background-color: #f8f9fa;
}

.card-title {
  font-weight: 600;
}

.menu-url {
  text-decoration: none;
  font-weight: bold;
  color: #009688;
}
