.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow:
    -2px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
  box-shadow:
    -2px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0; /*
      /*rtl:end:ignore*/
} /*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0; /*
      /*rtl:end:ignore*/
} /*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow:
    -5px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
  box-shadow:
    -5px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow:
    -5px 0 0 #569ff7,
    5px 0 0 #569ff7;
  box-shadow:
    -5px 0 0 #569ff7,
    5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - HEADER AREA CSS
04 - HERO AREA CSS
05 - ABOUT AREA CSS
06 - OFFER AREA CSS
07 - CONTACT AREA CSS
08 - TESTIMONIAL AREA CSS
09 - DRIVER AREA CSS
10 - FOOTER AREA CSS
11 - BANNER PAGE CSS
12 - BLOG PAGE CSS
13 - CALL AREA CSS
14 - GALLERY PAGE CSS
15 - LOGIN/REGISTER PAGE CSS
16 - 404 PAGE CSS
17 - SERVICE PAGE CSS
18 - SERVICE DETAILS PAGE CSS
19 - CAR LISTING PAGE CSS
20 - CAR BOOKING CSS
21 - PRODUCTS PAGE CSS
22 - CART CSS
23 - CHECKOUT CSS
24 - RESPONSIVE CSS
*/

/*================================================
01 - IMPORTED CSS
==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..600&display=swap");

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #646464;
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

.section-70 {
  padding: 70px 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container.wide {
  max-width: 1400px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.animated-btn {
  position: relative;
  padding: 15px 25px 15px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #fb3838;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition:
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease;
}

.animated-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c60202;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
  z-index: 0;
}

.animated-btn:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.animated-btn span,
.animated-btn i {
  position: relative;
  z-index: 1;
}

.btn-arrow {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
}

.animated-btn:hover .btn-arrow {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.site-heading {
  text-align: center;
  margin: 0 auto 30px;
}

.site-heading > h2 {
  color: #fff;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

.site-heading > p {
  margin-bottom: 40px;
}

.site-heading > h2:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.site-heading > h2:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.section-140 {
  padding: 140px 0px;
}

/*================================================
03 - HEADER AREA CSS
==================================================*/

.header-area {
  padding: 20px 0;
  background: #fff;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  height: 66px;
  -webkit-transition:
    box-shadow 0.4s ease,
    padding 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    box-shadow 0.4s ease,
    padding 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    padding 0.4s ease;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    padding 0.4s ease,
    -webkit-transform 0.4s ease;
}

header.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
header.header-area {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.header-area.sticky {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: headerSlideDown 0.4s ease;
  animation: headerSlideDown 0.4s ease;
}

@-webkit-keyframes headerSlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerSlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.site-logo img {
  width: 200px;
}

.header-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mainmenu {
  margin-left: 50px;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list > li {
  position: relative;
}

.menu-list > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #253242;
  padding: 10px 8px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

.menu-list > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #253242;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.menu-list > li:hover > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.has-dropdown > a:before {
  content: "▾";
  font-size: 13px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.has-dropdown:hover > a:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.submenu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  min-width: 190px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.has-dropdown:hover .submenu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.submenu li a {
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  color: #7a7a6e;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  text-transform: capitalize;
}

.submenu li a:hover {
  color: #253242;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.btn-dropdown {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-dropdown img {
  width: 18px;
}

.btn-dropdown:after {
  display: none;
}

.lang-dropdown .dropdown-menu {
  background: #253242;
  border: none;
  border-radius: 6px;
  min-width: 160px;
  padding: 5px 0;
}

.lang-dropdown .dropdown-item {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.lang-dropdown .dropdown-item img {
  width: 18px;
}

.lang-dropdown .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #646464;
}

.lang-dropdown .dropdown-item:hover {
  background: #2f3f52;
  color: #ffffff;
}

.lang-dropdown .dropdown-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon a {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #646464;
  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;
  border-radius: 8px;
  color: #253242;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.social-icon a:hover {
  background: #fb3838;
  border-color: #fb3838;
  color: #fff;
}

.social-icon a + a {
  margin-left: 10px;
}

#menu-toggle {
  min-width: 36px;
  min-height: 30px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#menu-toggle span {
  width: 100%;
  display: block;
  margin: 4px 0;
  background: #253242;
  height: 2px;
}

#menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(13px);
  transform: rotate(45deg) translateY(13px);
}

#menu-toggle.active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-13px);
  transform: rotate(-45deg) translateY(-13px);
}

/*================================================
04 - HERO AREA CSS
==================================================*/

.hero-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #253242;
  position: relative;
  z-index: 1;
  padding: 140px 0px;
}

.hero-area:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: -webkit-radial-gradient(
    circle,
    rgb(176 43 43 / 22%),
    transparent 60%
  );
  background: radial-gradient(circle, rgb(176 43 43 / 22%), transparent 60%);
  top: -150px;
  left: -150px;
  z-index: 0;
}

.hero-area .container {
  position: relative;
  z-index: 2;
}

.hero-heading h1 {
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 25px;
  color: #fff;
}

.hero-heading h1 span {
  display: block;
  color: #fb3838;
}

.hero-heading p {
  font-size: 18px;
  color: #d8d8d8;
  max-width: 480px;
}

.hero-actions {
  margin-top: 25px;
}

.hero-image {
  text-align: right;
  position: relative;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  max-width: 680px;
  -webkit-animation: carFloat 4s ease-in-out infinite;
  animation: carFloat 4s ease-in-out infinite;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="40" /><feOffset dx="1" dy="31" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.4));
}

@-webkit-keyframes carFloat {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes carFloat {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.header-background {
  position: absolute;
  top: -140px;
  right: -1000px;
  min-width: 1360px;
  height: 190%;
  z-index: 0;
  background: #ffffff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  box-shadow: -40px 0 80px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.search-background {
  position: absolute;
  top: 0;
  right: -286px;
  width: 725px;
  height: 100%;
  z-index: 1;
  background: #253242;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  box-shadow: -40px 0 80px rgba(0, 0, 0, 0.12);
}

.search {
  background: #fff;
  margin-top: -50px;
}

.search-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 2;
  overflow: hidden;
  position: relative;
}

.search-form {
  margin-right: 25px;
  position: relative;
  z-index: 3;
}

.field {
  margin: 15px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: #253242;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.field select {
  width: 100%;
  padding: 12px;
  border: 1px solid #646464;
  border-radius: 4px;
}

.price-label {
  margin-bottom: 12px;
  font-weight: 600;
  color: #fff;
}

.price-filter {
  position: relative;
  z-index: 3;
}

.range-wrap {
  position: relative;
  height: 28px;
}

.range-track {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 6px;
  background: #e5e5e5;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range-active {
  position: absolute;
  top: 50%;
  height: 6px;
  background: #fb3838;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range-wrap input {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  pointer-events: none;
}

.range-wrap input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #fb3838;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.price-btn {
  position: relative;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 0px solid #fff;
  background: #fb3838;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
}

.price-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #c60202;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 0;
  overflow: hidden;
}

.price-btn:hover:before {
  left: 0;
}

.price-btn:hover {
  color: #fff;
}

.price-btn span {
  position: relative;
  z-index: 1;
}

/*================================================
05 - ABOUT AREA CSS
==================================================*/

.about-section {
  padding: 100px 0;
}
.about-area {
  position: relative;
  background: #253242;
  overflow: hidden;
}

.about-content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0px;
}

.about-tag span {
  color: #c60202;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}

.about-title {
  margin-bottom: 25px;
}

.about-title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #253242;
  margin-bottom: 20px;
}

.about-tabs input {
  display: none;
}

.about-tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.about-tab-buttons label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  background: #253242;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-tab1:checked ~ .about-tab-buttons label[for="about-tab1"],
#about-tab2:checked ~ .about-tab-buttons label[for="about-tab2"],
#about-tab3:checked ~ .about-tab-buttons label[for="about-tab3"] {
  background: #c60202;
  color: #fff;
}

.about-tab-content {
  padding: 25px 0 0;
}

.about-tab-item {
  display: none;
  line-height: 1.7;
}

#about-tab1:checked ~ .about-tab-content .item1,
#about-tab2:checked ~ .about-tab-content .item2,
#about-tab3:checked ~ .about-tab-content .item3 {
  display: block;
}

.welcome-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.welcome-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #253242;
  margin-bottom: 14px;
}

.welcome-list .icon span {
  color: #c60202;
}

.about-section .about-right {
  position: relative;
  z-index: 1;
}

.about-right .p1 {
  width: 45%;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.about-right .p2 {
  width: 45%;
  position: absolute;
  content: "";
  right: 40px;
  top: 50px;
  border-radius: 10px;
}

.choose-section {
  margin-top: 50px;
}

.choose-left .section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #253242;
  text-transform: capitalize;
}

.choose-left ul {
  margin-top: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.choose-left ul li {
  color: #253242;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
}

.choose-left ul li i {
  margin-right: 5px;
  color: #c60202;
  margin-top: 5px;
}

.choose-box {
  text-align: center;
  padding: 40px;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  background: #253242;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.choose-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../img/service-paternt.png) no-repeat;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 120px;
  height: 150px;
  border-top-left-radius: 10px;
}

.choose-right .col-lg-6:nth-child(2n + 1) {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.choose-icon {
  font-size: 28px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  line-height: 60px;
  border-radius: 10px;
  color: #253242;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.choose-icon-bottom {
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 44px;
  height: auto;
}

.choose-box h2 {
  margin: 15px 0 5px;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.choose-box p {
  text-transform: uppercase;
  color: #fff;
}

/*================================================
06 - OFFER AREA CSS
==================================================*/

.offer-area {
  background: #253242;
}

.item figure {
  margin: 0;
  position: relative;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  isolation: isolate;
}

.item figure img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.item:hover figure img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.img-fluid {
  width: 100%;
  height: auto;
}

.item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.item {
  position: relative;
}

.offer-area .nav-pills .nav-link {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer-area .nav-pills .nav-link.active {
  background: #ffffff;
  color: #253242;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.card-info {
  background: #ffffff;
  border-radius: 0px 0px 20px 20px;
  padding: 25px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.card-right {
  position: absolute;
  content: "";
  top: -25px;
  right: 18px;
  color: #253242;
}

.hero-sub-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-sub-heading em {
  color: #ffcd00;
  font-style: normal;
}

.card-title {
  margin-bottom: 10px;
}

.card-title a {
  color: #253242;
  line-height: 1.4;
}

.card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #253242;
  font-weight: 500;
}

.facility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.card-facilities {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
  margin: 20px 0px;
}

.facility-item i {
  color: #253242;
  font-size: 14px;
}

.card-bottom {
  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;
  padding-top: 15px;
}

.card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-text {
  font-size: 16px;
  margin-right: 8px;
}

.price-amount {
  font-size: 22px;
  font-weight: 700;
  color: #253242;
}

/*================================================
07 - CONTACT AREA CSS
==================================================*/

.contact-area {
  background: #fff;
}

.contact-area .site-heading > h2 {
  color: #253242;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}

.contact-area .site-heading > h2:before {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.contact-area .site-heading > h2:after {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.contact-form {
  border: 1px solid rgba(17, 17, 17, 0.4);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 20px 30px;
  border-radius: 0px;
}

.contact-form .form-control {
  border: 1px solid rgba(119, 119, 119, 0.35);
  color: #253242;
  box-shadow: none;
}

.send {
  text-align: center;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  color: #253242;
  text-transform: capitalize;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: rgba(119, 119, 119, 0.35);
}

.contact-form .form-control::-moz-placeholder {
  color: rgba(119, 119, 119, 0.35);
}

.contact-form .form-control:-ms-input-placeholder {
  color: rgba(119, 119, 119, 0.35);
}

.contact-form .form-control::placeholder {
  color: rgba(119, 119, 119, 0.35);
}

.contact-right {
  margin: 0px 70px;
  padding-top: 0px;
}

.contact-right h3 {
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 14px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-details p i {
  color: #fb3838;
  margin-right: 5px;
}

.single-contact-btn {
  display: inline-block;
  margin-right: 10px;
  margin-top: 25px;
}

.single-contact-btn h4 {
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}

.single-contact-btn a {
  display: inline-block;
  padding: 10px 16px;
  text-transform: lowercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  background: #253242 none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  font-size: 14px;
}

.single-contact-btn a:hover {
  background: #fb3838;
}

.social-icon-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.social-icon-contact h4 {
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}

.social-icon-details a {
  width: 35px;
  height: 35px;
  background: #253242;
  border: 1px solid rgba(119, 119, 119, 0.35);
  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;
  border-radius: 5px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  font-size: 14px;
  color: #fff;
}

.social-icon-details ul li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon-details a:hover {
  border: 1px solid #fb3838;
  background: #fb3838;
  color: #fff;
}

.social-icon-details a + a {
  margin-left: 10px;
}

/*================================================
08 - TESTIMONIAL AREA CSS
==================================================*/

.testimonials-section {
  background: #fff;
}

.testimonial-card {
  border: 1px solid #253242;
  border-radius: 18px;
  padding: 30px 20px;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  margin: 0px 10px;
}

.testimonials-section .site-heading > h2 {
  color: #253242;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.testimonials-section .site-heading > h2:before {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.testimonials-section .site-heading > h2:after {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.testimonial-box {
  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;
}

.testimonial-quote-icon {
  font-size: 48px;
  color: #ffcd00;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  line-height: 1;
}

.testimonial-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 22px;
}

.testimonial-rating {
  color: #ffcd00;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #d8d4c8;
}

.testimonial-author img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid rgba(232, 184, 109, 0.3);
}

.author-name {
  font-weight: 600;
  font-size: 22px;
  display: block;
  color: #253242;
}

.author-detail {
  font-size: 14px;
  color: #253242;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  display: none !important;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #253242;
  border-radius: 50%;
  border: none;
  padding: 0px;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-dots li.slick-active button {
  width: 22px;
  background: #253242;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: #253242;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

.slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #253242;
}

/*================================================
09 - DRIVER AREA CSS
==================================================*/

.driver-area {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 0px;
}

.driver-area .site-heading > h2 {
  color: #253242;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.driver-area .site-heading > h2:before {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.driver-area .site-heading > h2:after {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.driver-box {
  height: 100%;
  background: #253242;
}

.driver-name {
  color: #fff;
}

.driver-text h3 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

.driver-text a h3:hover {
  color: #fb3838;
}

.driver-text {
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  padding: 30px 15px;
}

.driver-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.driver-social-icon a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #646464;
  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;
  border-radius: 5px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  font-size: 14px;
  color: #fff;
}

.driver-social-icon a:hover {
  border: 1px solid #fb3838;
  background: #fb3838;
  color: #fff;
}

.driver-social-icon a + a {
  margin-left: 10px;
}

.driver-btn {
  text-align: center;
  margin-top: 40px;
}

/*================================================
10 - FOOTER AREA CSS
==================================================*/

.footer-area {
  background: -webkit-linear-gradient(top, #253242, #1b2433);
  background: linear-gradient(180deg, #253242, #1b2433);
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.footer-top-area {
  padding-top: 70px;
}

.links.dark.footer-contact-links {
  padding: 35px 25px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-links-wrapper {
  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;
}

.footer-contact-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.footer-contact-links-divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.12);
}

.icon-footer {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fb3838;
  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;
  font-size: 24px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.footer-contact-link-wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-contact-link-wrapper h4 a {
  color: #fff;
}

.footer-middle-area .widget-area .widget {
  padding: 45px 0;
}

.footer-logo {
  width: 230px;
  margin-bottom: 15px;
}

.footer-middle-area .widget-area .widget p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-area .widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.footer-area .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fb3838;
  display: block;
  margin-top: 8px;
}

.footer-area .usful-links ul li {
  margin-bottom: 5px;
}

.footer-area .usful-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}

.footer-area .usful-links ul li a:hover {
  color: #fb3838;
  padding-left: 26px;
}

.footer-area .usful-links ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fb3838;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.footer-area .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.footer-area .social-icon a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  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;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  color: #fff;
}

.footer-area .social-icon a:hover {
  background: #fb3838;
  border-color: #fb3838;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.widget-newsletter {
  position: relative;
  margin-top: 20px;
}

.widget-newsletter input {
  width: 100%;
  height: 60px;
  padding: 0 60px 0 20px;
  border-radius: 30px;
  border: 1px solid #fb3838;
  background: #fff;
  color: #253242;
  outline: none;
}

.widget-newsletter button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fb3838;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.widget-newsletter:hover button {
  background: #253242;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.quick-links {
  float: left;
  width: 35%;
}

.copyright p i {
  color: #fb3838;
  margin: 0 2px;
}

.copyright p a {
  color: #fff;
}

/*================================================
11 - BANNER PAGE CSS
==================================================*/

.banner-header {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  margin-top: -60px;
  padding-top: 130px;
}

.banner-header:before {
  text-align: center;
  background-image: url(../img/3.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
  content: "";
  top: 0px;
}

.banner-header:after {
  background: -webkit-linear-gradient(
    315deg,
    #1c2530 0%,
    #253242 45%,
    #7d1f1f 75%,
    #fb3838 100%
  );
  background: linear-gradient(
    135deg,
    #1c2530 0%,
    #253242 45%,
    #7d1f1f 75%,
    #fb3838 100%
  );
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  top: 0px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.v-middle {
  text-align: center;
}

.v-middle li {
  display: inline-block;
  margin: 0 2px;
  color: #fff !important;
  font-size: 16px;
}

.v-middle li a {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.v-middle li a:hover {
  color: #fb3838;
}

.v-middle li i {
  color: #fb3838;
}
.banner-header h1,
.banner-header h4 {
  font-size: 42px;
  position: relative;
  line-height: 1.25em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
.banner-header h1 span,
.banner-header h4 span {
  color: #fb3838;
  text-transform: uppercase;
}

/*================================================
12 - BLOG PAGE CSS
==================================================*/

.blog-area {
  background: #ffffff;
}

.blog-area .site-heading > h2 {
  color: #253242;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.blog-area .site-heading > h2:before,
.blog-area .site-heading > h2:after {
  background: #253242;
  content: "";
  height: 2px;
  position: absolute;
  top: 52%;
  width: 40%;
}

.blog-area .site-heading > h2:before {
  right: -45%;
}

.blog-area .site-heading > h2:after {
  left: -45%;
}

.post-item {
  background: #253242;
  padding: 20px;
  margin: 12px 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 6px;
}

.post-image {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.post-image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.post-item:hover .post-image img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.post-image .date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  color: #253242;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.post-tittle {
  margin-bottom: 18px;
}

.post-tittle h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}

.post-tittle h3 a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.post-tittle h3 a:hover {
  color: #cfd6dd;
}

.post-action {
  margin-top: 10px;
}

.service-link {
  font-size: 15px;
  font-weight: 600;
  color: #cfd6dd;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-link i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.service-link:hover {
  gap: 8px;
}

.service-link:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.blog-btn-area {
  text-align: center;
  margin-top: 30px;
}

.blog-meta-home {
  padding-top: 15px;
  border-top: 1px solid #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-meta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #cfd6dd;
}

.blog-meta-right p {
  margin-left: 15px;
  margin-bottom: 0px;
}

.blog-meta-right p i {
  margin-right: 5px;
  color: #fb3838;
}

.blog-btn {
  position: relative;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #253242;
  border: 1px solid #646464;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.blog-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #253242;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 0;
}

.blog-btn:hover:before {
  left: 0;
}

.blog-btn:hover {
  color: #fff;
}

.blog-btn span {
  position: relative;
  z-index: 1;
}

.single-blog {
  border: 3px solid #646464;
  margin-top: 30px;
}

.blog-text {
  padding: 15px 20px;
}

.blog-text h3 {
  font-size: 22px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-text h3 a {
  color: #253242;
}

.blog-text h3 a:hover {
  color: #fb3838;
}

.blog-page-area {
  padding-top: 40px;
}

.blog-page-left .blog-text h3 {
  font-size: 24px;
}

.blog-text ul {
  margin-bottom: 20px;
  margin-left: 30px;
}

.blog-text ul li {
  display: list-item;
  margin-bottom: 5px;
  list-style: disc;
}

.blog-text ul li i {
  margin-right: 5px;
  color: #fb3838;
}

.blog-text ul li a {
  color: #253242;
}

.blog-page-right {
  margin-top: 30px;
  margin-bottom: 0;
}

.blog-page-right .recent-text h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.service-menu {
  padding: 15px;
  background: #f4f4f5 none repeat scroll 0 0;
}

.service-menu li {
  margin-bottom: 5px;
}

.service-menu li:last-child {
  margin-bottom: 0;
}

.service-menu li a {
  display: block;
  padding: 10px 20px;
  background: #fff none repeat scroll 0 0;
  color: #253242;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-menu li a span {
  margin-left: 5px;
}

.service-menu li.active a,
.service-menu li a:hover {
  color: #fb3838;
  padding-left: 25px;
}

.sidebar-widget h3 {
  font-size: 28px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
}

.Tags-catagory {
  padding: 15px;
  background: #f4f4f5 none repeat scroll 0 0;
}

.Tags-catagory li {
  display: inline-block;
  border: medium none !important;
  padding: 0 !important;
  margin: 2px 0;
}

.Tags-catagory a {
  color: #253242;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 15px;
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.Tags-catagory a:hover {
  color: #fb3838;
}

.product_search {
  width: 100%;
  background: #f4f4f5 none repeat scroll 0 0 !important;
  padding: 0 !important;
  height: 50px;
  position: relative;
  border-radius: 5px 0 0 5px;
}

.product_search input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  background: transparent;
  border: 1px solid #253242;
}

.product_search button {
  position: absolute;
  right: 0;
  border: medium none;
  height: 100%;
  width: 20%;
  color: #fff;
  cursor: pointer;
  background: #253242 none repeat scroll 0 0;
  font-size: 16px;
  border-radius: 0 5px 5px 0px;
}

.product-page-left .sidebar-widget h3 {
  font-size: 22px;
}

.top-products {
  padding: 15px;
  background: #f4f4f5 none repeat scroll 0 0;
}

.top-products li {
  border-bottom: 1px solid #646464;
  padding: 10px;
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}

.top-products li:last-child {
  border-bottom: 0px solid #646464;
}

.recent-img {
  margin-right: 15px;
  width: 80px;
  float: left;
}

.recent-text {
  vertical-align: middle;
  overflow: hidden;
}

.recent-text h4 {
  font-size: 22px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.recent-text h4 a {
  color: #253242;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.recent-text p {
  color: #fb3838;
  font-weight: 500;
}

.single-blog-page .blog-text {
  padding: 30px 0 0 0;
}

.single-blog-page .blog-text p {
  margin: 0 0 10px;
}

.single-blog-page .single-blog {
  border: 0px solid #646464;
}

.blog-content-img {
  margin-bottom: 15px;
}

.single-blog-page blockquote {
  margin: 30px 0;
  position: relative;
}

.single-blog-page blockquote .quote-inner {
  border-left: 2px solid #646464;
  margin-left: 25px;
  padding-left: 60px;
  position: relative;
}

.single-blog-page blockquote .quote-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffcd00;
  font-size: 16px;
  height: 35px;
  left: -18px;
  line-height: 32px;
  margin-top: -17px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
}

.single-blog-page blockquote .quote-text {
  color: #253242;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}

.blog-page-right {
  margin-top: 30px;
}

.comment-list,
.leave-comment {
  margin-top: 50px;
}

.comment-list h2,
.leave-comment h2 {
  font-size: 24px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

.single-comment-box {
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.main-comment {
  font-size: 14px;
  padding: 30px 0 0 90px;
  position: relative;
}

.author-image {
  border-radius: 50%;
  left: 0;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
}

.author-image img {
  display: block;
  width: 70px;
  border-radius: 50%;
  border: 6px solid #e6e6e6;
}

.comment-info h2 {
  font-size: 16px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

.comment-info a {
  color: #253242;
  font-style: italic;
  font-size: 16px;
}

.comment-info a:hover {
  color: #fb3838;
}

.comment-info a i {
  margin-right: 5px;
}

.single-comment-box.reply-comment {
  padding-left: 100px;
}

.leave-comment form input {
  width: 45%;
  border: 1px solid #646464;
  padding: 5px 10px;
  height: 45px;
  color: #253242;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 10px 15px 10px 0px;
  border-radius: 6px;
}

.leave-comment form textarea {
  border: 1px solid #646464;
  padding: 5px 10px;
  margin: 10px 0;
  color: #253242;
  width: 93%;
  height: 175px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 6px;
}

.leave-comment form input:focus,
.leave-comment form textarea:focus {
  border: 1px solid #646464;
}

/*================================================
13 - CALL AREA CSS
==================================================*/
.call-area {
  position: relative;
  padding: 40px 0;
  background: #0a0c10;
  overflow: hidden;
}

.call-area:before {
  content: "";
  position: absolute;
  inset: -30% -15%;
  background: -webkit-linear-gradient(
    305deg,
    rgba(37, 50, 66, 0.95),
    rgba(37, 50, 66, 0.75),
    rgba(251, 56, 56, 0.65)
  );
  background: linear-gradient(
    145deg,
    rgba(37, 50, 66, 0.95),
    rgba(37, 50, 66, 0.75),
    rgba(251, 56, 56, 0.65)
  );
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  z-index: 0;
}

.call-area:after {
  content: "";
  position: absolute;
  right: -20%;
  top: 0;
  width: 60%;
  height: 130%;
  background: -webkit-linear-gradient(
    330deg,
    transparent,
    rgba(225, 6, 0, 0.12),
    transparent
  );
  background: linear-gradient(
    120deg,
    transparent,
    rgba(225, 6, 0, 0.12),
    transparent
  );
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  z-index: 1;
}

.call-box {
  position: relative;
  padding: 20px 20px;
  border-radius: 24px;
  background: -webkit-linear-gradient(
    305deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.01)
  );
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.01)
  );
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow:
    0 60px 120px rgba(0, 0, 0, 0.85),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
  z-index: 2;
}

.call-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
    315deg,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.4)
  );
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4));
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  z-index: 1;
}

.call-box:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  background: -webkit-linear-gradient(
    330deg,
    transparent,
    rgba(225, 6, 0, 0.4),
    transparent
  );
  background: linear-gradient(
    120deg,
    transparent,
    rgba(225, 6, 0, 0.4),
    transparent
  );
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  z-index: 0;
}

.call-box-inner {
  position: relative;
  z-index: 3;
  max-width: 840px;
  margin: auto;
  text-align: center;
}

.call-box h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.call-text {
  color: #fff;
}

.call-box h2 span {
  color: #fb3838;
  position: relative;
}

.call-box h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(left, #fb3838, transparent);
  background: linear-gradient(90deg, #fb3838, transparent);
}

.call-box-text {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 30px;
}

.call-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  padding: 24px 42px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-left: 4px solid #fb3838;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.call-number:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(225, 6, 0, 0.35);
}

.call-icon {
  width: 74px;
  height: 74px;
  background: -webkit-linear-gradient(315deg, #fb3838, #8c0000);
  background: linear-gradient(135deg, #fb3838, #8c0000);
  color: #fff;
  font-size: 28px;
  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;
  -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  box-shadow: 0 12px 35px rgba(225, 6, 0, 0.6);
}

.call-text {
  text-align: left;
}

.call-text p {
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.call-text h2 {
  margin: 8px 0 0;
  font-size: 24px;
}

.call-text h2 a {
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.call-text h2 a:hover {
  color: #fb3838;
  text-decoration: none;
}

/*================================================
14 - GALLERY PAGE CSS
==================================================*/

.gallery-area {
  background: #fff;
}

.gallery-area .site-heading > h2 {
  color: #253242;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

.gallery-area .site-heading > h2:before {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.gallery-area .site-heading > h2:after {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.gallery-area .item-image {
  position: relative;
}

.gallery-area .item-image img {
  width: 100%;
}

.gallery-area .item-image .item-img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #646464;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  z-index: 1;
}

.gallery-area .item-image .item-img-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 170%;
  width: 100%;
  height: 100%;
  border: 1px solid #253242;
  background: rgba(0, 0, 0, 0.11);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.gallery-area .item-image .item-img-overlay:hover:after {
  top: 0;
  left: -170%;
}

.gallery-area .item-image .item-img-overlay:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery-area .item-image .item-img-overlay .cap {
  bottom: -50%;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.gallery-area .item-image .item-img-overlay h3 {
  color: #253242;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: capitalize;
}

.gallery-area .item-image .item-img-overlay:hover .cap {
  bottom: 50%;
  margin-bottom: -50px;
}

.zoom-img > a {
  background: #fb3838 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #fb3838 none repeat scroll 0 0;
  border-radius: 5px;
  font-size: 16px;
}

.nav-pills .nav-link {
  color: #253242;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
  margin: 0px 10px;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.nav-link:focus,
.nav-link {
  color: #fff;
}

.nav-pills .nav-link {
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #253242;
  padding: 10px;
  margin: 0px 5px;
}

.gallery-btn {
  text-align: center;
}

/*================================================
15 - LOGIN/REGISTER PAGE CSS
==================================================*/
.login-area {
  background: #fff none repeat scroll 0 0;
}

.login-box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  width: 40%;
}

.login-page-heading {
  padding-bottom: 20px;
}

.login-page-heading i {
  font-size: 22px;
  margin-right: 5px;
  color: #fb3838;
}

.login-page-heading > h3 {
  font-weight: 600;
  color: #253242;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}

.account-form-group {
  height: 45px;
  margin-bottom: 20px;
  position: relative;
}

.account-form-group > input {
  width: 100%;
  border: 1px solid #646464;
  padding: 5px 10px 5px 60px;
  height: 45px;
  color: #253242;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.account-form-group i {
  border-right: 1px solid #646464;
  color: #b7b7b7;
  font-size: 16px;
  height: 100%;
  left: 0;
  line-height: 45px;
  margin-right: 5px;
  padding-right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.remember-row {
  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;
  margin-bottom: 30px;
}

.remember-row p {
  margin-bottom: 0px;
}

.remember-row .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox label {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  color: #253242;
  margin-left: 5px;
  font-size: 16px;
}

.lost-pass a {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  color: #253242;
  margin-right: 30px;
  font-size: 16px;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.lost-pass a:hover {
  color: #fb3838;
}

.login-sign-up {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #646464;
}

.login-sign-up > a {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  color: #253242;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.login-sign-up > a:hover {
  color: #fb3838;
}

/*================================================
16 - 404 PAGE CSS
==================================================*/
.notfound-box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.notfound-box h2 {
  font-size: 120px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 100%;
}

.notfound-box h3 {
  font-size: 28px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 40px;
}

.not-found-text p {
  margin-bottom: 20px;
}

.notfound-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*================================================
17 - SERVICE PAGE CSS
==================================================*/

.services2 {
  position: relative;
}

.services2 .item {
  position: relative;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  margin-bottom: 0px;
  isolation: isolate;
}

.services2 .item img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition:
    transform 500ms ease,
    -webkit-transform 500ms ease;
}

.services2 .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.services2 .item .title {
  position: absolute;
  bottom: 0px;
  padding: 30px 15px 30px 110px;
  width: 100%;
  text-align: right;
}

.services2 .item .title h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  text-align: left;
}

.title h4 a {
  color: #fff;
}

.services2 .item .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0 40px 0 0;
}

.services2 .item .curv-butn .vid {
  position: absolute;
  top: 15px;
  left: 10px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}

.services2 .item .curv-butn .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fb3838;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 48px;
  font-weight: 700;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.services2 .item:hover .curv-butn .icon {
  color: #fb3838;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-bg {
  background: #fff !important;
}

.bottom-fade {
  width: 100%;
  top: 41%;
  height: 60%;
  float: left;
  position: absolute;
  background: -webkit-linear-gradient(
    bottom,
    #253242 0%,
    rgba(0, 0, 0, 0.738) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  );
  background: linear-gradient(
    to top,
    #253242 0%,
    rgba(0, 0, 0, 0.738) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  );
}

/*================================================
18 - SERVICE DETAILS PAGE CSS
==================================================*/

.service-details {
  position: relative;
}

.service-details h3 {
  color: #253242;
  font-size: 24px;
  font-weight: 600;
}

.service-details .sidebar-page {
  position: relative;
  display: block;
  padding: 0;
  background: #253242;
  border-radius: 20px;
  z-index: 9;
  margin-top: 0px;
  margin-bottom: 40px;
}

.service-details .sidebar-page .title {
  position: relative;
  background-color: #fb3838;
  padding: 30px 30px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}

.service-details .sidebar-page .title h4 {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}

.service-details .sidebar-page .title h4 > span {
  margin-bottom: 0;
  font-size: 14px;
  color: #253242;
  font-weight: 400;
}

.service-details .sidebar-page .item {
  padding: 40px 30px;
}

.service-details .sidebar-page .item .feature {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.service-details .sidebar-page .item .feature a {
  color: #fff;
}

.service-details .sidebar-page .item .feature a i {
  color: #fb3838;
  margin-right: 15px;
  font-size: 11px;
}

.service-details .sidebar-page .item .feature p {
  margin-bottom: 0px;
  color: #fff;
  text-align: right;
}

.service-details .sidebar-page .item .feature:hover a i,
.service-details .sidebar-page .item .feature.active a i {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-details .sidebar-page .item .feature:hover,
.service-details .sidebar-page .item .feature.active {
  background: #fb3838;
  color: #253242;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 15px;
}

.service-details .sidebar-page .item .feature:hover a i,
.service-details .sidebar-page .item .feature.active a i {
  color: #fff;
}

.service-details .sidebar-page .item .feature:hover a,
.service-details .sidebar-page .item .feature.active a {
  color: #fff;
}

.service-dtl-image {
  margin-bottom: 30px;
}

.service-dtl-image img {
  border-radius: 10px;
}

.accordion-box {
  position: relative;
  padding: 0px;
}

.accordion-box .block {
  position: relative;
  background: #253242;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 20px;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 30px;
  padding-right: 60px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn .count {
  color: #fb3838;
  padding-right: 5px;
  font-weight: 600;
  font-size: 14px;
}

.accordion-box .block .acc-btn.active .count {
  color: #253242;
}

.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 24px;
  height: 30px;
  font-size: 11px;
  color: #fb3838;
  line-height: 30px;
  content: "\e649";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background-color: #fb3838;
  color: #253242;
}

.accordion-box .block .acc-btn.active:before {
  color: #253242;
  content: "\e64b";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 30px;
  color: #253242;
  border-radius: 0px 0px 20px 20px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  color: #999;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-icon {
  display: inline-block;
  margin-right: 15px;
}

.list-icon span i {
  color: #c60202;
}

.list-text {
  display: inline-block;
}

.list-text p {
  margin-bottom: 30px;
}

.faq-item {
  background: #253242;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.faq-item:last-child {
  margin-bottom: 0px;
}

.faq-header {
  padding: 20px 24px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.faq-item.active .faq-header {
  background: #fb3838;
  color: #fff;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  line-height: 1.7;
  -webkit-transition:
    max-height 0.45s ease,
    padding 0.45s ease;
  transition:
    max-height 0.45s ease,
    padding 0.45s ease;
  color: #fff;
}

.faq-item.active .faq-body {
  max-height: 300px;
  padding: 20px 24px;
}

.num {
  color: #fb3838;
  margin-right: 6px;
}

.faq-item.active .num {
  color: #fff;
}

.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
}

.faq-item.active .arrow {
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
}

/*================================================
19 - CAR LISTING PAGE CSS
==================================================*/
.car-listing .car-listing-list {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 20px;
  z-index: 9;
}

.car-listing .car-listing-list .search-2 {
  position: relative;
  background-color: #fb3838;
  padding: 30px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
}

.car-listing .car-listing-list .search-2 form {
  position: relative;
}

.car-listing .car-listing-list .search-2 form input {
  width: 100%;
  padding: 18px 15px;
  background: #fff;
  margin-bottom: 0;
  border: none;
  border-radius: 30px;
}

.car-listing .car-listing-list .search-2 form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #fb3838;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 100%;
  outline: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.car-listing .car-listing-list:hover .search-2 form button {
  background-color: #253242;
  color: #fff;
  outline: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  border: none;
}

.car-listing-box {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 20px;
}

.car-listing-heading {
  text-align: center;
  color: #fff;
}

.car-listing-heading h2 {
  font-size: 28px;
}

.car-listing-box:before {
  text-align: center;
  background-image: url(../img/5.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
  content: "";
  top: 0px;
  border-radius: 15px;
}

.car-listing-box:after {
  background: #253242;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  top: 0px;
  right: 0px;
  opacity: 0.7;
  border-radius: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.car-listing-widget {
  margin: 20px 0px;
}

.car-listing-widget:last-child {
  margin-bottom: 0;
}

.car-listing-menu {
  padding: 15px;
  background: #253242 none repeat scroll 0 0;
  border-radius: 20px;
}

.car-listing-menu li {
  margin-bottom: 5px;
}

.car-listing-menu li a {
  display: block;
  padding: 10px 20px;
  background: #253242 none repeat scroll 0 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.car-listing-menu li a span {
  margin-left: 5px;
}

.car-listing-menu li.active a,
.car-listing-menu li a:hover {
  color: #fb3838;
  padding-left: 25px;
}

.pagination-wrap {
  padding: 0;
  margin: 0;
}

.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.pagination-wrap li a {
  background: #253242;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  border: 1px solid #253242;
  border-radius: 100%;
  -webkit-transition:
    border-color 300ms ease,
    background-color 300ms ease,
    color 300ms ease,
    -webkit-transform 300ms ease;
  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    color 300ms ease,
    -webkit-transform 300ms ease;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease,
    -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pagination-wrap li a.active {
  background-color: #fb3838;
  border: 1px solid #fb3838;
  color: #fff;
}

.pagination-wrap li a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-decoration: none;
  background: #fb3838;
  border: 1px solid #fb3838;
  color: #fff;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
  transform: translate3d(0px, -2px, 0.01px);
}

/*================================================
20 - CAR BOOKING PAGE CSS
==================================================*/

.car-booking {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 0px;
}

.rental-tag p {
  display: inline-block;
  padding: 5px 15px;
  line-height: 20px;
  text-transform: uppercase;
  background: #fb3838;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.car-booking-right h3 {
  font-size: 28px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
}

.car-booking-right h4 {
  color: #253242;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 0px;
  display: inline-block;
}

.car-booking-right h4 span {
  text-transform: capitalize;
  color: #fb3838;
  font-size: 16px;
}

.price-rent {
  display: inline-block;
  margin-right: 15px;
}

.car-rating {
  display: inline-block;
}

.car-rating ul {
  display: inline-block;
}

.car-rating ul li {
  display: inline-block;
  margin-right: 1px;
  color: #ffcd00;
}

.car-rating p {
  display: inline-block;
  margin-left: 5px;
  color: #253242;
  text-transform: capitalize;
}

.price-rating {
  margin-bottom: 20px;
}

.car-features ul {
  width: 32%;
  float: left;
  margin-top: 20px;
}

.car-features ul li {
  margin: 5px 0;
}

.car-features ul li i {
  margin-right: 5px;
  color: #fb3838;
}

.single-booking h3,
.booking-right h3 {
  font-size: 24px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #646464;
  margin-bottom: 45px;
}

.single-booking form label {
  display: block;
  color: #253242;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.single-booking form p {
  margin-top: 15px;
}

.single-booking form input {
  width: 100%;
  border: 1px solid #646464;
  padding: 5px 10px;
  height: 45px;
  color: #253242;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 6px;
}

.single-booking form textarea {
  width: 100%;
  border: 1px solid #646464;
  padding: 5px 10px;
  height: 120px;
  color: #253242;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 6px;
}

.single-booking form .nice-select {
  width: 100%;
  border: 1px solid #646464;
  height: 45px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.single-booking {
  margin-bottom: 30px;
}

.single-booking:last-child {
  margin-bottom: 0px;
}

.car-payment .payment {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

.car-payment .payment input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.car-payment .payment label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #253242;
  font-weight: 500;
}

.car-payment .payment .check {
  display: block;
  position: absolute;
  border: 1px solid #646464;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 14px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.car-payment .payment .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
  border: 3px solid #fb3838;
}

input[type="radio"]:checked ~ .check:before {
  background: #fb3838;
}

input[type="radio"]:checked ~ label {
  color: #fb3838;
}

.payment img {
  float: right;
  margin-top: 15px;
}

.car-action {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.custom-input {
  border-radius: 6px;
  padding: 12px 14px;
  border: 1px solid #646464;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: #646464;
  box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.15);
}

.flatpickr-calendar {
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  -webkit-animation: fadeUp 0.25s ease;
  animation: fadeUp 0.25s ease;
}

.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
  font-size: 14px;
}

.flatpickr-time {
  border-radius: 10px;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.form-select {
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #646464;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.form-select:focus {
  border-color: #646464;
  box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.15);
}

.form-select option {
  padding: 12px;
}

/*================================================
21 - PRODUCTS PAGE CSS
==================================================*/
.products .products-list {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 20px;
  z-index: 9;
}

.products .products-list .search-2 {
  position: relative;
  background-color: #fb3838;
  padding: 30px;
  border-radius: 21px 20px 20px 20px;
  text-align: center;
}

.products .products-list .search-2 form {
  position: relative;
}

.products .products-list .search-2 form input {
  width: 100%;
  padding: 18px 15px;
  background: #fff;
  margin-bottom: 0;
  border: none;

  border-radius: 30px;
}

.products .products-list .search-2 form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #fb3838;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 100%;
  outline: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.products .products-list:hover .search-2 form button {
  background-color: #253242;
  color: #fff;
  outline: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  border: none;
}

.products-widget {
  background: #253242;
  border-radius: 20px 20px 20px 20px;
  margin: 20px 0px;
}

.products-widget:last-child {
  margin-bottom: 0;
  border-radius: 20px 20px 20px 20px;
}

.products-widget h3 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
  margin: 0px 0px;
  padding: 10px 30px;
}

.products-menu {
  padding: 20px;
}

.products-menu li {
  margin-bottom: 5px;
}

.products-menu li a {
  display: block;
  padding: 10px 20px;
  background: #253242 none repeat scroll 0 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.products-menu li a span {
  margin-left: 5px;
}

.products-menu li.active a,
.products-menu li a:hover {
  color: #fb3838;
  padding-left: 25px;
}

.products-top {
  padding: 20px;
}

.products-top li {
  border-bottom: 1px solid #646464;
  padding: 10px;
  overflow: hidden;
}

.products-top li:last-child {
  border-bottom: 0px solid #646464;
}

.products-img {
  margin-right: 15px;
  width: 80px;
  float: left;
}

.product-image {
  text-align: center;
}

.product-image img {
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-image:hover figure img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.product-image figure {
  margin: 0;
  position: relative;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  isolation: isolate;
  border-radius: 5px;
}

.products-text {
  vertical-align: middle;
  overflow: hidden;
}

.products-text h4 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.products-text h4 a {
  color: #fff;
}

.products-text p,
.product-title p {
  color: #fb3838;
  font-weight: 500;
}

.product-item {
  background: #253242;
  padding: 15px;
  border-radius: 10px;
}

.product-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.product-title h3 {
  font-size: 22px;
  color: #253242;
  letter-spacing: 1px;
  margin: 5px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}

.product-title h3 a {
  color: #fff;
}

.product-title p {
  color: #fb3838;
  font-weight: 600;
}

.product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-action a {
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #646464;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.product-action a:hover {
  background: #fb3838 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #fb3838;
}

.product-details-image {
  text-align: center;
}

.product-details-text h3 {
  font-size: 28px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
}

.car-rating {
  display: inline-block;
}

.car-rating ul {
  display: inline-block;
}

.car-rating ul li {
  display: inline-block;
  margin-right: 1px;
  color: #ffcd00;
}

.car-rating p {
  display: inline-block;
  margin-left: 5px;
  color: #253242;
  text-transform: capitalize;
}

.single-pro-page-para {
  margin: 20px 0;
}

.single-shop-price > p {
  color: #253242;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.single-shop-price p span {
  color: #fb3838;
}

.single-shop-price > p input {
  border: 1px solid #646464;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  width: 80px;
}

.single-shop-page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.single-shop-page-btn ul {
  margin-left: 30px;
}

.single-shop-page-btn ul li {
  display: inline-block;
  margin: 0 2px;
}

.single-shop-page-btn ul li a:hover {
  background: #fb3838 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #fb3838;
}

.single-shop-page-btn ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #253242;
  border-radius: 5px;
  border: 1px solid #646464;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.related-products .product-item {
  margin-bottom: 0;
}

.related-products .site-heading > h2 {
  color: #253242;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

.related-products .site-heading > h2:before {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

.related-products .site-heading > h2:after {
  background: #253242 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -45%;
  position: absolute;
  top: 52%;
  width: 40%;
}

/*================================================
22 - CART CSS
==================================================*/
.cart-table-left h3,
.order-summury-box h3 {
  font-size: 24px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
}

.cart-table-left thead {
  background: #f4f4f5 none repeat scroll 0 0;
  border: medium none;
}

.cart-table-left thead th {
  border: medium none;
  color: #253242;
}

.shop-cart-item .cart-preview {
  width: 115px;
  height: 100px;
  text-align: center;
  padding: 5px;
}

.cart-preview img {
  width: 100%;
  height: 100%;
}

.table th,
.table td {
  vertical-align: baseline;
  border-top: 0px;
  border-bottom: 1px solid #646464;
}

.cart-table-left table td p {
  color: #253242;
  text-transform: capitalize;
}

.cart-quantity > input {
  border: 1px solid #646464;
  padding: 5px;
  width: 70px;
}

.cart-close {
  text-align: center;
}

.cart-total {
  font-weight: 500;
}

.cart-close a {
  color: #646464;
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #646464;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.cart-close a:hover {
  background: #fb3838;
  color: #fff;
}

.cart-clear a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: #253242;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.cart-clear {
  margin-top: 20px;
}

.cart-clear a:last-child {
  margin-right: 1px;
}

.cart-clear a:hover {
  color: #fb3838;
}

.order-summury-box {
  padding: 0px 30px;
}

.order-summury-box table {
  width: 100%;
}

.order-summury-box table tr {
  border-bottom: 1px solid #646464;
}

.order-summury-box table tr:last-child {
  border-bottom: 0px solid #646464;
}

.order-summury-box table td {
  padding: 10px 0;
  color: #253242;
}

.checkout-action {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkout-action a.gauto-btn {
  color: #fb3838;
  margin: 0;
}

.checkout-action a.gauto-btn:hover {
  color: #fff;
}

.table > :not(caption) > * > * {
  padding: 10px 25px;
}

/*================================================
23 - CHECKOUT CSS
==================================================*/
.checkout-area .order-summury-box {
  padding: 0px 0px 30px 0px;
}

.billing-box {
  margin-bottom: 30px;
}

.billing-box:last-child {
  margin-bottom: 0;
}

.billing-title h3 {
  font-size: 24px;
  color: #253242;
  letter-spacing: 1px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
}

.billing-input {
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #646464;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}

.billing-input:focus {
  border-color: #646464;
  box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.15);
}

.checkout-area .form-label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

/*================================================
24 - RESPONSIVE CSS
==================================================*/

#menu-toggle span {
  height: 2px;
  width: 95%;
  background: #253242;
  display: block;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 5px;
  margin-right: auto;
  margin-left: 0;
}

#menu-toggle span:nth-child(1) {
  top: 4px;
}

#menu-toggle span:nth-child(2) {
  top: 6px;
  width: 75%;
}

#menu-toggle span:nth-child(3) {
  top: 8px;
  width: 65%;
}

#menu-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  background: transparent;
  padding: 4px 8px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.contactFooter a {
  color: #fff;
}
.contactFooter i,
.contactFooter a:hover {
  color: #fb3838;
}

.elipsis {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #fff;
}

.elipsis-1 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #fff;
  margin-bottom: 22px;
}

.top-stick {
  position: sticky;
  top: 80px;
}

.blog-page-text a {
  color: #830000;
  font-weight: 600;
}

.blog-page-text a:hover {
  color: #fb3838;
}
.blog-page-text h5 {
  color: #000;
  margin-top: 20px;
  font-weight: 600;
}
textarea {
  resize: none;
}

.blog-page-text ol {
  margin-bottom: 20px;
  margin-left: 30px;
}
.blog-page-text ol li {
  margin-bottom: 5px;
  list-style: decimal;
}

.pptext {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  background: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
}

@media (max-width: 1200px) {
  .hero-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 85px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .single-testimonial {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0px 10px;
    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;
    border: 1px solid #646464;
    border-radius: 5px;
  }

  .quick-links {
    float: left;
    width: 45%;
  }

  .widget-newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #fb3838;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    outline: none;
    padding: 0px 8px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  .about-area {
    margin-top: 30px;
  }

  .stats h2 {
    font-size: 38px;
  }

  .about-area h3 {
    margin: 0 0 25px;
    font-size: 38px;
  }

  .stats {
    margin-top: 100px;
  }

  .footer-contact-link-wrapper h4 {
    font-size: 22px;
  }

  .driver-area .site-heading > h2 {
    font-size: 38px;
  }

  .site-heading > h2 {
    font-size: 38px;
  }

  .item .content .cont .book .price {
    font-size: 22px;
    color: #fb3838;
    font-weight: 600;
  }

  .testimonial-info > h3 {
    color: #253242;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
  }

  .call-text h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0px;
  }

  .blog-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
  }

  .icon-footer {
    width: 55px;
    max-height: 55px;
    min-height: 55px;
    min-width: 55px;
    font-size: 22px;
  }

  .search-background {
    position: absolute;
    top: 0;
    right: -286px;
    width: 725px;
    height: 100%;
    z-index: 1;
    background: #253242;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    box-shadow: -40px 0 80px rgba(0, 0, 0, 0.12);
  }

  .search-background {
    display: none;
  }

  .header-background {
    display: none;
  }

  .hero-heading p {
    font-size: 22px;
    color: #d8d8d8;
    max-width: 1200px;
  }

  .footer-area .widget .widget-title {
    font-size: 22px;
  }

  .services2 .item .title h4 {
    font-size: 22px;
  }

  .service-details .sidebar-page .title h4 {
    font-size: 22px;
  }

  .service-details h3 {
    font-size: 22px;
  }

  .single-booking h3,
  .booking-right h3 {
    font-size: 22px;
  }

  .gallery-area .item-image .item-img-overlay h3 {
    font-size: 22px;
  }

  .products-widget h3 {
    font-size: 22px;
  }

  .cart-table-left h3,
  .order-summury-box h3 {
    font-size: 22px;
  }

  .blog-page-left .blog-text h3 {
    font-size: 22px;
  }

  .comment-list h2,
  .leave-comment h2 {
    font-size: 22px;
  }

  .sidebar-widget h3 {
    font-size: 22px;
  }

  .notfound-box h2 {
    font-size: 100px;
  }

  .notfound-box h3 {
    font-size: 22px;
  }

  .lost-pass a {
    margin-right: 20px;
    font-size: 16px;
  }

  .contact-area .site-heading > h2 {
    font-size: 38px;
  }

  .contact-right .social-icon a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .related-products .site-heading > h2 {
    font-size: 38px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .car-listing-box {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding: 40px 20px;
  }

  .car-listing-heading h2 {
    font-size: 24px;
  }

  .car-listing-box:before {
    text-align: center;
    background-image: url(../img/5.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
    border-radius: 15px;
    left: 0px;
  }
}

@media (max-width: 991px) {
  nav#menu {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    min-height: calc(100vh - 45px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  nav#menu.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .mainmenu ul {
    text-align: left;
  }

  nav#menu,
  nav#menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  nav#menu,
  nav#menu > ul ul {
    overflow: auto;
    padding: 50px 20px;
  }

  nav#menu > ul > li {
    display: block !important;
    margin: 0 !important;
    padding: 0;
  }

  nav#menu ul ul,
  nav#menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }

  nav#menu > ul > li > span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
  }

  nav#menu ul ul.sub-menu.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    max-height: 55em;
  }

  nav#menu > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 0px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-weight: 500;
  }

  .header-menu a:before {
    display: none;
  }

  .header-menu a:after {
    display: none;
  }

  nav#menu > ul > li:last-child > a {
    border: none;
  }

  .mainmenu ul li > ul {
    border: none;
  }

  nav#menu li.has-submenu > a:after {
    border: none;
    content: "+";
    position: absolute;
    top: 10px;
    right: 9px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 24px;
    font-weight: 400;
    background: transparent;
    left: auto;
    bottom: auto;
  }

  .sub-menu:before {
    height: 90% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }

  .sub-menu:after {
    display: none;
  }

  nav#menu li.has-submenu.active > a:after {
    content: "-";
    font-size: 30px;
  }

  nav#menu ul ul > li a {
    padding: 13px 0px;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  ul.sub-menu {
    padding-left: 20px;
  }

  .header-toggle.active span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .header-toggle.active span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-toggle.active span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-toggle {
    display: block;
  }

  nav#menu > ul ul {
    background: transparent;
    box-shadow: none;
    width: 100%;
    padding-left: 15px;
  }

  #menu-toggle {
    display: block;
    margin-left: 10px;
    padding-right: 0;
  }

  .header-action {
    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;
  }

  .site-logo {
    max-width: 200px;
  }

  #menu-toggle.active span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  #menu-toggle.active span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
  }

  #menu-toggle.active span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
  }

  section,
  .section {
    padding: 50px 0;
  }

  .driver-area {
    background: #fff;
    padding-bottom: 50px;
    padding-top: 0px;
  }

  .header-top-area {
    display: none;
  }

  .header_inn {
    display: none;
  }

  .hero-heading {
    text-align: center;
    margin: 0 auto 70px;
  }

  .hero-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .hero-expert {
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
  }

  .hero-image {
    position: inherit;
    z-index: -1;
    left: 0px;
    content: "";
    top: 0px;
  }

  .hero-image img {
    width: 100%;
  }

  .field {
    margin: 10px 0px;
  }

  .field select {
    width: 100%;
    padding: 12px 0px;
    border: 1px solid #646464;
    border-radius: 4px;

    font-size: 16px;
  }

  .field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
  }

  .price-label {
    color: #646464;
    font-size: 16px;
  }

  .price-btn {
    position: relative;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 0px solid #fff;
    background: #fb3838;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 20px;
    width: 100%;
  }

  .search-form {
    margin-right: 0px;
  }

  .search {
    background: #fff;
    margin-top: 0px;
  }

  .search-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: inherit;
    z-index: 2;
    content: "";
    bottom: 0px;
  }

  .about-area {
    margin-top: 30px;
    text-align: center;
  }

  .about-area h3 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 600;
    color: #253242;
    line-height: 1.15;
  }

  .about-section .about-right {
    position: inherit;
  }

  .about-right .p1 {
    width: 100%;
    position: inherit;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .about-right .p2 {
    width: 100%;
    position: inherit;
    right: auto;
    top: auto;
    border-radius: 10px;
  }

  .stats {
    margin-top: 70px;
  }

  .stats h2 {
    font-size: 32px;
    margin: 10px;
    font-weight: bold;
    color: #253242;
  }

  .site-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
  }

  .item .content {
    width: 100%;
    padding: 20px;
    background: #253242;
    border-radius: 0 0 20px 20px;
  }

  .features span {
    color: #fff;
    font-size: 16px;
  }

  .item .content .cont .book .price {
    font-size: 22px;
    color: #fb3838;
    font-weight: 600;
  }

  .single-testimonial {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0px 10px;
    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;
    border: 1px solid #646464;
    border-radius: 5px;
  }

  .single-testimonial > img {
    background: #646464 none repeat scroll 0 0;
    border-radius: 50%;
    height: 80px;
    margin: 0px 0px 20px;
    padding: 3px;
    display: inline-block;
    width: 80px !important;
  }

  .testimonial-info {
    margin: 20px 10px;
    display: inline-block;
  }

  .testimonial-info > h3 {
    color: #253242;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
  }

  .driver-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
  }

  .driver-name p {
    margin-bottom: 15px;
  }

  .blog-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
  }

  .post-item {
    padding: 10px 10px 12px;
    background: #253242;
    margin: 10px 0px;
    position: relative;
    top: 0;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }

  .quick-links {
    float: left;
    width: 50%;
  }

  .icon-footer {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    background-color: #fb3838;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fb3838;
    border-radius: 100%;
  }

  .call-text h2 {
    font-size: 22px;
    margin: 0px;
    letter-spacing: 2px;
  }

  .call-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-left: 4px solid #fb3838;
    -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .footer-area .widget .widget-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .widget-newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #fb3838;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    outline: none;
    padding: 0px 8px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  .footer-area {
    padding-bottom: 0px;
  }

  .copyright {
    text-align: center;
  }

  .service-details h3 {
    color: #253242;
    font-size: 22px;
    font-weight: 600;
  }

  .service-details .sidebar-page .title h4 {
    font-size: 22px;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
  }

  .car-booking-right {
    margin-top: 30px;
  }

  .car-booking-right h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
  }

  .car-features ul {
    width: 50%;
  }
  .banner-header h1,
  .banner-header h4 {
    font-size: 32px;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .single-booking form p {
    margin-top: 0px;
  }

  .related-products .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
  }

  .footer-contact-link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px;
  }

  .footer-area {
    padding-bottom: 0px;
  }

  .footer-contact-links-divider {
    display: none;
  }

  .footer-contact-links-wrapper {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-contact-link-wrapper h4 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .links.dark.footer-contact-links {
    padding: 30px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pagination-wrap li a {
    background: #253242;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid #253242;
    border-radius: 100%;
    -webkit-transition:
      border-color 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    transition:
      border-color 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    transition:
      border-color 300ms ease,
      transform 300ms ease,
      background-color 300ms ease,
      color 300ms ease;
    transition:
      border-color 300ms ease,
      transform 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .related-products .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -25%;
    position: absolute;
    top: 52%;
    width: 20%;
  }

  .related-products .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -25%;
    position: absolute;
    top: 52%;
    width: 20%;
  }

  .order-summury-box {
    padding: 30px 30px;
  }

  .checkout-area .form-label {
    font-size: 14px;
    font-weight: 600;

    text-transform: capitalize;
  }

  .billing-input {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .post-image .date {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 50px;
    padding: 12px 0;
    color: #253242;

    line-height: 15px;
    text-align: center;
    z-index: 0;
  }

  .blog-page-right {
    margin-top: 70px;
  }

  .leave-comment form input {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
    font-size: 16px;
  }

  .leave-comment form textarea {
    border: 1px solid #646464;
    padding: 5px 10px;
    margin: 10px 0;
    color: #253242;
    width: 100%;
    height: 175px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 16px;
  }

  .product_search input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #253242;
    font-size: 16px;
  }

  .notfound-box h2 {
    font-size: 90px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 130px;
  }

  .notfound-box h3 {
    font-size: 22px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
  }

  .notfound-box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .login-box {
    width: 100%;
    padding: 30px 15px;
  }

  .contact-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
  }

  .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #253242;
    text-transform: capitalize;
  }

  .contact-form .form-control {
    border: 1px solid rgba(119, 119, 119, 0.35);
    color: #253242;
    box-shadow: none;
    font-size: 16px;
  }

  .contact-right {
    margin: 0px 0px;
    padding-top: 70px;
  }

  .call-box {
    background: url(../img/3.jpg) no-repeat scroll 0 0 / cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 20px 20px;
    z-index: 1;
    background-position: center;
  }

  .services2 .item .title h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    text-align: left;
  }

  .service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #253242;
    border-radius: 20px;
    z-index: 9;
    margin-top: 0px;
  }

  .payment img {
    float: right;
    margin-top: 10px;
  }

  .car-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #253242;
    font-weight: 500;
    font-size: 16px;
  }

  .form-select {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #646464;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  .custom-input {
    border-radius: 6px;
    padding: 12px 14px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .footer-middle-area .widget-area .widget {
    padding: 25px 0;
  }

  .footer-top-area {
    padding-top: 25px;
  }

  .product-details {
    padding: 0px 0px;
  }

  .single-booking form p input {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 6px;
    font-size: 16px;
  }

  .single-booking form p textarea {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 120px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 16px;
  }

  .zoom-img > a {
    background: #ec3322 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
  }

  .header_inn {
    margin: 0;
  }

  .main-header-area {
    padding: 0;
    background: transparent;
  }

  .header-area {
    background: #fff;
    position: relative;
    padding: 15px 0;
  }

  .hero-area {
    margin: 0;
  }

  .header_inn {
    padding: 15px 0;
    position: inherit;
  }

  .header_inn.sticky {
    padding: 15px;
  }

  .section-70 {
    padding: 50px 0px;
  }

  .footer-area {
    padding-bottom: 0px;
  }

  .banner-header {
    margin: 0;
  }

  .pb-70 {
    padding-top: 0;
  }

  .choose-right {
    margin-top: 30px;
  }

  .choose-right .col-lg-6:nth-child(2n + 1) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .price-filter {
    position: relative;
    z-index: 3;
    margin-top: 25px;
  }

  .menu-list {
    display: block;
  }

  .has-dropdown > a:before {
    display: none;
  }

  nav#menu > ul > li.active > ul.submenu {
    display: block;
    max-height: inherit;
  }
  .about-section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .header-top-area {
    display: none;
  }

  .header_inn {
    display: none;
  }

  .hero-heading {
    text-align: center;
    margin: 0 auto 70px;
  }

  .hero-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .hero-image {
    position: inherit;
    z-index: -1;
    left: 0px;
    content: "";
    top: 0px;
  }

  .hero-image img {
    width: 100%;
  }

  .field {
    margin: 10px 0px;
  }

  .field select {
    width: 100%;
    padding: 12px 0px;
    border: 1px solid #646464;
    border-radius: 4px;

    font-size: 16px;
  }

  .field label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .price-label {
    color: #646464;
    font-size: 16px;
  }

  .price-btn {
    position: relative;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 0px solid #fff;
    background: #fb3838;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 20px;
    width: 100%;
  }

  .search-form {
    margin-right: 0px;
  }

  .search {
    background: #fff;
    margin-top: 0px;
  }

  .search-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: inherit;
    z-index: 2;
    content: "";
    bottom: 0px;
  }

  .about-area {
    margin-top: 70px;
    text-align: center;
  }

  .about-area h3 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 600;
    color: #253242;
    line-height: 1.15;
  }

  .about-section .about-right {
    position: inherit;
  }

  .about-right .p1 {
    width: 100%;
    position: inherit;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .about-right .p2 {
    width: 100%;
    position: inherit;
    right: auto;
    top: auto;
    border-radius: 10px;
  }

  .stats {
    margin-top: 50px;
  }

  .stats h2 {
    font-size: 32px;
    margin: 10px;
    font-weight: bold;
    color: #253242;
  }

  .site-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
  }

  .item .content {
    width: 100%;
    padding: 20px;
    background: #253242;
    border-radius: 0 0 20px 20px;
  }

  .features span {
    color: #fff;
    font-size: 16px;
  }

  .item .content .cont .book .price {
    font-size: 22px;
    color: #fb3838;
    font-weight: 600;
  }

  .single-testimonial {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0px 10px;
    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;
    border: 1px solid #646464;
    border-radius: 5px;
  }

  .single-testimonial > img {
    background: #646464 none repeat scroll 0 0;
    border-radius: 50%;
    height: 80px;
    margin: 0px 0px 20px;
    padding: 3px;
    display: inline-block;
    width: 80px !important;
  }

  .testimonial-info {
    margin: 20px 10px;
    display: inline-block;
  }

  .testimonial-info > h3 {
    color: #253242;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
  }

  .driver-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
  }

  .driver-name p {
    margin-bottom: 15px;
  }

  .blog-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
  }

  .post-item {
    padding: 10px 10px 12px;
    background: #253242;
    margin: 10px 0px;
    position: relative;
    top: 0;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }

  .quick-links {
    float: left;
    width: 50%;
  }

  .icon-footer {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    background-color: #fb3838;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fb3838;
    border-radius: 100%;
  }

  .call-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-left: 4px solid #fb3838;
    -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .footer-area .widget .widget-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .widget-newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #fb3838;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    outline: none;
    padding: 0px 8px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  .copyright {
    text-align: center;
  }

  .footer-area {
    padding-bottom: 0px;
  }

  .service-details h3 {
    color: #253242;
    font-size: 22px;
    font-weight: 600;
  }

  .service-details .sidebar-page .title h4 {
    font-size: 22px;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
  }

  .car-booking-right {
    margin-top: 30px;
  }

  .car-booking-right h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
  }

  .car-features ul {
    width: 50%;
  }
  .banner-header h1,
  .banner-header h4 {
    font-size: 32px;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .single-booking form p {
    margin-top: 0px;
  }

  .related-products .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
  }

  .footer-contact-link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px;
  }

  .footer-contact-links-wrapper {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-contact-link-wrapper h4 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .links.dark.footer-contact-links {
    padding: 30px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pagination-wrap li a {
    background: #253242;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid #253242;
    border-radius: 100%;
    -webkit-transition:
      border-color 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    transition:
      border-color 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    transition:
      border-color 300ms ease,
      transform 300ms ease,
      background-color 300ms ease,
      color 300ms ease;
    transition:
      border-color 300ms ease,
      transform 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .related-products .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -25%;
    position: absolute;
    top: 52%;
    width: 20%;
  }

  .related-products .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -25%;
    position: absolute;
    top: 52%;
    width: 20%;
  }

  .order-summury-box {
    padding: 30px 30px;
  }

  .checkout-action {
    margin-top: 0px;
  }

  .social-icon {
    display: none;
  }

  .checkout-area .form-label {
    font-size: 14px;
    font-weight: 600;

    text-transform: capitalize;
  }

  .billing-input {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .post-image .date {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 50px;
    padding: 12px 0;
    color: #253242;
    line-height: 15px;
    text-align: center;
    z-index: 0;
  }

  .blog-page-right {
    margin-top: 70px;
  }

  .leave-comment form input {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
    font-size: 16px;
  }

  .leave-comment form textarea {
    border: 1px solid #646464;
    padding: 5px 10px;
    margin: 10px 0;
    color: #253242;
    width: 100%;
    height: 175px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 16px;
  }

  .product_search input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #253242;
    font-size: 16px;
  }

  .notfound-box h2 {
    font-size: 90px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 100%;
  }

  .notfound-box h3 {
    font-size: 22px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
  }

  .notfound-box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .login-box {
    width: 100%;
    padding: 30px 15px;
  }

  .contact-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
  }

  .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #253242;
    text-transform: capitalize;
  }

  .contact-form .form-control {
    border: 1px solid rgba(119, 119, 119, 0.35);
    color: #253242;
    box-shadow: none;
    font-size: 16px;
  }

  .contact-right {
    margin: 0px 0px;
    padding-top: 70px;
  }

  .call-box {
    background: url(../img/3.jpg) no-repeat scroll 0 0 / cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 20px 20px;
    z-index: 1;
    background-position: center;
  }

  .services2 .item .title h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    text-align: left;
  }

  .service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #253242;
    border-radius: 20px;
    z-index: 9;
    margin-top: 0px;
  }

  .payment img {
    float: right;
    margin-top: 10px;
  }

  .car-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #253242;
    font-weight: 500;
    font-size: 16px;
  }

  .form-select {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #646464;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  .custom-input {
    border-radius: 6px;
    padding: 12px 14px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .footer-middle-area .widget-area .widget {
    padding: 25px 0;
  }

  .footer-top-area {
    padding-top: 0;
  }

  .product-details {
    padding: 0px 0px;
  }

  .footer-area .social-icon a {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #646464;
    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;
    border-radius: 8px;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    color: #fff;
  }

  .lost-pass a {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    color: #253242;
    margin-right: 30px;
    font-size: 16px;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  }

  .checkbox label {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    color: #253242;
    margin-left: 5px;
    font-size: 16px;
  }

  .choose-right .col-lg-6:nth-child(2n + 1) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .choose-right {
    margin-top: 30px;
  }

  .price-filter {
    position: relative;
    z-index: 3;
    margin-top: 25px;
  }

  .item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
  }
  .product-details {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .call-area {
    padding-bottom: 0;
  }

  .header-top-area {
    display: none;
  }

  .header_inn {
    display: none;
  }

  .hero-area {
    padding: 50px 0px;
    padding-bottom: 20px;
  }

  .hero-heading {
    text-align: center;
    margin: 0 auto 70px;
  }

  .hero-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .hero-image {
    position: inherit;
    z-index: -1;
    left: 0px;
    content: "";
    top: 0px;
  }

  .hero-image img {
    width: 100%;
  }

  .booking-form {
    padding-top: 0px;
  }

  .field {
    margin: 10px 0px;
  }

  .field select {
    width: 100%;
    padding: 12px 0px;
    border: 1px solid #646464;
    border-radius: 4px;

    font-size: 14px;
  }

  .field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
  }

  .price-label {
    color: #646464;
    font-size: 16px;
  }

  .price-btn {
    position: relative;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0px solid #fff;
    background: #fb3838;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 20px;
    width: 100%;
  }

  .search-form {
    margin-right: 0px;
  }

  .search {
    background: #fff;
    margin-top: 0px;
  }

  .search-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: inherit;
    z-index: 2;
    content: "";
    bottom: 0px;
  }

  .about-section .about-right {
    position: inherit;
  }

  .section-title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #253242;
    text-transform: capitalize;
  }

  .about-right .p1 {
    width: 100%;
    position: inherit;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .about-right .p2 {
    width: 100%;
    position: inherit;
    right: auto;
    top: auto;
    border-radius: 10px;
  }

  .about-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #253242;
    margin-bottom: 20px;
  }

  .about-tab-buttons label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    background: #253242;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
  }

  .stats h2 {
    font-size: 28px;
    margin: 10px;
    font-weight: bold;
    color: #253242;
  }

  .stats i {
    font-size: 28px;
    color: #fb3838;
    margin-bottom: 10px;
  }

  .site-heading > h2 {
    font-size: 34px;
  }

  .item .content {
    width: 100%;
    padding: 20px;
    background: #253242;
    border-radius: 0 0 20px 20px;
  }

  .features span {
    color: #fff;
    font-size: 14px;
  }

  .item .content .cont .book .price {
    font-size: 22px;
    color: #fb3838;
    font-weight: 600;
  }

  .testimonial-card {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0px 10px;
    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;
    border: 1px solid #646464;
    border-radius: 5px;
  }

  .testimonials-section .site-heading > h2 {
    font-size: 34px;
  }

  .driver-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
  }

  .driver-name p {
    margin-bottom: 15px;
  }

  .comment-list h2,
  .leave-comment h2 {
    font-size: 22px;
  }

  .blog-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
  }

  .post-item {
    padding: 10px 10px 12px;
    background: #253242;
    margin: 10px 0px;
    position: relative;
    top: 0;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }

  .quick-links {
    float: left;
    width: 50%;
  }

  .icon-footer {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    background-color: #fb3838;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fb3838;
    border-radius: 100%;
  }

  .call-text h2 {
    font-size: 20px;
    margin: 0px;
    letter-spacing: 2px;
  }

  .call-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-left: 4px solid #fb3838;
    -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .footer-area .widget .widget-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .widget-newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #fb3838;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    outline: none;
    padding: 0px 8px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  .copyright {
    text-align: center;
  }

  .service-details h3 {
    color: #253242;
    font-size: 22px;
    font-weight: 600;
  }

  .service-details .sidebar-page .title h4 {
    font-size: 22px;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
  }

  .car-booking-right {
    margin-top: 30px;
  }

  .car-booking-right h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
  }

  .car-features ul {
    width: 50%;
  }
  .banner-header h1,
  .banner-header h4 {
    font-size: 32px;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .single-booking form p {
    margin-top: 10px;
  }

  .car-payment .payment .check {
    top: 10px;
  }

  .related-products .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
  }

  .footer-contact-link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px;
  }

  .footer-contact-links-wrapper {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pagination-wrap li a {
    background: #253242;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid #253242;
    border-radius: 100%;
    -webkit-transition:
      border-color 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    transition:
      border-color 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    transition:
      border-color 300ms ease,
      transform 300ms ease,
      background-color 300ms ease,
      color 300ms ease;
    transition:
      border-color 300ms ease,
      transform 300ms ease,
      background-color 300ms ease,
      color 300ms ease,
      -webkit-transform 300ms ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .related-products .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -25%;
    position: absolute;
    top: 52%;
    width: 20%;
  }

  .related-products .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -25%;
    position: absolute;
    top: 52%;
    width: 20%;
  }

  .order-summury-box {
    padding: 30px 30px;
  }

  .checkout-area .form-label {
    font-size: 14px;
    font-weight: 600;

    text-transform: capitalize;
  }

  .billing-input {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .post-image .date {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 50px;
    padding: 12px 0;
    color: #253242;
    line-height: 15px;
    text-align: center;
    z-index: 0;
  }

  .blog-page-right {
    margin-top: 70px;
  }

  .leave-comment form input {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
    font-size: 14px;
  }

  .leave-comment form textarea {
    border: 1px solid #646464;
    padding: 5px 10px;
    margin: 10px 0;
    color: #253242;
    width: 100%;
    height: 175px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px;
  }

  .product_search input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #253242;
    font-size: 14px;
  }

  .notfound-box h2 {
    font-size: 90px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
  }

  .notfound-box h3 {
    font-size: 22px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
  }

  .notfound-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .login-box {
    width: 100%;
    padding: 0px 15px;
  }

  .contact-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
  }

  .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #253242;
    text-transform: capitalize;
  }

  .contact-form .form-control {
    border: 1px solid rgba(119, 119, 119, 0.35);
    color: #253242;
    box-shadow: none;
    font-size: 14px;
  }

  .contact-right {
    margin: 0px 0px;
    padding-top: 70px;
  }

  .contact-right .social-icon a {
    width: 30px;
    height: 30px;
    background: #253242;
    border: 1px solid rgba(119, 119, 119, 0.35);
    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;
    border-radius: 5px;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;

    color: #fff;
  }

  .footer-area .social-icon a {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #646464;
    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;
    border-radius: 8px;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;

    color: #fff;
  }

  .call-box {
    background: url(../img/3.jpg) no-repeat scroll 0 0 / cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 20px 20px;
    z-index: 1;
    background-position: center;
  }

  .services2 .item .title h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    text-align: left;
  }

  .service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #253242;
    border-radius: 20px;
    z-index: 9;
    margin-top: 0px;
  }

  .item {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .payment img {
    float: right;
    margin-top: 10px;
  }

  .car-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #253242;
    font-weight: 500;
    font-size: 14px;
  }

  .form-select {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #646464;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  .custom-input {
    border-radius: 6px;
    padding: 12px 14px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .checkbox label {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    color: #253242;
    margin-left: 5px;
    font-size: 14px;
  }

  .footer-area .widget .widget-title {
    font-size: 22px;
  }

  .services2 .item .title h4 {
    font-size: 22px;
  }

  .service-details .sidebar-page .title h4 {
    font-size: 22px;
  }

  .service-details h3 {
    font-size: 22px;
  }

  .single-booking h3,
  .booking-right h3 {
    font-size: 22px;
  }

  .gallery-area .item-image .item-img-overlay h3 {
    font-size: 22px;
  }

  .products-widget h3 {
    font-size: 22px;
  }

  .cart-table-left h3,
  .order-summury-box h3 {
    font-size: 22px;
  }

  .blog-page-left .blog-text h3 {
    font-size: 22px;
  }

  .comment-list h2,
  .leave-comment h2 {
    font-size: 22px;
  }

  .sidebar-widget h3 {
    font-size: 22px;
  }

  .notfound-box h3 {
    font-size: 22px;
  }

  .lost-pass a {
    margin-right: 25px;
  }

  .contact-area .site-heading > h2 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .contact-right .social-icon a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .footer-contact-link-wrapper h4 {
    font-size: 22px;
  }

  .links.dark.footer-contact-links {
    padding: 30px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .offer-area .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    border-radius: 5px;
  }

  .offer-area .nav-pills .nav-link {
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px;
    margin: 0px 3px;
  }

  .nav-pills .nav-link {
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #253242;
    padding: 8px;
    margin: 0px 3px;
  }

  .widget-newsletter form {
    position: relative;
  }

  .widget-newsletter input {
    width: 100%;
  }

  .footer-area {
    padding-bottom: 0px;
  }

  .footer-contact-links-divider {
    display: none;
  }

  .social-icon {
    display: none;
  }

  .search-background {
    display: none;
  }

  .header-background {
    display: none;
  }

  .hero-heading h1 {
    font-size: 30px;
  }

  .choose-left ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .single-shop-page-btn ul {
    margin-left: 5px;
  }

  .checkout-action {
    margin-top: 0px;
  }

  .animated-btn {
    position: relative;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #fb3838;
    border: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition:
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
    transition:
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
  }

  .choose-right .col-lg-6:nth-child(2n + 1) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .choose-right {
    margin-top: 30px;
  }

  .price-filter {
    position: relative;
    z-index: 3;
    margin-top: 25px;
  }
  .booking-right {
    margin-top: 30px;
  }
  .order-summury-box {
    padding: 0;
    margin-top: 30px;
  }
  .checkout-action {
    margin-top: 20px;
  }
  .contact-right {
    padding-top: 30px;
  }
  .login-box {
    padding: 30px;
  }
}
