.trip-duration p,
li,
ol,
ul {
  margin: 0;
}
.btn-primary,
.btn-secondary,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-Lato);
}
.experiences-post-label,
.specific-post-detail {
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
  text-align: center;
}
@font-face {
  font-family: Lato;
  src: url("https://www.africantravel.com/assets/css/Lato-Black.woff2")
    format("woff2");
  font-weight: 900;
}
@font-face {
  font-family: Lato;
  src: url("https://www.africantravel.com/assets/css/Lato-Regular.woff2")
    format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: Lato;
  src: url("https://www.africantravel.com/assets/css/Lato-Bold.woff2")
    format("woff2");
  font-weight: 700;
}
iframe,
img {
  max-width: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--text-color);
}
.contact-detail ul li a:hover,
a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--primary);
}
.external_link:hover,
a,
a:hover,
p a:hover {
  text-decoration: none;
}
.card-header a:after,
.nav > li.nav-item.dropdown span {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.article-media-list .enquire-button,
.h2l-blurb .img-left.img-adj + :after,
.h2l-blurb .img-right.img-adj + :after,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  clear: both;
}
.contact-detail ul,
.country-wrap,
.footer-links ul,
.itinerary-detail ul,
.nav {
  list-style: none;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.banner-inner,
img {
  vertical-align: middle;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
.nav > li > a,
strong {
  font-weight: 700;
}
a img {
  border: 0;
}
img {
  border: 0;
  height: auto;
}
:focus {
  outline: 0;
}
:root {
  --primary: #839c4f;
  --secondary: #695b4c;
  --white-color: #fff;
  --dark-gray: #1d1d1d;
  --light-gray: #fafafa;
  --black-color: #000;
  --blue-color: #105dab;
  --text-color: #555555;
  --font-family-Lato: "Lato", arial, sans-serif;
  --btn-hover: #718842;
  --btn-secondary: #ffffff;
  --btn-secondary-hover: #ffe6d8;
  --transition: all 0.5s;
}
body {
  background: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
p {
  padding: 0 0 24px;
  font-weight: 400;
  line-height: 34px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
.result-count,
h4 {
  font-size: 32px;
}
.btn-primary,
.btn-secondary {
  font-size: 23px;
  line-height: 1;
  transition: var(--transition);
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  outline: 0;
}
.enquire-frm-toggle.atg-artical-page h3,
h5 {
  font-size: 24px;
}
h6 {
  font-size: 22px;
}
::-webkit-input-placeholder {
  color: #5d5d5d;
  font-weight: 600;
}
::-moz-placeholder {
  color: #5d5d5d;
  font-weight: 600;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #5d5d5d;
  font-weight: 600;
  opacity: 1;
}
:-moz-placeholder {
  color: #5d5d5d;
  font-weight: 600;
  opacity: 1;
}
.btn-primary {
  padding: 20px 35px;
  background: var(--primary);
  color: var(--white-color);
  border: none;
  border-radius: 50px;
}
.btn-primary:hover {
  background: var(--btn-hover);
  color: var(--white-color);
}
.btn-secondary {
  padding: 15px 35px;
  background: var(--white-color);
  color: var(--black-color);
  border: 1px solid #000;
  border-radius: 50px;
}
.btn-secondary:hover {
  background: var(--btn-secondary-hover);
  color: var(--primary);
}
.wapper {
  padding: 75px 0 0;
}
.container,
.container-md {
  padding: 0 20px;
  margin: 0 auto;
}
.container {
  max-width: 1468px;
}
.container-md {
  max-width: 1340px;
}
.sticky-top {
  position: static;
}
.navbar-inverse {
  background-color: #6a594a;
  border-color: #6a594a;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 50px;
  margin-bottom: 22px;
  padding: 0;
}
.article-body .img-center,
.article-body .img-left,
.article-body .img-right,
.article-body [align="center"],
.itinerary-img,
.nav > li,
.nav > li > a,
.place-img,
.step-container {
  position: relative;
}
.google_reviews-slider.slick-slider,
.nav,
.searchbox {
  margin-bottom: 0;
}
.breadcrumb ul,
.connect-btn-row,
.date-heading-container,
.experiences-slider .slick-track,
.main-menu,
.member-box,
.social-link ul {
  display: flex;
}
.navbar-nav {
  flex-direction: inherit;
}
.navbar-brand {
  height: 50px;
  display: block;
  padding: 0;
}
.top-gb-70 {
  top: 70px !important;
  transition: top 0.25s;
}
.navbar-brand-img {
  margin-top: -49px;
  transition: margin-top 15ms ease-in;
}
.main-menu .nav > li.nav-item > .nav-link {
  text-transform: uppercase;
}
.af-profile-details,
.itinerary-detail ul li h5,
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.nav {
  padding-left: 0;
}
.nav > li > a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 14px 11px;
}
.nav > li.active > a,
.nav > li:hover > a,
.qty-container .qty-btn-plus {
  background: var(--primary);
}
.nav > li.nav-item.dropdown span {
  display: inline-block;
  font: 15px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  color: #fff;
}
.nav > li.nav-item.dropdown span:after {
  content: "\f107";
  font-size: 15px;
  position: relative;
  z-index: 99;
}
.nav > li.nav-item.dropdown > a {
  position: relative;
  padding-right: 28px !important;
}
.nav > li.nav-item.dropdown .dropdown-menu {
  min-width: 220px;
  padding: 0;
  border-radius: 0 0 10px 10px;
  border: none;
  background: #695b4c;
  z-index: 99999999999;
  position: absolute;
}
.nav > li.nav-item.dropdown .dropdown-menu li a {
  padding: 10px 15px;
  color: #fff;
  border-bottom: 1px solid #ddd6cb;
}
.nav > li.nav-item.dropdown .dropdown-menu li.active a,
.nav > li.nav-item.dropdown .dropdown-menu li:hover a,
.nav > li.nav-item.dropdown .list-group-item:hover {
  color: #fff;
  background: #b7c49c;
}
.nav > li.nav-item.dropdown .safari-experiences-menu {
  width: 720px;
  background: #fff;
  padding: 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.nav > li.nav-item.dropdown .list-group {
  border-radius: 0;
}
.nav > li.nav-item.dropdown .list-group-item {
  background: #695b4c;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #ddd6cb;
}
.safari-experiences-menu .menu-contry,
.vanilla-calendar-controls {
  padding: 20px;
}
.navbar-nav-utils {
  display: flex;
  align-items: center;
}
.nav-item-search {
  align-self: flex-start;
}
.navbar-search {
  position: static;
  min-width: 50px;
  height: 1px;
}
.searchbox {
  position: relative;
  padding: 9px 10px 8px;
  background-color: #6a594a;
  transition: none;
  min-width: 50px;
  width: 0;
  overflow: hidden;
}
.searchbox-open {
  position: absolute;
  right: 0;
  width: 220px;
}
.searchbox-open .searchbox-input {
  border-color: #fff;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 2px 30px 2px 10px;
  color: #fff;
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  font-size: 16px;
}
.searchbox-icon,
.searchbox-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 14px 5px;
  line-height: 22px;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: 0 0;
  font-size: 14px;
}
.btn-fancy {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  border-bottom: 2px solid var(--primary);
  text-align: center;
  min-width: 178px;
  padding: 5px 10px !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px !important;
}
.enquire-frm-toggle {
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 360px;
  background: #6a594a;
  display: none;
}
.enquire-frm-inner {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.enquire-frm-toggle h3 {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 20px;
  font-size: 20px;
  color: #555;
}
.enquire-frm-toggle a,
.enquire-frm-toggle input[type="submit"],
.ycbm_button {
  border-radius: 6px !important;
  height: auto;
  padding: 12px 40px !important;
  color: #fff;
  border: 1px solid var(--primary);
  text-align: center;
  width: 100%;
  display: block;
  background: var(--primary);
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  text-decoration: none;
}
.mobile-agents-btn,
.navbar-nav > li > a.agents-btn {
  height: auto;
  color: #333;
  width: 100%;
  background: #fff;
  text-decoration: none;
}
.enquire-frm-toggle a:hover,
.enquire-frm-toggle input[type="submit"]:hover,
.ycbm_button:hover {
  color: #fff;
  background-color: #718742 !important;
}
.ycbm_button div {
  line-height: 24px !important;
  height: auto !important;
  font-size: 18px !important;
  font-weight: 600;
  font-family: var(--font-family-Lato) !important;
}
.enquire-frm-toggle p {
  display: flex;
  align-items: center;
  color: #555;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
}
.cover-container h1,
.mobile-agents-btn,
.navbar-nav > li > a.agents-btn {
  font-weight: 600;
  text-align: center;
}
.enquire-frm-toggle p img {
  max-width: 28px !important;
  margin: 0 10px 0 0 !important;
}
.enquire-frm-inner .img-center {
  line-height: normal;
}
.navbar-nav > li.nav-item-agents {
  padding-right: 15px;
}
.navbar-nav > li > a.agents-btn {
  border-radius: 6px;
  padding: 4px 10px;
  border: 1px solid #fff;
  margin: 0;
  display: block;
  font-size: 16px;
  text-transform: none !important;
}
.mobile-agents-btn {
  border-radius: 6px;
  padding: 5px 15px;
  border: 1px solid #fff;
  margin: 0;
  font-size: 16px;
  display: inline-block;
}
.sticky-nav {
  z-index: 1;
  background: #6a594a;
  padding: 15px;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
  order: 2;
  display: none;
}
.article-arrow,
.navbar-toggle {
  background-color: #fff0;
  background-image: none;
}
.sticky-nav .btn-fancy {
  display: block;
  min-width: 110px;
  margin: 0 0 8px;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff0;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0 10px 0 20px;
  border: 1px solid #fff0;
  border-radius: 4px;
  width: 66px;
}
.navbar-fixed-top .navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 0.15);
}
.h2l-blurb .img-left.img-adj img,
.h2l-blurb .img-right.img-adj img,
.navbar-fixed-top .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
  width: 34px;
  height: 3px;
  display: block;
  border-radius: 1px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.btn-fancy .enquiry-start-txt,
.country-wrap input[type="checkbox"],
.experiences-post
  .experiences-post-label:not(.heading).active
  .experiences-heading,
.experiences-post
  .experiences-post-label:not(.heading):hover
  .experiences-heading,
.h2l-blurb h1.article-header:first-child,
.h2l-blurb-summary .article-header:first-of-type,
.hide-logo,
.icon-close,
.navbar-nav-utils > li.nav-item:hover .btn-fancy .enquiry-txt,
.specific-post .specific-post-detail:not(.heading).active .media-heading,
.specific-post .specific-post-detail:not(.heading):hover .media-heading,
.step {
  display: none;
}
.scrolled .top-gb-70 {
  top: 0 !important;
}
.scrolled .navbar-brand-img {
  margin-top: -2px;
}
.banner {
  display: table;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  table-layout: fixed;
  margin-bottom: 50px;
}
.banner-inner {
  display: table-cell;
  position: relative;
}
.banner .showcase {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  z-index: -1;
  height: 100vh;
}
.banner .showcase .slick-list,
.banner .showcase .slick-slide > div,
.banner .showcase .slick-track,
.banner .showcase .slide-bg,
.itinerary-img {
  height: 100%;
}
.carousel-autoplay-pager .slick-arrow {
  text-indent: 0 !important;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.inner.cover {
  padding-top: 170px;
  padding-bottom: 170px;
  margin-bottom: -170px;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
}
.inner {
  padding: 30px;
}
.carousel-autoplay-pager {
  position: relative;
  top: 100px;
}
.scroll-down {
  display: inline-block;
  position: relative;
}
.scroll-down.active:not(:hover) {
  bottom: 5%;
  -webkit-animation: 2.25s 0.5s infinite bounce;
  animation: 2.25s 0.5s infinite bounce;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.carousel-autoplay-pager .article-arrow:not(:hover),
.social-link ul li a:hover {
  opacity: 0.9;
}
.carousel-autoplay-pager .article-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
}
.article-arrow,
.industry-affiliation-block .col-md-6:last-child {
  border: none;
}
.article-arrow-orange .svg-arrow {
  fill: var(--primary) !important;
  fill: #f26522;
}
.slide.slide-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
}
.cover-container h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
}
.scroll-down .text-primary {
  color: var(--primary) !important;
  font-size: 46px;
}
.scroll-down .fa-inverse {
  z-index: 99;
  line-height: 50px;
}
.about-block,
.blog-experiences,
.content-block,
.faq-page {
  padding: 0 0 50px;
}
.about-content {
  margin: 0 auto;
  width: 100%;
  height: 170px;
  overflow: hidden;
  color: #fff0;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  padding-bottom: 70px;
}
.about-content h1 {
  padding: 0 0 10px;
  text-align: center;
}
.about-content h2,
.about-content h4,
.country-specific-block .about-content h2,
.how-we-work h2,
.industry-affiliation-block h2,
.result-post h4 {
  padding: 0 0 10px;
}
.about-content ol,
.about-content ul,
.contact-detail ul li,
.costs-include-colum ul,
h3.adj-left {
  padding: 0 0 20px;
}
.about-content li {
  color: var(--text-color);
  padding: 0 0 10px;
}
.destinations-botswana-block .about-content h1,
.step_calendar .box-container {
  padding-top: 0;
}
.about-content.expand {
  height: auto !important;
}
.readmore-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #00f;
  font-weight: 700;
  font-size: 16px;
  padding-top: 0;
  background-image: linear-gradient(to bottom, #fff0 0, rgb(255 255 255) 80%);
  z-index: 9;
}
.readmore-link:before {
  background: url(assets/images/expend-arrow.svg) 0 0/23px auto no-repeat;
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  z-index: 99999;
  bottom: -16px;
  margin: 0 auto;
  transform: translate(0, -50%);
  left: 50%;
}
.readmore-link.expand:before {
  transform: rotate(180deg);
  bottom: 0;
}
.content-block.about-botswana {
  padding-bottom: 0;
}
.safari-experiences-block .container {
  max-width: 1398px;
}
.country-specific-block h2,
.footer-links,
.safari-experiences-block h2 {
  text-align: center;
  padding: 0 0 40px;
}
.experiences-slider .slick-slide {
  margin: 0 -20px;
}
.experiences-slider .slick-center .experiences-post {
  transform: scale(1);
  border-radius: 10px;
}
.experiences-slider .experiences-post {
  transition: 0.3s;
  bottom: 0;
  transform: scale(0.8);
  border-radius: 10px;
  overflow: hidden;
}
.experiences-slider .experiences-post img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0;
}
.experiences-post-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  width: 100%;
  height: 100%;
}
.experiences-post-label h4 {
  color: #fff;
  font-size: 20px;
}
.experiences-post-label a {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--white-color);
  position: relative;
  z-index: 999;
}
.experiences-post-label:hover,
.specific-post-detail:hover {
  background-color: rgb(131 156 73 / 0.65);
}
.experiences-post-label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.24);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 10px;
}
.experiences-summry,
.media-summary {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: none;
}
.experiences-summry p,
.media-summary p {
  line-height: 20px;
  color: #fff;
  padding: 0;
}
.experiences-post
  .experiences-post-label:not(.heading).active
  .experiences-summry,
.experiences-post .experiences-post-label:not(.heading).active .media-read,
.experiences-post
  .experiences-post-label:not(.heading):hover
  .experiences-summry,
.experiences-post .experiences-post-label:not(.heading):hover .media-read,
.specific-post .specific-post-detail:not(.heading).active .media-read,
.specific-post .specific-post-detail:not(.heading).active .media-summary,
.specific-post .specific-post-detail:not(.heading):hover .media-read,
.specific-post .specific-post-detail:not(.heading):hover .media-summary {
  display: block;
  font-weight: 300;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  font-size: 26px;
  padding: 0;
  color: #fff;
  border-radius: 100%;
  z-index: 999;
  text-indent: -99999px;
  border: none;
}
.day-plan-post,
.result-post {
  border-bottom: 1px solid #ccc;
}
.slick-arrow.slick-prev {
  background: url(assets/images/slide-arrow-pre.svg) 50% 50%/19px auto no-repeat;
  left: -36px;
}
.slick-arrow.slick-next {
  background: url(assets/images/slide-arrow-next.svg) 50% 50%/19px auto
    no-repeat;
  right: -36px;
}
.country-specific-block {
  padding: 90px 0 70px;
}
.specific-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.specific-post {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.specific-row .slick-slide > div {
  padding: 5px;
}
.specific-post-img img {
  border-radius: 10px;
  min-height: 164px;
  object-fit: cover;
  width: 100%;
  height: 234px;
}
.specific-post-detail {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 32px;
  height: 100%;
  border-radius: 10px;
  width: 100%;
}
.af-date,
.af-name {
  font-size: 16px !important;
}
.specific-post-detail h4 {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
}
.specific-post-detail a {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}
.specific-post-detail:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.24);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 15px;
}
.content-block .specific-post-detail h4 {
  font-size: 20px;
}
.review-block {
  padding: 15px 0 50px;
  background: #dfe7d1;
}
.review-block h2 {
  text-align: center;
  padding: 0 0 20px;
}
.review-block-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 50px 110px 50px 50px;
}
.review-block-right {
  width: calc(100% - 450px);
  flex: 1;
}
.af-review-item {
  padding: 0 8px;
}
.af-review-header {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 0 10px;
}
.af-inner,
.destinations-botswana-block .specific-row .slick-slide > div {
  padding: 15px;
}
.af-profile-img img {
  max-width: 40px;
  display: block;
}
.af-inner {
  background: #695b4c;
  border-radius: 10px;
}
.af-name {
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.af-date {
  color: #fff;
  opacity: 0.5;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 32px;
  font-family: Times;
  line-height: 1;
  padding: 0 0 10px;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.af-review-content {
  line-height: 20.3px !important;
  color: #fff;
  height: 81.2px !important;
  font-size: 16px !important;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px !important;
}
.af-review-content img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}
.af-review-content::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}
.af-review-content::-webkit-scrollbar-track {
  background: rgb(201 201 201 / 0.3);
}
.af-review-content::-webkit-scrollbar-thumb {
  background: rgb(174 174 174 / 0.9);
}
.af-review-content::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8;
}
.external_link {
  color: #555 !important;
}
.external_link:focus-visible {
  outline: 0;
}
.external_link:focus {
  outline: 0;
  text-decoration: none;
}
.af-footer {
  text-align: center;
  width: 450px;
  flex: 0 0 450px;
}
.based-text {
  padding: 5px 10px 12px;
  font-size: 24px;
  font-weight: 700;
}
.af-rating-text strong {
  font-size: 52px;
  color: #f3703a;
}
.af-large-logo img {
  height: 30px;
}
.af-footer .Stars {
  padding: 0;
  font-size: 52px;
}
.connect-block {
  background: #839c4f;
  margin-top: 20px;
}
.connect-block .container {
  max-width: 1080px;
}
.connect-btn-row a {
  color: #fff;
  padding: 20px 40px;
  height: 69px;
}
.connect-btn-row a:hover {
  background: var(--btn-hover);
}
.social-link {
  display: flex;
  justify-content: flex-end;
}
.about-list-block .about-list .row,
.brand-block ul {
  align-items: center;
}
.social-link ul li {
  padding: 8px;
}
.social-link ul li a img {
  width: 52px;
}
.brand-block {
  padding: 20px 0;
  background: #fff;
}
.brand-block h5 {
  font-size: 16px;
  text-align: center;
  padding: 0 0 30px;
}
.brand-block ul,
.footer-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-block ul li {
  padding: 10px;
}
.brand-block ul li a img {
  height: 65px;
  object-fit: cover;
}
footer {
  background: var(--secondary);
  padding: 30px 0 90px;
}
.footer-links h5 {
  color: #ebe5d9;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.day-plan-slider .place-img,
.footer-links ul li,
.industry-affiliation-block .industry-data {
  padding: 0 10px;
}
.footer-links ul li a {
  font-size: 20px;
  color: #e0ddd2;
}
.footer-copyright a:hover,
.footer-links ul li a:hover {
  color: #aa9d7d;
}
.footer-links.footer-cat-link ul li a {
  font-size: 17px;
}
.footer-copyright {
  font-size: 17px;
  text-align: center;
  color: #ebeee7;
}
.footer-copyright a {
  color: #e0ddd2;
  font-size: 17px;
}
.banner.inner-page-banner {
  height: auto;
  min-height: auto;
}
.inner-page-banner .banner-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.breadcrumb {
  padding: 25px 0;
}
.breadcrumb ul li {
  background: url(assets/images/breadcrumb-arrow.png) 100% 50% no-repeat;
  padding: 0 12px 0 0;
  margin: 0 0 0 7px;
}
.breadcrumb ul li:last-child {
  background: 0 0;
}
.about-page-top {
  text-align: center;
  padding: 0;
}
.about-page-top h1 {
  font-weight: 900;
  padding: 0 0 40px;
}
.about-list-block {
  padding: 50px 0 100px;
}
.about-list-block .about-list {
  padding: 20px 0;
}
.about-list-block .about-list .row .col-md-6 {
  padding: 0 25px;
}
.about-list-block .about-list:nth-child(odd) {
  background-color: #e8e6e4;
}
.about-list-block .about-list-img {
  padding: 0 24px;
}
.about-list-block .about-list-img img {
  border-radius: 100%;
  width: 320px;
  height: 320px;
}
.about-list-detail h5,
.itinerary-detail ul li,
.result-post p {
  padding: 0 0 15px;
}
.about-list-detail p {
  font-size: 18px;
  padding-bottom: 0;
  line-height: 28px;
}
.about-list-block .about-list:nth-child(odd) .about-list-img img,
.article-arrow.next {
  float: right;
}
.about-list-block .about-list:nth-child(odd) .row .col-md-6:first-child {
  order: inherit;
}
.about-list-block .about-list:nth-child(2n) .row .col-md-6:first-child {
  order: 1;
}
.about-list-block .about-list:nth-child(2n) .about-list-detail,
.h2l-blurb .img-left {
  text-align: right;
}
.box-container,
.contact-block h1,
.homepage .about-content,
.how-we-work,
.next-button,
.step h2,
.step-title h3 {
  text-align: center;
}
.how-we-work .container {
  max-width: 1125px;
  border-top: 1px solid #cecece;
  padding-top: 40px;
  padding-bottom: 40px;
}
.how-we-work p {
  max-width: 960px;
  line-height: 26px;
  font-size: 18px;
  margin: 0 auto;
}
.industry-affiliation-block .container {
  max-width: 1125px;
}
.industry-affiliation-block p {
  max-width: 815px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
}
.industry-affiliation-block {
  text-align: center;
  background: #e1dedb;
  padding: 25px 0;
}
.industry-affiliation-block .col-md-6 {
  border-right: 1px solid #fff;
}
.industry-affiliation-block .industry-data a {
  color: #f26522;
  font-weight: 700;
}
.destinations-botswana-block {
  background: #e1dedb;
  margin: 50px 0 0;
  padding: 50px 0 80px;
}
.destinations-botswana-block .about-content {
  height: 210px;
}
.destinations-botswana-block .readmore-link {
  background-image: linear-gradient(to bottom, #fff0 0, rgb(225 222 219) 80%);
}
.faq-page .container {
  max-width: 960px;
}
.faq-page .card {
  margin: 0 0 10px;
  border-radius: 6px;
  overflow: hidden;
}
.faq-page .card-header {
  background: #6a594a;
  padding: 0;
  text-align: left;
}
.faq-page .card-header a,
.faq-page .card-header a:focus {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #fff;
  padding: 12px 20px;
  border: none;
}
.card-body,
.results-form p {
  font-size: 18px;
}
.card-header a.collapsed:after {
  content: "\f055";
}
.card-header a:after {
  display: inline-block;
  font: 700 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 16px;
  right: 20px;
}
.card-header a:not(.collapsed):after {
  content: "\f056";
  color: var(--primary);
}
.contact-block h1 {
  padding: 0 0 35px;
}
.contact-area {
  background: #e8e6e4;
  padding: 25px 0;
}
.content-block h1,
.search-page {
  text-align: center;
  padding: 0 0 50px;
}
.contact-area .row {
  max-width: 750px;
  margin: 0 auto;
  align-items: center;
}
.contact-detail ul li a {
  display: flex;
  align-items: flex-start;
  color: #555;
  font-size: 18px;
}
.contact-detail ul li a i.contact-icon {
  width: 50px;
  flex: 0 0 50px;
  text-align: center;
}
.contact-detail ul li span {
  line-height: 30px;
}
.enquire-frm-toggle.enquire-frm-toggle-page {
  position: static;
  display: block;
}
.content-block h6 {
  padding: 0 0 15px;
  color: var(--primary);
}
.content-block img {
  margin: 0 0 30px;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}
.content-block h4 {
  font-size: 27px;
  padding: 20px 0 15px;
}
.content-block h2 {
  padding: 10px 0 25px;
}
.enquire-frm-toggle.atg-blog-frm-toggle-page {
  position: static;
  display: block;
  margin: 0 auto;
}
.article-media-list .img-left img,
.article-media-list .img-right img,
.content-block .row {
  margin-bottom: 30px;
}
.content-block .specific-row {
  margin-bottom: 50px;
}
.content-block .specific-post img {
  margin: 0;
  height: 234px;
}
.adj-left,
.result-block,
h3.adj-left {
  text-align: left;
}
.search-page .container {
  max-width: 920px;
}
.day-plan-slider,
.search-page h1 {
  padding: 0 0 30px;
}
.search-field {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
}
.search-field label {
  font-size: 18px;
  flex: 0 0 110px;
}
.search-input {
  flex: 1;
  position: relative;
  padding: 0 0 0 10px;
}
.search-input input[type="text"] {
  padding: 10px;
  height: 40px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  box-shadow: inset 0 0 2px rgb(0 0 0 / 0.3);
}
.search-input input[type="submit"] {
  background: url(assets/images/search-icon.png) 50% 50%/20px auto no-repeat;
  padding: 10px;
  width: 44px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  border: none;
  right: 0;
  border-left: 1px solid #b5b5b5;
}
.contact-details,
.qty_outer,
.search-phrase {
  padding: 50px 0 0;
}
.search-phrase p {
  line-height: 26px;
}
.result-block {
  padding: 30px 0;
}
.result-list {
  padding: 50px 0;
}
.result-post {
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.article-body .img-right .caption,
.img-left {
  padding-right: 20px;
}
.result-post a:hover {
  text-decoration: underline;
}
.safari-honeymoon-block .about-content h6 {
  padding: 0 0 25px;
  color: var(--primary);
}
.safari-honeymoon-block .about-content {
  height: 170px;
}
.article-arrow.prev,
.img-left {
  float: left;
}
.img-right {
  float: right;
  padding-left: 20px;
}
.article-body .img-left .caption-body {
  margin-left: auto;
  margin-right: 20px;
}
.article-body .img-right .caption-body {
  margin-right: auto;
}
.article-body .img-center .caption-body,
.article-body [align="center"] .caption-body,
.article-body p .caption-body {
  margin-left: auto;
  margin-right: auto;
}
.article-body .img-center .caption-body,
.article-body .img-left .caption-body,
.article-body .img-right .caption-body,
.article-body [align="center"] .caption-body,
.article-body p .caption-body {
  background-color: rgb(0 0 0 / 0.5);
  padding: 5px;
  font-weight: 300;
  display: block;
  font-size: 12px;
  max-width: 100%;
  line-height: 30px;
  border-radius: 0 0 15px 15px;
}
.article-body .img-center > a > img ~ .caption,
.article-body .img-center > img ~ .caption,
.article-body .img-left > a > img ~ .caption,
.article-body .img-left > img ~ .caption,
.article-body .img-right > a > img ~ .caption,
.article-body .img-right > img ~ .caption,
.article-body [align="center"] > a > img ~ .caption,
.article-body [align="center"] > img ~ .caption,
.article-body p > a > img ~ .caption,
.article-body p > img ~ .caption {
  position: absolute;
  text-align: left;
  display: block;
  bottom: 30px;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.article-body .img-center > a > img ~ .caption,
.article-body .img-center > img ~ .caption {
  bottom: 0;
}
.form-field .label,
.h2l-blurb .img-center > a,
.h2l-blurb .img-left > a,
.h2l-blurb .img-right > a,
.navbar-nav-utils > li.nav-item:hover .btn-fancy .enquiry-start-txt,
.step1 {
  display: block;
}
.h2l-blurb .img-left,
.h2l-blurb .img-right {
  width: 50%;
}
.h2l-blurb .img-left.img-adj,
.h2l-blurb .img-right.img-adj {
  width: auto;
}
.h2l-blurb .img-left.img-adj + :after,
.h2l-blurb .img-left.img-adj + :before,
.h2l-blurb .img-right.img-adj + :after,
.h2l-blurb .img-right.img-adj + :before {
  content: " ";
  display: table;
}
.h2l-blurb .img-left.img-adj-center,
.h2l-blurb .img-right.img-adj-center {
  width: 100%;
  float: none;
  text-align: center !important;
  padding: 0;
}
.h2l-blurb .img-left.img-adj-center > a > img,
.h2l-blurb .img-left.img-adj-center > img,
.h2l-blurb .img-right.img-adj-center > a > img,
.h2l-blurb .img-right.img-adj-center > img {
  margin-top: 25px;
  margin-bottom: 30px;
}
.h2l-blurb .img-center > a > img,
.h2l-blurb .img-center > img,
.h2l-blurb .img-left > a > img,
.h2l-blurb .img-left > img,
.h2l-blurb .img-right > a > img,
.h2l-blurb .img-right > img,
.h2l-blurb [align="center"] > a > img,
.h2l-blurb [align="center"] > img,
.h2l-blurb p > a > img,
.h2l-blurb p > img {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.h2l-blurb .img-center > img,
.h2l-blurb p > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.h2l-blurb .enquire-button {
  margin-top: 0;
  margin-bottom: 40px;
}
.h2l-blurb br + .enquire-button,
.h2l-blurb p > .enquire-button {
  margin-top: 40px;
  margin-bottom: 0;
}
.article-media-list .img-left + p {
  margin-bottom: 20px;
}
.article-media-list .img-left + p strong:first-child {
  display: inline-block;
  text-transform: inherit;
  margin-bottom: 5px;
}
.article-media-list .img-left + p:after {
  content: " ";
  display: table;
  clear: both;
}
.article-arrow {
  display: inline-block;
}
.article-arrow-gray-light .svg-arrow {
  fill: #777;
}
.article-arrow-white .svg-arrow {
  fill: #fff;
}
.h2l-blurb .img-center,
.tour-costs-colum strong {
  padding: 0;
}
p.adj-left {
  clear: none;
}
.article-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
.article-listing > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.brand-block .caption {
  display: none !important;
}
.itinerary-detail {
  background: var(--primary);
  padding: 40px 60px;
  border-radius: 15px;
  height: 100%;
}
.itinerary-detail h4 {
  color: #fff;
  padding: 0 0 20px;
}
.day-plan-post h2,
.day-plan-post h5 {
  padding: 0 0 15px;
  text-align: center;
}
.itinerary-detail ul li p {
  color: #fff;
  font-size: 20px;
  padding: 0;
  line-height: normal;
}
.itinerary-img img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.day-plan-slider .place-img img {
  width: 100%;
  min-height: 302px;
  object-fit: cover;
  border-radius: 10px;
}
.map-block {
  padding: 40px 0;
}
.iti,
.map-block img {
  width: 100%;
}
.day-plan-post {
  padding: 0 0 20px;
  margin: 0 0 35px;
}
.day-plan-post h2 {
  color: #839c4f;
  font-weight: 900;
}
.tour-costs-block {
  background: #e9e7e4;
  padding: 40px 0;
}
.enquire-frm-toggle.atg-artical-page {
  position: static;
  display: block;
  margin: 0 auto 0 20px;
  width: auto;
}
.enquire-frm-toggle.atg-artical-page p {
  font-size: 18px;
  padding: 10px 0;
}
.enquire-frm-toggle.atg-artical-page a {
  margin-top: 20px;
}
.costs-include-colum,
.tour-costs-colum {
  border-right: 1px solid #6a594a;
  padding: 0 30px;
  height: 100%;
}
.costs-include-colum h3,
.costs-include-colum h4,
.tour-costs-colum h3,
.tour-costs-colum h4 {
  font-size: 30px;
  font-weight: 900;
  padding: 0 0 20px;
  color: #6a594a;
}
.tour-costs-colum h5 {
  font-size: 22px;
  color: #6a594a;
}
.costs-exclude li,
.costs-include-colum li,
.costs-include-colum p,
.tour-costs-colum p {
  color: #6a594a;
  font-size: 18px;
  line-height: 26px;
}
.itinerary-img span.caption,
.place-img span.caption {
  position: absolute;
  bottom: 0;
  background: rgb(0 0 0 / 0.5);
  padding: 10px;
  color: #fff;
  font-size: 12px;
  width: auto;
  left: 0;
  margin: 0 10px;
  right: 0;
  border-radius: 0 0 10px 10px;
}
.itinerary-img span.caption {
  margin: 0;
  border-radius: 0 0 15px 15px;
}
.itinerary-img span.caption b,
.place-img span.caption b {
  font-weight: 400;
}
.site-header .container {
  max-width: 1180px;
}
.no_content_width {
  width: auto !important;
}
.destinations-botswana-block .about-content.destinations-no-content {
  height: auto;
  padding-bottom: 10px;
}
.content-block .article-listing .media-slide img {
  height: 234px;
}
.content-block .article-listing .media-slide a {
  display: block;
  position: relative;
}
.content-block .article-listing .media-slide a p {
  position: absolute;
  bottom: 30px;
  background: rgb(0 0 0 / 0.5);
  z-index: 999;
  width: 100%;
  padding: 6px 0;
  border-radius: 0 0 15px 15px;
  text-align: center;
  color: #fff;
  opacity: 1;
}
.page-title {
  text-align: center;
  padding: 0 0 10px;
}
.about-content.no_arrow {
  height: auto;
  padding-bottom: 0;
}
@media (min-width: 480px) and (max-width: 991px) {
  .article-listing .col-xs-lg-6 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .article-body .img-left .caption-body {
    margin-right: auto;
  }
  .h2l-blurb .img-left,
  .h2l-blurb .img-right {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .article-media-list .img-left img,
  .article-media-list .img-right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article-media-list .img-left img ~ .caption,
  .article-media-list .img-right img ~ .caption {
    bottom: 0 !important;
  }
  .article-listing {
    display: block;
    margin: 0;
  }
  .article-listing .col-xs-lg-6 {
    width: 100%;
  }
  .article-media-list .img-left,
  .article-media-list .img-right {
    float: none;
    padding: 0;
  }
}
@media (min-width: 991px) {
  .carousel-autoplay-pager .article-arrow.prev {
    left: -160px;
  }
  .carousel-autoplay-pager .article-arrow.next {
    right: -160px;
  }
}
@media (min-width: 992px) {
  .nav > li.nav-item.dropdown:hover .dropdown-menu,
  .navbar-nav-utils > li.nav-item:hover .enquire-frm-toggle {
    display: block;
  }
}
@media (min-width: 768px) {
  .mastfoot {
    position: absolute;
    bottom: 0;
  }
  .cover-container,
  .mastfoot {
    width: 700px;
  }
}
@media (max-width: 1600px) {
  body,
  h6 {
    font-size: 18px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  p {
    line-height: 28px;
  }
  .social-link ul li a svg {
    width: 42px;
  }
}
@media (max-width: 1468px) {
  .container,
  .container-md {
    padding: 0 15px;
    margin: 0 auto;
  }
  .container,
  .safari-experiences-block .container {
    max-width: 1200px;
  }
  .container-md {
    max-width: 1070px;
  }
  .nav > li > a {
    padding: 14px 8px;
    font-size: 14px;
  }
  .navbar-nav > li > a.agents-btn {
    padding: 4px 8px;
  }
  .content-block .article-listing .media-slide img,
  .specific-post-img img {
    height: 194px;
  }
}
@media (max-width: 1432px) {
  .slick-arrow.slick-prev {
    left: -8px;
  }
  .slick-arrow.slick-next {
    right: -8px;
  }
  .specific-row {
    padding: 0 20px;
  }
  .review-block-right .slick-arrow.slick-prev {
    left: -36px;
  }
  .review-block-right .slick-arrow.slick-next {
    right: -36px;
  }
}
@media (max-width: 1242px) {
  .experiences-slider .experiences-post img {
    height: 250px;
  }
}
@media (max-width: 1180px) {
  .navbar-nav > li > a.agents-btn {
    padding: 4px 8px;
  }
  .experiences-slider .experiences-post {
    transform: scale(0.7);
  }
  .af-footer {
    text-align: center;
    width: 320px;
    flex: 0 0 320px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .nav > li > a {
    padding: 14px 8px;
    font-size: 12px;
  }
  .btn-fancy {
    font-size: 14px !important;
  }
  .navbar-nav > li > a.agents-btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .container.active .sticky-nav,
  .navbar-fixed-top {
    background-color: #fff0;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .sticky-top {
    position: sticky;
  }
  .navbar-fixed-top {
    position: absolute;
  }
  .top-gb-70 {
    top: 0 !important;
  }
  .navbar-brand-img {
    margin-top: 0;
  }
  .container .main-menu {
    position: fixed;
    padding-top: 100px;
    right: -75%;
    width: 75%;
    bottom: 0;
    top: 0;
    background: #6a594a;
    transition: 0.25s ease-out;
    overflow-y: auto;
  }
  .container.active .main-menu {
    right: 0;
    display: block;
  }
  .sticky-nav {
    display: flex;
  }
  .container .main-menu .navbar-nav li.nav-item,
  .main-menu,
  .nav > li > a,
  .site-header .container.active .navbar-toggle .icon-close {
    display: block;
  }
  .container .main-menu .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    float: none;
    display: block;
  }
  .nav > li > a {
    padding: 14px 15px;
  }
  .navbar-nav > li.hide_phone,
  .navbar-nav > li.nav-item-agents {
    display: none !important;
  }
  .nav > li.nav-item.dropdown span {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .nav > li.nav-item.dropdown .dropdown-menu {
    width: 100%;
    position: static;
  }
  .nav > li.nav-item.dropdown .dropdown-menu .col-sm-4 {
    padding: 0 !important;
  }
  .searchbox {
    width: 100%;
  }
  .searchbox-input {
    border-color: #fff;
    font-size: 16px;
  }
  .enquire-frm-toggle {
    top: 50px;
    right: 0;
  }
  .breadcrumb,
  .carousel-autoplay-pager,
  .site-header .container.active .navbar-toggle .icon-bar {
    display: none;
  }
  .site-header .container.active .navbar-toggle .icon-close .fa-times-circle {
    font-size: 30px;
    color: #fff;
  }
  .destinations-botswana-block .specific-post-detail h4 {
    font-size: 20px;
  }
  .about-list-block {
    padding: 0 0 10px;
  }
  .about-page-top h1 {
    padding: 0 0 30px;
  }
  .about-list-block .about-list-img img {
    margin: 0 auto;
    display: block;
    width: 292px;
    height: 292px;
    float: none;
  }
  .about-list-block .about-list:nth-child(odd) .about-list-img img {
    float: none;
  }
}
@media (max-width: 359px) {
  .sticky-nav {
    padding: 10px 0 10px 10px;
    right: 10px;
  }
  .navbar-brand-img {
    padding-right: 36px;
  }
}
.step-block {
  padding: 200px 0;
  font-size: 16px;
}
.step-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.step-block-inner {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding-bottom: 120px;
}
.step h2 {
  font-weight: 900;
  margin: 0;
  padding: 40px 0 0;
  font-size: 20px;
}
.progress-bar-flex {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  bottom: 40px;
  left: 0;
  right: 0;
  position: absolute;
}
.box-button,
.country-wrap .country {
  display: inline-block;
  cursor: pointer;
}
.progress-bar-flex .progress-text {
  font-size: 15px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
}
.progress-bar-flex progress {
  color: #008b7b;
  height: 8px;
  width: 100%;
  background-color: #ececeb;
  border-radius: 10px;
  margin: 0;
}
.progress-bar-flex progress::-webkit-progress-bar {
  background-color: #dcd9d9;
  border-radius: 0.3125rem;
}
.progress-bar-flex progress::-webkit-progress-value {
  background-color: var(--primary);
  border-radius: 0.3125rem;
}
.progress-bar-flex progress::-moz-progress-bar {
  background-color: var(--primary);
  border-radius: 0.3125rem;
}
.step-title {
  background-color: #e6e6e6;
  border-radius: 10px 10px 0 0;
  height: auto;
  padding: 15px 0;
  position: absolute;
  width: 100%;
}
.step-title h3 {
  color: #2e2e2e;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.box-container {
  padding: 30px 60px 0;
}
.box-button {
  background-color: #fff;
  border: 1px solid #262f38;
  font-size: 18px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  flex: 1;
}
.box-button label {
  font-weight: 400;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.box-button input {
  opacity: 0;
  position: fixed;
  width: 0;
}
.box-button.active,
.box-button:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.step1 .data-box {
  max-width: 500px;
  margin: 0 auto;
}
.country-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 0;
}
.country-wrap li {
  margin: 0;
  padding: 0;
}
.country-wrap .country {
  border-radius: 5px;
  border: 1px solid #262f38;
  font-size: 18px;
  margin: 8px 12px;
  padding: 15px 25px;
  text-align: center;
  font-weight: 400;
}
.country-wrap .country:hover,
.country-wrap input[type="checkbox"]:checked + .country,
.country-wrap input[type="radio"]:checked + .country {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.next-button {
  border-radius: 10px;
  display: block;
  font-size: 18px;
  height: auto;
  padding: 12px 40px;
  color: var(--primary);
  border: 1px solid var(--primary);
  font-weight: 700;
  margin: 25px auto 0;
  max-width: 350px;
  background-color: #fff0;
}
.next-button:hover {
  background: var(--primary);
  color: #fff;
}
.is-disabled {
  background-color: #7f7e7e !important;
  border: 1px solid #7f7e7e;
  color: #fff;
  opacity: 0.3;
}
.back-button {
  align-items: center;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  background-color: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBjeD0iMTcuNTg1IiBjeT0iMTcuOTg5IiByPSIxNy4wMDMiIGZpbGw9IiNGNkY2RjYiLz4KICAgICAgICA8Y2lyY2xlIGN4PSIxNy41ODUiIGN5PSIxNy45ODkiIHI9IjE3LjAwMyIgZmlsbD0iI0Y2RjZGNiIgc3Ryb2tlPSIjMkUyRTJFIiBvcGFjaXR5PSIuMjk5Ii8+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjMkUyRTJFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yMC43NSAxMC43MDVsLTkuMDgyIDcuMjYyIDkuMDgxIDcuMzA2IiBvcGFjaXR5PSIuMjk5Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  height: 36px;
  left: 8px;
  top: 8px;
  width: 36px;
}
.contact-details-flex {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  justify-content: center;
  min-height: 100%;
  padding: 0 0 20px;
}
.contact-details-flex .flex-item {
  width: 50%;
  position: relative;
  padding: 0 15px;
}
.form-field .label {
  font-size: 16px;
  padding: 8px 0;
  text-align: left;
  margin: 0;
}
.contact-details-flex .flex-item input {
  border: 1px solid #262f38;
  border-radius: 5px;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  font-family: var(--font-family-Lato);
  font-size: 16.5px;
  background-position: calc(100% - 8px) !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  outline: 0;
}
.vue-tel-input {
  border-radius: 3px;
  display: flex;
  text-align: left;
}
.contact-details-flex .vti__dropdown {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
  margin-top: 0;
  position: relative;
}
.floating-label .label {
  color: #555;
  font-weight: 400;
  text-align: left;
  display: block;
}
#newsletterSubscribe {
  width: 18px;
  height: 18px;
  margin: 0;
}
.contact-details label {
  font-weight: 400;
  margin: 0 0 0 5px;
}
.contact-details-flex .flex-item.form-field {
  width: 100%;
  padding: 0;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  max-width: 45px;
  border: none;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  padding: 8px 10px;
  border: 1px solid var(--primary);
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  height: auto;
  background: 0 0;
}
.qty-container .qty-btn-minus img,
.qty-container .qty-btn-plus img {
  width: 18px;
}
.member-box label span {
  display: block;
  font-weight: 400;
}
.qty_outer label {
  font-weight: 500;
  padding: 0 10px 0 0;
}
.vanilla-calendar_multiple {
  margin: 0 auto;
}
.vanilla-calendar-day__btn,
.vanilla-calendar-week__day {
  font-size: 13px !important;
  padding: 7px 6px !important;
}
.vanilla-calendar-week__day {
  font-weight: 600 !important;
}
.vanilla-calendar-month,
.vanilla-calendar-year {
  font-size: 15px !important;
}
.vanilla-calendar-header {
  margin-bottom: 0 !important;
  padding: 10px 0;
}
.select-top,
.trip-duration {
  display: flex;
  max-width: 610px;
  margin: 0 auto;
}
.vanilla-calendar-day__btn_selected {
  background: var(--primary) !important;
}
.vanilla-calendar-arrow {
  background-color: var(--primary) !important;
  border-radius: 50%;
  color: #fff !important;
  position: relative;
}
.vanilla-calendar-arrow:hover {
  background-color: #008b7b;
}
.vanilla-calendar-column {
  border: 1px solid #000;
}
.select-top {
  justify-content: space-between;
  padding: 30px 0 0;
}
.date-heading-container .heading {
  font-size: 12px;
  padding-top: 3px;
}
.date-heading-container .date {
  font-size: 14px;
  color: var(--primary);
  padding: 0 0 0 6px;
  margin: 0;
}
.trip-duration {
  align-items: center;
  padding-top: 7px;
  font-size: 14px;
}
.trip-duration .circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: var(--primary);
}
.trip-duration .circle .number {
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
}
.country-wrap input[type="radio"] {
  opacity: 0;
  width: 0;
}
.data-box textarea {
  resize: none;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  height: 200px;
  resize: none;
}
.privacy_p {
  padding-top: 20px;
  font-size: 16px;
}
.errors-list,
.parsley-errors-list {
  text-align: left;
  color: #d9534f;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  font-size: 14px;
}
.input_how_many {
  padding: 30px 0 0;
}
.input_how_many label {
  font-weight: 400;
  display: block;
  padding: 0 0 5px;
}
.input_how_many input {
  max-width: 400px;
  border: 1px solid #262f38;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  font-size: 16px;
  outline: 0;
}
@media (max-width: 1200px) {
  .btn-fancy {
    min-width: auto;
  }
  .btn-fancy .enquiry-start-txt,
  .navbar-nav-utils > li.nav-item:hover .btn-fancy .enquiry-start-txt {
    display: none;
  }
  .navbar-nav-utils > li.nav-item:hover .btn-fancy .enquiry-txt {
    display: block;
  }
  .vanilla-calendar-day__btn,
  .vanilla-calendar-week__day {
    padding: 7px 5px !important;
  }
  .step h2 {
    padding: 50px 10px 0;
  }
  .qty_outer label {
    width: 88px;
  }
  .data-box .col-md-3,
  .data-box .col-md-4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box-button,
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }
  .cover-container h1,
  h2 {
    font-size: 32px;
  }
  .result-post h4,
  h3 {
    font-size: 28px;
  }
  .experiences-post-label,
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  .footer-links ul li a,
  h6 {
    font-size: 18px;
  }
  p {
    line-height: 26px;
  }
  .about-list-detail p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-links ul li {
    padding: 5px 10px;
  }
  .navbar-brand-img {
    height: 105px;
    object-fit: contain;
  }
  .af-footer {
    width: 100%;
    padding: 0 0 20px;
  }
  .experiences-slider,
  .specific-row {
    padding: 0 40px;
  }
  .contact-details-flex .flex-item,
  .review-block-right,
  .specific-post-img img {
    width: 100%;
  }
  .experiences-slider .slick-slide,
  .specific-row {
    margin: 0;
  }
  .experiences-slider .experiences-post {
    transform: scale(1);
    margin: 0;
  }
  .experiences-slider .slick-center .experiences-post {
    transform: scale(1);
  }
  .specific-post-detail {
    margin: 0;
    width: 100%;
  }
  .day-plan-slider.single-slide,
  .input_how_many,
  .search-page,
  .specific-row .specific-post {
    padding: 0;
  }
  .country-specific-block {
    padding: 50px 0;
  }
  .country-specific-block h2 {
    text-align: center;
    padding: 0 0 30px;
  }
  .review-block h2 {
    padding: 0 0 15px;
  }
  .review-block-row {
    display: block;
    padding: 50px 0;
  }
  .google_reviews-slider.slick-slider {
    padding: 0 50px;
  }
  .google_reviews-slider.slick-slider .slick-arrow.slick-prev {
    left: 8px;
  }
  .google_reviews-slider.slick-slider .slick-arrow.slick-next {
    right: 8px;
  }
  .connect-block {
    background: 0 0;
    padding: 18px 0;
  }
  .connect-btn-row,
  .search-field,
  .select-top {
    display: block;
  }
  .connect-btn-row a {
    background: #839c4f;
    display: block;
    margin: 0 0 8px;
    text-align: center;
    height: auto;
  }
  .social-link {
    justify-content: center;
  }
  .social-link svg path {
    fill: #3fa9f5 !important;
  }
  .about-list-detail {
    padding: 25px 0;
    text-align: center;
  }
  .about-list-block .about-list:nth-child(2n) .about-list-detail {
    text-align: center;
  }
  .about-list-block .about-list:nth-child(2n) .row .col-md-6:first-child {
    order: 0;
  }
  .enquire-frm-toggle.enquire-frm-toggle-page {
    position: static;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .search-field label {
    flex: 0 0 100%;
    padding: 0 0 10px;
  }
  .content-block,
  .qty_outer {
    padding: 20px 0 0;
  }
  .content-block h1 {
    padding: 0 0 20px;
  }
  .result-list {
    padding: 50px 0 0;
  }
  .about-block {
    padding: 20px 0;
  }
  .destinations-botswana-block .slick-arrow.slick-prev {
    left: -8px;
  }
  .destinations-botswana-block .slick-arrow.slick-next {
    right: -8px;
  }
  .experiences-slider .experiences-post img,
  .inner-page-banner .banner-img img,
  .specific-post-img img {
    height: 200px;
  }
  .costs-include-colum,
  .tour-costs-colum {
    border-right: none;
    padding: 0 0 20px;
  }
  .tour-costs-colum {
    padding-bottom: 0;
  }
  .day-plan-slider {
    padding: 0 30px;
  }
  .itinerary-detail {
    padding: 20px;
    margin-top: 30px;
  }
  .map-block {
    margin-top: 20px;
  }
  .itinerary-detail ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .content-block .specific-post img {
    height: 164px;
  }
  .day-plan-slider .place-img img {
    min-height: 200px;
  }
  .itinerary-img span.caption,
  .place-img span.caption {
    display: block !important;
  }
  .day-plan-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .banner {
    margin-bottom: 20px;
  }
  .itinerary-img img {
    position: relative;
  }
  .day-plan-slider {
    padding-bottom: 15px;
  }
  .about-content,
  .safari-honeymoon-block .about-content {
    height: 140px;
  }
  .box-container {
    padding: 20px;
  }
  .country-wrap .country {
    font-size: 13px;
    padding: 6px 10px;
    margin: 5px 5px 0 0;
  }
  .vanilla-calendar_multiple {
    width: 304px !important;
  }
  .progress-bar-flex {
    width: 74%;
  }
  .member-box label {
    width: 80px;
  }
  .qty_outer .col-md-4 {
    margin-bottom: 40px;
  }
  .enquire-frm-toggle {
    width: 300px;
    top: 52px;
  }
  .select-top,
  .trip-duration {
    max-width: 280px;
  }
  .box-button label {
    height: 100px;
  }
  .contact-details-flex {
    padding: 0;
    display: block;
  }
  .contact-details-flex .flex-item.form-field {
    padding: 0 0 10px;
  }
  .vanilla-calendar-day__btn,
  .vanilla-calendar-week__day {
    padding: 7px 6px !important;
  }
  .step-block {
    padding: 150px 0;
  }
  .step h2 {
    padding: 30px 10px 0;
  }
  .country-wrap {
    margin: 0 auto 30px;
  }
  .brand-block ul li {
    width: 50%;
  }
  #bm-widget.bm-widget-small {
    width: 130px !important;
  }
  .brand-block ul li a img {
    max-height: 65px;
    height: auto;
  }
  .article-body p {
    width: 100%;
    display: block;
  }
}
.searchbox-icon i {
  width: 14px;
  height: 14px;
}
