@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Passion+One:wght@400;700;900&family=Lobster&display=swap');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.mt-120 {
  margin-top: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-60 {
  padding: 60px 0;
}
.p-70 {
  padding: 70px 0;
}
.p-80 {
  padding: 80px 0;
}
.pt-120 {
  padding-top: 120px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-100 {
  padding-bottom: 100px;
}
p {
  font-size: 16px;
  line-height: 27px;
  color: #737679;
  margin-bottom: 0;
}
h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="tel"] {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 50px;
}
input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #990000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #990000;
  border-radius: 5px;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #990000;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="submit"] {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #fff;
  background: #FCEF02;
  padding: 14px 22px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
input[type="submit"]:hover {
  background: #990000;
}
input[type="submit"]:focus {
  outline: none;
}
textarea {
  padding: 8px 10px;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
select {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
  height: 50px;
}
.s_select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select.package-options {
  border: 2px solid #990000;
  border-radius: 5px;
  width: 222px;
  height: 40px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #212121;
  float: right;
}
.form-select.package-options option {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #212121;
  text-transform: capitalize;
}
.form-select.package-options:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #990000;
}
.input-group.search-box input {
  height: 47px;
  border: none;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}
.input-group.search-box input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group.search-box button {
  height: 47px;
  border: none;
  background: #990000;
  width: 55px;
  border-radius: 0 10px 10px 0;
}
.input-group.search-box button i {
  color: #fff;
  font-size: 25px;
}
.input-group.search-box button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
  border: 1px solid #eee;
  padding: 10px;
}
a.btn-common-sm {
  display: inline-block;
  padding: 11px 20px 11px 30px;
  background: #990000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 9;
}
a.btn-common-sm:hover::before {
  -webkit-clip-path: circle(150% at 0% 0%);
  clip-path: circle(150% at 0% 0%);
}
a.btn-common-sm::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: #FCEF02;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-clip-path: circle(27% at -3% 50%);
  clip-path: circle(27% at -3% 50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
a.btn-common {
  display: inline-block;
  padding: 16.5px 32.5px;
  background: #990000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 9;
}
a.btn-common:hover::before {
  -webkit-clip-path: circle(150% at 0% 0%);
  clip-path: circle(150% at 0% 0%);
}
a.btn-common::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: #FCEF02;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-clip-path: circle(27% at -3% 50%);
  clip-path: circle(27% at -3% 50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
a.btn-second {
  display: inline-block;
  padding: 16.5px 32.5px;
  background: #FCEF02;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 20;
}
a.btn-second:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.btn-second {
  border: none !important;
  display: inline-block !important;
  padding: 16.5px 32.5px;
  background: #990000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 20;
}
button.btn-second:hover {
  background: #402000;
}
button.btn-second:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-second:disabled {
  background: #cccccc !important;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  -webkit-animation: 500ms ease-in-out 0s 1 running;
  animation: 500ms ease-in-out 0s 1 running;
  -webkit-animation: 500ms ease-in-out;
  animation: 500ms ease-in-out;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}
a {
  text-decoration: none !important;
}
.section-head.head-left {
  text-align: left;
  margin: 0;
}
.section-head {
  text-align: center;
  max-width: 516px;
  margin: 0 auto;
}
.section-head h5 {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #FCEF02;
}
.section-head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}
.owl-carousel .owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav button i {
  height: 30px;
  width: 30px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 25px;
  margin: 0 12.5px;
  margin-top: 30px;
}
.owl-carousel.dark-nav .owl-nav {
  text-align: center;
}
.owl-carousel.dark-nav .owl-nav button i {
  height: 30px;
  width: 30px;
  color: #990000;
  border: 2px solid #990000;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 25px;
  margin: 0 12.5px;
  margin-top: 30px;
}
.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot {
  height: 10px;
  width: 25px;
  background: #3F1F00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 12.5px;
  border-radius: 5px;
}
.owl-dots button.active.owl-dot {
  height: 15px;
  background: #990000;
}
.owl-carousel.owl-loaded.owl-drag.destinations-1,
.owl-carousel.owl-loaded.owl-drag.destinations-2 {
  margin-left: 0;
}
.owl-carousel.owl-loaded.owl-drag.destinations-1 .owl-stage-outer,
.owl-carousel.owl-loaded.owl-drag.destinations-2 .owl-stage-outer {
  padding: 0;
}
.owl-carousel.owl-loaded.owl-drag.destinations-1 .package-card,
.owl-carousel.owl-loaded.owl-drag.destinations-2 .package-card {
  margin: 20px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.form-select.languge-selector {
  padding: 0;
  border: none;
  margin: 0;
  height: 100%;
  background: 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 8px;
  color: #fff;
  float: right;
  width: auto;
}
.form-select.languge-selector option {
  color: #212121;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  width: 20px;
  display: block;
  padding: 10px 20px;
}
.form-select.languge-selector:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb-area {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(0, 0, 0, 0.65)),
      to(rgba(0, 0, 0, 0.65))
    ),
    url(../img/content/breadcrumb-bg.png);
  background: linear-gradient(
      rgba(64, 32, 0, 0.65) 100%,
      rgba(64, 32, 0, 0.65) 100%
    ),
    url(../img/content/breadcrumb-bg.png);
  background-size: cover;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
}
.breadcrumb-area__bg-img {
  width: 100%;
  position: relative;
  background-color: #eeeeee;
  background-image: url(../img/content/breadcrumb-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb-area__bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    rgba(64, 32, 0, 0.65) 100%,
    rgba(64, 32, 0, 0.65) 100%
  );
}
.breadcrumb-area__bg-img .breadcrumb-wrap {
  position: relative;
}
.breadcrumb-area .breadcrumb-wrap {
  text-align: center;
}
.breadcrumb-area .breadcrumb-wrap h2 {
  font-weight: 500;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 25px;
  color: #fff;
}
.breadcrumb-area .breadcrumb-wrap p {
  color: #eeeeee;
}
.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
  font-size: 16px;
  color: #FCEF02;
  font-weight: 500;
}
.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
  color: #fff;
}
.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 4px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination a {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid #FCEF02;
  margin: 0 6px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  font-size: 20px;
  color: #212121;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination a.active {
  color: #fff;
  background: #FCEF02;
  border: 1px solid #FCEF02;
}
.pagination a:hover {
  color: #fff;
  background: #FCEF02;
  border: 1px solid #FCEF02;
}
.pagination a i {
  font-size: 20px;
  line-height: 40px;
}
.custom-select.package-option {
  position: relative;
  width: 255px;
  float: right;
  border: 2px solid #990000;
  border-radius: 5px;
}
.custom-select.package-option .select-selected {
  font-size: 15px;
}
.custom-select.package-option .select-items {
  top: 104%;
}
.custom-select.languege-select {
  width: auto;
  float: right;
  margin-right: 12px;
}
.custom-select.languege-select .select-selected {
  width: 55px;
  margin-top: 3px;
  margin-right: 15px;
  padding: 0;
  background: 0 0;
  color: #fff;
}
.custom-select.languege-select .select-selected::before {
  right: -14px;
}
.custom-select.languege-select .select-items {
  left: -20px;
  margin-top: 14px;
  width: 90px;
}
.custom-select.languege-select .select-items div {
  padding: 8px 18px;
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff;
  color: #212121;
  padding: 17px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}
.select-selected::before {
  position: absolute;
  content: "\203A";
  right: 12px;
  -webkit-transform: rotate(90deg) translateX(-111%);
  transform: rotate(90deg) translateX(-111%);
  font-size: 24px;
  top: 50%;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items div {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #990000;
}
.select-items div:last-child {
  border: none;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 7px 10px 40px 0 #0d344f1a;
  box-shadow: 7px 10px 40px 0 #0d344f1a;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.calendar-input {
  position: relative;
}
.calendar-input i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  vertical-align: middle;
}
.calendar-input i::before {
  vertical-align: middle;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  font-size: 30px;
  vertical-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader {
  margin-left: 0;
  padding: 30px 0;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(125, 125, 125, 0.15);
  border-radius: 100%;
}
.hide {
  display: none;
}
.loader1 {
  position: relative;
  width: 120px;
  height: 120px;
}
.loader1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(calc(18deg * var(--i)));
  transform: rotate(calc(18deg * var(--i)));
}
.loader1 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #FCEF02;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: animate 2s linear infinite;
  animation: animate 2s linear infinite;
  -webkit-animation-delay: calc(0.1s * var(--i));
  animation-delay: calc(0.1s * var(--i));
}
.loader1 .rocket {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader1 .rocket:before {
  content: "\edc7";
  font-family: boxicons !important;
  position: absolute;
  top: 80px;
  left: 85px;
  color: #FCEF02;
  font-size: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(370deg);
    transform: rotate(370deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(370deg);
    transform: rotate(370deg);
  }
}
.topbar-area {
  padding: 8px 0;
  background: #990000;
  border-bottom: 1px solid #339ddd;
}
.topbar-area .topbar-contact {
  height: 100%;
}
.topbar-area .topbar-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-area .topbar-contact ul li {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-area .topbar-contact ul li a {
  color: #fff;
}
.topbar-area .topbar-contact ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.topbar-area .topbar-social {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-area .topbar-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topbar-area .topbar-social ul li a {
  color: #ffffff;
  margin: 0 12px;
  font-size: 20px;
}
.topbar-area .topbar-social ul li a:hover {
  color: #FCEF02;
}
.main-nav .sidebar-contact {
  margin-top: 40px;
  display: none;
}
.main-nav .sidebar-contact ul li.sidebar-single-contact {
  color: #fff;
  margin: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav .sidebar-contact ul li.sidebar-single-contact a {
  color: #fff !important;
}
.main-nav .sidebar-contact ul li.sidebar-single-contact i {
  margin-right: 8px;
}
.main-nav .sidebar-contact ul li.sidebar-single-contact i::before {
  vertical-align: middle;
}
.header-area .account-dropdown.activeCard {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header-area .main-searchbar.activeSearch {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header-area .account-dropdown {
  min-width: 220px;
  position: absolute;
  background: #fff;
  padding: 20px 15px;
  z-index: 20;
  right: 0;
  top: 61px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 7px 10px 40px 0 #0d344f1a;
  box-shadow: 7px 10px 40px 0 #0d344f1a;
}
.header-area .account-dropdown ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-area .account-dropdown ul li.account-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}
.header-area .account-dropdown ul li.account-el:last-child {
  border-bottom: none;
}
.header-area .account-dropdown ul li.account-el i {
  font-size: 20px;
  color: #FCEF02;
  margin-right: 8px;
}
.header-area .account-dropdown ul li.account-el a {
  color: #212121 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.main-searchbar {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
  z-index: 19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-searchbar input {
  max-width: 700px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 55px;
  border-radius: 30px 0 0 30px;
}
.main-searchbar .searchbar-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.main-searchbar .searchbar-close i {
  font-size: 30px;
  color: #fff;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.main-searchbar .searchbar-icon {
  height: 55px;
  background: #FCEF02;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  border-radius: 0 30px 30px 0;
}
.main-searchbar .searchbar-icon i {
  font-size: 32px;
  cursor: pointer;
  color: #fff;
}
.header-area-2.header-area {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
.header-area-2.header-area .mobile-menu .hamburger span {
  color: #fff;
}
.navber-logo-sm {
  display: none;
  margin: 20px 10px;
}
.navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-wrap .navbar-icons {
  display: none;
}
.header {
  width: 100%;
  position: relative;
  background: #990000;
  border-bottom: 5px solid #FCEF02;
}
header .header-area .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .header-area .main-nav .navbar-icons {
  display: none;
}
header .header-area .main-nav .navbar-icons,
header .header-area .main-nav .navbar-icons-2 {
  margin-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-area .main-nav .navbar-icons .searchbar-open,
header .header-area .main-nav .navbar-icons-2 .searchbar-open {
  margin-right: 30px;
}
header .header-area .main-nav .navbar-icons .searchbar-open,
header .header-area .main-nav .navbar-icons .user-dropdown-icon,
header .header-area .main-nav .navbar-icons-2 .searchbar-open,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon {
  position: relative;
}
header .header-area .main-nav .navbar-icons .searchbar-open i,
header .header-area .main-nav .navbar-icons .user-dropdown-icon i,
header .header-area .main-nav .navbar-icons-2 .searchbar-open i,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon i {
  color: #FCEF02;
  font-size: 20px;
  cursor: pointer;
}
header .header-area .main-nav .navbar-icons .searchbar-open i::before,
header .header-area .main-nav .navbar-icons .user-dropdown-icon i::before,
header .header-area .main-nav .navbar-icons-2 .searchbar-open i::before,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon i::before {
  vertical-align: middle;
}
header .header-area .main-nav ul {
  margin: 0;
  list-style: none;
}
header .header-area .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
header .header-area .main-nav ul li.active a {
  color: #FCEF02;
}
header .header-area-2.header-area.sticky .main-nav ul li.has-child-menu:after {
  color: #212121;
}
header .header-area-2.header-area .main-nav ul li.has-child-menu:after {
  color: #fff;
}
header .header-area-2.header-area .main-nav ul li a {
  color: #fff;
}
header .header-area-2.header-area.sticky .main-nav ul li a {
  color: #212121;
}
header .header-area .main-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 35px 0;
  position: relative;
}
header .header-area .main-nav ul li a:hover {
  color: #FCEF02;
}
header .header-area .main-nav ul li ul.sub-menu > li a.sub-item {
  display: block;
  color: #212121;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-area .main-nav ul li ul.sub-menu > li a:hover {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
  color: #FCEF02;
}
header .header-area .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}
header .header-area .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: -5px;
  color: #ffffff;
  top: 33px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .header-area .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
header > .header-area .nav-right {
  padding: 3.5rem 0;
}
.searchbox-submit {
  margin-top: 10px;
  padding: 0 30px;
  height: 60%;
  overflow: hidden;
  background: #FCEF02;
  border: none;
}
.searchbox-submit i:before {
  font-size: 20px;
  color: #fff;
}
.searchbox {
  opacity: 0;
  position: absolute;
  width: 0%;
  right: 5px;
  left: auto;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.input-group-prepend {
  margin-right: 0 !important;
  background: #FCEF02;
}
.bottombar {
  background-color: #08509e;
}
.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f3f2f7;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 3px solid #FCEF02;
}
.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}
.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.main-nav ul li .sub-menu > li:last-child {
  border: none;
}
.main-nav ul > li a:hover {
  background: 0 0;
}
.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}
.main-nav > ul > li:hover > .sub-menu,
.main-nav ul li .sub-menu li:hover > .sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.slideInUp2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running;
  animation: 500ms ease-in-out 0s normal none 1 running;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-next {
  right: 20px;
  top: 50%;
}
.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-prev {
  left: 20px;
  top: 50%;
}
.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button i {
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
}
.main-banner {
  overflow: hidden;
}
.main-banner .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 670px;
}
.main-banner .slider-item .slider-content {
  margin-left: 82px;
  margin-top: -80px;
}
.main-banner .slider-item .slider-content h2 {
  max-width: 617px;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
}
.main-banner .slider-item .slider-content h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #FCEF02;
  margin: 30px 0 50px;
}
.main-banner .slider-item-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(48, 79, 71, 0.65)),
      to(rgba(48, 79, 71, 0.65))
    ),
    url(../images/banners/banner-1.png);
  background: linear-gradient(
      rgba(48, 79, 71, 0.65) 100%,
      rgba(48, 79, 71, 0.65) 100%
    ),
    url(../images/banners/banner-1.png);
  background-size: cover;
  background-position: center;
}
.main-banner .slider-item-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(48, 79, 71, 0.65)),
      to(rgba(48, 79, 71, 0.65))
    ),
    url(../images/banners/banner-3.png);
  background: linear-gradient(
      rgba(48, 79, 71, 0.65) 100%,
      rgba(48, 79, 71, 0.65) 100%
    ),
    url(../images/banners/banner-3.png);
  background-size: cover;
  background-position: center;
}
.main-banner .slider-item-3 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(48, 79, 71, 0.65)),
      to(rgba(48, 79, 71, 0.65))
    ),
    url(../images/banners/banner-4.png);
  background: linear-gradient(
      rgba(48, 79, 71, 0.65) 100%,
      rgba(48, 79, 71, 0.65) 100%
    ),
    url(../images/banners/banner-4.png);
  background-size: cover;
  background-position: center;
}
.main-banner-2 {
  background: url(../images/banners/banner-2.png) center no-repeat;
  min-height: 794px;
  background-size: 100% 100%;
}
.main-banner-2 .main-banner-content-2 {
  padding-top: 170px;
  text-align: center;
}
.main-banner-2 .main-banner-content-2 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 110px;
  color: #fff;
  margin-bottom: 40px;
}
.main-banner-2 .main-banner-content-2 h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #FCEF02;
}
.find-form {
  position: relative;
  z-index: 10;
  margin-top: -70px;
}
.find-form-normal {
  margin-top: 0;
}
.find-form .findfrom-wrapper {
  background: #FCEF02;
  padding: 45px;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 20px;
}
.find-form .findfrom-wrapper .find-btn a {
  text-align: center;
  display: block;
  padding: 13px 0;
}
.find-form .findfrom-wrapper .find-btn button {
  text-align: center;
  display: block;
  padding: 13px 10px;
  width: 100%;
}
.find-form .findfrom-wrapper .find-btn a i {
  font-size: 20px;
}
.find-form .findfrom-wrapper .find-btn a i::before {
  vertical-align: middle;
  margin-right: 10px;
}
.find-form .findfrom-wrapper input,
.find-form .findfrom-wrapper select {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
  height: 50px;
  width: 100%;
}
.find-form .findfrom-wrapper input:focus,
.find-form .findfrom-wrapper select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.find-form .findfrom-wrapper input option,
.find-form .findfrom-wrapper select option {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form .findfrom-wrapper input,
.find-form .findfrom-wrapper input[type="date"] {
  border: none;
}
.find-form .findfrom-wrapper input::-webkit-input-placeholder,
.find-form .findfrom-wrapper input[type="date"]::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form .findfrom-wrapper input:-ms-input-placeholder,
.find-form .findfrom-wrapper input[type="date"]:-ms-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form .findfrom-wrapper input::-ms-input-placeholder,
.find-form .findfrom-wrapper input[type="date"]::-ms-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form .findfrom-wrapper input::placeholder,
.find-form .findfrom-wrapper input[type="date"]::placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form .findfrom-wrapper input:focus,
.find-form .findfrom-wrapper input[type="date"]:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.find-form-2 {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
.find-form-2 .findfrom-wrapper {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  padding: 45px;
  max-width: 980px;
  margin: 0 auto;
}
.find-form-2 .findfrom-wrapper .find-btn a {
  text-align: center;
  display: block;
  padding: 13px 0;
}
.find-form-2 .findfrom-wrapper .find-btn a i {
  font-size: 20px;
}
.find-form-2 .findfrom-wrapper .find-btn a i::before {
  vertical-align: middle;
  margin-right: 10px;
}
.find-form-2 .findfrom-wrapper input,
.find-form-2 .findfrom-wrapper select {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form-2 .findfrom-wrapper input:focus,
.find-form-2 .findfrom-wrapper select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.find-form-2 .findfrom-wrapper input option,
.find-form-2 .findfrom-wrapper select option {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form-2 .findfrom-wrapper input,
.find-form-2 .findfrom-wrapper input[type="date"] {
  border: none;
}
.find-form-2 .findfrom-wrapper input::-webkit-input-placeholder,
.find-form-2 .findfrom-wrapper input[type="date"]::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form-2 .findfrom-wrapper input:-ms-input-placeholder,
.find-form-2 .findfrom-wrapper input[type="date"]:-ms-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form-2 .findfrom-wrapper input::-ms-input-placeholder,
.find-form-2 .findfrom-wrapper input[type="date"]::-ms-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form-2 .findfrom-wrapper input::placeholder,
.find-form-2 .findfrom-wrapper input[type="date"]::placeholder {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
}
.find-form-2 .findfrom-wrapper input:focus,
.find-form-2 .findfrom-wrapper input[type="date"]:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.find-form .findfrom-wrapper input,
.find-form .findfrom-wrapper input {
  width: 100%;
}
.package-card-xl {
  margin: 15px 0;
  -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-card-xl .package-thumb-xl img {
  width: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.package-card-xl .package-details-xl {
  width: 60%;
  padding: 25px 30px;
}
.package-card-xl .package-details-xl .package-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.package-card-xl .package-details-xl .package-info h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #990000;
}
.package-card-xl .package-details-xl .package-info h5 span {
  font-size: 20px;
}
.package-card-xl .package-details-xl .package-info h5 i {
  margin-right: 5px;
}
.package-card-xl .package-details-xl h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #FCEF02;
  text-transform: capitalize;
  padding: 15px 0;
}
.package-card-xl .package-details-xl h3 i {
  color: #990000;
  font-size: 18px;
}
.package-card-xl .package-details-xl h3 a {
  color: #FCEF02;
}
.package-card-xl .package-details-xl .package-rating {
  margin-top: 10px;
}
.package-card-xl .package-details-xl .package-rating strong {
  font-weight: 700;
  font-size: 13px;
  color: #990000;
}
.package-card-xl .package-details-xl .package-rating strong i {
  font-size: 20px;
  color: #FCEF02;
  margin-right: 5px;
}
.package-card-xl .package-details-xl .package-rating strong i::before {
  vertical-align: middle;
}
.package-card {
  margin: 15px 0;
  -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}
.package-card:hover .package-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.package-card .package-thumb {
  overflow: hidden;
}
.package-card .package-thumb img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.package-card .package-details {
  padding: 20px 15px;
}
.package-card .package-details .package-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.package-card .package-details .package-info h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #990000;
}
.package-card .package-details .package-info h5 span {
  font-size: 20px;
}
.package-card .package-details .package-info h5 i {
  margin-right: 5px;
}
.package-card .package-details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #FCEF02;
  text-transform: capitalize;
  padding: 15px 0;
}
.package-card .package-details h3.package__title {
  color: #990000;
  font-size: 18px;
  padding: 5px 0;
  line-height: 1.25em;
}
.package-card .package-details h3.package__title a {
  color: inherit;
}
.package-card .package-details h3.package__title:hover a {
  color: #FCEF02;
}
.package-card .package-price_content {
  position: relative;
  width: 100%;
}
.package-card .package-price_content .package__price {
  color: #212121;
  font-weight: 700;
  font-size: 20px;
}
.package-card .package-details h3 i {
  color: #990000;
  font-size: 18px;
}
.package-card .package-details h3 a {
  color: #FCEF02;
}
.package-card .package-details .package-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-card .package-details .package-rating i {
  font-size: 18px;
  color: #FCEF02;
  margin-right: 5px;
}
.package-card .package-details .package-rating strong {
  font-weight: 700;
  font-size: 13px;
  color: #990000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-card {
  position: relative;
}
.package-thumb {
  position: relative;
}
.package-price_cabso {
  position: absolute;
  right: 0;
  bottom: 0;
}
.package-price_cabso .package__price {
  background: #FCEF02;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 700;
}

.offer-area .offer-slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offer-area .offer-slider.owl-carousel .owl-nav button.owl-prev {
  left: -7%;
}
.offer-area .offer-slider.owl-carousel .owl-nav button.owl-next {
  right: -7%;
}
.offer-card {
  margin: 30px 0;
}
.offer-card:hover .offer-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.offer-card .offer-thumb {
  overflow: hidden;
}
.offer-card .offer-thumb img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.offer-card .offer-details {
  border: 1px solid #f1f1f1;
  padding: 20px 15px;
}
.offer-card .offer-details .offer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.offer-card .offer-details .offer-info h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #990000;
}
.offer-card .offer-details .offer-info h5 span {
  font-size: 20px;
}
.offer-card .offer-details .offer-info h5 i {
  margin-right: 5px;
}
.offer-card .offer-details .offer-info ul.offer-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-card .offer-details .offer-info ul.offer-rating li {
  margin-left: 5px;
  color: #FCEF02;
}
.offer-card .offer-details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #FCEF02;
  text-transform: capitalize;
  padding: 20px 0 18px;
}
.offer-card .offer-details h3 i {
  color: #990000;
  font-size: 18px;
}
.offer-card .offer-details h3 a {
  color: #FCEF02;
}
.offer-card .offer-details strong {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #990000;
}
.offer-card .offer-details strong span {
  color: #a5a5a5;
  margin-left: 10px;
  font-size: 18px;
  text-decoration: line-through;
}
.destinations-area
  .row.owl-carousel.destinations-2.owl-loaded.owl-drag
  .owl-nav
  button {
  position: absolute;
}
.destinations-area
  .row.owl-carousel.destinations-2.owl-loaded.owl-drag
  .owl-nav
  button
  i {
  text-align: center;
  color: #fff;
  height: 33px;
  width: 33px;
  line-height: 33px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 28px;
  margin: 0;
}
.destinations-area
  .row.owl-carousel.destinations-2.owl-loaded.owl-drag
  .owl-nav
  button.owl-prev {
  top: 18%;
  right: -15.9%;
}
.destinations-area
  .row.owl-carousel.destinations-2.owl-loaded.owl-drag
  .owl-nav
  button.owl-next {
  top: 18%;
  right: -25%;
}
.destinations-area
  .row.owl-carousel.destinations-1.owl-loaded.owl-drag
  .owl-nav
  button {
  position: absolute;
}
.destinations-area
  .row.owl-carousel.destinations-1.owl-loaded.owl-drag
  .owl-nav
  button
  i {
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  height: 33px;
  width: 33px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin: 0;
}
.destinations-area
  .row.owl-carousel.destinations-1.owl-loaded.owl-drag
  .owl-nav
  button.owl-prev {
  top: 18%;
  left: -25%;
}
.destinations-area
  .row.owl-carousel.destinations-1.owl-loaded.owl-drag
  .owl-nav
  button.owl-next {
  top: 18%;
  left: -15.9%;
}
.package-slider-wrap {
  position: relative;
  height: 90.6%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-slider-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.package-slider-wrap .pakage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(48, 79, 71, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-slider-wrap .pakage-overlay strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.achievement-area {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(245, 245, 245, 0.2)),
      to(rgba(245, 245, 245, 0.2))
    ),
    url(../images/achiv-shape.png);
  background: linear-gradient(
      rgba(245, 245, 245, 0.2) 100%,
      rgba(245, 245, 245, 0.2) 100%
    ),
    url(../images/achiv-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.achievement-area-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(245, 245, 245, 0.2)),
      to(rgba(245, 245, 245, 0.2))
    ),
    url(../images/achiv-shape.png);
  background: linear-gradient(
      rgba(245, 245, 245, 0.2) 100%,
      rgba(245, 245, 245, 0.2) 100%
    ),
    url(../images/achiv-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.achievement-card {
  padding: 20px;
  text-align: center;
  background: #990000;
  color: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
}
.achievement-card-cu {
  background: #ffffff;
}
.achievement-card-cu h5 {
  color: #990000 !important;
}
.achievement-card-cu p {
  color: #1f1f1f !important;
}
.achievement-card .achievement-icon {
  margin-bottom: 20px;
}
.achievement-card .achievement-icon i {
  color: #fff;
}
.achievement-card .achievement-icon i::before {
  font-size: 82px;
}
.achievement-card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.achievement-card p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.achievement-card-2 {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
}
.achievement-card-2 .achieve-img {
  height: 50%;
  width: 100%;
}
.achievement-card-2 .achieve-img img {
  height: 100%;
  width: 100%;
}
.achievement-card-2 .achieve-info {
  background: #990000;
  padding: 80px 12px 30px;
  position: relative;
}
.achievement-card-2 .achieve-info h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: capitalize;
  color: #fff;
}
.achievement-card-2 .achieve-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -65px;
  display: block;
  height: 120px;
  width: 120px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  line-height: 130px;
  padding: 20px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.15);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.15);
}
.achievement-card-2 .achieve-icon i {
  color: #990000;
}
.achievement-card-2 .achieve-icon i::before {
  font-size: 65px;
}
.review-card {
  padding: 30px 25px;
  margin: 20px 10px;
  text-align: center;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  border-radius: 50px 50px 0 0;
}
.review-card .reviewer-img img {
  height: 114px;
  width: 114px;
  border-radius: 50%;
  border: 8px solid rgba(48, 79, 71, 0.1);
  margin: 0 auto;
}
.review-card h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-transform: capitalize;
  color: #212121;
}
.review-card h5 {
  font-family: 'Passion One', cursive;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: #a5a5a5;
  margin: 10px 0 22px;
}
.review-card p {
  position: relative;
}
.review-card p::before {
  display: none;
  position: absolute;
  content: "";
  background: url(../img/content/quote-rwview.svg);
  left: 0;
  bottom: 100%;
  height: 37px;
  width: 37px;
}
.feature-area {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(48, 79, 71, 0.3)),
      to(rgba(48, 79, 71, 0.4))
    ),
    url(../images/feature/feature-bg-1.png) center no-repeat;
  background: linear-gradient(
      rgba(48, 79, 71, 0.3) 100%,
      rgba(48, 79, 71, 0.4) 100%
    ),
    url(../images/feature/feature-bg-1.png) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-area .section-head h2 {
  color: #fff;
}
.feature-area-2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(48, 79, 71, 0.3)),
      to(rgba(48, 79, 71, 0.3))
    ),
    url(../images/feature/feature-bg.png) center no-repeat;
  background: linear-gradient(
      rgba(48, 79, 71, 0.3) 100%,
      rgba(48, 79, 71, 0.3) 100%
    ),
    url(../images/feature/feature-bg.png) center no-repeat;
  background-size: cover;
}
.feature-area-2 .feature-head-2 {
  text-align: left;
  margin: inherit;
}
.feature-area-2 .feature-head-2 h2 {
  color: #fff;
}
.feature-card {
  max-width: 570px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.feature-card .feature-img {
  max-width: 235px;
}
.feature-card .feature-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-card .feature-content {
  padding: 25px 30px;
  background: #fff;
}
.feature-card .feature-content a.title {
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #212121;
}
.feature-card .feature-content h5 {
  margin: 12px 0 22px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #990000;
}
.feature-card .feature-content h5 i {
  color: #FCEF02;
  font-size: 18px;
}
.feature-card .feature-content strong {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #FCEF02;
}
.feature-card .feature-content strong span {
  color: #a5a5a5;
  margin-left: 10px;
  font-size: 18px;
  text-decoration: line-through;
}
.feature-card-2 {
  margin: 20px 0;
  border-radius: 5px;
  overflow: hidden;
}
.feature-card-2:hover .feature-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.feature-card-2:hover .feature-card-review .feature-btn {
  opacity: 1;
}
.feature-card-2 .feature-thumb {
  position: relative;
  overflow: hidden;
}
.feature-card-2 .feature-thumb .feature-price {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FCEF02;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.feature-card-2 .feature-thumb .feature-price h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}
.feature-card-2 .feature-thumb .feature-price h5 span {
  font-size: 15px;
  color: #212121;
}
.feature-card-2 .feature-thumb img {
  width: 100%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.feature-card-2 .feature-details {
  padding: 20px;
  background: #fff;
}
.feature-card-2 .feature-details h5.tour-duration {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #990000;
}
.feature-card-2 .feature-details h5.tour-duration i {
  margin-right: 5px;
}
.feature-card-2 .feature-details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  color: #FCEF02;
  text-transform: capitalize;
  padding-top: 20px;
}
.feature-card-2 .feature-details h3 i {
  color: #990000;
  font-size: 18px;
}
.feature-card-2 .feature-details h3 a {
  color: #FCEF02;
}
.feature-card-2 .feature-card-review {
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 17px 20px;
  position: relative;
}
.feature-card-2 .feature-card-review ul.feature-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-card-2 .feature-card-review ul.feature-rating p {
  font-size: 15px;
  text-transform: capitalize;
  color: #212121;
}
.feature-card-2 .feature-card-review ul.feature-rating li {
  color: #FCEF02;
  margin-left: 7px;
}
.feature-card-2 .feature-card-review .feature-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: #990000;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-slider-2.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -35%;
}
.blog-card {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  border-radius: 0 0 3px 3px;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.05) translateX(-10px);
  transform: scale(1.05) translateX(-10px);
}
.blog-card .blog-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-card .blog-img .blog-date {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
  background: #990000;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.blog-card .blog-img .blog-date i {
  color: #FCEF02;
  margin-right: 6px;
}
.blog-card .blog-details {
  padding: 25px 20px;
}
.blog-card .blog-details .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-card .blog-details .blog-info a.blog-comment i::before {
  vertical-align: middle;
}
.blog-card .blog-details .blog-info a.blog-writer,
.blog-card .blog-details .blog-info a.blog-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #212121;
}
.blog-card .blog-details .blog-info a.blog-writer i,
.blog-card .blog-details .blog-info a.blog-comment i {
  color: #FCEF02;
  margin-right: 5px;
  font-size: 16px;
}
.blog-card .blog-details a.blog-title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  text-transform: capitalize;
  color: #212121;
  display: inline-block;
}
.blog-card-xl {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  box-shadow: 0 0 30px rgba(17, 17, 17, 0.08);
  border-radius: 0 0 3px 3px;
}
.blog-card-xl:hover .blog-img img {
  -webkit-transform: scale(1.05) translateX(-10px);
  transform: scale(1.05) translateX(-10px);
}
.blog-card-xl .blog-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.blog-card-xl .blog-img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-card-xl .blog-img .blog-date {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
  background: #990000;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.blog-card-xl .blog-img .blog-date i {
  color: #FCEF02;
  margin-right: 6px;
}
.blog-card-xl .blog-details {
  padding: 25px 20px;
}
.blog-card-xl .blog-details .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-card-xl .blog-details .blog-info a.blog-comment i::before {
  vertical-align: middle;
}
.blog-card-xl .blog-details .blog-info a.blog-writer,
.blog-card-xl .blog-details .blog-info a.blog-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}
.blog-card-xl .blog-details .blog-info a.blog-writer i,
.blog-card-xl .blog-details .blog-info a.blog-comment i {
  color: #FCEF02;
  margin-right: 5px;
  font-size: 14px;
  top: 1px;
  position: relative;
}
.blog-card-xl .blog-details a.blog-title {
  margin: 14px 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
  text-transform: capitalize;
  color: #212121;
  display: inline-block;
}
.blog-card-xl .blog-btn {
  margin-top: 20px;
}
.newsletter-area {
  margin-bottom: -90px;
}
.newsletter-area .newsletter-wrapper {
  max-width: 970px;
  margin: 0 auto;
  padding: 30px;
  background: #339ddd;
  -webkit-box-shadow: 0 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 20px;
}
.newsletter-area .newsletter-wrapper h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: capitalize;
  color: #fff;
  max-width: 612px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.newsletter-area .newsletter-wrapper .newsletter-input {
  max-width: 570px;
  margin: 0 auto;
  height: 60px;
}
.newsletter-area .newsletter-wrapper .newsletter-input input {
  border-radius: 10px 0 0 10px;
  height: 100%;
}
.newsletter-area
  .newsletter-wrapper
  .newsletter-input
  input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #a5a5a5;
}
.newsletter-area
  .newsletter-wrapper
  .newsletter-input
  input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #a5a5a5;
}
.newsletter-area
  .newsletter-wrapper
  .newsletter-input
  input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #a5a5a5;
}
.newsletter-area .newsletter-wrapper .newsletter-input input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #a5a5a5;
}
.newsletter-area .newsletter-wrapper .newsletter-input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.newsletter-area .newsletter-wrapper .newsletter-input button {
  width: 172px;
  border-radius: 10px;
  background: #FCEF02;
  border: 1px solid #FCEF02;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 10px rgba(26, 34, 56, 0.18);
  box-shadow: 2px 2px 10px rgba(26, 34, 56, 0.18);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.newsletter-area .newsletter-wrapper .newsletter-input button:hover {
  background: #990000;
  border: 1px solid #990000;
}
.footer-area {
  color: #FCEF02;
  padding-top: 170px;
  background: #990000;
}
.footer-area .footer-links h5 {
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #FCEF02;
  margin-bottom: 25px;
}
.footer-area .footer-links .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.footer-area .footer-links .contact-box:first-child {
  margin-top: 0;
}
.footer-area .footer-links .contact-box span {
  float: left;
  width: 34px;
  font-size: 18px;
  color: #FCEF02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-area .footer-links .contact-box span i {
  color: #FCEF02;
  font-size: 20px;
}
.footer-area .footer-links .contact-box a {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  display: block;
  font-weight: 500;
}
.footer-area .footer-links .contact-box a:hover {
  color: #ffffff;
}
.footer-area .footer-links .category-list ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-area .footer-links .category-list ul li a:hover {
  color: #FCEF02;
}
.footer-area .footer-links .payment-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-area .footer-links .payment-cards img {
  width: 65px;
  height: auto;
  margin-right: 13px;
  margin-bottom: 15px;
}
.footer-area .footer-info p {
  color: #fff;
  margin: 35px 0 20px;
}
.footer-area .footer-social-icons h5 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
.footer-area .footer-social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FCEF02;
  font-size: 25px;
}
.footer-area .footer-social-icons ul li {
  margin-right: 20px;
}
.footer-area .footer-social-icons ul li:last-child {
  margin-right: 0;
}
.footer-area .footer-social-icons ul li a {
  color: #ffffff;
  font-size: 30px;
}
.footer-area .footer-social-icons ul li a:hover {
  color: #FCEF02;
}
.footer-area .copyrigth-area {
  border-top: 2px solid #339ddd;
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
}
.footer-area .copyrigth-area p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.footer-area .copyrigth-area p a {
  color: #FCEF02;
  font-weight: 600;
}
.about-wrapper .about-wrapper-left .about-img {
  display: inline-block;
  margin-bottom: 10px;
  border: 10px solid rgba(180, 151, 121, 0.5);
  margin-bottom: 10px;
  border-radius: 25px;
}
.about-wrapper .about-wrapper-left .about-img img {
  border-radius: 15px;
}
.about-wrapper .about-wrapper-left .about-video {
  position: relative;
  display: inline-block;
  border: 10px solid rgba(48, 79, 71, 0.1);
}
.about-wrapper .about-wrapper-left .about-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: rgba(48, 79, 71, 0.1);
  border: 10px solid rgba(48, 79, 71, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  cursor: pointer;
}
.about-wrapper .about-wrapper-left .about-video .video-icon i {
  color: #990000;
}
.about-wrapper .about-wrapper-left .about-video .video-icon i::before {
  font-size: 40px;
}
.about-wrapper .about-wrapper-right p {
  margin: 25px 0;
}
.about-wrapper .about-wrapper-right ul.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.about-wrapper .about-wrapper-right ul.about-list li {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #212121;
  margin-bottom: 20px;
}
.about-wrapper .about-wrapper-right ul.about-list li i {
  vertical-align: middle;
  margin-right: 5px;
}
.about-wrapper .about-wrapper-right ul.about-list li i::before {
  font-size: 20px;
}
.guide-slider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -20%;
}
.guide-slider.owl-carousel .owl-nav button i {
  color: #FCEF02;
  border: 2px solid #FCEF02;
  margin-top: 0;
}
.guide-card {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #f1f1f1;
}
.guide-card:hover .guide-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.guide-card .guide-thumb {
  border-radius: 10px;
}
.guide-card .guide-thumb img {
  width: 100%;
}
.guide-card .guide-info {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.guide-card .guide-info strong {
  font-weight: 700;
  font-size: 25px;
  text-transform: capitalize;
  color: #212121;
}
.guide-card .guide-info p {
  font-size: 20px;
  font-weight: 500;
}
.guide-card .guide-info ul.guide-links {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guide-card .guide-info ul.guide-links li:last-child a {
  margin-right: 0;
}
.guide-card .guide-info ul.guide-links li a {
  margin-right: 20px;
  font-size: 20px;
  padding: 8px 10px;
  background: rgba(175, 175, 175, 0.3);
  border-radius: 10px;
  color: #afafaf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline;
}
.guide-card .guide-info ul.guide-links li a:hover {
  background: #FCEF02;
  color: #fff;
}
.package-filter h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #212121;
  margin: 5px 0;
}
.package-sidebar h5.categorie-head {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 25px;
  color: #212121;
  margin-bottom: 30px;
}
.package-sidebar .single-option {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-sidebar .single-option:last-child {
  margin-bottom: 0;
}
.package-sidebar .single-option label {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #a5a5a5;
}
.package-sidebar .sidebar-searchbox {
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.package-sidebar .sidebar-range {
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.package-sidebar .sidebar-duration {
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.package-sidebar .sidebar-categorie {
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.package-sidebar .sidebar-banner {
  position: relative;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.package-sidebar .sidebar-banner img {
  width: 100%;
}
.package-sidebar .sidebar-banner .sidebar-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 79, 71, 0.85);
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}
.package-sidebar .sidebar-banner .sidebar-banner-overlay h3 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}
.package-sidebar .sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a {
  padding: 14px 35px;
  background: #FCEF02;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.75px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.package-sidebar
  .sidebar-banner
  .sidebar-banner-overlay
  .sidebar-banner-btn
  a:hover {
  background: #990000;
}
.dual-range {
  margin-bottom: 20px;
  --range-size: 12px;
  --range-width: 100%;
  --handle-size: 1.3;
  height: var(--range-size);
  width: var(--range-width);
  background: #990000;
  border-radius: 50px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dual-range .highlight {
  position: absolute;
  height: var(--range-size);
  left: var(--x-1);
  background: var(--clr-prim);
  z-index: 1;
  border-radius: 50px;
}
.dual-range .handle {
  height: 20px;
  width: 20px;
  background: #FCEF02;
  position: absolute;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: -webkit-grab;
  cursor: grab;
}
.dual-range .handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.dual-range .handle.left {
  left: var(--x-1);
}
.dual-range .handle.right {
  left: var(--x-2);
}
.dual-range .handle::after {
  content: "$" attr(data-value);
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  color: #990000;
}
.package-d-sidebar h5.package-d-head {
  font-weight: 700;
  font-size: 26px;
  color: #402000;
  margin-bottom: 20px;
}
.package-d-sidebar .p-sidebar-form {
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.package-d-sidebar .p-sidebar-form input,
.package-d-sidebar .p-sidebar-form textarea,
.package-d-sidebar .p-sidebar-form select {
  margin-bottom: 10px;
  border: 2px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #212121;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.package-d-sidebar .p-sidebar-form input:focus,
.package-d-sidebar .p-sidebar-form textarea:focus,
.package-d-sidebar .p-sidebar-form select:focus {
  border-color: #FCEF02;
}
.package-d-sidebar .p-sidebar-form input::-webkit-input-placeholder,
.package-d-sidebar .p-sidebar-form textarea::-webkit-input-placeholder,
.package-d-sidebar .p-sidebar-form select::-webkit-input-placeholder {
  color: #a5a5a5;
}
.package-d-sidebar .p-sidebar-form input:-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form textarea:-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form select:-ms-input-placeholder {
  color: #a5a5a5;
}
.package-d-sidebar .p-sidebar-form input::-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form textarea::-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form select::-ms-input-placeholder {
  color: #a5a5a5;
}
.package-d-sidebar .p-sidebar-form input::placeholder,
.package-d-sidebar .p-sidebar-form textarea::placeholder,
.package-d-sidebar .p-sidebar-form select::placeholder {
  color: #a5a5a5;
}
.package-d-sidebar .p-sidebar-form input:focus,
.package-d-sidebar .p-sidebar-form textarea:focus,
.package-d-sidebar .p-sidebar-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.package-d-sidebar .p-sidebar-form input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #fff;
  background: #990000;
  padding: 14px 22px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.package-d-sidebar .p-sidebar-form input[type="submit"]:hover {
  background: #FCEF02;
}
.package-d-sidebar .p-sidebar-cards {
  border-radius: 10px;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
}
.package-d-sidebar .p-sidebar-organizer {
  border-radius: 10px;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
}
.package-d-sidebar .p-sidebar-organizer .p-ask-btn {
  margin-top: 40px;
  text-align: center;
}
.package-d-sidebar .p-sidebar-organizer .p-ask-btn a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 14px 35px;
  background: #990000;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.package-d-sidebar .p-sidebar-organizer .p-ask-btn a:hover {
  background: #FCEF02;
}
.package-d-sidebar .p-sidebar-banner {
  position: relative;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.package-d-sidebar .p-sidebar-banner img {
  width: 100%;
}
.package-d-sidebar .p-sidebar-banner .sidebar-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 79, 71, 0.85);
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}
.package-d-sidebar .p-sidebar-banner .sidebar-banner-overlay h3 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}
.package-d-sidebar
  .p-sidebar-banner
  .sidebar-banner-overlay
  .sidebar-banner-btn
  a {
  padding: 14px 35px;
  background: #FCEF02;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.75px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.package-d-sidebar
  .p-sidebar-banner
  .sidebar-banner-overlay
  .sidebar-banner-btn
  a:hover {
  background: #990000;
}
li.package-card-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
li.package-card-sm:hover .p-sm-img img {
  max-width: 100%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
li.package-card-sm:last-child {
  margin-bottom: 0;
}
li.package-card-sm .p-sm-img {
  margin-right: 20px;
  overflow: hidden;
  max-width: 110px;
  border-radius: 10px;
}
li.package-card-sm .p-sm-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}
li.package-card-sm .package-info .package-date-sm strong {
  font-weight: 700;
  color: #212121;
  font-size: 10px;
}
li.package-card-sm .package-info .package-date-sm strong i {
  margin-right: 4px;
}
li.package-card-sm .package-info h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FCEF02;
  margin: 8px 0;
}
li.package-card-sm .package-info h3 i {
  color: #990000;
}
li.package-card-sm .package-info h3 a {
  color: #402000;
}
li.package-card-sm .package-info h3 a:hover {
  color: #990000;
}
li.package-card-sm .package-info h5 {
  font-weight: 700;
  font-size: 11px;
  color: #212121;
}
li.package-card-sm .package-info h5 span {
  font-size: 18px;
  color: #EB1817;
}
.organizer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.organizer-card .organizer-img {
  max-width: 135px;
  margin-right: 25px;
}
.organizer-card .organizer-img img {
  border-radius: 5px;
}
.organizer-card .organizer-info h5 {
  font-weight: 700;
  font-size: 20px;
  color: #212121;
}
.organizer-card .organizer-info p {
  margin: 10px 0;
  font-size: 15px;
}
.organizer-card .organizer-info ul.organizer-rating {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.organizer-card .organizer-info ul.organizer-rating li {
  font-size: 20px;
  color: #FCEF02;
  margin-right: 5px;
}
.organizer-card .organizer-info ul.organizer-rating li:last-child {
  margin-right: 0;
}
.package-details .package-thumb img {
  border-radius: 5px;
  width: 100%;
}
.package-details .package-header {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.package-details .package-header .package-title h3 {
  font-weight: 700;
  font-size: 30px;
  color: #212121;
  margin-bottom: 15px;
}
.package-details .package-header .package-title strong {
  font-weight: 500;
  color: #a5a5a5;
}
.package-details .package-header .package-title strong i {
  color: #990000;
  font-size: 17px;
}
.package-details .package-header .pd-review {
  text-align: right;
}
.package-details .package-header .pd-review p {
  font-weight: 500;
  font-size: 13px;
  color: #212121;
}
.package-details .package-header .pd-review ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.package-details .package-header .pd-review ul li {
  color: #FCEF02;
  font-size: 13px;
}
.package-details .package-tab ul.nav.nav-pills li {
  margin-top: 20px;
}
.package-details .p-short-info {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.package-details .p-short-info .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-details .p-short-info .single-info i {
  font-size: 28px;
  color: #FCEF02;
  margin-right: 15px;
}
.package-details .p-short-info .single-info .info-texts strong {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
.package-details .p-short-info .single-info .info-texts p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.package-details .package-tab .nav-pills button.nav-link {
  margin-right: 20px;
  border: 2px solid #FCEF02;
  padding: 10px 36px;
  font-weight: 700;
  font-size: 20px;
  color: #212121;
}
.package-details .package-tab .nav-pills button.nav-link i {
  margin-right: 8px;
  font-size: 22px;
}
.package-details .package-tab .nav-pills button.nav-link i::before {
  vertical-align: middle;
}
.package-details .package-tab .nav-pills button.nav-link.active {
  background: #FCEF02;
  color: #fff;
}
.package-details .package-tab .p-tab-content {
  margin-top: 40px;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-overview h5 {
  color: #212121;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight {
  margin: 30px 0;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight h5 {
  color: #212121;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-highlight
  ul
  li:last-child {
  margin-bottom: 0;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-highlight
  ul
  li
  i {
  color: #FCEF02;
  font-size: 20px;
  margin-right: 10px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  .table
  > :not(caption)
  > *
  > * {
  padding: 20px 20px 20px 40px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td.table-bottom {
  font-weight: 700;
  font-size: 18px !important;
  color: #212121 !important;
  text-align: center;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td.table-bottom
  i {
  font-size: 24px;
  color: #FCEF02;
  margin-right: 10px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td.table-bottom
  i::before {
  vertical-align: middle;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child {
  font-weight: 600;
  font-size: 16px;
  color: #a5a5a5;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child
  ul.table-list-allow
  li {
  margin-bottom: 10px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child
  ul.table-list-allow
  li
  i {
  color: #FCEF02;
  font-size: 20px;
  font-weight: 600;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child
  ul.table-list-allow
  li
  i::before {
  vertical-align: middle;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child
  ul.table-list-disallow
  li {
  margin-bottom: 10px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child
  ul.table-list-disallow
  li
  i {
  color: red;
  font-size: 20px;
  font-weight: 600;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-details-table
  tr
  td:last-child
  ul.table-list-disallow
  li
  i::before {
  vertical-align: middle;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg {
  padding: 30px 0 100px;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg h5 {
  color: #212121;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card {
  border: 1px solid #eee;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-avarag {
  width: 40%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-avarag
  h2 {
  font-weight: 700;
  font-size: 60px;
  color: #FCEF02;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-avarag
  h5 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-info {
  width: 60%;
  padding: 42px 38px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-info
  ul
  li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-info
  ul
  li:last-child {
  margin-bottom: 0;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-info
  ul
  li
  strong {
  font-weight: 700;
  font-size: 18px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-rationg
  .rating-card
  .r-card-info
  ul
  li
  ul
  li {
  color: #FCEF02;
  font-size: 20px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card {
  margin-bottom: 50px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-info
  .p-reviewr-img {
  width: 75px;
  margin-right: 25px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-info
  .p-reviewr-img
  img {
  border-radius: 50%;
  width: 100%;
  border: 2px solid rgba(48, 79, 71, 0.2);
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-info
  .p-reviewer-info
  strong {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-info
  .p-reviewer-info
  ul.review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-info
  .p-reviewer-info
  ul.review-star
  li {
  margin-right: 5px;
  color: #FCEF02;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  .p-review-texts {
  margin-top: 25px;
  margin-bottom: 15px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  a.r-reply-btn {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  color: #FCEF02;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review
  ul
  li.p-review-card
  a.r-reply-btn
  i {
  font-size: 18px;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input h5 {
  color: #212121;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  ul.input-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  ul.input-rating
  li
  i {
  font-size: 25px;
  color: #FCEF02;
  margin-right: 5px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input,
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  textarea {
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  color: #a5a5a5;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input::-webkit-input-placeholder,
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  textarea::-webkit-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input:-ms-input-placeholder,
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  textarea:-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input::-ms-input-placeholder,
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  textarea::-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input::placeholder,
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  textarea::placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input[type="submit"] {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #fff;
  background: #FCEF02;
  padding: 14px 22px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-1
  .p-review-input
  input[type="submit"]:hover {
  background: #990000;
}
.package-details .package-tab .p-tab-content .tab-content-2 h5 {
  font-size: 25px;
  font-weight: 700;
  color: #212121;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  .p-timeline-overview
  h5 {
  margin-bottom: 20px;
}
.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline {
  margin-top: 50px;
}
.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li:last-child
  .timeline-content {
  padding-bottom: 0;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li:last-child
  .timeline-index::before {
  display: none;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-index {
  height: auto;
  margin-right: 30px;
  position: relative;
  z-index: 12;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-index::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  z-index: -1;
  background: url(../img/content/p-shape.png) no-repeat;
  background-size: cover;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-index
  .index-circle {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FCEF02;
  border: 5px solid #cbd3d1;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-index
  h5 {
  color: #fff;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-content {
  padding-bottom: 40px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-content
  strong {
  color: #FCEF02;
  font-size: 18px;
  font-weight: 500;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-content
  p {
  padding: 20px 0;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-content
  ul
  li {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #a5a5a5;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-content
  ul
  li
  i {
  font-size: 18px;
  color: #212121;
  margin-right: 10px;
}
.package-details
  .package-tab
  .p-tab-content
  .tab-content-2
  ul.p-timeline
  li
  .timeline-content
  ul
  li
  i::before {
  vertical-align: middle;
}
.single-grid-2 img {
  width: 100%;
}
.single-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
  grid-template-areas: "g-img-sm-1 g-img-sm-2" "g-img-md g-img-md";
}
.single-grid .g-img-sm-1 img,
.single-grid .g-img-sm-2 img,
.single-grid .g-img-md img {
  width: 100%;
}
.g-img-sm-1 {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: g-img-sm-1;
}
.g-img-sm-2 {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: g-img-sm-2;
}
.g-img-md {
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: g-img-md;
}
.blog-sidebar h5.categorie-head {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 25px;
  color: #212121;
  margin-bottom: 30px;
}
.blog-sidebar .sidebar-searchbox {
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.blog-sidebar .blog-categorie {
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.blog-sidebar .blog-categorie ul li {
  margin-bottom: 27px;
}
.blog-sidebar .blog-categorie ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .blog-categorie ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #a5a5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar .blog-categorie ul li a i {
  color: #990000;
  font-size: 20px;
  margin-right: 7px;
}
.blog-sidebar .blog-categorie ul li a:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  color: #212121;
}
.blog-sidebar .blog-popular {
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.blog-sidebar .blog-popular li.blog-card-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.blog-sidebar .blog-popular li.blog-card-sm:last-child {
  margin-bottom: 0;
}
.blog-sidebar
  .blog-popular
  li.blog-card-sm:hover
  .blog-details-sm
  a.blog-title-sm {
  color: #212121;
}
.blog-sidebar .blog-popular li.blog-card-sm .blog-img-sm img {
  max-width: 110px;
  border-radius: 10px;
}
.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm {
  padding: 5px 0;
  margin-left: 15px;
  width: 100%;
}
.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm a.blog-title-sm {
  font-weight: 700;
  font-size: 20px;
  color: #990000;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-sidebar
  .blog-popular
  li.blog-card-sm
  .blog-details-sm
  .blog-info
  a.blog-date {
  margin-left: 8px;
}
.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a {
  font-weight: 700;
  font-size: 12px;
  color: #212121;
}
.blog-sidebar
  .blog-popular
  li.blog-card-sm
  .blog-details-sm
  .blog-info
  a
  i
  ::before {
  font-size: 12px;
}
.blog-sidebar .blog-tag {
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}
.blog-sidebar .blog-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-sidebar .blog-tag ul li a {
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #a5a5a5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-sidebar .blog-tag ul li a:hover {
  background: #990000;
  color: #fff;
  border: 2px solid transparent;
}
.blog-sidebar .sidebar-banner {
  position: relative;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.blog-sidebar .sidebar-banner img {
  width: 100%;
}
.blog-sidebar .sidebar-banner .sidebar-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 79, 71, 0.85);
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}
.blog-sidebar .sidebar-banner .sidebar-banner-overlay h3 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}
.blog-sidebar .sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a {
  padding: 16px 32px;
  background: #FCEF02;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.75px;
  color: #fff;
  display: inline-block;
}
.blog-details h3.sub-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #212121;
}
.blog-details .blog-title-xl h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  text-transform: capitalize;
  color: #212121;
}
.blog-details .blog-title-xl .blog-info-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.blog-details .blog-title-xl .blog-info-xl a {
  font-weight: 500;
  font-size: 15px;
  color: #212121;
}
.blog-details .blog-title-xl .blog-info-xl a i {
  font-size: 14px;
  color: #FCEF02;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.blog-details .blog-title-xl .blog-info-xl a i::before {
  vertical-align: middle;
}
.blog-details .blog-img-xl {
  position: relative;
}
.blog-details .blog-img-xl img {
  width: 100%;
}
.blog-details .blog-img-xl .blog-date {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
  background: #990000;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.blog-details .blog-img-xl .blog-date i {
  color: #FCEF02;
  margin-right: 6px;
}
.blog-details .blog-texts {
  padding-bottom: 40px;
}
.blog-details .blog-texts .blog-qoute {
  margin: 45px 0 45px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 7px solid #FCEF02;
  padding: 30px 15px;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 0 10px 10px 0;
}
.blog-details .blog-texts .blog-qoute i.qoute-icon {
  color: #990000;
  font-size: 75px;
  margin-right: 20px;
}
.blog-details .blog-texts .blog-qoute strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  color: #737679;
}
.blog-details .blog-texts .blog-gallary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
.blog-details .blog-texts .blog-gallary img {
  margin-right: 20px;
}
.blog-details .blog-texts .blog-gallary img:last-child {
  margin-right: 0;
}
.blog-details .blog-bottom {
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details .blog-bottom .blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details .blog-bottom .blog-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details .blog-bottom .blog-tags ul li a {
  border: 0.5px solid #a4a4a4;
  border-radius: 3px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 15px;
  color: #212121;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.blog-details .blog-bottom .blog-tags ul li a:hover {
  background: #990000;
  color: #fff;
}
.blog-details .blog-bottom .blog-tags h5 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #212121;
  margin-right: 20px;
}
.blog-details .blog-bottom .blog-social ul li a {
  font-size: 15px;
  color: #FCEF02;
  margin-left: 18px;
}
.blog-details .blog-comments {
  padding: 60px 0;
}
.blog-details .blog-comments h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-transform: capitalize;
  color: #212121;
  border-bottom: 2px solid #212121;
  display: inline-block;
}
.blog-details .blog-comments ul li {
  margin-top: 50px;
}
.blog-details .blog-comments ul li .commentor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details .blog-comments ul li .commentor .commentotor-img {
  max-width: 75px;
  margin-right: 25px;
}
.blog-details .blog-comments ul li .commentor .commentotor-img img {
  border-radius: 50%;
}
.blog-details .blog-comments ul li .commentor .commentor-id span {
  margin-right: 10px;
}
.blog-details .blog-comments ul li .commentor .commentor-id strong {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}
.blog-details .blog-comments ul li p.comment {
  padding: 20px 0 12px;
}
.blog-details .blog-comments ul li span.reply-icon {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  color: #FCEF02;
}
.blog-details .blog-comments ul li span.reply-icon i {
  font-size: 18px;
}
.blog-details .blog-comments ul li span.reply-icon i::before {
  vertical-align: middle;
}
.blog-details .blog-reply {
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  padding: 50px;
}
.blog-details .blog-reply h5 {
  font-weight: 700;
  font-size: 25px;
  color: #212121;
  padding-bottom: 40px;
}
.blog-details .blog-reply input,
.blog-details .blog-reply textarea {
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #a5a5a5;
}
.blog-details .blog-reply input::-webkit-input-placeholder,
.blog-details .blog-reply textarea::-webkit-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.blog-details .blog-reply input:-ms-input-placeholder,
.blog-details .blog-reply textarea:-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.blog-details .blog-reply input::-ms-input-placeholder,
.blog-details .blog-reply textarea::-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.blog-details .blog-reply input::placeholder,
.blog-details .blog-reply textarea::placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.blog-details .blog-reply input[type="submit"] {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #fff;
  background: #FCEF02;
  padding: 14px 22px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.blog-details .blog-reply input[type="submit"]:hover {
  background: #990000;
}
.error-wrapper {
  text-align: center;
  overflow-x: hidden;
}
.error-wrapper h1 {
  font-size: 80px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 60px;
}
.error-wrapper h2 {
  margin-top: 100px;
  font-weight: 700;
  font-size: 44px;
  color: #212121;
}
.error-wrapper .error-btn {
  margin-top: 60px;
}
.error-wrapper .error-btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: #FCEF02;
  padding: 18px 50px;
  border-radius: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.error-wrapper .error-btn a:hover {
  background: #990000;
}
.faq-wrap .accordion-box h5 {
  font-weight: 700;
  font-size: 35px;
  color: #212121;
  margin-bottom: 40px;
}
.faq-wrap .accordion-box .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq-wrap .accordion-box .accordion-item .accordion-body {
  border: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  color: #737679;
  padding: 30px;
}
.faq-wrap .accordion-box .accordion-item button {
  background: #990000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 24px;
}
.faq-wrap .accordion-box .accordion-item button i {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq-wrap .accordion-box .accordion-item button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-wrap .accordion-box .accordion-item button::after {
  display: none;
}
.faq-wrap .accordion-box .accordion-item button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.ask-inputs {
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.ask-inputs h5 {
  font-weight: 700;
  font-size: 25px;
  color: #212121;
  margin-bottom: 30px;
}
.ask-inputs input,
.ask-inputs textarea {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #a5a5a5;
}
.ask-inputs input::-webkit-input-placeholder,
.ask-inputs textarea::-webkit-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.ask-inputs input:-ms-input-placeholder,
.ask-inputs textarea:-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.ask-inputs input::-ms-input-placeholder,
.ask-inputs textarea::-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.ask-inputs input::placeholder,
.ask-inputs textarea::placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.ask-inputs input[type="submit"] {
  margin-top: 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 170%;
  color: #fff;
  background: #990000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ask-inputs input[type="submit"]:hover {
  background: #FCEF02;
}
.gallary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
  grid-template-areas: "img-sm-1 img-sm-2" "img-xxl img-xxl";
}
.gallary-grid .img-sm-1 img,
.gallary-grid .img-sm-2 img,
.gallary-grid .img-xxl img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.img-sm-1 {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-sm-1;
}
.img-sm-2 {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: img-sm-2;
}
.img-xxl {
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: img-xxl;
}
.gallary-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
  grid-template-areas: "img-xl img-sm-3" "img-xl img-sm-4";
}
.gallary-grid-2 .img-xl img,
.gallary-grid-2 .img-sm-3 img,
.gallary-grid-2 .img-sm-4 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.img-xl {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: img-xl;
}
.img-sm-3 {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: img-sm-3;
}
.img-sm-4 {
  grid-row: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: img-sm-4;
}
.contact-card {
  margin-top: 30px;
  padding: 25px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 64px rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  min-height: 181px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.contact-card:hover::after {
  background: #FCEF02;
}
.contact-card::after {
  position: absolute;
  content: "";
  top: -65px;
  left: -11%;
  display: block;
  width: 126px;
  height: 180px;
  background: #990000;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-card .contact-icon {
  min-width: 100px;
  position: relative;
  z-index: 10;
}
.contact-card .contact-icon i {
  font-size: 55px;
  color: #fff;
}
.contact-card .contact-info {
  padding: 12px 0;
}
.contact-card .contact-info h5 {
  font-weight: 700;
  font-size: 28px;
  color: #212121;
  margin-bottom: 10px;
}
.contact-card .contact-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #a5a5a5;
}
.contact-card .contact-info ul.contact-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contact-card .contact-info ul.contact-icons li {
  margin-right: 20px;
}
.contact-card .contact-info ul.contact-icons li:last-child {
  margin-right: 0;
}
.contact-card .contact-info ul.contact-icons li a i {
  font-size: 28px;
  color: #a5a5a5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-card .contact-info ul.contact-icons li a i:hover {
  color: #FCEF02;
}
.contact-inputs .contact-details h5.contact-d-head {
  font-weight: 700;
  font-size: 25px;
  color: #212121;
  margin-bottom: 30px;
}
.contact-inputs .contact-details ul.office-clock {
  margin-top: 40px;
}
.contact-inputs .contact-details ul.office-clock li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.contact-inputs .contact-details ul.office-clock li .clock-icon {
  font-size: 36px;
  margin-right: 20px;
}
.contact-inputs .contact-details ul.office-clock li .clock-icon i {
  color: #990000;
}
.contact-inputs .contact-details ul.office-clock li .clock-info h5 {
  font-weight: 700;
  font-size: 22px;
  color: #990000;
  line-height: 38px;
}
.contact-inputs .contact-details ul.office-clock li .clock-info p {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 575px) {
  .contact-inputs .contact-details ul.office-clock li .clock-info h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-inputs .contact-details ul.office-clock li .clock-info p {
    font-size: 15px;
    line-height: 22px;
  }
}
.contact-inputs .contact-form h5.contact-d-head {
  font-weight: 700;
  font-size: 25px;
  color: #212121;
  margin-bottom: 30px;
}
.contact-inputs .contact-form input,
.contact-inputs .contact-form textarea {
  margin-bottom: 40px;
  border: 2px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #212121;
}
.contact-inputs .contact-form input:focus,
.contact-inputs .contact-form textarea:focus {
  border-color: #FCEF02;
}
.contact-inputs .contact-form input::-webkit-input-placeholder,
.contact-inputs .contact-form textarea::-webkit-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.contact-inputs .contact-form input:-ms-input-placeholder,
.contact-inputs .contact-form textarea:-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.contact-inputs .contact-form input::-ms-input-placeholder,
.contact-inputs .contact-form textarea::-ms-input-placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.contact-inputs .contact-form input::placeholder,
.contact-inputs .contact-form textarea::placeholder {
  color: #a5a5a5;
  text-transform: capitalize;
}
.contact-inputs .contact-form input[type="submit"] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #fff;
  background: #FCEF02;
  padding: 11px 22px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.contact-inputs .contact-form input[type="submit"]:hover {
  background: #990000;
}
.form-group .input-field {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  cursor: pointer;
  color: #353535;
  outline: none;
  border: none;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.form-group .input-field:focus {
  outline: none;
}
.ui-datepicker {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
  padding: 0.5rem;
}
.ui-datepicker-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #353535;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #212121;
  font-size: 0.875rem;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.ui-datepicker-calendar tbody td a:hover {
  background: #FCEF02;
  color: #fff;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background: #FCEF02;
  color: #fff;
}
.ui-datepicker-calendar tbody td a.ui-state-highlight {
  color: #FCEF02;
  border: 1px solid #FCEF02;
}
.ui-datepicker-header a span {
  display: none;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-header a.ui-datepicker-prev::after {
  content: "\2039";
  font-size: 1.5rem;
  color: #212121;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: -20px;
}
.ui-datepicker-header a.ui-datepicker-next::after {
  content: "\203A";
  font-size: 1.5rem;
  color: #212121;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
  color: #212121;
}
.ui-datepicker-week-col {
  color: #212121;
  font-weight: 400;
  font-size: 0.75rem;
}
/* section review */
.section-review {
  width: 100%;
  position: relative;
  background: #990000;
}
.section-review .owl-dots button.owl-dot {
  background: #ffffff;
}
.section-review .owl-dots button.active.owl-dot {
  background: #FCEF02;
}
.section-review .section-head h2 {
  color: #ffffff;
}
.section-review .section-head h5 {
  color: #dddddd;
}
.section-review .review-card {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.section-review .review-card h3 {
  color: #ffffff;
}
.section-review .review-card h5 {
  color: #eeeeee;
}
.section-review .review-card p {
  color: #ffffff;
}
.section-review .review-card .reviewer-img img {
  border-color: #FCEF02;
}
/* section review */
/* hotel item */
.hotel__item {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 2px solid #FCEF02;
}
.hotel__item:hover {
  border-color: #990000;
}
/* hotel item */
/* others */
.section-default {
  width: 100%;
  position: relative;
}
.fw-900 {
  font-weight: 900 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
/* others */
/* link acc */
.link-acc {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.link-acc__text {
  color: inherit;
}
.link-acc:hover {
  color: #FCEF02;
}
.navbar-brand__p {
  position: relative;
}
/* link acc */
/* touri one */
.touri-one {
  width: 100%;
  position: relative;
  display: block;
  padding: 0;
  background-color: #ffffff;
}

.touri-one__container-box {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.touri-one__content {
  position: relative;
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.touri-one__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.touri-one__img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(90, 20, 20, 0.7);
  border-radius: 0;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  transform: translateY(-105%);
  z-index: 1;
}

.touri-one__img-box:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.touri-one__img-box img {
  width: 100%;
  border-radius: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.touri-one__img-box:hover img {
  transform: scale(1.05);
}

.touri-one__iocn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 2;
}

.touri-one__img-box:hover .touri-one__iocn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 500ms ease 500ms;
  -webkit-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
}
.touri-one__action {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 5px 15px;
}
.touri-one__title {
  color: #ffffff;
  line-height: 1em;
}
.touri-one__price {
  color: #eeeeee;
  font-weight: 900;
  font-size: 20px;
}
/* touri one */
/* item price */
.item__price {
  width: 100%;
  position: relative;
  text-align: center;
  background: #990000;
  padding: 20px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 5px;
}
.item__price-text {
  font-size: 20px;
  font-weight: 500;
  color: #eeeeee;
}
.item__price-value {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
}
.card-shadow {
  -webkit-box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 5px;
}
/* item price */
/* carousel thumbs */
.carousel-outer {
  position: relative;
}
.carousel-thumbs {
  width: 100%;
  position: relative;
}
.carousel-thumbs .carousel-indicators {
  overflow: auto;
  position: relative;
  width: 100%;
  display: block;
  list-style: none;
  display: inline-block;
  border-top: 5px solid #fff;
}
.carousel-thumbs .carousel-indicators li {
  background-color: transparent;
  display: inline-block !important;
  height: auto;
  width: auto;
}
.carousel-thumbs .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}
.carousel-thumbs .carousel-indicators li.active img {
  opacity: 1;
}
.carousel-thumbs .carousel-indicators li:hover img {
  opacity: 0.75;
}
.carousel-thumbs .thumbs {
  width: 100% !important;
  margin: 0 auto !important;
  background: #eeeeee;
  padding: 10px 0px 6px 10px;
}
.carousel-thumbs .thumbs img {
  width: 80px;
  height: 54px;
  border: 1px solid #fff;
}
/* carousel thumbs */
/* language selection */
.language-selection {
  position: relative;
}
.language-selection .language-btn {
  display: block;
  border: 2px solid #FCEF02;
  text-align: center;
  color: #ffffff;
  background: #FCEF02;
  padding: 2px 4px;
  font-weight: 700;
  width: 80px;
  border-radius: 5px;
}
.language-selection .language-btn i {
  position: relative;
  margin-left: 5px;
  font-size: 10px;
}
.language-selection .language-list {
  position: absolute;
  background-color: #ffffff;
  width: 80px;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}
.language-selection .language-list li {
  display: block;
}
.language-selection .language-list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  color: #212121;
  text-align: center;
  font-size: 16px;
}
.language-selection .language-list li a:hover {
  background-color: #FCEF02;
  color: #ffffff;
}
.language-selection:hover .language-list {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
/* language selection */
/* START LOGIN REGISTER STYLE */
.login_wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.login_register_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.login_footer a {
  color: #687188;
}
.different_login {
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.different_login span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.different_login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  display: block;
}
.btn-login li a i {
  margin-right: 10px;
  font-size: 18px;
  margin-left: 0;
}
.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover {
  color: #fff;
  background: #344e86;
  border-color: #344e86;
}
.btn-google {
  background: #d85040;
  border-color: #d85040;
}
.btn-google:hover {
  color: #fff;
  background: #d33d2b;
  border-color: #d33d2b;
}
/* END LOGIN REGISTER STYLE */
/* all css*/
.padding_eight_all {
  padding: 8%;
}
@media only screen and (max-width: 991px) {
  .padding_eight_all {
    padding: 6%;
  }
}
.btn {
  border-width: 1px;
  cursor: pointer;
  line-height: normal;
  padding: 12px 35px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.btn.active:focus,
.btn:active:focus {
  box-shadow: none !important;
}
.btn-fill-out {
  background-color: transparent;
  border: 1px solid #990000;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 700;
}
.btn-fill-out::before,
.btn-fill-out::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #990000;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  width: 51%;
}
.btn-fill-out::after {
  right: 0;
  left: auto;
}
.btn-fill-out:hover:before,
.btn-fill-out:hover:after {
  width: 0;
}
.btn-fill-out:hover {
  color: #990000 !important;
}
.control-label {
  color: #333333;
}
.control-label .required {
  color: #ff0000;
}
.form-control {
  color: #333333 !important;
  font-weight: 700;
  box-shadow: none;
  height: 50px;
  padding: 8px 15px;
  border-width: 2px !important;
  border-color: #ced4da !important;
}
.form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
  color: #000;
  box-shadow: none;
  height: 50px;
  border-color: #990000 !important;
}
textarea.form-control,
textarea.form-control:focus {
  height: auto;
  padding: 12px 15px;
}
.form-control-sm,
.form-control-sm:focus,
.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus {
  height: 45px;
}
.table-middle-t .table td,
.table th {
  vertical-align: middle;
}
.form-note {
  color: #687188;
}
.form-note a {
  color: #111111;
}
.form-note a:hover {
  color: #990000;
}
/* all css */
/* HAS ERROR */
.has-error .help-block {
  color: #e70133;
}
.error {
  color: #e70133;
}
.form-control.error {
  border-color: #e70133;
}
/* HAS ERROR */
/* account nav */
.account-border-top {
  border-top: 2px solid #990000;
}
.account-nav {
  width: 100%;
  position: relative;
  background: #f4f4f4;
}
.account-nav .navbar {
  width: 100%;
  position: relative;
  padding: 0;
}
.account-nav .navbar .nav-item {
  position: relative;
}
.account-nav .navbar .nav-link {
  width: 100%;
  display: block;
  position: relative;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 4px solid transparent;
  padding: 15px 20px;
}
.account-nav .navbar .nav-link:hover {
  color: #990000;
}
.account-nav .navbar .active .nav-link {
  background: #ffffff;
  color: #990000;
  border-color: #990000;
}
.account-nav .navbar-brand {
  padding: 10px 15px;
  color: #000000;
}
.account-nav .navbar-toggler {
  margin-right: 15px;
  outline: none !important;
}
/* account nav */
/* my account */
.my-account {
  width: 100%;
  position: relative;
}
.account-dashboard {
  width: 100%;
  position: relative;
}
.account-dashboard-header {
  width: 100%;
  position: relative;
}
.account-dashboard-header .dash-header-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: #000000;
}
.account-dashboard-header .dash-header-title span {
  color: #990000;
}
.my-account .welcome-message p {
  color: #222222;
}
.my-account .welcome-message .hello {
  font-size: 20px;
  color: #990000;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.my-account .welcome-message .hello span {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.cards-menu {
  width: 100%;
  position: relative;
}
.cards-menu .card {
  border-color: #000000;
}
.cards-menu .card .card-header {
  color: #000000;
  font-weight: 600;
  background: #ffffff;
}
.cards-menu .card-header .btn-edit-icon {
  color: #444444;
}
.cards-menu .card-header .btn-edit-icon:hover {
  color: #990000;
}
.table-detail-order table {
  background: #ffffff;
}
.table-detail-order table th,
.table-detail-order table td {
  vertical-align: middle;
}
.card-header-order {
  background: #ffffff;
  border-color: #990000;
}
.order-detail-subtitle {
  font-weight: 600;
  color: #000000;
}
.box-status-order .bso-title {
  font-weight: 600;
  color: #000000;
}
.box-status-order .bso-subtitle {
  font-weight: 700;
  color: #990000;
  font-size: 18px;
}
.link-cpp {
  color: #990000;
}
.link-cpp:hover {
  color: #FCEF02;
}
/* my account */
/* modal add */
.modal-added-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  outline: none !important;
  padding: 0;
}
.modal-product-added .fa-check {
  background: #54b268;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
}
.modal-product-added-message {
  font-weight: 700;
  font-size: 15px;
  color: #990000;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.btn.btn-added,
button.btn-added {
  background: #990000;
  color: #ffffff;
}
.btn.btn-added:hover {
  background: #FCEF02;
}
.btn.btn-added-dark,
button.btn-added-dark {
  background: #990000;
  color: #ffffff;
  border: 2px solid #990000;
  font-weight: 500;
}
.btn.btn-added-dark:hover {
  color: #FCEF02;
  border-color: #FCEF02;
}
.modal-product-added-actions {
  text-align: center;
}
.modal-product-added-actions a {
  display: block;
  padding: 12px;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.btn-added-light {
  text-decoration: underline !important;
  font-weight: 500;
  background: transparent !important;
  outline: none !important;
  color: #212121 !important;
}
.btn-added-light:hover {
  color: #990000 !important;
}
/* modal add */
/* swal button */
.swal-button--confirm {
  background-color: #990000 !important;
}
.swal-button--confirm:hover {
  background-color: #FCEF02 !important;
}
/* swal button */
/* g */
.pagination-block {
  display: block !important;
  text-align: center;
}
.pagination-block a {
  display: inline-block !important;
  margin: 6px 6px !important;
}
.pagination-block a.active {
  pointer-events: none;
}
.pagination-block a.disabled {
  color: #c6c6c6;
  pointer-events: none;
  background-color: #fff;
  border-color: #f4f4f4;
}
/* g */
/* START DIVIDER STYLE */
.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.divider.center_icon,
.divider.left_icon,
.divider.right_icon,
.divider.text_divider {
  height: auto;
}
.divider.left_icon i {
  padding-left: 0;
  padding-right: 20px;
}
.divider.center_icon {
  text-align: center;
}
.divider.right_icon i {
  padding-right: 0;
  padding-left: 20px;
}
.divider.right_icon {
  text-align: right;
}
.divider.text_divider {
  text-align: center;
}
.divider.text_divider span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 30px;
  padding: 0 30px;
}
.divider.divider_style1 .divider_icon {
  padding-right: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.divider.divider_style1.center_icon .divider_icon {
  padding-left: 10px;
}
.divider.divider_style1.right_icon .divider_icon {
  padding-right: 0px;
  padding-left: 10px;
}
.divider.divider_style1 i {
  background-color: #00468c;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.divider:before,
.divider:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #dddddd;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider::before {
  margin-top: -1px;
}
.divider::after {
  margin-top: 1px;
}
.divider i {
  background-color: #fff;
  color: #d9d9d9;
  position: relative;
  z-index: 1;
  font-size: 30px;
  padding: 0 40px;
}
.medium_divider {
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .medium_divider {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .medium_divider {
    height: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .medium_divider {
    height: 15px;
  }
}
/* END DIVIDER STYLE */
/* START SHOP DESIGN */
.shorting_icon {
  font-size: 18px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  float: left;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.shorting_icon .ti-layout-list-thumb {
  font-size: 24px;
  line-height: 45px;
}
.shorting_icon.active {
  background-color: #00468c;
  color: #fff;
  border-color: #00468c;
}
.result_count {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.product_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.product_header_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.products_view {
  display: inline-block;
  vertical-align: middle;
}
.product,
.product_wrap {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.product_box {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.product_box .product_info {
  position: relative;
}
.product_box .add-to-cart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #fff;
  padding: 10px 15px 15px 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.product_box:hover .add-to-cart {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.product_box .pr_action_btn li a {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.product_wrap .pr_action_btn li a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product_wrap .pr_action_btn li a i {
  line-height: 35px;
  font-size: 16px;
}
.carousel_slider .product,
.carousel_slider .product_wrap {
  margin: 5px;
}
.product_img img {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_img .product_hover_img {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product:hover .product_img .product_hover_img,
.product_box:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
  opacity: 1;
  z-index: 0;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pr_desc {
  display: none;
}
.pr_flash {
  background-color: #ff9f00;
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 8px;
  font-size: 13px;
  z-index: 1;
}
.product_info {
  padding: 15px;
}
.price {
  color: #00468c;
  font-weight: 600;
}
.product_price del {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 3px;
}
.product-price del {
  margin-left: 5px;
  color: #919191;
}
.on_sale {
  display: inline-block;
  color: #388e3c;
  font-size: 14px;
}
.product_price {
  margin-bottom: 5px;
}
.product .rating_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.product.text-center .rating_wrap {
  -ms-flex-pack: center;
  justify-content: center;
}
.rating_num {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
.rating_wrap .rating {
  overflow: hidden;
  position: relative;
  height: 20px;
  font-size: 12px;
  width: 70px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
}
.rating::before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  color: #f6bc3e;
}
.product_rate {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #f6bc3e;
}
.product_rate::before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.product_action_box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  right: 0;
  text-align: center;
  padding-top: 0;
  transition: all 0.5s ease-in-out;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr_action_btn {
  display: table;
  margin: 0 auto;
}
.product_img {
  position: relative;
  overflow: hidden;
}
.product_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.product:hover .product_img:before,
.product_box:hover .product_img:before {
  opacity: 1;
}
.pr_action_btn li {
  position: relative;
  margin: 0px 5px;
  display: inline-block;
}
.product_wrap .pr_action_btn li {
  display: block;
  margin: 10px 0;
}
.product_wrap .pr_action_btn {
  margin: 0 0 0 10px;
}
.product_action_box li {
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
}
.product_action_box li:nth-child(1) {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product_action_box li:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product_action_box li:nth-child(3) {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product_action_box li:nth-child(4) {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product:hover .product_action_box li,
.product_box:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.pr_action_btn li a {
  background-color: #fff;
  font-size: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  width: 37px;
  height: 37px;
  padding: 0;
  display: block;
  text-align: center;
}
.pr_action_btn li a i {
  vertical-align: middle;
  line-height: 37px;
  font-size: 18px;
}
.pr_action_btn li a:hover {
  background-color: #00468c;
  color: #fff;
}
.product .product_title,
.product_box .product_title,
.product_wrap .product_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.product_color_switch span {
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}
.product .product_color_switch span {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.product_color_switch span.active::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -3px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product .pr_switch_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 7px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.product:hover .pr_switch_wrap {
  opacity: 1;
  visibility: visible;
}
.product:hover .product_color_switch span {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.product_color_switch span:first-child {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product_color_switch span:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product_color_switch span:nth-child(3) {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product_color_switch span:nth-child(4) {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product_color_switch span:nth-child(5) {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product_color_switch span:nth-child(6) {
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product_color_switch span:nth-child(7) {
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.product_list .product,
.product_list .product_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin-bottom: 30px;
}
.product_list .product_img {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 100%;
}
.product_list .product_info {
  padding: 0px 0 0 15px;
  text-align: left;
  max-width: 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.product_list .product_img::before {
  content: normal;
}
.mfp-ajax-holder .mfp-content .ajax_quick_view {
  max-width: 980px;
  background-color: #fff;
  margin: 6px auto;
  padding: 30px;
  position: relative;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: normal;
}
.product-image {
  position: relative;
}
.pr_detail .pr_desc {
  display: inline-block;
}
.pr_detail .pr_desc p {
  margin-bottom: 15px;
}
.pr_detail .rating_wrap {
  float: right;
  margin-top: 7px;
}
.pr_detail .product_price {
  float: left;
}
.pr_detail .price {
  vertical-align: middle;
  font-size: 26px;
}
.cart-product-quantity {
  margin: 7px 10px 7px 0;
  display: table;
}
.quantity {
  display: table;
}
.quantity .minus,
.quantity .plus {
  background-color: #eee;
  display: block;
  float: left;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  margin: 4px;
}
.quantity .minus {
  padding-left: 4px;
}
.quantity .qty {
  float: left;
  width: 55px;
  height: 36px;
  border: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3px;
}
.cart_extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.zoomContainer {
  z-index: 99;
}
.zoom_image .zoomContainer {
  z-index: 1043;
}
.zoom_gallery_image .zoomContainer {
  z-index: 0;
}
.switch_lable {
  float: left;
  margin-right: 10px;
}
.pr_detail .pr_switch_wrap {
  margin-bottom: 10px;
}
.product_size_switch span {
  cursor: pointer;
  text-transform: uppercase;
  width: 32px;
  display: inline-block;
  border: 2px solid #ddd;
  text-align: center;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 3px;
}
.product_size_switch span.active {
  border-color: #00468c;
  background-color: #00468c;
  color: #fff;
}
.list_brand li {
  list-style: none;
  margin-bottom: 10px;
}
.list_brand li:last-child {
  margin-bottom: 0;
}
.list_brand .custome-checkbox .form-check-label {
  color: #292b2c;
}
.cart_btn .add_wishlist,
.cart_btn .add_compare {
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.product_gallery_item a {
  border: 1px solid #ddd;
  display: block;
  padding: 5px;
}
.product-meta li {
  list-style: none;
  margin-top: 10px;
}
.slick-vertical .slick-slide {
  border: 0;
}
.slick-list {
  padding: 0 !important;
}
.product_gallery_item.slick-slider .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.product-image .slick-list {
  margin-right: -5px;
  margin-left: -5px;
}
.product_gallery_item a.active {
  border-color: #00468c;
}
.vertical_gallery #pr_item_gallery {
  width: 15%;
  float: left;
  margin-right: 10px;
}
.vertical_gallery .slick-list {
  margin-right: 0;
  margin-left: 0;
}
.vertical_gallery .product_gallery_item.slick-slider .slick-slide {
  margin-bottom: 12px;
  margin-right: 0;
  margin-left: 0;
}
.vertical_gallery .slick-prev,
.vertical_gallery .slick-next {
  height: 40px;
  width: 100%;
}
.vertical_gallery .slick-prev {
  border-radius: 0 0 5px 5px;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vertical_gallery .slick-next {
  border-radius: 5px 5px 0 0;
  right: 0;
  left: 0;
  bottom: -40px;
  top: auto;
  margin: 0 auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vertical_gallery .slick-prev:before {
  content: "\f062";
}
.vertical_gallery .slick-next:before {
  content: "\f063";
}
.vertical_gallery .slick_slider:hover .slick-prev {
  top: 0;
}
.vertical_gallery .slick_slider:hover .slick-next {
  bottom: 0px;
  right: 0;
}
.product_img_box {
  padding: 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.product_img_zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  font-size: 18px;
  background-color: #fafafa;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}
.product_share {
  margin-top: 15px;
}
.product_share > span {
  margin-right: 10px;
}
.product_share > span,
.product_share .social_icons {
  vertical-align: middle;
  display: inline-block;
}
.product_share .social_icons li {
  padding-bottom: 0;
}
.product_sort_info {
  margin-bottom: 15px;
}
.product_sort_info li {
  font-size: 14px;
  color: #292b2c;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 22px;
  position: relative;
}
.product_sort_info li i {
  color: #00468c;
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 3px;
}
.filter_price .ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  background-color: #ddd;
  height: 4px;
  margin-bottom: 20px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.filter_price .ui-slider .ui-slider-range {
  background-color: #00468c;
  border-radius: 0;
}
.filter_price .ui-slider .ui-slider-handle {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  border: 0;
  height: 18px;
  top: -8px;
  width: 18px;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price_range {
  color: #292b2c;
}
#flt_price {
  margin-left: 5px;
  font-weight: 600;
}
.shop_container {
  position: relative;
}
.loading_pr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
}
.shop_container .loading_pr {
  top: -7px;
}
.shop_container .mfp-preloader {
  top: 100px;
}
.shop_container:not(.list) .list_product_action_box,
.shop_container.list .product_action_box {
  display: none;
}
.shop_container.list .product_img::before {
  content: normal;
}
.shop_container.list [class*="col-"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.shop_container.list .grid_item {
  position: static !important;
  transform: none !important;
}
.shop_container.list .product {
  display: inline-block;
  width: 100%;
}
.shop_container.list .product_img {
  float: left;
  width: 100%;
  max-width: 280px;
}
.shop_container.list .product .product_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.shop_container.list .product_info {
  overflow: hidden;
  text-align: left;
  padding: 15px 30px;
}
.shop_container.list .product_price {
  float: left;
}
.shop_container.list .product .rating_wrap {
  display: block;
  float: right;
}
.shop_container.list .pr_desc {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 58px;
  max-height: 84px;
}
.shop_container.list .pr_desc p {
  margin-bottom: 0px;
}
.shop_container.list .product_action_box,
.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product .pr_switch_wrap {
  position: static;
}
.shop_container.list .product .pr_switch_wrap {
  padding: 0;
  opacity: 1;
  visibility: visible;
  margin-bottom: 10px;
}
.shop_container.list .product .product_color_switch span {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.shop_container.list .product_action_box li {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  filter: alpha(opacity=1);
}
.shop_container.list .pr_action_btn {
  display: block;
  margin: 0;
}
.shop_container.list .pr_action_btn li {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.shop_container.list .pr_action_btn li a {
  box-shadow: none;
}
.shop_container.list .pr_action_btn li a:hover {
  background-color: transparent;
  color: #00468c;
}
.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 12px 30px;
  background-color: #00468c;
  border: 1px solid #00468c;
  color: #fff;
  border-radius: 4px;
}
.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: transparent;
  color: #00468c;
}
.shop_container.list .pr_action_btn li.add-to-cart a i {
  line-height: normal;
  margin-right: 5px;
}
#Additional-info table td:first-child {
  width: 25%;
}
.product_tab_title span {
  font-weight: 600;
}
.tab-content.shop_info_tab {
  margin-top: 40px;
}
.comment_list {
  margin-bottom: 20px;
}
.comments li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.comment_img {
  float: left;
}
.comment_img img {
  border-radius: 100%;
  max-width: 100px;
}
.comment_block {
  padding-left: 120px;
}
.customer_meta {
  margin-bottom: 5px;
}
.comment_block .rating_wrap {
  float: right;
}
.description p:last-child {
  margin: 0;
}
.review_author {
  display: block;
  color: #292b2c;
  font-weight: 500;
}
.comment-date {
  font-style: italic;
}
.star_rating > span {
  color: #f6bc3e;
}
.star_rating span {
  cursor: pointer;
  display: inline-block;
}
.star_rating span i {
  font-size: 20px;
}
.star_rating > span.selected i::before {
  font-weight: 900;
}
.releted_product_slider .item {
  margin: 10px 0px 0px;
}
.releted_product_slider .product {
  margin-bottom: 15px;
}
.mfp-ajax-holder .compare_box {
  width: 90%;
  margin: 6px auto;
  background-color: #fff;
  position: relative;
  padding: 30px;
}
.compare_box .table {
  margin: 0;
  display: block;
}
.compare_box table tr td {
  vertical-align: middle;
  width: 27%;
}
.compare_box table tr td.product_name {
  text-transform: capitalize;
}
.compare_box table tr td.row_title {
  width: 270px;
  text-transform: uppercase;
  font-weight: 600;
}
.row_remove a,
.row_remove a:hover {
  color: #ff0000;
}
.in-stock {
  color: #388e3c;
}
.out-stock {
  color: #dc3545;
}
.product_name a {
  font-weight: 600;
}
.row_color .product_color_switch span {
  pointer-events: none;
}
.product-thumbnail img {
  max-width: 100px;
}
.shop_cart_table th,
.shop_cart_table td,
.wishlist_table th,
.wishlist_table td {
  vertical-align: middle;
  text-align: center;
}
.shop_cart_table th.product-name,
.shop_cart_table td.product-name,
.wishlist_table th.product-name,
.wishlist_table td.product-name {
  text-align: left;
  text-transform: capitalize;
}
.shop_cart_table td.product-name a {
  color: #212121;
  font-weight: 400;
}
.shop_cart_table td.product-name a:hover {
  color: #990000;
}
.shop_cart_table .quantity {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-remove a i {
  height: 30px;
  width: 30px;
  color: #292b2c;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #eee;
}
.product-remove a i:hover {
  background-color: #f00;
  color: #fff;
}
.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
  font-weight: 600;
}
.shop_cart_table .table {
  margin: 0;
}
.toggle_info {
  padding: 20px;
  background-color: #f7f7f7;
}
.toggle_info span {
  padding-left: 25px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.toggle_info i {
  margin-right: 10px;
  color: #00468c;
  position: absolute;
  left: 0;
  top: 5px;
}
.login_form .panel-body,
.coupon_form .panel-body {
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 30px;
}
label.label_info {
  color: #292b2c !important;
  font-weight: 600;
}
.ship_detail {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.product-qty {
  font-weight: 600;
}
.product-subtotal {
  font-weight: 600;
}
.order_review {
  background-color: #f7f8fb;
  padding: 30px;
}
.order_table thead th {
  border-bottom-width: 1px;
  font-weight: 600;
}
.order_table tfoot th {
  font-weight: 600;
}
.order_table tbody td {
  border: 0;
}
.payment_method {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.payment_option .custome-radio {
  margin-bottom: 10px;
}
.payment-text {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.payment_option .custome-radio:first-child .payment-text {
  display: block;
}
.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}
.wishlist_table .table td {
  border-bottom: 1px solid #dee2e6;
}
.wishlist_table .badge {
  line-height: normal;
  vertical-align: middle;
  padding: 2px 10px;
}
#load-more {
  transition: none;
}
.grid_item_hide .product,
.grid_item_hide .blog_post {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.grid_item_hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transform: scale(0);
}
.loading {
  background: url("../images/loading.gif") center center no-repeat;
  font-size: 0 !important;
  background-color: #000 !important;
  border: 0;
  height: 51px;
  width: 50px;
  padding: 0;
}
.loading::after,
.loading::before {
  content: normal;
}
.load_more_wrap {
  margin-top: 20px;
}
.load_more_wrap span {
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 14px;
}
.order_complete i {
  color: #00468c;
  font-size: 80px;
  margin-bottom: 20px;
}
.empty_icon {
  background-color: #dfffed;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 100%;
  margin-bottom: 25px;
}
.card-body .comments {
  margin-top: 5px;
}
/* END SHOP DESIGN */
/* rs floating */
.rs-floting {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.rs-floting .rs-float-item {
  position: relative;
}
.rs-floting .rs-float-item img {
  max-width: 48px;
}
.rs-floting .rs-float-item svg {
  max-width: 48px;
}
@media only screen and (max-width: 479px) {
  .rs-floting {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
  }
  .rs-floting .rs-float-item {
    position: relative;
  }
  .rs-floting .rs-float-item img {
    max-width: 38px;
  }
  .rs-floting .rs-float-item svg {
    max-width: 38px;
  }
}
/* rs floating */
/* header */
.header {
  width: 100%;
  position: relative;
  background-color: #1f1f1f;
  border-bottom: 0px solid #FCEF02;
}
.bg-header {
  width: 100%;
  position: relative;
  background-color: #1f1f1f;
  background-image: url(../img/content/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.title-h1 {
  color: #ffffff;
  font-family: 'Passion One', cursive;
  line-height: 1em;
}
.title-h2 {
  color: #FCEF02;
  background: #990000;
  padding: 5px 10px;
  display: inline-block;
  letter-spacing: 2px;
}
.title-hh1 {
  color: #990000;
  background: #FCEF02;
  display: inline-block;
  letter-spacing: 1px;
}
.title-hh1 a {
  display: inline-block;
  color: #ffffff;
  padding: 5px 20px;
}
.title-hh1 a:hover {
  background: #990000;
}
.social-middle-area .topbar-social {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-middle-area .topbar-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-middle-area .topbar-social ul li a {
  color: #ffffff;
  margin: 0 12px;
  font-size: 26px;
}
.social-middle-area .topbar-social ul li a:hover {
  color: #FCEF02;
}
.color-linkcart {
  color: #FCEF02;
}
.color-linkcart:hover {
  color: #ffffff;
}
/* header */
/* navbar area t */
.navbar-area-t {
  width: 100%;
  background: #990000;
  position: relative;
}
.navbar-area-t .main-nav ul {
  text-align: left;
}
.navbar-area-t .main-nav ul li {
  padding: 0 0px !important;
}
.navbar-area-t .main-nav ul li > a {
  font-size: 15px !important;
  padding: 15px 10px !important;
}
/* navbar area t */
/* g */
.color-main {
  color: #990000;
}
.color-main-2 {
  color: #FCEF02;
}
/* g */
/* iteminfo */
.box-iteminfo {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 10px;
}
.box-iteminfo .iteminfo-link,
.box-iteminfo .iteminfo-text {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
}
.box-iteminfo .iteminfo-link {
  display: block;
  text-decoration: none;
}
.box-iteminfo .iteminfo-link:hover {
  color: #990000;
}
.border-left-iin {
  border-right: 2px solid #e7e7e7;
}
@media only screen and (max-width: 767px) {
  .border-left-iin {
    border-right: 0px solid #e7e7e7;
  }
}
/* iteminfo */
/* packa */
.title-h {
  font-family: 'Passion One', cursive;
}
.packa-title {
  color: #990000;
  font-family: 'Passion One', cursive;
  letter-spacing: 3px;
}
.packa-subtitle {
  color: #FCEF02;
  background: #990000;
  padding: 5px 15px;
  letter-spacing: 1px;
  display: inline-block;
}
/* packa */
/* footer */
.dev-area {
  width: 100%;
  background: #FCEF02;
  position: relative;
  padding: 10px 0;
  border-top: 2px solid #ffffff;
}
.dev-area .dev-area-text {
  color: #990000;
  font-size: 15px;
  font-weight: 500;
}
.dev-area .dev-area-text a {
  color: #990000;
  font-weight: 700;
}
.dev-area .dev-area-text a:hover {
  color: #1f1f1f;
}
.footer-custom {
  position: relative;
  border-top: 5px solid #FCEF02;
}
.footer-custom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
}
/* footer */
/* newsletter */
.newsletter-custom .form-control {
  box-shadow: none;
  border: 2px solid #FCEF02 !important;
}
.newsletter-custom .form-control:focus {
  border: 2px solid #ffffff !important;
}
.newsletter-custom .btn-outline-secondary {
  background: #FCEF02;
  color: #990000;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #FCEF02;
}
.newsletter-custom .btn-outline-secondary:hover {
  background: #FCEF02;
  color: #ffffff;
}
/* newsletter */
/* about-home-bg */
.about-home-bg {
  width: 100%;
  position: relative;
  background-color: #1f1f1f;
  background-image: url(../img/content/bg-pattern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.border-ahbg-l {
  border-left: 3px solid #FCEF02;
}
@media only screen and (max-width: 767px) {
  .border-ahbg-l {
    border-left: 0px solid #FCEF02;
  }
}
/* about-home-bg */
/* pc19 */
.pc19-image {
  min-width: 200px;
  position: relative;
}
.pc19-title {
  letter-spacing: 1px;
  line-height: 1em;
}
.pc19-subtitle {
  color: #FCEF02;
  background: #990000;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 15px;
}
.bg-pc19 {
  width: 100%;
  position: relative;
  background-color: #eaeaea;
  background-image: url(../img/content/bg-pc19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* pc19 */
/* cahme-item */
.cahme-item {
  width: 100%;
  position: relative;
  border: 1px solid #ffffff;
}
a.cahme-item {
  display: block;
  text-decoration: none;
}
.cahme-item__img {
  position: relative;
  overflow: hidden;
}
.cahme-item__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.cahme-item__htitle {
  position: relative;
  padding: 10px 20px;
}
.cahme-item__title {
  position: relative;
  color: #990000;
  line-height: 1em;
}
.cahme-item-box {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(245, 161, 12, 0.9);
}
.cahme-item-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: -59.5px;
  width: 60px;
  height: 100%;
  background: rgba(245, 161, 12, 0.9);
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}
.cahme-item_lt .cahme-item__content {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 50%;
  height: 100%;
}
.cahme-item_lt .cahme-item-box {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(90, 20, 20, 0.9);
}
.cahme-item_lt .cahme-item-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -59.5px;
  width: 60px;
  height: 100%;
  background: rgba(90, 20, 20, 0.9);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}
.cahme-item_lt .cahme-item__title {
  color: #FCEF02;
}
.cahme-item .cahme-item__img img {
  width: 100%;
  border-radius: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}
.cahme-item:hover .cahme-item__img img {
  transform: scale(1.05);
}
.camhe-item-pp {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -15px;
  left: 0;
  text-align: center;
  z-index: 1;
}
.camhe-item-pp--title {
  display: inline-block;
  background: #990000;
  color: #FCEF02;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: 1px;
}
.cahme-item_lt .camhe-item-pp--title {
  background: #FCEF02;
  color: #990000;
}
@media only screen and (max-width: 991px) {
  .cahme-item__title {
    font-size: 20px;
  }
  .camhe-item-pp--title {
    font-size: 14px;
  }
  .camhe-item-pp {
    bottom: -20px;
  }
}
/* cahme-item */
/* wlc-box */
.wlc-box {
  width: 100%;
}
.wlc-box-pp {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -15px;
  right: 30px;
  text-align: right;
  z-index: 1;
}
.wlc-box--title {
  display: inline-block;
  background: #990000;
  color: #FCEF02;
  font-size: 16px;
  letter-spacing: 1px;
}
.wlc-box--title a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 10px 15px;
}
.wlc-box--title:hover a {
  color: #990000;
  background: #FCEF02;
}
/* wlc-box */
/* box-bpite */
.box-bpitem {
  width: 100%;
  position: relative;
  padding: 10px 10px;
  border: 2px solid #eeeeee;
}
.box-iiii p {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 10px;
}
.box-ititle-ls {
  letter-spacing: 1px;
}
/* box-bpite */
/* box-bookign-here */
.box-bookign-here {
  position: relative;
  background: #c00000;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  letter-spacing: 2px;
  margin-bottom: -15px;
}
/* box-bookign-here */
/* boxbts */
.boxbts {
  width: 100%;
  position: relative;
  background: #ffffff;
  border-top: 5px solid #FCEF02;
}
/* boxbts */
/* header v2 */
.header-absolute-xd {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.headerv2 {
  width: 100%;
  position: relative;
  background: #402000;
}
.header-absolute-xd .headerv2{
  background: rgba(64, 32, 0, 0.9);
}
.social-circle-ht {
  background: #FFFFFF;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  padding: 4px;
  border-radius: 50%;
}
.social-circle-ht.facebook {
  background: #FFFFFF;
  color: #4064AC;
}
.social-circle-ht.twitter {
  background: #FFFFFF;
  color: #1C9CEA;
}
.social-circle-ht.facebook:hover {
  background: #4064AC;
  color: #FFFFFF;
}
.social-circle-ht.twitter:hover {
  background: #1C9CEA;
  color: #FFFFFF;
}
.link-white-hp {
  color: #FFFFFF;
}
.link-white-hp:hover {
  color: #EEEEEE;
}
/* header v2 */
/* navbarmainv2 */
.navbarmainv2 {
  width: 100%;
  position: relative;
  background: #B49779;
  padding-bottom: 0;
}
.navbarmainv2 .nav-link {
  color: #402000 !important;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
}
.navbarmainv2 .nav-item {
  padding-left: 7px;
  padding-right: 7px;
}
.navbarmainv2 .nav-link.active, .navbarmainv2 .nav-link:hover {
  color: #990000 !important;
}
.navbarmainv2 .nav-link.active {
  border-color: #990000;
  font-size: 16px;
}
/* navbarmainv2 */
/* slide */
.box-slide-main .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  color: #fff;
  border: 2px solid #FFFFFF;
  width: 40px;
  height: 52px;
  outline: none;
  opacity: 0;
}
.box-slide-main .owl-nav button i{
  height: 30px;
  width: 30px;
  color: #fff;
  border: 0px solid #fff;
  border-radius: 0;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin: auto;
  margin-top: auto;
}
.slide-main:hover .owl-nav button[class*="owl-"]{
  opacity: 1;
}
.box-slide-main .owl-nav button[class*="owl-"]:hover {
  background: #990000;
  color: #FFFFFF;
  border-color: #990000;
}
.box-slide-main .owl-nav .owl-prev {
  left: 30px;
}
.box-slide-main .owl-nav .owl-next {
  right: 30px;
}
/* slide */
/* welcome v2 */
.text-justify {
  text-align: justify;
}
.text-welcome p {
  font-size: 17px;
  color: #3F1F00;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
}
/* welcome v2 */
/* package card v2 */
.package-cardv2 {
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: none;
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.package-cardv2:hover {
  border-color: #990000;
}
.package-cardv2 .package__title {
  font-size: 16px !important;
}
.package-cardv2 .package__title a{
  color: #402000 !important;
}
.package-cardv2 .package__title a:hover{
  color: #990000 !important;
}
.package-cardv2-btnplus {
  display: inline-block;
  background: #402000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}
.package-cardv2-btnplus:hover {
  background: #990000;
  color: #FFFFFF;
}
.package-cardv2 .package-details {
  border-top: 4px solid #990000;
}
.color-main-3 {
  color: #402000;
}
.title-hc {
  font-family: 'Lobster', cursive;
}
/* package card v2 */
/* package slider v2 */
.package-sliderv2 {
  width: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  overflow: hidden;
}
.package-sliderv2 .pakage-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.package-sliderv2_name {
  display: inline-block;
  background: #990000;
  padding: 5px 10px;
  border-radius: 5px;
}
.package-sliderv2:hover .package-sliderv2_name {
  background: #EB1817;
}
.package-sliderv2:hover .pakage-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.package-sliderv2::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 5%;
  width: 92%;
  height: 90%;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}
.package-sliderv2_name{
  color: #FFFFFF !important;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .package-sliderv2_name{
    font-size: 18px !important;
  }
}
.box-hhsal {
  width: 100%;
  position: relative;
  background: #BA9B86;
  border-width: 4px 0px 4px 0px;
  border-style: solid;
  border-color: #BA9B86;
}
.box-hhsal::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
}
.box-hhsal::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
}
.btn-hhsal {
  background: #990000;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-hhsal:hover {
  background: #FCEF02;
  color: #402000;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* package slider v2 */
/* footer v2 */
.footerv2 {
  width: 100%;
  position: relative;
  background: #BA9B86;
}
.footerv2-bar-top {
  width: 100%;
  position: relative;
  background: #FFFFFF;
}
.footerv2-bar-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 607px;
  height: 51px;
  background: url(../img/content/footerv2-shape-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.footerv2-bar-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 405px;
  height: 57px;
  background: url(../img/content/footerv2-shape-3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.footerv2-bar-bottom {
  width: 100%;
  height: 15px;
  position: relative;
  background: #402000;
}
.footerv2-bar-init {
  width: 100%;
  position: relative;
  padding-top: 60px;
  background: #FFFFFF;
}
.footerv2-shape-1 {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 281px;
  height: 251px;
  background: url(../img/content/footerv2-shape-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 767px) {
  .footerv2-bar-top::after {
    display: none;
  }
}
.footerv2-info-text {
  color: #3F1F00;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.footerv2-dev{
  color: #3F1F00;
  font-weight: 400;
  font-size: 14px;
}
.footerv2-dev a {
  color: #990000;
}
.footerv2-dev a:hover {
  color: #402000;
}
.footerv2-border-left {
  border-left: 2px solid #402000;
}
@media only screen and (max-width: 767px) {
  .footerv2-border-left {
    border-width: 0;
  }
}
/* footer v2 */
/* pv2 */
.contact-d-head-v2{
  font-size: 36px !important;
}
.color-main-4 {
  color: #990000;
}
.color-main-31 {
  color: #402000 !important;
}
.bg-contact-i {
  background-image: url(../img/content/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.text-au-3 {
  color: #402000;
}
.color-main-3x {
  color: #402000 !important;
}
.package-tab .nav-link {
  color: #402000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.package-tab .nav-link i {
  color: #402000;
}
.package-tab .nav-link.active{
  color: #990000;
}
/* pv2 */
/* Responsive */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar .blog-popular li.blog-card-sm .blog-img-sm img {
    max-width: 85px;
    border-radius: 10px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm a.blog-title-sm {
    margin-bottom: 15px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a {
    font-size: 10px;
  }
  .organizer-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .organizer-card .organizer-info {
    margin-top: 20px;
  }
  .blog-card .blog-details a.blog-title {
    margin: 28px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
  }
  .topbar-area .topbar-contact ul li {
    margin-right: 30px;
  }
  .blog-details .blog-title-xl h3 {
    font-size: 25px;
    line-height: 36px;
  }
  .blog-gallary img {
    margin-top: 20px;
  }
  .contact-card .contact-info h5 {
    font-size: 20px;
  }
  .contact-card .contact-info p {
    font-size: 16px;
    line-height: 26px;
  }
  .achievement-card h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-card .contact-info ul.contact-icons li a i {
    font-size: 20px;
  }
  .package-details .package-tab .nav-pills button.nav-link {
    padding: 8px 25px;
    font-size: 17px;
  }
  .package-details .package-tab .nav-pills button.nav-link i {
    font-size: 20px;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 24px;
  }
  .package-card .package-details h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-banner-2 {
    background-size: cover;
  }
  .header-area .account-dropdown {
    top: 127px;
  }
  .sidebar-social {
    display: block;
  }
  .main-nav .sidebar-contact {
    display: block;
  }
  .navber-logo-sm {
    display: block;
  }
  .main-nav ul li .sub-menu > li {
    border-bottom: none;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a.sub-item {
    color: #fff;
    padding: 10px 0;
    display: inline-block;
  }
  header .header-area .main-nav {
    display: block;
  }
  .navbar-icons-2 {
    display: none !important;
  }
  .header-col23 .col-lg-2 {
    width: 100%;
  }
  .header-col23 .col-lg-3 {
    width: 100%;
  }
  .navbar-icons {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-icons .searchbar-open,
  .navbar-icons .user-dropdown-icon {
    margin-left: 30px;
  }
  .navbar-icons .searchbar-open i,
  .navbar-icons .user-dropdown-icon i {
    font-size: 20px;
    color: #FCEF02;
  }
  .navbar-icons .searchbar-open i::before,
  .navbar-icons .user-dropdown-icon i::before {
    vertical-align: middle;
  }
  .navbar-icons .mobile-menu {
    margin-left: 40px;
  }
  .hamburger {
    display: block !important;
    position: relative;
    width: 40px !important;
    height: 30px !important;
    margin: 1.8rem 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  .hamburger:focus {
    border: 3px solid transparent !important;
  }
  .top-search-bar {
    position: absolute;
    right: 10%;
    top: 3.5rem;
  }
  .top-search-bar a i::before {
    color: #707070;
    font-size: 2.4rem;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0 !important;
    height: 2px;
    content: "";
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-nav > ul > li > a {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 35px;
    font-weight: 500;
  }
  header .header-area .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-area .main-nav ul li a::before {
    bottom: 0 !important;
  }
  .main-nav ul > li a.active::before {
    opacity: 1 !important;
  }
  .main-nav ul > li a:hover {
    background: 0 0;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #990000;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background: #FCEF02;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger span.h-top {
    top: 0;
  }
  .hamburger span.h-bottom {
    bottom: 0;
    width: 27px;
  }
  .hamburger span.h-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
  }
  .hamburger.h-active span {
    width: 80%;
  }
  .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  .main-nav.slidenav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-nav > ul {
    float: none;
    margin-top: 50px !important;
  }
  .main-nav > ul > li.has-child-menu:after {
    content: none;
  }
  .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-area .main-nav ul li {
    display: block;
    position: relative;
    padding: 3px 20px;
  }
  .main-nav ul li .fl {
    display: block;
    line-height: 35px;
    margin-right: 15px;
  }
  .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #707070;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  li a.active {
    color: #990000;
    font-weight: 600;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-area-t .main-nav ul li {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  a.btn-common {
    font-size: 14px;
  }
  .find-form {
    margin-top: -30px;
  }
  .main-banner .slider-item .slider-content {
    margin-left: 0;
  }
  .main-banner .slider-item .slider-content h2 {
    font-size: 62px;
    line-height: 70px;
  }
  .main-banner .slider-item .slider-content h5 {
    font-size: 25px;
    line-height: 30px;
    margin: 22px 0 40px;
  }
  .topbar-area .topbar-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tob-contact-row {
    display: none;
  }
  .topbar-area .topbar-social ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .find-form .findfrom-wrapper {
    width: auto;
  }
  .find-form .findfrom-wrapper input,
  .find-form .findfrom-wrapper .select-selected {
    margin-bottom: 15px;
  }
  .find-form-2 .findfrom-wrapper {
    width: auto;
  }
  .find-form-2 .findfrom-wrapper input,
  .find-form-2 .findfrom-wrapper .select-selected {
    margin-bottom: 15px;
  }
  .feature-area .feature-card {
    margin: 0 auto;
  }
  .guide-card {
    max-height: 397px;
  }
  .about-wrapper .about-wrapper-left .about-img {
    /* float: left; */
    position: relative;
  }
  .about-wrapper .about-wrapper-right {
    margin-top: 40px;
  }
  .p-sidebar-form {
    margin-top: 40px;
  }
  .offer-area {
    padding-top: 120px;
  }
  .package-sidebar {
    margin-top: 80px;
  }
  .footer-area .footer-info {
    text-align: center;
  }
  .footer-area .footer-info .footer-social-icons {
    display: inline-block;
  }
  .footer-area .footer-info p {
    max-width: 600px;
    margin: 0 auto;
    padding: 35px 0 20px;
  }
  .footer-links {
    margin-top: 50px;
    margin-left: 20px;
  }
  .payment-links {
    text-align: center;
    margin-left: 0;
  }
  .payment-links .payment-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-details-wrapper .blog-sidebar {
    margin-top: 40px;
  }
  .grllary-colom-two {
    margin-top: 15px;
  }
  .blog-gallary img {
    margin-top: 20px;
  }
  .blog-card .blog-details a.blog-title {
    margin: 20px 0;
    font-size: 20px;
    line-height: 28px;
  }
  .package-details .package-tab .nav-pills button.nav-link {
    padding: 8px 25px;
    font-size: 16px;
  }
  .package-details .package-tab .nav-pills button.nav-link i {
    font-size: 18px;
  }
  .section-head h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .newsletter-area .newsletter-wrapper h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar .blog-popular li.blog-card-sm .blog-img-sm img {
    max-width: 68px;
    border-radius: 10px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm {
    margin-bottom: 15px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm {
    margin-left: 10px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm a.blog-title-sm {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a {
    font-size: 10px;
  }
  .main-banner-2 .main-banner-content-2 h2 {
    font-size: 70px;
    line-height: 82px;
  }
  .main-banner-2 .main-banner-content-2 h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .achievement-card h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .package-card .package-details h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 0;
  }
  .blog-card-xl .blog-details a.blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .feature-card-2 .feature-card-review p {
    font-size: 14px;
  }
  .feature-card-2 .feature-details h3 {
    font-size: 20px;
  }
  .feature-card-2 .feature-thumb .feature-price h5 {
    font-size: 18px;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 24px;
  }
  .contact-card .contact-info h5 {
    font-size: 24px;
  }
  .contact-card .contact-info p {
    font-size: 18px;
  }
  .breadcrumb-area .breadcrumb-wrap h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallary-grid-2,
  .gallary-grid {
    grid-gap: 15px;
  }
  .package-slider-wrap img {
    margin: 0 auto;
    display: block;
    width: auto;
  }
  .package-sidebar .sidebar-range {
    margin-top: 40px;
  }
  .blog-details .blog-reply {
    padding: 30px 25px;
  }
  .package-details .package-tab .p-tab-content .tab-content-1 .p-review-input {
    padding: 30px 25px;
  }
  .blog-details .blog-texts .blog-qoute {
    margin-left: 10px;
  }
  .main-banner-2 .main-banner-content-2 h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .main-banner-2 .main-banner-content-2 h2 {
    font-size: 65px;
    line-height: 70px;
  }
  .package-grid-two {
    margin-top: 15px;
  }
  .find-form-2 {
    margin-top: 60px;
  }
  .package-card .package-details .package-info h5 {
    font-size: 11px;
  }
  .package-card .package-details .package-info h5 span {
    font-size: 18px;
  }
  .package-card .package-details h3 {
    font-size: 18px;
    padding: 12px 0;
  }
  .package-card-xl .package-details-xl {
    padding: 20px 25px;
  }
  .package-card-xl .package-details-xl .package-info h5 {
    font-size: 11px;
  }
  .package-card-xl .package-details-xl h3 {
    font-size: 20px;
    padding: 12px 0;
  }
  .package-card-xl .package-details-xl p {
    line-height: 24px;
  }
  .package-details .package-tab .nav-pills button.nav-link {
    padding: 8px 20px;
    font-size: 14px;
  }
  .package-details .package-tab .nav-pills button.nav-link i {
    font-size: 18px;
  }
  .offer-card .offer-details .offer-info h5 {
    font-size: 12px;
  }
  .offer-card .offer-details .offer-info ul.offer-rating li {
    font-size: 14px;
  }
  .offer-card .offer-details h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0;
  }
  .offer-card .offer-details strong {
    font-size: 22px;
  }
  .main-banner .slider-item .slider-content h2 {
    font-size: 70px;
    line-height: 78px;
  }
  .main-banner .slider-item .slider-content {
    margin-left: 0;
  }
  .error-img img {
    width: 80%;
  }
  .blog-details .blog-bottom .blog-tags {
    margin-bottom: 20px;
  }
  .blog-details .blog-bottom .blog-tags ul li {
    margin-bottom: 10px;
  }
  .error-wrapper h2 {
    margin-top: 80px;
    font-size: 38px;
  }
  .error-wrapper .error-btn a {
    font-size: 18px;
    padding: 16px 40px;
  }
  .package-slider-wrap {
    margin: 0 auto;
    margin-top: 20px;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 22px;
  }
  .breadcrumb-area .breadcrumb-wrap h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .breadcrumb-area .breadcrumb-wrap h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .main-banner .slider-item .slider-content {
    margin-left: 0;
  }
  .main-banner .slider-item .slider-content h2 {
    font-size: 52px;
    line-height: 62px;
  }
  .main-banner .slider-item .slider-content h5 {
    font-size: 26px;
  }
  .package-card-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .package-card-xl .package-thumb-xl img {
    width: 100%;
  }
  .package-card-xl .package-details-xl {
    width: 100%;
  }
  .newsletter-area .newsletter-wrapper h2 {
    font-size: 28px;
    line-height: 37px;
  }
  .newsletter-area .newsletter-wrapper .newsletter-input button {
    width: 110px;
    font-size: 15px;
  }
  .package-details .p-short-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .package-details .p-short-info .single-info {
    margin-top: 20px;
  }
  .package-details
    .package-tab
    .p-tab-content
    .tab-content-1
    .p-details-table
    .table
    > :not(caption)
    > *
    > * {
    padding: 10px 10px 10px 20px;
  }
  .package-details
    .package-tab
    .p-tab-content
    .tab-content-1
    .p-rationg
    .rating-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .package-details
    .package-tab
    .p-tab-content
    .tab-content-1
    .p-rationg
    .rating-card
    .r-card-avarag {
    width: 100%;
    padding: 30px 0;
  }
  .package-details
    .package-tab
    .p-tab-content
    .tab-content-1
    .p-rationg
    .rating-card
    .r-card-info {
    width: 100%;
  }
  .custom-select.package-option {
    float: left;
    margin-top: 30px;
  }
  .blog-details .blog-title-xl h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .blog-details .blog-texts .blog-qoute strong {
    font-size: 18px;
    line-height: 30px;
  }
  .main-banner-2 .main-banner-content-2 h2 {
    font-size: 55px;
    line-height: 62px;
  }
  .newsletter-area .newsletter-wrapper {
    padding: 25px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a {
    font-size: 10px;
  }
  .find-form .findfrom-wrapper,
  .find-form-2 .findfrom-wrapper {
    padding: 30px;
  }
  .blog-card .blog-img .blog-date {
    padding: 10px;
    font-size: 14px;
  }
  .blog-card .blog-details .blog-info a.blog-writer,
  .blog-card .blog-details .blog-info a.blog-comment {
    font-size: 14px;
  }
  .blog-card .blog-details a.blog-title {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
  }
  .feature-card .feature-content {
    padding: 20px;
  }
  .feature-card .feature-content a.title {
    font-size: 18px;
    line-height: 28px;
  }
  .feature-card .feature-content strong {
    font-size: 22px;
  }
  .section-head h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .section-head h5 {
    font-size: 18px;
  }
  .package-details .package-header .package-title h3 {
    font-size: 22px;
  }
  .package-details .package-header .pd-review p {
    line-height: 16px;
  }
  .package-details
    .package-tab
    .p-tab-content
    .tab-content-2
    ul.p-timeline
    li
    .timeline-index {
    margin-right: 15px;
  }
  .package-details .package-tab .p-tab-content .tab-content-2 h5 {
    font-size: 18px;
  }
  .blog-details .blog-texts .blog-qoute i.qoute-icon {
    font-size: 38px;
    margin-right: 18px;
  }
  .blog-details h3.sub-title {
    font-size: 26px;
    line-height: 36px;
  }
  .blog-details .blog-bottom .blog-tags h5 {
    font-size: 20px;
  }
  .blog-details .blog-bottom .blog-tags ul li a {
    padding: 6px 14px;
    font-size: 12px;
  }
  .error-wrapper h1 {
    font-size: 60px;
    margin-bottom: 45px;
  }
  .error-wrapper h2 {
    margin-top: 60px;
    font-size: 30px;
  }
  .error-wrapper .error-btn a {
    font-size: 16px;
    padding: 14px 35px;
  }
}
@media only screen and (min-width: 575.98px) and (max-width: 767px) {
  .blog-card .blog-img .blog-date {
    padding: 10px;
    font-size: 14px;
  }
  .blog-card .blog-details .blog-info a.blog-writer,
  .blog-card .blog-details .blog-info a.blog-comment {
    font-size: 13px;
  }
  .blog-card .blog-details a.blog-title {
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0;
  }
  .guide-card .guide-info ul.guide-links li a {
    padding: 4px 5px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 348px) {
  .package-card .package-details .package-info h5 {
    font-size: 12px;
  }
  .navbar-icons .searchbar-open .searchbar-open,
  .navbar-icons .searchbar-open {
    margin-left: 0;
  }
  .navbar-icons .searchbar-open .user-dropdown-icon,
  .navbar-icons .user-dropdown-icon {
    margin-left: 20px;
  }
  .navbar-icons .searchbar-open .mobile-menu,
  .navbar-icons .mobile-menu {
    margin-left: 25px;
  }
  .main-banner-2 .main-banner-content-2 h2 {
    font-size: 54px;
    line-height: 60px;
  }
  .main-banner-2 .main-banner-content-2 h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-sidebar .blog-popular li.blog-card-sm .blog-img-sm img {
    max-width: 85px;
  }
}
/* Responsive */