body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}

@font-face {
  font-family: 'Open Sans';
  src: url("../font/opensans-bold.woff2") format("woff2"), url("../font/opensans-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../font/opensans-extrabold.woff2") format("woff2"), url("../font/opensans-extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../font/opensans-semibold.woff2") format("woff2"), url("../font/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../font/opensans-bold.woff2") format("woff2"), url("../font/opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.top-header {
  margin: 0;
  padding: 6px 0;
  background: #000;
}

.top-header .topmenu {
  margin: 0;
  padding: 0;
}

.top-header ul.topmenu {
  margin: 0;
  padding: 0;
  float: right;
}

.top-header ul.topmenu li {
  list-style-type: none;
  display: inline-block;
}

.top-header ul.topmenu li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding: 0 10px;
  font-weight: 600;
}

.top-header ul.topmenu li:last-child a {
  border-right: 0px solid #fff;
}

.logo figure {
  margin: 0 0 0rem;
}

.header-section {
  background: #fff;
}

.header-section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 8px -2px #efefef;
          box-shadow: 0 4px 8px -2px #efefef;
}

.header-section .header-con {
  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;
  height: 90px;
}

.header-section .header-con .logo a figure img {
  max-width: 210px;
}

@media (max-width: 991px) {
  .header-section .header-con .logo a figure img {
    max-width: 180px;
  }
}

.header-section .header-con .header-serrch-form {
  display: none;
}

@media (max-width: 767px) {
  .header-section .header-con .header-serrch-form {
    display: block;
  }
}

.header-section .header-con .header-serrch-form .search-btn {
  border: none;
  color: #1b2021;
  font-size: 16px;
  background: 0 0;
}

.header-section .header-con .header-serrch-form .search-btn i {
  font-size: 28px;
}

.header-section .header-con .hem-burger {
  width: 35px;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .header-section .header-con .hem-burger {
    display: block;
  }
}

.header-section .header-con .hem-burger span {
  height: 5px;
  background: #1b2021;
  display: block;
  margin-bottom: 5px;
}

.header-section .header-con .hem-burger span:last-child {
  width: 60%;
  margin-bottom: 0;
}

.header-section .header-con .hem-burger:hover span {
  width: 60%;
}

.header-section .header-con .hem-burger:hover span:last-child {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-section .header-con .navigation-section {
    display: none;
  }
}

.header-section .header-con .navigation-section .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-section .header-con .navigation-section .navbar-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0 0;
  padding: 0;
}

.header-section .header-con .navigation-section .navbar-menu ul li {
  padding: 0 15px;
  position: relative;
  list-style-type: none;
}

.header-section .header-con .navigation-section .navbar-menu ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  width: 2px;
  background: #5f5f5f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-section .header-con .navigation-section .navbar-menu ul li {
    padding: 0 10px;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul li a {
  padding: 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 100px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
  .header-section .header-con .navigation-section .navbar-menu ul li a {
    font-size: 16px;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul li a.active,
.header-section .header-con .navigation-section .navbar-menu ul li a:hover {
  color: #a4c736;
}

.header-section .header-con .navigation-section .navbar-menu ul li:last-child:after {
  display: none;
}

.header-section .header-con .navigation-section .navbar-menu ul li:hover .submenu {
  display: block;
}

.header-section .header-con .navigation-section .navbar-menu ul li:hover a {
  color: #eb2727;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu {
  display: none;
  width: 100%;
  position: fixed;
  top: 124px;
  left: 0;
  z-index: 998;
  background: #fff;
  border-top: solid 6px #eb2727;
  padding: 10px 0;
  -webkit-box-shadow: 0 4px 2px -2px #c7c7c7;
          box-shadow: 0 4px 2px -2px #c7c7c7;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*align-items: center;*/
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1199px) {
  .header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con {
    width: 100%;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab {
  width: 25%;
  padding: 0 40px 0 20px;
  border-right: solid 1px #ebebeb;
}

@media (max-width: 991px) {
  .header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab {
    padding: 0 20px 0 0;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul {
  display: block;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li {
  border-right: 0;
  padding: 0;
  outline: 0;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li:after {
  display: none;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a {
  position: relative;
  padding: 0 0 0 50px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  line-height: 48px;
  outline: 0;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a.active,
.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a:hover {
  outline: 0;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a.active span,
.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a:hover span {
  border-bottom: solid 2px #333;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  /*background-image: url(../../assets/images/sub-menu-icon.jpg);*/
  background-repeat: no-repeat;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.africa {
  width: 26px;
  height: 32px;
  background-position: -3px -3px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.asia {
  width: 32px;
  height: 30px;
  background-position: -2px -55px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.europe {
  width: 25px;
  height: 27px;
  background-position: -4px -105px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.middle-east {
  width: 31px;
  height: 30px;
  background-position: 0 -150px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.north-america {
  width: 22px;
  height: 36px;
  background-position: -1px -201px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.south-america {
  width: 19px;
  height: 33px;
  background-position: -8px -257px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.polar-region {
  width: 27px;
  height: 26px;
  background-position: 0 -312px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-tab ul li a i.oceania {
  width: 33px;
  height: 28px;
  background-position: -2px -358px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content {
  width: 100%;
  padding: 25px 10px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content .featured_border_left {
  border-left: 1px solid #d7d7d7;
}

@media (max-width: 991px) {
  .header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content {
    padding: 0 20px;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content .fraturedheader_title {
  font-size: 16px;
  color: #eb2727;
  padding: 0px 0 10px 17px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li {
  border-right: 0;
  padding: 0 10px;
  width: 30%;
  text-align: center;
  margin: 10px 0;
  line-height: normal;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li.widthsectionmenu {
  width: 15%;
}

@media (max-width: 991px) {
  .header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li {
    width: 33%;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li:after {
  display: none;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li figure {
  -webkit-box-shadow: 0 0 6px #c7c7c7;
          box-shadow: 0 0 6px #c7c7c7;
  overflow: hidden;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  line-height: 104px;
  margin: auto;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li figure.nocircle_box {
  border-radius: 0%;
  line-height: 50px;
  -webkit-box-shadow: 0 0 0px #fff;
          box-shadow: 0 0 0px #fff;
  height: auto;
  width: 120px;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li figure img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li figure:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li a h5 {
  font-size: 13px;
  color: #000;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li .explore-all {
  color: #333;
  display: inline-block;
  font-size: 14px;
  border-bottom: solid 2px #333;
  line-height: normal;
}

.header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li .explore-all i {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .header-section .header-con .navigation-section .navbar-menu ul li .submenu .nav-con .submenu-content ul li .explore-all {
    border: none;
  }
}

.header-section .header-con .navigation-section .navbar-menu ul.login-signup {
  position: relative;
}

.header-section .header-con .navigation-section .navbar-menu ul.login-signup::after {
  content: '';
  position: absolute;
  left: 0;
  background: #dedede;
  width: 1px;
  height: 60px;
}

.mobile-nav {
  position: fixed;
  left: -320px;
  width: 320px;
  height: 100%;
  background: #58ba47;
  z-index: 999;
  -webkit-transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
  transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
}

.mobile-nav.open {
  left: 0;
  top: 0px;
  z-index: 999999;
  overflow-y: scroll;
}

.mobile-nav .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.mobile-nav .navbar-menu nav {
  width: 100%;
  padding: 20px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.mobile-nav .navbar-menu nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav .navbar-menu nav ul li {
  margin: 30px 0;
}

.mobile-nav .navbar-menu nav ul li a {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  display: block;
}

.mobile-nav .navbar-menu nav ul li .submenu {
  display: none;
}

.mobile-nav .navbar-menu nav ul li:hover .submenu {
  display: block;
}

.mobile-nav .submenu-content ul li figure {
  margin: 0;
  width: 100%;
}

.mobile-nav .submenu-content ul li img {
  vertical-align: middle;
  width: 100%;
}

.mobile-nav .submenu-content ul li h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #fff;
  text-align: center;
}

.mobile-nav .navbar-menu nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.mobile-nav .navbar-menu nav ul li a:hover::before {
  width: 100%;
}

.close-menu {
  width: 25px;
  position: absolute;
  top: 40px;
  right: 15px;
  cursor: pointer;
}

.close-menu span {
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
}

.close-menu span:nth-child(1) {
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 992px) {
  .mobile-nav .navbar-menu nav ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
  }
  .mobile-nav .navbar-menu nav ul li {
    text-align: center;
  }
}

.wrapper {
  margin: 0;
  padding: 0;
  /* -------------------------------- 
  
  Basic Style
  
  -------------------------------- */
  /* -------------------------------- 
  
  Triangle breadcrumb
  
  -------------------------------- */
  /* -------------------------------- 
  
  Custom icons hover effects - breadcrumb and multi-steps
  
  -------------------------------- */
  /* -------------------------------- 
  
  Multi steps indicator 
  
  -------------------------------- */
  /* -------------------------------- 
  
  Add a counter to the multi-steps indicator 
  
  -------------------------------- */
}

.wrapper a {
  text-decoration: none;
}

.wrapper .headtitle {
  font-size: 25px;
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
}

.wrapper .headtitle-space {
  margin-bottom: 30px;
}

.wrapper .sectionbg {
  background: #efefef !important;
}

.wrapper .sectionbg2 {
  background: #f9f9f9 !important;
}

.wrapper .sectionpadding {
  padding: 3rem 0 !important;
}

.wrapper .trendingsectionbg {
  background: #3584bd !important;
}

.wrapper .white-text-color {
  color: #fff !important;
}

.wrapper .navbar_findthingstodo {
  margin: 0;
  padding: 0;
}

.wrapper .navbar_findthingstodo .nav-tabs {
  margin: 5px 0 30px 0;
  border-bottom: 0px solid #000;
}

.wrapper .navbar_findthingstodo .nav-tabs li a {
  padding: 10px 15px;
  font-size: 15px;
  color: #363636;
  font-weight: 500;
  text-decoration: none;
  margin: 0 8px;
}

.wrapper .navbar_findthingstodo .nav-tabs li a.active {
  color: #eb2727;
  border-bottom: 2px solid #eb2727;
}

.wrapper .navbar_findthingstodo .nav-tabs li a:hover {
  color: #eb2727;
  border-bottom: 2px solid #eb2727;
}

.wrapper .navbar_findthingstodo .nav-tabs li:first-child a {
  margin-left: 0;
}

.wrapper .findthingstodo-box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.wrapper .findthingstodo-box .findthingstodo-box-image {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper .findthingstodo-box .findthingstodo-box-image img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrapper .findthingstodo-box .findthingstodo-box-content {
  padding: 8px 15px;
}

.wrapper .findthingstodo-box .findthingstodo-box-content .title_sub {
  font-size: .75rem;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  margin-top: 10px;
}

.wrapper .findthingstodo-box .findthingstodo-box-content .title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  font-weight: 500;
}

.wrapper .findthingstodo-box .findthingstodo-box-content .findthingstodo_paragraph {
  color: #9b9a9a;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.wrapper .findthingstodo-box .findthingstodo-box-content .findthingstodo_paragraph p, .wrapper .findthingstodo-box .findthingstodo-box-content .findthingstodo_paragraph p span, .wrapper .findthingstodo-box .findthingstodo-box-content .findthingstodo_paragraph span {
  color: #9b9a9a !important;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  font-family: 'Open Sans' !important;
}

.wrapper .findthingstodo-box:hover .findthingstodo-box-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrapper .beinspired-box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.wrapper .beinspired-box .beinspired-box-image {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper .beinspired-box .beinspired-box-image img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrapper .beinspired-box .beinspired-box-content {
  padding: 8px 15px;
}

.wrapper .beinspired-box .beinspired-box-content .title {
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  font-weight: 500;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.wrapper .beinspired-box .beinspired-box-content .day-text {
  text-align: center;
  margin: 0 0;
  font-size: 13px;
  line-height: 0.5rem;
  color: #000;
  display: inline-block;
  font-weight: 500;
  width: 100%;
}

.wrapper .beinspired-box .beinspired-box-content .related_title_text {
  margin-bottom: 0;
}

.wrapper .exploredestinationalign {
  margin: 0 0 30px 0;
}

.wrapper .themeboxbg {
  height: 150px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}

.wrapper .themeboxbg .imagebox {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper .themeboxbg .imagebox img {
  margin: 0;
  padding: 0;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrapper .themeboxbg .imagebox-widthdest img {
  width: 100%;
}

.wrapper .themecover1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.wrapper .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 150px;
  width: 90%;
  height: 100%;
  font-weight: 600;
}

.wrapper .travelleressentials-box {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.wrapper .travelleressentials-box .travelleressentials-box-image {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.wrapper .travelleressentials-box .travelleressentials-box-image img {
  width: auto;
  display: inline-block;
  height: auto;
  margin-top: 12px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrapper .travelleressentials-box .travelleressentials-box-content {
  padding: 8px 15px;
  min-height: 84px;
}

.wrapper .travelleressentials-box .travelleressentials-box-content .title {
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  font-weight: 500;
  width: 100%;
}

.wrapper .theme-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 20px !important;
  margin: 0 0 15px 0;
}

.wrapper .theme-box .theme-content {
  padding: 15px 15px 15px;
  margin: 0;
  min-height: 164px;
}

.wrapper .theme-box .theme-content ul {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  list-style-type: none;
}

.wrapper .theme-box .theme-content ul li {
  display: inline-block;
}

.wrapper .theme-box .theme-title {
  font-size: 13px;
  font-weight: 600;
  height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  display: -webkit-box;
  min-width: 100%;
}

.wrapper .theme-box .theme-title a {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  display: -webkit-box;
}

.wrapper .theme-box .theme-content p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 100;
  color: #212529;
  line-height: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
  display: -webkit-box;
}

.wrapper .theme-box .theme-content p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  line-height: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
  display: -webkit-box;
  font-weight: 400;
}

.wrapper .theme-box .bestplace-img {
  overflow: hidden;
}

.wrapper .theme-box .bestplace-img img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrapper .theme-box:hover .bestplace-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wrapper .travelleressentials-box:hover .travelleressentials-box-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wrapper .themeboxbg:hover .imagebox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wrapper .beinspired-box:hover .beinspired-box-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wrapper .theme-box ul.rating-sec {
  padding-bottom: 0;
}

.wrapper .theme-box .best-places-box ul li {
  width: 49%;
}

.wrapper .theme-box .rating-sec li {
  font-size: 10px;
  width: 49%;
}

.wrapper .theme-box .st-txt {
  color: #5f5a5a;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
}

.wrapper .theme-box .theme-content .st-price {
  font-weight: 600;
  font-size: 15px;
  color: #eb2727;
}

.wrapper .theme-box .dt-view {
  border-radius: 4px;
  border: 2px solid #eb2727;
  margin-right: 0;
  margin-top: 0;
  color: #fff;
  padding: 4px 12px;
  width: 100px;
  background: #eb2727;
  text-decoration: none;
  font-size: 14px;
  display: inherit;
  text-align: center;
  float: right;
}

.wrapper .theme-box .dt-view:hover {
  color: #fff;
  text-decoration: none;
  background: #02adee;
  border: 2px solid #02adee;
}

.wrapper .theme-box .rating-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  left: 0;
  top: -8px;
  z-index: 999999;
}

.wrapper .theme-box .best-places-content {
  margin-bottom: 15px !important;
}

.wrapper .owl-prev span {
  border: none;
  line-height: 47px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  position: absolute;
  left: -80px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 100%;
  width: 50px;
  top: 25%;
  height: 50px;
  font-size: 30px;
}

.wrapper .owl-next span {
  right: -80px;
  border: none;
  line-height: 47px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 100%;
  width: 50px;
  top: 25%;
  height: 50px;
  font-size: 30px;
}

.wrapper .fourcolumn .owl-prev span {
  top: 45%;
}

.wrapper .fourcolumn .owl-next span {
  top: 45%;
}

.wrapper .owl-nav {
  margin: -20px;
}

.wrapper .banner-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.wrapper .banner-wrapper .inner-banner {
  position: relative;
  overflow: hidden;
  height: 160px;
  width: 100%;
}

.wrapper .banner-wrapper .innertext-align {
  top: 50%;
}

.wrapper .overlay-banner-cls {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 2;
}

.wrapper #fivecolumn {
  margin-bottom: 20px;
}

.wrapper .bannerfooter {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  z-index: 99;
  width: 100%;
  max-width: 1310px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.wrapper .bannerfooter ul {
  margin: 0;
  padding: 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #fff;
  position: relative;
}

.wrapper .bannerfooter span {
  border-top: 2px solid #fff;
  position: absolute;
  left: 30px;
  top: -1px;
  width: 23%;
}

.wrapper .bannerfooter ul li {
  list-style-type: none;
  width: 23%;
  display: inline-block;
}

.wrapper .bannerfooter ul li .bannerinfobox {
  width: 100%;
  padding: 8px;
  margin-left: -8px;
}

.wrapper .bannerfooter ul li .heading_title {
  font-size: .8rem;
  font-weight: 500;
  color: #eb2727;
  text-transform: uppercase;
  margin-top: 10px;
}

.wrapper .bannerfooter ul li .bannner_box_heading {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5rem;
  color: #fff;
  display: inline-block;
  font-weight: 500;
}

.wrapper .baanerffoter_width {
  max-width: 800px;
}

.wrapper a.viewall {
  border-radius: 4px;
  border: 2px solid #eb2727;
  margin: 20px auto 0;
  color: #fff;
  padding: 4px 12px;
  width: 100px;
  background: #eb2727;
  text-decoration: none;
  font-size: 14px;
  display: inherit;
  text-align: center;
  float: none;
}

.wrapper .read-more {
  margin-bottom: 1.5em;
}

.wrapper .read-more p:last-child {
  margin-bottom: 0;
}

.wrapper .read-more__link-wrap {
  display: block;
  clear: both;
  width: 100%;
}

.wrapper .read-more__link {
  font-weight: 700;
  color: #eb2727;
  float: right;
  font-size: 13px;
  margin-bottom: 25px;
}

.wrapper .read-more.is-inline, .wrapper .read-more.is-inline p, .wrapper .read-more.is-inline + span {
  display: inline;
}

.wrapper .read-more.is-inline + span {
  margin-left: 0.25em;
}

.wrapper .read-more.is-inline.is-expanded + span {
  display: inline-block;
  margin-left: 0;
}

.wrapper .cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}

.wrapper .cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #96c03d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wrapper .no-touch .cd-nugget-info a:hover {
  opacity: .8;
}

.wrapper .cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.wrapper .cd-nugget-info span svg {
  display: block;
}

.wrapper .cd-nugget-info .cd-nugget-info-arrow {
  fill: #96c03d;
}

.wrapper .cd-breadcrumb, .wrapper .cd-multi-steps {
  width: 100%;
  max-width: 100%;
  padding: 0.5em 1em;
  margin: 0.2em auto;
  border-radius: .25em;
}

.wrapper .cd-breadcrumb::after, .wrapper .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}

.wrapper .cd-breadcrumb li, .wrapper .cd-multi-steps li {
  display: inline-block;
  margin: 0.5em 0;
}

.wrapper .cd-breadcrumb li::after, .wrapper .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.wrapper .cd-breadcrumb li:last-of-type::after, .wrapper .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.wrapper .cd-breadcrumb li > *, .wrapper .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}

.wrapper .cd-breadcrumb li.current > *, .wrapper .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}

.wrapper .no-touch .cd-breadcrumb a:hover, .wrapper .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.wrapper .cd-breadcrumb.custom-separator li::after, .wrapper .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.wrapper .cd-breadcrumb.custom-icons li > *::before, .wrapper .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}

.wrapper .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .wrapper .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.wrapper .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .wrapper .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}

.wrapper .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .wrapper .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}

.wrapper .cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .wrapper .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.wrapper .cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .wrapper .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}

.wrapper .cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .wrapper .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}

.wrapper .cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .wrapper .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
  .wrapper .cd-breadcrumb, .wrapper .cd-multi-steps {
    padding: 0 1.2em;
  }
  .wrapper .cd-breadcrumb li, .wrapper .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .wrapper .cd-breadcrumb li::after, .wrapper .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .wrapper .cd-breadcrumb li > *, .wrapper .cd-multi-steps li > * {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .wrapper .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .wrapper .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .wrapper .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: .2em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .wrapper .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .wrapper .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 0.5em;
    border-radius: .25em 0 0 .25em;
  }
  .wrapper .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 0.5em;
    border-radius: 0 .25em .25em 0;
  }
  .wrapper .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .wrapper .cd-breadcrumb.triangle li::after, .wrapper .cd-breadcrumb.triangle li > *::after {
    /* 
          li > *::after is the colored triangle after each item
          li::after is the white separator between two items
      */
    content: '';
    position: absolute;
    top: 0;
    left: 99%;
    content: '';
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-right-width: 0;
    border-left-width: 7px;
  }
  .wrapper .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .wrapper .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .wrapper .cd-breadcrumb.triangle li:last-of-type::after, .wrapper .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .wrapper .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .wrapper .cd-breadcrumb.triangle.custom-icons li::after, .wrapper .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  @-moz-document url-prefix() {
    .wrapper .cd-breadcrumb.triangle li::after,
    .wrapper .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

@media only screen and (min-width: 768px) {
  .wrapper .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .wrapper .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .wrapper .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .wrapper .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .wrapper .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .wrapper .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .wrapper .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .wrapper .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .wrapper .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .wrapper .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .wrapper .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .wrapper .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .wrapper .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .wrapper .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .wrapper .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .wrapper .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .wrapper .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .wrapper .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .wrapper .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .wrapper .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .wrapper .cd-multi-steps li > *, .wrapper .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }
  .wrapper .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }
  .wrapper .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .wrapper .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }
  .wrapper .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .wrapper .cd-multi-steps.text-center li.current > *, .wrapper .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .wrapper .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }
  .wrapper .cd-multi-steps.text-top li, .wrapper .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .wrapper .cd-multi-steps.text-top li::after, .wrapper .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .wrapper .cd-multi-steps.text-top li > *::before, .wrapper .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .wrapper .cd-multi-steps.text-top li.visited > *::before,
  .wrapper .cd-multi-steps.text-top li.current > *::before, .wrapper .cd-multi-steps.text-bottom li.visited > *::before,
  .wrapper .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }
  .wrapper .no-touch .cd-multi-steps.text-top a:hover, .wrapper .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .wrapper .no-touch .cd-multi-steps.text-top a:hover::before, .wrapper .no-touch .cd-multi-steps.text-bottom a:hover::before {
    -webkit-box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
            box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }
  .wrapper .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .wrapper .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .wrapper .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }
  .wrapper .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .wrapper .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .wrapper .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}

.wrapper .cd-multi-steps.count li {
  counter-increment: steps;
}

.wrapper .cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .wrapper .cd-multi-steps.text-top.count li > *::before,
  .wrapper .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .wrapper .cd-multi-steps.text-top.count li:not(.current) em::before,
  .wrapper .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }
  .wrapper .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }
  .wrapper .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }
  .wrapper .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }
  .wrapper .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}

.wrapper .planyoutrip-wrapper {
  margin: 0;
  padding: 0;
}

.wrapper .planyoutrip-wrapper .package-box {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 250px;
}

.wrapper .planyoutrip-wrapper .package-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper .planyoutrip-wrapper .package-box .package-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  padding: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper #search-form {
  height: 40px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.wrapper #search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
  line-height: 15px;
}

.wrapper input[type="text"]#search-text {
  width: 90%;
  padding: 10px 0 5px 1em;
  color: #333;
  outline: none;
}

.wrapper #search-button {
  position: absolute;
  top: 1px;
  right: 0px;
  height: 40px;
  width: 80px;
  color: #fff;
  text-align: center;
  border-width: 0;
  background-color: #eb2727;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 6px;
  outline: 0;
}

.wrapper #search-button:hover {
  background: #333;
}

.wrapper .search-box-wrapper {
  margin: 0;
  padding: 3rem 0 !important;
}

.wrapper .Videosection {
  width: 100%;
  margin: 0 0 20px 0;
}

.wrapper .Videosection .ifarme_width {
  width: 100%;
  height: 350px;
}

.wrapper .imagesection-box {
  width: 100%;
  margin: 0 0 20px 0;
}

.wrapper #sync1 .item {
  background: #e7e7e7;
  padding: 0px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 99;
}

.wrapper .sliderimage_autoadjust {
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  padding: 0 0px;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.wrapper #sync2 {
  margin: 32px 0 0;
  -webkit-box-shadow: 0 0px 10px 0px rgba(64, 60, 67, 0.16);
          box-shadow: 0 0px 10px 0px rgba(64, 60, 67, 0.16);
  padding: 10px 6px;
}

.wrapper #sync2 .item {
  background: #e7e7e7;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 104px;
  height: 51px;
  position: relative;
  z-index: 99;
}

.wrapper #sync2 .item h1 {
  font-size: 18px;
}

.wrapper #sync2 .current .item {
  background: #e7e7e7;
}

.wrapper .owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}

.wrapper #sync1.owl-theme {
  position: relative;
}

.wrapper #sync1.owl-theme .owl-next,
.wrapper #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.wrapper #sync1.owl-theme .owl-prev {
  left: 10px;
}

.wrapper #sync1.owl-theme .owl-next {
  right: 10px;
}

@media (max-width: 992px) {
  .wrapper #sync1 .item {
    background: #e7e7e7;
    padding: 0px;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 210px;
    position: relative;
    z-index: 99;
  }
  .wrapper #sync2 .item {
    background: #e7e7e7;
    padding: 10px 0px;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    position: relative;
    z-index: 99;
  }
  .wrapper #sync2 .item img {
    height: 23px;
  }
}

.herotextsize {
  font-size: 30px !important;
}

#search-box {
  position: relative;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
}

footer {
  background: #292929;
  padding: 30px 0 0;
}

footer .ft-title {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

footer .social-icons {
  padding: 0;
  margin: 0;
}

footer .social-icons li {
  display: inline-block;
  margin-right: 0px;
  width: 33px;
  border-radius: 6px;
  height: auto;
  line-height: 30px;
  text-align: center;
}

footer .social-icons li a {
  color: #fff;
}

footer .social-icons li img {
  width: 18px;
  height: 18px !important;
  text-align: center;
  margin: 5px auto;
  display: block;
}

footer .newsletter .news-field {
  width: 70%;
  padding: 8px;
  border-radius: 3px 0px 0px 3px;
  float: left;
  border: none;
  font-size: 12px;
}

footer .news-btn {
  background: #eb2727;
  color: #fff;
  padding: 8px;
  border-radius: 0 3px 3px 0;
  font-size: 12px;
  border: none;
  margin-top: 0;
  font-weight: 300;
  width: 30%;
  float: left;
}

footer .ft-title {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

footer .mb-1 {
  margin-bottom: 5px !important;
}

footer .links li {
  font-size: 12px;
  color: #eee;
  list-style-type: none;
  position: relative;
  line-height: 22px;
}

footer ul.links li:before {
  content: "";
  left: 0px;
  top: 8px;
  position: absolute;
  background: url(../images/next-ft.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

footer .links li a {
  color: #fff;
  line-height: 20px;
  padding-left: 15px;
  text-decoration: none;
  font-weight: 500;
}

footer .ft1-list li a, footer ul.links li a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

footer .copyright {
  background: #121212;
  padding: 15px 0;
}

footer .copyright .copyright-txt {
  display: block;
  color: #ccc;
  margin: 15px 0 15px 0;
  text-align: left;
}

footer .copyright .copyright-txt {
  color: #fff;
}

.copyright {
  background: #121212;
  padding: 15px 0;
}

.copyright .copyright-txt {
  display: block;
  color: #ccc;
  margin: 15px 0 15px 0;
  text-align: left;
}

.copyright .copyright-txt {
  color: #fff;
}

.ig-carousel-item-text {
  position: absolute;
  z-index: 999;
  top: 25%;
  margin: 0 auto;
  left: 50%;
  width: 100%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px 30px;
  max-width: 1310px;
}

.ig-carousel-item-text .carousel-text-wrapper {
  display: table-cell;
  text-align: left;
  margin: 0 auto;
  display: block;
}

.ig-carousel-item-text .carousel-text-wrapper .herocarousel-head {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  display: block;
  text-align: left;
  max-width: 100%;
  margin: 0 auto 11px;
  color: #fff;
}

.ig-carousel-item-text .carousel-text-wrapper .herocarousel-subhead {
  font-size: 16px;
  line-height: 24px;
  display: block;
  max-width: 100%;
  margin: 0 auto 11px;
  color: #fff;
}

.ig-carousel-action {
  padding-top: 8px;
}

.ig-carousel-action .btn {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.hc-booknow-btn {
  color: #fff;
  background-color: #eb2727;
  border-color: #eb2727;
}

.btn-light:hover {
  color: #fff;
  background-color: #eb2727;
  border-color: #eb2727;
}

.btn-light.focus, .btn-light:focus {
  color: #fff;
  background-color: #eb2727;
  border-color: #eb2727;
  -webkit-box-shadow: 0 0 0 0rem #d8d9db;
          box-shadow: 0 0 0 0rem #d8d9db;
}

.ftr-sticky.mob-only {
  display: none;
}

.close-menu-box-cls {
  display: none;
}

.panel,
.panel-body {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
  background-color: #444;
  color: white;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
}

.panel-title {
  margin-bottom: 0px;
}

.panel-group .panel-heading a:after {
  content: '-';
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: '+';
}

#accordionGroupOpen {
  display: none;
}

/* Style the search field */
.example {
  position: relative;
  border-radius: 4px;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 4px 0px 0px 4px;
  float: left;
  width: 80%;
  background: #fff;
  color: #000;
  line-height: 24px;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #eb2727;
  color: white;
  font-size: 17px;
  border: 1px solid #eb2727;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}

form.example button:hover {
  background: #02adee;
  border: 1px solid #02adee;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

.guide_section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.guide_section .saudititle-text {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  font-weight: 500;
  display: block;
  font-weight: bold;
}

.guide_section p {
  color: #000;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.guide_section .related_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

.guide_section .guidesection_image {
  margin: 0 0 30px 0;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.guide_section .guidesection_image:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}

.guide_section .guidesection_image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.guide_section .guidesection_image img {
  margin: 0 0 20px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.guide_section .guidesection_image p {
  text-align: center;
}

.guide_section .guide_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

.guide_section .headingspace {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #eb2727;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #eb2727;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #eb2727;
  border: 1px solid #eb2727;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #eb2727;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.temparture-section {
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

.temparture-section ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.temparture-section ul li {
  list-style-type: none;
  padding: 10px;
  margin: 5px 0;
  color: #000;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  float: left;
  width: 25%;
  border-right: 1px solid #d7d7d7;
}

.temparture-section ul li .temp1 {
  font-size: 15px;
}

.temparture-section ul li .temp1_title {
  font-size: 13px;
  margin-top: 15px;
  color: #666;
}

.temparture-section ul li .temp1maonth {
  font-size: 13px;
  color: #666;
  line-height: 10px;
}

.temparture-section ul li:first-child {
  padding-left: 0px;
}

.temparture-section ul li:last-child {
  border-right: 0px solid #d7d7d7;
}

a.readmore_moretext {
  color: #eb2727;
  text-align: right;
  display: block;
  margin: 10px 0 20px;
  font-size: 13px;
  text-decoration: none;
}

a.readmore_moretext:hover {
  color: #02adee;
}

a.readmore_moretext:focus {
  color: #eb2727;
}

.explore_para {
  color: #000;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

a.phone-btn {
  margin: 6px 5px 0 5px;
  display: none;
}

a.wtsp-btn {
  margin: 6px 5px 0 5px;
  display: none;
}

.wtsp-btn .fa {
  background: #4AC959;
  color: #fff;
  font-size: 16px;
  width: 25px;
  text-align: center;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  display: block;
}

.phone-btn .fa {
  background: #58595b;
  color: #fff;
  font-size: 16px;
  width: 25px;
  text-align: center;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  display: block;
}

.ft-btn-list li a .fa {
  font-size: 14px;
  padding-right: 10px;
}

ul.ft-btn-list {
  display: none;
}

.ft-btn-list a {
  font-size: 12px;
  color: #fff;
  line-height: 33px;
  border-radius: 0;
  width: 100%;
}

.wtsapp-icon {
  background: #4ac959;
  display: none;
}

.filter-icon {
  background: #02adee;
  display: none;
}

.callIcon {
  background: #000;
}

@media (min-width: 944px) and (max-width: 1291px) {
  .wrapper .fourcolumn .owl-next span {
    right: -52px;
  }
  .wrapper .fourcolumn .owl-prev span {
    left: -52px;
  }
  .wrapper .owl-next span {
    right: -52px;
    top: 31%;
  }
  .wrapper .owl-prev span {
    left: -52px;
    top: 31%;
  }
}

@media screen and (max-width: 767px) {
  .temparture-section ul li {
    width: 50%;
    border-right: 0px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    padding-top: 0;
  }
  .wrapper .baanerffoter_width {
    padding-bottom: 16px !important;
  }
  .example {
    padding-top: 17px;
  }
  form.example button {
    font-size: 15px;
  }
  ul.links {
    margin-bottom: 0px;
  }
  .mbshow_mb1 {
    display: block;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    display: none;
  }
  #accordionGroupOpen {
    display: block;
    margin-bottom: 70px;
  }
  .close-search-box-cls, .close-menu-box-cls {
    background-color: transparent;
    border: 0;
    float: right;
    display: block;
    font-size: 30px;
    line-height: 0px;
  }
  #navbarsExample07XL {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 999;
    padding: 20px;
    line-height: 40px;
  }
  footer {
    margin-bottom: 60px;
  }
  .mob-only {
    display: block !important;
  }
  .ftr-sticky {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .ftr-sticky a {
    float: left;
    width: 20%;
    height: 100%;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    color: #222;
    border-top: 1px solid #eee;
  }
  .ftr-sticky a div {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(https://www.thegreatnext.com/images/ftr-sprite.png);
    background-color: transparent;
  }
  .ftr-sticky a.ftr-home div {
    background-position: center 0;
  }
  .ftr-sticky span {
    width: 100%;
    font-size: 14px;
    margin-top: 6px;
    display: block;
    text-align: center;
  }
  .ftr-sticky a.ftr-srch div {
    background-position: center -72px;
  }
  .ftr-sticky a.ftr-call div {
    background-position: center -144px;
  }
  .ftr-sticky a.ftr-chat div {
    background-position: center -216px;
  }
  .ftr-sticky a.active {
    color: #e04838;
  }
  .ftr-sticky a.active {
    color: #e04838;
  }
  .ftr-sticky a.ftr-more.active div {
    background-position: center -324px;
  }
  .wrapper .travelleressentials-box .travelleressentials-box-content .title {
    width: 80%;
    margin: auto;
    display: block;
  }
}

@media (max-width: 992px) {
  ul.ft-btn-list {
    display: block;
    padding: 0;
  }
  .ft-btn-list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    margin-bottom: 0rem;
  }
  .ft-btn-list li {
    width: 33.33%;
    float: left;
    list-style-type: none;
    margin-right: 0;
  }
  .ft-btn-list li a {
    width: 100%;
    padding: 5px;
    font-size: 10px;
    display: block;
  }
  a.phone-btn {
    margin: 7px 5px 0 5px;
    display: block;
  }
  a.wtsp-btn {
    margin: 7px 5px 0 5px;
    display: block;
  }
  .navbar-brand {
    display: block;
    margin: auto;
  }
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eb2727;
    border: 1px solid #eb2727;
    border-radius: 0.25rem;
    display: none;
  }
  header .navbar {
    padding: 0.1rem 0.5rem;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 0px;
  }
  header .navbar-nav li:after {
    content: "";
  }
  .wrapper .planyoutrip-wrapper .package-box {
    margin-bottom: 15px;
  }
  .wrapper .mbsectionpadding {
    padding: 1rem 0 !important;
  }
  .wrapper .search-box-wrapper {
    margin: 0;
    padding: 1rem 0 !important;
  }
  .wrapper .bannerfooter {
    max-width: 100%;
    bottom: auto;
    position: relative;
    background: #efefef;
    padding: 0 12px 25px;
  }
  .wrapper .bannerfooter ul li .bannner_box_heading {
    color: #000;
  }
  .wrapper .bannerfooter ul li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
  }
  .wrapper .owl-next span {
    right: 2px;
    top: 35%;
  }
  .wrapper .owl-prev span {
    left: 2px;
    top: 35%;
  }
  .wrapper .navbar_findthingstodo .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 24px;
    width: 100%;
    display: block;
    margin: 5px 0 6px 0;
  }
  .wrapper .navbar_findthingstodo .nav-tabs li {
    float: none !important;
    display: inline-block;
  }
  .wrapper .wrapper .travelleressentials-box .travelleressentials-box-content .title {
    width: 80%;
    display: block;
    margin: 10px auto;
  }
  .ig-carousel-item-text {
    height: 300px;
    width: 100%;
    left: 0;
    top: 5%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ig-carousel-item-text .carousel-text-wrapper .herocarousel-head {
    font-size: 24px;
    line-height: 25px;
  }
  .ig-carousel-item-text .carousel-text-wrapper .herocarousel-subhead {
    font-size: 16px !important;
    margin: 0 auto;
  }
  #onecloumn img {
    height: 280px;
  }
  footer .news-sec {
    margin-bottom: 15px;
  }
  footer .copyright .copyright-txt {
    margin: 6px 0 6px 0;
  }
}

/*
  Flaticon icon font: Flaticon
  Creation date: 31/12/2020 11:31
  */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 26px;
  font-style: normal;
  /*margin-left: 20px;*/
}

.flaticon-photo:before {
  content: "\f100";
}

.flaticon-terms-and-conditions:before {
  content: "\f101";
}

.flaticon-terms-and-conditions-1:before {
  content: "\f102";
}

.flaticon-airplane:before {
  content: "\f103";
}

.flaticon-hotel:before {
  content: "\f104";
}

.flaticon-school-bus:before {
  content: "\f105";
}

.flaticon-dinner:before {
  content: "\f106";
}

.flaticon-tax:before {
  content: "\f107";
}

.flaticon-image:before {
  content: "\f108";
}

.listwrapper {
  width: 100%;
}

.listwrapper .flights_tabnav {
  clear: both;
}

.listwrapper .fl-list-item {
  position: relative;
  margin: 15px 0 15px 0;
  padding: 15px;
  box-shadow: 3px 3px 16px -4px black;
  -moz-box-shadow: 3px 3px 16px -4px black;
  -webkit-box-shadow: 3px 3px 16px -4px black;
  -o-box-shadow: 3px 3px 16px -4px black;
}

.listwrapper .fl-img {
  width: 100%;
  height: 160px;
  -webkit-box-shadow: 4px 4px 14px -4px black;
          box-shadow: 4px 4px 14px -4px black;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.listwrapper .fl-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.listwrapper .list-box {
  position: relative;
}

.listwrapper .listbox-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  width: 70%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.listwrapper.list-detail-inner {
  margin-top: 0px;
}

.listwrapper .list-detail-inner span {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.listwrapper .list-detail {
  max-width: 500px;
  width: 100%;
}

.listwrapper .list-detail-width {
  font-size: 13px;
  margin: 6px 0;
  display: block;
}

.listwrapper ul.inclusiondream {
  margin: 0;
  padding: 0;
}

.listwrapper ul.inclusiondream li:first-child {
  padding-left: 0;
}

.listwrapper ul.inclusiondream li {
  padding: 10px 5px;
  float: left;
  margin: 0 0px 0 0;
  list-style-type: none;
  color: #999999;
  font-size: 15px;
}

.listwrapper ul.inclusiondream li img {
  width: auto !important;
  float: left;
  margin: 0 5px 0 0;
}

.listwrapper .inclusion_height {
  height: 17px;
}

.listwrapper .detail-right {
  position: absolute;
  right: 14px;
  top: 0;
}

.listwrapper .dt-1 {
  font-size: 20px;
  font-weight: 600;
  right: 12px;
  text-align: right;
  color: #000;
}

.listwrapper .dt-2 {
  font-size: 24px;
  font-weight: 600;
  right: 12px;
  text-align: right;
  color: #02adee;
}

.listwrapper .dt-txt {
  color: #000;
  font-weight: 400;
  font-size: 11px;
  font-style: italic;
}

.listwrapper .dropdown.selectroom_cls-box {
  margin-top: 20px;
  text-align: right;
}

.listwrapper .dropdown.selectroom_cls-box {
  margin-top: 20px;
  text-align: right;
}

.listwrapper .dropdown, .dropup {
  position: relative;
}

.listwrapper .labeltxt {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.listwrapper .form-control {
  display: block;
  width: 100%;
  /* height: 50px; */
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 1px black;
  box-shadow: inset 0 1px 1px black;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.listwrapper .mt-2, .listwrapper .my-2 {
  margin-top: 0.5rem !important;
}

.listwrapper a#estinamtebtnid {
  background: #eb2727;
  border: 2px solid #eb2727;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 12px;
  width: 120px;
  text-align: center;
  color: #fff;
  float: right;
  margin-left: 10px;
}

.listwrapper a.detail_link {
  border: 2px solid #eb2727;
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  width: 120px;
  text-align: center;
  float: right;
  text-decoration: none;
  margin-left: 10px;
}

.listwrapper .fl-list-item .packages-included {
  margin-top: 10px;
}

.listwrapper .flights_tabnav .nav-tabs {
  border-bottom: 0px solid #ddd;
  width: 100%;
}

.listwrapper .flights_tabnav .nav-tabs > li.active > a, .listwrapper .flights_tabnav .nav-tabs > li.active > a:focus, .listwrapper .flights_tabnav .nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.listwrapper .flights_tabnav .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 2px solid transparent;
  border-radius: 0px 0px 0 0;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

.listwrapper .flights_tabnav .nav-tabs > li > a:hover {
  border-color: #eee #eee #eb2727;
  text-decoration: none;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #eb2727;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #eb2727;
}

.listwrapper .flights_tabnav .nav-tabs > li > a .active {
  border-color: #eee #eee #eb2727;
  text-decoration: none;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #eb2727;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #eb2727;
}

.listwrapper .flights_tabnav .nav-tabs .nav-item.show .nav-link, .listwrapper .flights_tabnav .nav-tabs .nav-link.active {
  border-color: #eee #eee #eb2727;
  text-decoration: none;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #eb2727;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #eb2727;
}

.listwrapper .fl-list-item .tab-content {
  border-top: 0px solid #ccc;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}

.listwrapper .tab-content > .tab-pane {
  border-top: 1px solid #efefef;
  padding: 10px 0 0;
}

.listwrapper .fl-list-item .tab-content .radio-inline {
  font-size: 12px;
  margin-right: 10px;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}

.listwrapper .fl-list-item .tab-content .radio-inline input[type="radio"] {
  padding-right: 15px;
  margin-right: 10px;
  float: left;
  margin-top: 4px;
}

.listwrapper .flights_tabnav .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 2px solid transparent;
  border-radius: 0px 0px 0 0;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

.listwrapper .select_box_wth {
  width: auto;
  border: 0px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 33px;
  float: right;
  cursor: pointer;
  margin-top: -6px;
}

.listwrapper .tab-title-content-bg {
  background: rgba(29, 46, 95, 0.16);
  width: 100%;
  padding: 10px 0;
  margin-bottom: 1px;
}

.listwrapper .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.listwrapper .tab-title-content-bg th {
  padding: 6px;
  background: rgba(1, 112, 181, 0.25);
}

.listwrapper .tab-title-content-bg th .tab-title-txt-cls {
  margin-bottom: 0;
}

.listwrapper .tab-title-txt-cls {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 4px;
}

.listwrapper .tab-title-content-bg td {
  padding: 6px;
  border-top: 1px solid var(--text-color-white) !important;
}

.listwrapper .tab-title-txt-cls-inner {
  font-size: 13px;
  padding: 0 2px;
}

/*filter secrion start*/
.listwrapper .filter-sec {
  padding: 10px;
  border-top: 3px solid #1d2e5f;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 16px -4px black;
          box-shadow: 3px 3px 16px -4px black;
  overflow: hidden;
}

.listwrapper .filter-title {
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.listwrapper .cancel-btn {
  position: absolute;
  top: 15px;
  line-height: 25px;
  right: 32px;
  display: none;
  padding: 6px;
  border: 1px solid var(--actionbtn);
}

.listwrapper .fl-btn {
  float: right;
  background: none;
  border: none;
  padding: 4px 3px;
  font-weight: 600;
  font-size: 12px;
}

.listwrapper .fl-title {
  font-weight: 600;
  color: var(--blackcolor);
  font-size: 13px;
  margin-bottom: 2px;
}

.listwrapper .fl-checkbox .fl-title {
  color: var(--actionbtn);
  position: relative;
  margin: 0px 0 8px;
  padding: 0;
  font-size: 14px !important;
  font-weight: bold;
}

.listwrapper .filter-height {
  max-height: 155px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
}

.listwrapper .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.listwrapper .fl-checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  -webkit-box-shadow: 0px 2px 5px #eee;
          box-shadow: 0px 2px 5px #eee;
}

.listwrapper .fl-checkbox input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.listwrapper .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.listwrapper .fl-checkbox label {
  font-size: 14px;
  font-weight: 500;
  color: #807d7d;
  margin-bottom: 10px;
  vertical-align: middle;
}

.cancel-btn {
  position: absolute;
  top: 15px;
  line-height: 25px;
  right: 32px;
  display: none;
  padding: 6px;
  border: 1px solid var(--actionbtn);
}

/*filter secrion end*/
/*responsive section*/
@media (min-width: 320px) and (max-width: 500px) {
  .listwrapper .fl-img {
    width: 100%;
    height: 200px;
    -webkit-box-shadow: 4px 4px 14px -4px black;
            box-shadow: 4px 4px 14px -4px black;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
  }
}

@media (max-width: 992px) {
  .listwrapper .filter-title {
    padding-bottom: 8px;
    line-height: 20px;
  }
  .listwrapper .fl-btn {
    float: none;
  }
  .cancelbtn {
    color: #fff;
    font-size: 12px !important;
    background: #000 !important;
    padding: 4px 10px !important;
    border-radius: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-right: 8px;
    float: right !important;
  }
  .applybtn {
    color: #fff;
    font-size: 12px !important;
    background: #eb2727 !important;
    padding: 4px 10px !important;
    border-radius: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: right !important;
  }
  .cancel-btn {
    display: block;
  }
  #listmgt0 {
    padding: 0 !important;
  }
  .listwrapper .filter-box {
    overflow: hidden;
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
  }
  .listwrapper .detail-right {
    position: static;
    left: 14px;
    top: 0;
  }
  .listwrapper.dropdown.selectroom_cls-box {
    margin-top: 12px;
    text-align: left;
  }
  .listwrapper a#estinamtebtnid {
    background: #eb2727;
    border: 2px solid #eb2727;
    border-radius: 4px;
    padding: 7px 20px;
    font-size: 12px;
    width: 120px;
    text-align: center;
    color: #fff;
    float: right;
    margin-left: 10px;
  }
  .listwrapper a.detail_link {
    border: 2px solid #eb2727;
    border-radius: 4px;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    width: 120px;
    text-align: center;
    float: right;
    text-decoration: none;
    margin-left: 10px;
  }
  .listwrapper .mobile_scrolling {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .listwrapper .mobile_scrolling .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
  }
  .listwrapper .flights_tabnav .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 2px solid transparent;
    border-radius: 0px 0px 0 0;
    font-family: 'Josefin Sans';
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.5rem;
  }
}

/*responsive section*/
.contact {
  padding: 4%;
  height: 400px;
}

.contactleft {
  background: #dddddd;
  padding: 1.5% 1.5%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.contact-info {
  margin-top: 0%;
}

.contact-info img {
  margin-bottom: 1%;
}

.contact-info h2 {
  margin-bottom: 3%;
  font-size: 1.2rem;
}

.contact-info h4 {
  margin-bottom: 6%;
  font-size: 0.98rem;
}

.contact-info legend {
  font-size: 1.2rem;
}

.contact-info address {
  font-size: 0.89rem;
}

.contactright {
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 1px solid #d7d7d7;
}

.contact-form label {
  font-weight: 600;
}

.contact-form button {
  background: #25274d;
  color: #fff;
  font-weight: 600;
  width: 25%;
}

.contact-form button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.breadcrumb {
  padding: 0rem 0rem;
  background-color: transparent;
  border-radius: 0rem;
}

ol.breadcrumb li a {
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
}

ol.breadcrumb li:first-child a {
  padding-left: 0;
}

ol.breadcrumb > li + li:before {
  content: "/" !important;
  color: #fff;
}

.footersearchbox {
  display: none;
}

.sendenquiry-rightbtn {
  display: none;
}

.footer-whatsappicon-new {
  display: none;
}

.ui-widget.ui-widget-content {
  z-index: 999999 !important;
}

/* autosuggestion css start */
ul#sourcesjd li:hover, ul#destinjd li:hover {
  background: var(--actionbtn);
  color: var(--text-color-white);
  border-radius: 8px;
}

ul#sourcesjd li, ul#destinjd li {
  padding: 2px 12px;
}

ul#sourcesjd, ul#destinjd {
  list-style-type: none;
  font-size: 13px;
  z-index: 9999999;
  position: absolute;
  background: var(--text-color-white);
  width: 100%;
  cursor: pointer;
  top: 35px;
  line-height: 25px;
  padding: 0px;
  min-width: 400px;
}

.carkm-flight, .carseats-flight, .carname-flight, .car-price-flight, .sorting {
  cursor: pointer;
}

/* autosuggestion css start  ends*/
/*auto-select-suggestion-css*/
.ui-menu .ui-menu-item {
  line-height: 26px;
  border-radius: 0 !important;
}

.ui-menu .ui-menu-item:hover {
  border-radius: 0 !important;
}

.ui-menu .ui-menu-item-wrapper:hover {
  border-radius: 0 !important;
}

/*auto-select-suggestion-css*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #1d2e5f !important;
  background: #1d2e5f !important;
  font-weight: normal;
  color: #ffffff;
  border-radius: 0px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #1d2e5f !important;
  background: #1d2e5f !important;
  font-weight: normal;
  color: #fff;
  border-radius: 0px !important;
}

a.ui-datepicker-next.ui-corner-all.ui-state-hover {
  background: #1d2e5f !important;
}
/*# sourceMappingURL=style.css.map */