.main-slider .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.main-slider {
  position: relative;
  position: relative;
}
.main-slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%
}
.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border: none;
  background: #de2226;
}
.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
  font-size: 23px;
  color: #ffffff;
  line-height: 43px;
}
.main-slider .owl-nav .owl-prev {
  left: 10px;
}
.main-slider .owl-nav .owl-next {
  right: 10px;
}
.footer-links
{
    padding-left: 50px;
}

.poweredby {
  text-align: right;
  color: #FFF;
}
.poweredby img {
  position: relative;
  top: -3px;
}

.Product-destination {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 5px 5px 7px -1px rgb(0 0 0 / 67%);
    -moz-box-shadow: 5px 5px 7px -1px rgba(0,0,0,0.67);
    box-shadow: 5px 5px 7px -1px rgb(0 0 0 / 67%);
    position: relative;
    margin: 0 0 30px;
}
.prdt-title_txt-d {
    position: absolute;
    right: 0;
    top: 12px;
    left: 0;
    z-index: 0;
    padding: 0px 5px 13px 18px;
    color: #fff;
    text-align: left;
    width: 95%;
    text-align: center;
}
.produc_txt_title-d {
    font-size: 19.5px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 3px;
}
.produc_txt-d {
    position: absolute;
    right: 0;
    bottom: -42px;
    left: 0;
    z-index: 0;
    padding: 0px 0px 13px 18px;
    color: #fff;
    text-align: left;
    width: 95%;
    text-align: center;
}
.produc_txt_start-d {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 5px;
}
.digit-fnt {
    font-size: 18px;
}
.produc-butt img {
    width: 40%;
    max-width: 40%;
}

.produc-butt
{
  background: #de2226;
  color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
}
.produc-butt:hover
{
  color: #FFF;
}
.single-check-list
{
    list-style: none;
}
.single-check-list li
{
    display: inline-block;
}
.card-body {
    width: 100%;
    padding: 30px;
    background: #FFF;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    -webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
}
.day {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(156, 170, 179, 0.28);
}
.card-body .day .day-count {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}
.card-body .day .day-count h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.card-body .day li {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-body .day .day-itinerary {
    width: 100%;
    border-left: 1px solid rgba(156, 170, 179, 0.28);
}
.card-body .day .day-itinerary h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.card-body .day .day-itinerary p {
    font-size: 13px;
    color: #525252;
    font-weight: 400;
}
.itinerary-list-card {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    -webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin: 20px 0 0px 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.heading-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.heading-row h2{
  font-size: 20px;
  display: inline-block;
  margin: 0 7px 0 0;
  position: relative;
  top: -4px;
}
.details-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.details-row img {
    width: 171px;
    height: 185px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
}.details-row p {
    font-size: 13px;
    color: #525252;
        margin: 5px 0;
}
.moredetails-card {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    -webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin: 0 0 15px 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.moredetails-card .card-heading {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
.moredetails-card .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
}
.moredetails-card .card-list li {
    margin: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.card-list li span {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #525252 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transform: translateY(5px) rotate(180deg);
    transform: translateY(5px) rotate(180deg);
}
.card-list li p {
    font-size: 13px;
    color: #525252;
}
.gallery-thumb {
  border: 2px solid #de2226;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
  margin-bottom: 30px;
}
.gallery-thumb .gallery-thumb-image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}
.gallery-thumb .gallery-thumb-image img {
  width: 100%;
}
.gallery-thumb .gallery-thumb-title {
  margin-bottom: 13px;
  text-align: center;
}
.gallery-thumb .gallery-databx {
  padding: 12px;
}
.gallery-thumb:hover {
  box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
  border: 2px solid #fff;
}
.gallery-btn {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  padding: 0 15px;
  display: block;
  color: #ffffff !important;
  background-color: #de2226;
  border-radius: 40px;
}
.album-back-btn {
  text-align: right;
  margin: 0 0 20px;
}
.album-back-btn a {
  text-align: center;
  padding: 7px 29px;
  display: inline-block;
  color: #ffffff;
  background-color: #de2226;
  border-radius: 50px;
}
.gallery-thumb-image p {
  text-align: center;
  margin: 15px 0 0;
}
.floatingwhatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  color: #FFF;
  background: #4dc247;
  font-size: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
  -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}
.floatingwhatsapp:hover {
  color: #FFF;
}
.floatingwhatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  color: #FFF;
  background: #4dc247;
  font-size: 26px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
  -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}
.floatingwhatsapp:hover {
  color: #FFF;
}
.subtitle
{
    margin-bottom:15px;
}
.whyusbx
{
    display: flex;
}
.whys-col
{
    color: #FFF;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 15px;
    border-radius: 20px;
}
.whys-col .icon
{
    border: 1px solid #CCC;
    display: inline-block;
    border-radius: 50%;
    padding: 15px;
    margin: 0 0 10px;
}
.whys-col .icon img
{
    width: 49px;
}
.whys-col h3
{
    color: #FFF;
    font-size: 19px;
}
.whys-col p
{
    color: #FFF;
    font-size: 14px;
}
.service-icbx
{
    text-align: center;
}
.service-icbx img
{
    width: 100px;
}
.service-icbx h3
{
    font-size: 17px;
    margin: 15px 0 10px;
}
.service-icbx p
{
    font-size: 14px;
}
.service-icbx a
{
    color: #de2226;
} 
.service-area
{
    padding: 70px 0;
}
.special-features
{
    position: relative;
    top: -80px;
    background: #ae1f23;
    z-index: 99;
    padding: 30px;
}
.sf-bx
{
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
}

.sf-bx::after
{
    content:
    '';
    right: 0px;
    top: 20px;
    position: absolute;
    width: 1px;
    height: 80px;
    background: #ffffff54;
}
.sf-bx img
{
    width: 42px;
    position: absolute;
    left: 0px;
}
.sf-bx h2
{
    color: #FFF;
    font-size: 18px;
}
.sf-bx p
{
    color: #FFF;
}
.sf-bx-last::after
{
    display: none;
}
.list-menu-s1 {
  list-style: none;
  display: block;
  background: #de2226;
  padding: 30px;
  color: #FFF;
  margin: 0 0 30px;
}
.list-menu-s1 ul {
  list-style: none;
  padding: 0px;
  display: block;
}
.list-menu-s1 ul li {
  margin: 0 0 12px;
  display: block;
  background: #FFF;
  color: #000;
}
.list-menu-s1 ul li a {
  display: block;
  color: #000;
  position: relative;
  padding: 9px 15px 9px 35px;
}
.list-menu-s1 ul li a:hover {
  color: #000;
  background: #ebeaff;
}
.list-menu-s1 ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 600;
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 12px;
}

.list-menu-s1 h1
{
    font-size: 28px;
    color: #FFF;
    margin: 0 0 10px;
    line-height: 35px;
}
.call-bx {
  background: #de2226;
  color: #FFF;
  padding: 30px;
}
.call-bx h2 {
  color: #FFF;
  font-size: 19px;
}
.cbx-info {
  position: relative;
  padding: 0 0 0 50px;
}
.cbx-info i {
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 43px;
}
.cbx-info p {
  margin: 0;
  font-size: 16px;
  color: #FFF;
}
.cbx-info a {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
}

.title-s1 {
  padding-bottom: 13px;
  margin-bottom: 26px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #ae1f23;
  
}
.title-s1
{
    
}
.title-s1::after
{
    content: '';
    width: 130px;
    height: 1px;
    background: #de2226;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.title-s1::before
{
    content:
    '';
    width: 50px;
    height: 3px;
    background: #de2226;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 9;
}
.title-s2
{
    position: relative !important;
}
.title-s2::after
{
    content: '';
    width: 130px;
    height: 1px;
    background: #de2226;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.title-s2::before
{
    content:
    '';
    width: 50px;
    height: 3px;
    background: #de2226;
    position: absolute;
    bottom: -10px;
    left: 0;
right:0;
    margin-left:
    auto;
    margin-right:
    auto;
    z-index: 9;
}
.feature-icons
{
    list-style: none;
    display: flex;
    background: #FFF;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 8px 0 12px;
}
.feature-icons li
{
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
.feature-icons li img
{
    width: 23px;
}
.feature-icons li p
{
    font-size: 11px;
    margin: 0;
}
.package-price
{
    position: relative;
    top: -60px;
}
.home-pb
{
    margin: 30px;
}
@media (max-width:992px)
{
    .about-thumb-wrap
    {
        display:none;
    }
    .footer-area .footer-top .single-footer-top .icon {
    height: 40px;
    width: 40px;
    line-height: 35px;
}
    .footer-area .footer-top .single-footer-top .icon:after {
    height: 52px;
    width: 52px;
}
    .footer-area .footer-top .single-footer-top .icon img
    {
        width: 15px;
    }
    .footer-area .footer-top {
    margin-bottom: 40px;
}
    h2 {
    font-size: 26px;
}
    .pd-top-115 {
    padding-top: 35px;
}
    .pd-bottom-115 {
    padding-bottom: 15px;
}
    .pd-top-100 {
    padding-top: 30px;
}
    .pd-bottom-120 {
    padding-bottom: 40px;
}
    .pd-top-120 {
    padding-top: 30px;
}
        .main-slider .owl-nav {
    top: 35%;
  }
.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }
  .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 15px;
    line-height: 32px;
  }
    .footer-links {
    padding-left: 0px;
}
    .footer-area .widget {
    margin-bottom: 30px;
}
    .poweredby {
    text-align: center;
}
.footer-area {
    padding-bottom: 0px;
}
    .request-quote-inner .nav-pills {
        display: block;
}
    .card-body .day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0px;
}
    .card-body .day li.day-count {
    background-color: #ececec;
    border-radius: 4px;
    padding: 0px 10px;
    margin: 10px 15px 10px;
    max-width: 60px;
    min-width: 60px;
    width: 60px;
    background-color: #ececec;
    border-radius: 4px;
}
    .card-body .day li.day-itinerary {
    border-left: 0px;
    }
    .card-body .day li.day-itinerary {
    border-left: 0px;
}
    .details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.whyusbx {
    display: block;
    text-align: center;
}
.whys-col {
    width: 48%;
    display: inline-block;
    margin: 0;
}
.special-features {
    top: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 20px;
}
    .sf-bx {
    margin-bottom: 25px;
    padding-left: 45px;
    padding-right: 0;
}
.sf-bx img {
    width: 32px;
}

.sf-bx::after
{
    display: none;
}
.special-features
{
    display: none;
    
}
}