/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #777; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222; 
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.data {
    box-shadow: 0px -8px 30px 30px white;
    margin-top: -7%;
    position: relative;
    z-index: 3;
}

.acc {
    margin-left: 0px;
    margin-right: 0px;
}

.ct{
    margin-top: -20%;
}

li{
    list-style:none;
}

.blurnav {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgb(255 255 255 / 0%) !important;
}

.form-control-lg {
    min-height: unset;
    padding: 1rem !important;
    font-size: 0.875rem;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #3a416f !important;
}

.navbar{
    box-shadow: none !important;
}

.hidden{
  display: none;
}

.navbar a {
    color: white;
    font-size: 15px !important;
}

.navbar .nav-link {
    color: white !important;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.card-step-1{
  display: none !important;
}

.c{
    margin:5%;
    margin-bottom:3%;
}

.home_heads {
    font-size: 30px;
    font-weight: 900;
    color: #373737;
}

.sidebar_heads {
    font-size: 20px;
    font-weight: 900;
    color: #555555;
}

.class-lg{
    display: none !important;
}

.form-c{
  width: 25% !important;
  display: inline;
  margin: 0;
  border-radius: 3px;
  padding: 15px;
  background-color: #ffffff3b !important;
  color: white;
  border: 2px solid;
}

.country{
    background: url("https://img.icons8.com/color/48/flag--v1.png") no-repeat right;
    background-size: 40px;
    background-origin: content-box;
}

.location{
    background: url("https://img.icons8.com/skeuomorphism/32/experimental-map-marker-skeuomorphism.png") no-repeat right;
    background-size: 40px;
    background-origin: content-box;
}

.days{
    background: url("https://img.icons8.com/external-tal-revivo-shadow-tal-revivo/24/external-calendar-month-and-dates-planner-for-upcoming-agenda-date-shadow-tal-revivo.png") no-repeat right;
    background-size: 40px;
    background-origin: content-box;
}

.search{
    background: url("https://img.icons8.com/fluency/48/search.png") no-repeat right;
    background-size: 40px;
    background-origin: content-box;
}

.nav-quote{
    box-shadow: none !important;
    border:1px solid #c7c7c7 !important;
}

.sidebar{
    padding:10px;
    border-radius:10px;
    margin: 5px;
    border:1px solid #ededed !important;
}

.light-border{
    padding:5px;
    border-radius:10px;
    border:1px solid #ededed !important;
}

.l{
  position: absolute;
  left: 0;
}

.r{
  position: absolute;
  right: 0;
}

.btn-sidebar{
  margin:0 !important;
}

.btn-right{
  float:right;
  width:auto !important;
  box-shadow: none !important;
  border:none !important;
  color:dodgerblue !important;
}

.btn-pkg{
    width:45%;
    cursor: pointer;
    bottom: 0;
    margin:10px;
    margin-top: 20px !important;
    color: #44b5eb;
    display: inline-block;
    box-shadow: none !important;
    border:1px solid #c7c7c7 !important;
}

.user-btn{
    box-shadow: none !important;
    background-color:#ea0606 !important;
}

.cent {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: transparent !important;
}

.card {
    border: 1px solid #dfdfdf !important;
}

.cont {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(4px);
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.hgt{
  height: 700px !important;
}

.content-slide .hgt{
  height: 400px !important;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    
    background: white !important;
    
}

.btn-close {
   
    background: transparent url("https://img.icons8.com/material-rounded/24/multiply--v1.png") !important;
   
}

.sticky {

  border-radius: 5px;

  transition: 2s;

  z-index: 1;

  background-color: #575757;

  position: fixed;

  top: 0;

  right: 1px;

  width: 100%;

  border: none;

}


.contact{
  margin-top: 10%;
}
.dayimg{
  width: 100%;
  height: 500px;
  border-radius:0;
  margin-top:0;
  object-fit: cover;
}

#home-partners{
    background-color:#fbfbfb;
    border-radius:5px;
}

#home-partners img{
    width:98%;
}

.radiusimg{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.dayimgc{
  width: 100%;
  height:500px;
  border-radius: 10px;
  margin-top: 50px;
  object-fit: cover;
}

.cardimg{
  width: 100%;
  height:200px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  margin-top:0;
  object-fit: cover;
}

.cont{
  margin-top: 20px;
  height: 500px;
}

.home-content{
  margin-left: 3%;
  margin-right: 3%;
}
.btn{
  text-transform: unset !important;
}

.details{
  height: 400px;
}
.details p{
  font-size: 13px !important;
}
.container b{
  font-size: 15px !important;
}
.container p{
  font-size: 14px !important;
}
.container li{
  font-size: 14px !important;
}

.btncontinue:hover{
   width: 101px;
}

.bottom-footer{
    background-color:black;
    margin-bottom: -10%;
}
.p-bottom{
    padding:20px;
}
.bottom{
    background-color:#0a1821;
    padding-top:50px;
    color:white;
}

.bottom h4 {
    color: white;
    font-size: 25px;
    font-weight: 900;
    padding: 10px;
}

.bottom li {
    color: white;
}

.bottom a {
    color: white;
}

.home-partners {
    margin-top: 80px;
    margin-bottom: 80px;
}

.home-partners h4 {
    color: #555555;
    font-size: 30px;
    font-weight: 900;
    padding: 10px;
}

.carousel-control-next-icon {
    background-image: url('../images/arrow_right.png') !important;
}

.carousel-control-prev-icon {
    background-image: url('../images/arrow_left.png') !important;
}

.icon-shape {
    height: 30px !important;
}

.offers{
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
} 

.safaris .row > * {
    padding-right: 2px !important;
    padding-left: 2pxs !important;
}

.card-box{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:white;
    background-clip: border-box;
    border:1px solid rgb(209, 209, 209);
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
}

.btn-close {
    background-repeat: no-repeat !important;
}


@media (max-width: 992px) {
    .class-lg{
      display: block !important;
  }
  .cd {
    margin-top: 0;
    margin-left: 0;
  }
}


@media (max-width: 768px) {
  .class-lg{
    display: block !important;
  }
  .ct {
    display: none !important;
  }
}