@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,200i,300,300i,400,500,600,700,700i,800&display=swap');
body{
    margin: 0px;
    padding: 0px;
}
ul {
    padding: 0px;
    margin: 0px;
}
/*---- planet menu ----*/
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
    color: #ffffff !important;
    background-color: #faa61a!important;
}
.planet_menu .navbar {
    margin-bottom: 0px;
}
.planet_menu .logo-container .logo_img img {
    width: 100px;
}
.planet_menu .navbar-toggle {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 0px;
}
.planet_menu .navbar-toggle .icon-bar {
    background: #ffffff;
}
.planet_menu {
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.logo-container {
    position: relative;
    display: table;
}
.planet_menu nav.navbar ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 50% 0 50% 0;
    transition: 0.5s;
    font-weight: 500;
    margin: 0 5px;
    color: #777;
}
.planet_menu nav.navbar ul li a:hover {
    background: #faa61a!important;
    color: #ffffff !important;
}
.planet_menu .navbar-brand {
    padding: 0px;
}
/*---- end menu ----*/
/*---- start reviews ----*/
body .testimonial {
    padding: 45px 0;
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
body .testimonial .row .carousel .carousel-indicators li {
  color: #a44646 !important;
  height: 4px !important;
  width: 18px !important;
  background: #a44646!important;
}
body .testimonial .row .carousel .carousel-indicators {
  padding-top: 20px !important;
}
.carousel-indicators .active {
  margin: 1px !important;
}

body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #faa61a;
  border-radius: 50%;
}
body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #faa61a;
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(164, 70, 70);
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 20px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #005EB8;
  font-weight: 700;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}
#carouselExampleIndicators h1 {
  color: #005EB8;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
}
#carouselExampleIndicators h1 span {
    color: #faa61a;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}

/*---- end reviews ----*/
.top-bar {
    padding: 5px 0;
    background: #605c3e;
    border-top: 3px solid #ffc107;
    line-height: 31px;
}
.top-bar .part-1 ul li{
    display: inline-block;
}
.top-bar .part-2 ul li{
    display: inline-block;
}
ul.contact-info {
    padding: 0px;
    float: left;
}
ul.social-link {
    padding: 0px;
    float: right;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.top-bar .part-1 ul li a i{
    margin-right: 8px;
}
.top-bar .part-1 ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    transition: .3s;
    color: #fff;
}
/* .top-bar .part-1 ul li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    transition: .3s;
    color: #fff;
} */
.top-bar .part-1 ul li a:hover{
   color: #ffc107;
    text-decoration: none;
}
.part-1 span{
    color: #ffc107;
    margin: 0 15px 0 15px;
}
/* .part-2 li {
    width: 30px;
    height: 30px;
    background: #ffc107;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
} */
.part-2 ul li a {
    color: #fff;
    width: 32px;
    height: 32px;
    background: #ffc107;
    display: block;
    font-size: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    transition: .3s;
}
.part-2 ul li a:hover {
    transform: rotate(360deg);
}
/*------menu-------*/

/* .menu{
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 5px 0px #dedede;
}
.menu .navbar-toggle{
    padding: 6px 5px;
    margin-top: 14px;
    border: 1px solid #ffc107;
}
.navbar-toggle .icon-bar{
    background: #ffc107;
}
.menu .navbar{
    margin: 0px!important;
}
.menu .navbar ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.no-padd{
    padding-left: 0px;
    padding-right: 0px;
}
a.navbar-brand {
    padding: 0px;
    width: 200px;
    color: #000;
    margin-right: 90px;
}
.logo-Contain{
    position: relative;
    display: table;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav.stroke ul li a {
  position: relative;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '';
  color: transparent;
  background: #ffc107;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 75%;
}
.menu .navbar-nav>li {
    float: left;
    line-height: 50px;
    color: #ffc107;
}
.modal-header {
    padding: 0 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header h1{
    font-size: 24px;
}
button.close {
    -webkit-appearance: none;
    padding: 11px;
    cursor: pointer;
    background: 0 0;
    border: 0;
} */
/*-------booking-------*/
.search-tabs {
/*    position: absolute;*/
    position: relative;
    bottom: 40px;
    left: 0px;
    width: 100%;
}
.search-tabs .nav-tabs {
    text-align: center;
    font-size: 0px;
    margin-bottom: -2px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.search-tabs .nav-tabs li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.center-tabs li {
    display: inline-block;
    float: none;
}
.search-tabs .nav-tabs li.active a {
    background: white;
    border-radius: 0px;
    color: #808285;
    border: 2px solid white;
    border-bottom: 0px;
}
.search-tabs .nav-tabs li.active a {
    padding: 8px 25px 11px;
}
.search-tabs .tab-content .tab-pane {
    background: white;
}
.search-tabs .tab-content .tab-pane {
    padding: 35px 30px 20px;
    background: #faa61a;
}
.tab-content>.active {
    display: block;
}
.search-tabs .tab-content .tab-pane .form-group, .search-tabs .tab-content .tab-pane .form-group {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.search-tabs .nav-tabs li a {
    background: #000;
    border-radius: 0px;
    color: white;
}
.tab-content i {
    position: absolute;
    top: 10px;
    left: 16px;
}
.search-tabs .tab-content .tab-pane .form-group.left-icon input {
    padding-left: 38px;
}
.search-tabs .nav-tabs li .fa {
    margin-right: 7px;
    font-size: 15px;
}
.search-tabs .tab-content .tab-pane .form-group .fa {
    color: #faa61a;
}
.search-tabs .nav-tabs li .fa {
    color: #faa61a;
}
button.btn.btn-orange {
    padding: 6px 40px;
    background: #908989;
    color: #fff;
}
/*banner_slider_part--start--end
-------------------------------------------*/
/*weekend-part-end
---------------------------------*/

.page_hdng{
	margin-bottom:20px;
	position:relative;
  border-bottom: 1px solid #ff9933;
	}
.page_hdng h3 {
    position: relative;
    font-size:38px;
    color: #005EB8;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 0px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
}
.page_hdng h3 span{
	color:#faa61a;
	}
.business_item{
	margin:10px;
    background: #fff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
	}
.weekend_pic{
	text-align:center;
	}
.weekend_pic img{
    width: 100%;
}
.weekend_text h4{
	font-size:15px;
	color:#2f353b;
  font-family: 'Roboto', sans-serif;
	margin-top:10px;
	text-transform:uppercase;
	}
  .weekend_text h4 {
      font-size: 14px;
      color: #258af8;
      line-height: 24px;
      margin: 0px;
      padding: 0px;
      font-family: 'Open Sans', sans-serif;
      display: flex;
      align-items: center;
      min-height: 40px;
  }
.rating li{
	display:inline-block;
	margin:5px 0px;
	color:#faa61a;
	font-size:15px;
	}
.review_txt{
	font-size:14px;
	color:#5c6773 !important;
  font-family: 'Open Sans', sans-serif;
	}
.weekend_text p{
	font-size:15px;
	color:#5c6773;
  font-family: 'Open Sans', sans-serif;
	min-height:35px;
  text-align: left;
  margin: 0px;
  padding: 8px 0px;
  font-weight: 700;
	}
.view_more_btn{
	padding:10px 0px;
	}
.view_more_btn a {
    width: 50%;
    display: block;
    background: #faa61a;
    text-align: center;
    padding: 8px 8px;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
}

.view_more_btn a:hover{
	background:#5e626b;
    text-decoration: none;
	}

.business_btn{
	margin-top:30px;
	}
.business_btn a{
	font-size:26px;
	color:#fff;
  font-family: 'Play', sans-serif;
	background:#faa61a;
	padding:10px 25px;
	font-weight:700;
	border-radius:5px;
	display:inline-block;
	}
.business_btn a:hover{
	background:#424242;
	}
.weekend-part{
	position:relative;
	}

.weekend-part .owl-buttons .owl-next{
	position:absolute;
	right:10px;
	height:15px;
	width:15px;
	padding:17px;
	background:url(../images/slider-right-arow.png) no-repeat #faa61a;
	border-radius:50%;
	background-position:13px 11px;
	top:-13%;
}
.weekend-part .owl-buttons .owl-prev{
	position:absolute;
	right:53px;
	height:15px;
	width:15px;
	padding:17px;
	background:url(../images/slider-left-arow.png) no-repeat #5e626b;
	border-radius:50%;
	background-position:11px 10px;
	top:-13%;
}
.rating{
    text-align: center;
}
/*weekend-part-end
---------------------------------*/
/*---------testimonials-----------*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 25px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #ffc107;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
section#carousel{
    padding: 30px 0;
}
section#carousel h1 {
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    font-weight: 600;
}
section#carousel h1 span{
 color: #faa61a;
 font-family: 'Oswald', sans-serif;
 font-size: 44px;
 font-weight: 600;
}

.border_bb {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}
.profile-circle img{
    border-radius: 100%;
}
/*---car packages-------*/
.car-packages h1{
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    font-weight: 600;
}
.car-packages h1 span{
 color: #faa61a;
 font-family: 'Oswald', sans-serif;
 font-size: 44px;
 font-weight: 600;
}
.vehicle-block {
    margin: 15px 0px;
}

.main-block {
    transition: .4s;
}
.main-img {
    position: relative;
    overflow: hidden;
}
.main-img img {
    width: 100%;
    transition: .4s;
}
.vehicle-time {
    position: absolute;
    top: 27px;
    left: 0px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #e6e7e8;
}
.vehicle-time p {
    margin-bottom: 0px;
    font-size: 16px;
}
.vehicle-time .fa {
    margin-right: 5px;
}
.offer-price-2 {
    background: #000;
    color: white;
    padding: 14px 20px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.offer-price-2 li.price {
    font-size: 22px;
    font-weight: bold;
}
.vehicle-info {
    box-shadow: 0px 4px 6px rgba(0,0,0,0.07);
    border: 1px solid #e6e7e8;
}
.main-info {
    background: white;
}
.vehicle-info {
    text-align: center;
    padding: 22px 10px;
}
.main-info .main-title a {
    color: #000;
}
.vehicle-info .vehicle-title a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-info .main-title a {
    text-decoration: none;
}
.vehicle-info .vehicle-title p {
    color: #a7a9ac;
}
.vehicle-info .vehicle-title p {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0px;
}

.main-title p {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: -2px;
}
.rating .fa.orange {
    color: #faa61a;
}
.offer-price-2 .arrow .fa {
    background: #faa61a;
}
.offer-price-2 li .arrow {
    float: right;
    margin-top: -3px;
}
.arrow .fa {
    background: #8e8f91;
    color: white;
    border-radius: 100%;
}
.arrow .fa {
    height: 28px;
    width: 28px;
    text-align: center;
    padding-top: 2px;
    font-size: 20px;
    margin-top: 7px;
}
.main-block:hover {
    transform: translateY(-10px);
}
.main-block:hover .main-img img {
    transform: scale(1.15);
}


/*------package-----*/
section.packages-modal-area {
    margin-bottom: 35px;
}
.packages h1{
 display: block;
 margin: 0 auto !important;
 color: #005EB8;
 margin: 0px;
 text-align: center;
 font-family: 'Oswald', sans-serif;
 font-size: 44px;
 font-weight: 600;
}
 .packages h1 span{
 color: #faa61a;
 font-family: 'Oswald', sans-serif;
 font-size: 44px;
 font-weight: 600;
}
.packages p{
 font-size: 18px;
 font-family: 'Quicksand', sans-serif;
line-height: 26px;
text-align: center;
margin-bottom: 20px;
}
.band {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 9;
    left: 13px;
    top: -6px;
}

.v_place_img {
    position: relative;
    overflow: hidden;
}
.v_place_img img {
    width: 100% !important;
    transition: 0.5s ease;
}
.v_place_img:hover img {
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0px, 0px);
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);
    cursor: pointer;
}
.b_pack {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.b_pack h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v_pl_name {
    text-transform: capitalize;
    padding: 5px;
    color: #6C6C6C;
    font-weight: 500;
}
.pack_icon ul {
    padding: 0px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.pack_icon ul li {
    display: inline-block;
    width: 25%;
    float: left;
}

.band img {
    width: 100%;
    z-index: 9999999;
    position: absolute;
}

/*-----footer----*/
footer {
    padding: 60px 0 30px 0;
    background: url(../../assets/images/footer-backround.jpg) center center no-repeat;
    color: #fff;
}
footer h1{
    margin-top: 0px;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 25px;
    color: #faa61a;
}

.footer-part-3 a{
    padding: 6px 8px;
    background: #faa61a;
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
}
footer ul li{
    display: block;
}
footer ul{
    padding: 0;
}
footer ul li a i{
    color: #faa61a;
    margin-right: 10px;
}
footer ul li a{
    color: #fff;
}
.footer-part-1 li{
    margin-bottom: 30px;
}
.footer-part-2 li{
    margin-bottom: 5px;
}
footer label{
    margin-bottom: 10px;
}
footer .form-control{
    border-radius: 0px;
}
section.footer_bottom {
    padding: 6px 0 2px 0;
    background: #f9f9f9;
    color: #000;
}
.foot_content h5 {
    text-align: left;
}
.foot_content h4 {
    text-align: right;
    font-size: 16px;
}



/*--------1.10.18-----*/
.weekend-part {
    width: 100%;
    position: relative;
    display: block;
    background: #fafafa;
    background-repeat: repeat;
    background-position: top left;
    padding: 45px 0;
}
.weekend_text {
    padding: 10px;
    min-height: 205px;
    max-height: 205px;
}
.weekend_pic img {
    max-height: 315px;
}
.weekend_text h5 {
    margin: 0px;
    display: flex;
    min-height: 41px;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.post-underline {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.post-title:after {
    content: ' ';
    display: block;
    background: #faa61a;
    position: absolute;
    height: 5px;
    width: 30px;
    bottom: -3px;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 50px;
}
.last-post-outer {
    position: relative;
    padding-bottom: 70px;
    padding-top: 30px;
}
.last-post:hover {
    border-bottom: 0;
    opacity: 0.8;
}
.last-post-content {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    background: #f9f9f9;
}
.comment-outer {
    border: 1px solid #f1eaea;
    max-width: 450px;
    background: #fff;
    margin: 0 auto;
    padding: 15px;
    bottom: 110px;
    position: absolute;
    left: 25%;
    transform: translate(-17%,60%);
}
.comment-outer h3 {
    text-align: center;
    margin-top: 5px;
}
.comment-outer p {
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    line-height: 26px;
    text-align: center;
    margin-bottom: 12px;
}
.post-section .view_more_btn {
    padding: 0px 0px 10px 0;
}
.post-section .view_more_btn a {
    width: 34%;
    display: block;
    background: #faa61a;
    text-align: center;
    padding: 8px 8px;
    font-size: 14px;
    color: #fff;
    font-family: 'MyriadHebrew-Regular';
    text-transform: uppercase;
    border-radius: 18px;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
}
.post-title {
    position: relative;
}
.post-title h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.image-outer {
    margin-bottom: 20px;
    border-radius: 100%;
    margin: 0 auto;
    border: 6px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
}
.viewer-outer .rating {
    text-align: left;
    padding: 10px 0;
    font-size: 20px;
}
p.traveller-content {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.traveller h3 {
    font-family: 'Oswald', sans-serif;
}
.post-section h2 span {
    color: #faa61a;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}




/*----parallax-----*/
.parallax-window {
    min-height: 500px;
    background: transparent;
    position: relative;
}
.parallax-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 8px rgba(150, 150, 150, 1);
    font-size: 30px;
    max-width: 674px;
    text-align: center;
    font-family: roboto;
    font-weight: 700;
}
.about-heading.text-center {
    font-size: 60px;
    text-transform: uppercase;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    height: 75px;
    width: 100px;
}


    #carousel-example-generic {
    margin: auto;
}

.package-carousel-container {
    display: flex;
    flex-wrap: normal;
    justify-content: center;
    margin: 0 -5px;
}

#carousel-custom {
    margin: auto;
    width: 100%;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    max-width: 580px;
}

#carousel-custom .carousel-outer .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
    height: 450px;
    /* object-fit: cover; */
    border-radius: 6px;
}

#carousel-custom .carousel-indicators img {
    border-radius: 6px;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.article-slide .carousel-indicators li {
    border: medium none;
    display: inline-block;
    border-radius: 0;
    /* float: left; */
    margin: 0 !important;
    height: auto;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: auto;
    background-color: transparent;
}

.article-slide .carousel-indicators {
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    white-space: nowrap;
    text-align: left;
}

div#myCarousel {
    max-width: 655px;
    margin: 20px auto;
}

.article-slide .carousel-indicators img {
    /* float: left; */
    height: 80px;
    left: 0;
    width: 120px;
    border-radius: 6px;
    display: block;
}

.article-slide .carousel-indicators .active img {
    opacity: 1;
}

.article-slide .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer .carousel-control.left,
#carousel-custom .carousel-outer .carousel-control.right {
    background: transparent;
}

#carousel-custom .carousel-outer .carousel-inner .photo-popup {
    width: 110px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 25px;
    z-index: 99;
}

div#packageSlide {
    position: relative;
}

.package-carousel {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.no-padd {
    padding-left: 0px;
    padding-right: 0px;
}

.single-package-content {
    flex-basis: calc(50% - 20px);
    margin: 0 10px 10px;
}

.all-border {
    border: 1px solid #ccc;
    border-radius: 6px;
}
.package-content-details {
    padding: 15px;
}
.package-content-details p {
    font-size: 18px;
    color: rgba(36, 43, 46, 0.54);
    text-transform: uppercase;
    margin: 0px;
}
p.exclusion-content {
    font-size: 16px;
    color: rgba(36, 43, 46, 0.54);
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 0;
}
.packages-modal-area h1 {
  font-size: 25px;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.package-content-details h3 {
    color: #faa61a;
    font-weight: 700;
    text-transform: none;
    margin: 0px;
    font-size: 26px;
    padding: 10px 0;
}
.package-content-details h1 {
    color: #005EB8;
    font-weight: 700;
    text-transform: none;
    font-size: 24px;
    margin: 0px;
}
.package-content-details h1 span {
    font-size: 16px;
    color: rgba(36, 43, 46, 0.54);
    margin: 0px;
}
.package-content-details h4 strike {
    font-size: 16px;
    color: rgba(36, 43, 46, 0.54);
    margin: 0px;
}
.package-content-details h4 span {
    color: #f09c00;
    font-size: 16px;
    font-weight: 700;
}
.package-content-details ul, inclusions-package ul {
    padding: 0px;
    margin: 0px;
}
.package-content-details ul li, .inclusions-package ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.package-content-form {
    padding: 18px 0;
    background: #f5f5f5;
    overflow: hidden;
}
.package-content-form .form-container {
    display: table;
    width: 100%;
    padding: 8px;
}
.package-content-form .form-container .form-group {
    display: table-cell;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 0px;
}
.package-content-form .form-container .form-group .form-control {
    border-radius: 0px;
    background: #fff;
    outline-color: transparent;
    border: none;
    height: 45px;
}
.package-content-form .form-container .form-group button.btn.btn-primary.contact-form-submit {
    width: 100%;
    padding: 8px 15px;
    border-radius: 25px;
    background: #ffc107;
    border-color: transparent;
    outline: none;
    font-size: 16px;
}
.inclusions-package ul li::before, .exclusions-package ul li::before {
    content: "✓";
    margin-right: 10px;
}
.inclusions-package ul li {
    list-style: none;
}
.package-content-form h1 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 12px;
    margin: 5px;
}
section.packages-modal-area .modal-dialog {
    width: 100%;
    margin: 0px;
}

section.packages-modal-area .modal-dialog .modal-content {
    max-width: 750px;
    margin: 0 auto;
}

section.packages-modal-area .modal-dialog .modal-title {
    text-align: left;
    color: #434e59;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
}

section.packages-modal-area .modal-dialog .modal-content .modal-body {
    padding: 0px;
    background: transparent;
    width: 100%;
}

section.packages-modal-area .modal-dialog .modal-content .modal-body img {
    width: 100%;
    margin-bottom: 5px;
    height: 630px;
}

.modal-content-outer {
    padding: 110px;
    background: #000;
}

section.packages-modal-area .modal-dialog .modal-header .close {
    background: rgba(255, 255, 255, 0.3);
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    border-radius: 50%;
}

.photo-popup button.btn.btn-info.btn-lg {
    background: rgba(0, 0, 0, 0.55);
    margin: 0px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'Brown-Regular';
    text-transform: capitalize;
}

section.packages-modal-area .modal-dialog .modal-header {
    background: transparent;
    padding: 15px 25px;

}

section.packages-modal-area .modal-dialog .modal-header p {
    color: rgba(255, 255, 255, 0.7);
}



/*--- hotel list ----*/
.gallery-container {
       max-width: 1200px;
       margin: auto;
       padding: 45px 0;
   }
   .gallery-row {
       display: flex;
       flex-wrap: wrap;
       justify-content: left;
   }

   .gallery-single-image {
       flex-basis: calc(33.33% - 10px);
       margin: 0 5px 10px;
   }
   .image-container {
       position: relative;
       padding-bottom: 55%;
       overflow: hidden;
       background: #ccc;
       width: 100%;
   }
   .image-container img {
       position: absolute;
       width: 100%;
       top: 0;
       left: 0;
       transition: all .45s ease-in;
   }
   .image-container:hover img {
   transform: scale(1.3);
   transform-origin: 50% 50%;
       cursor: pointer;
}
   .image-text {
      background: #fff;
      width:100%;
      height:52px;
      border-bottom: 3px solid #005EB8;
      transition: .3s;
   }
   .image-text:hover {
       background: #B16161;
       cursor: pointer;
       color: #fff
   }
   .overlay2 {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(0, 0, 0, 0.2);
     overflow: hidden;
     width: 100%;
     height: 100%;
     transition: .5s ease;
}
.image-container:hover .overlay2 {
     height: 100%;
}

.text {
     color: white;
     font-size: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     text-align: center;
}
.hover-icon .fa {
     color: white;
     font-size: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     text-align: center;
   }
.hover-icon i {
   color: #fff;
   width: 45px;
   height: 45px;
   line-height: 44px;
   background: #005EB8;
   border-radius: 50%;
   font-size: 22px;
   transition: .3s;
   display: block;
   border: 2px solid #fff;
}

.hover-icon i:hover {
    border: 2px solid #faa61a;
    background: #fff;
    color: #faa61a;
   }
   .effect
{
  position: relative;
}
.effect:before, .effect:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 16px;
    left: 5px;
    width: 49%;
    top: 70%;
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 10px #000;
    -moz-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}
.image-text.effect p {
    font-size: 22px;
    color: #005EB8;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    width: 100%;
    height: 100%;
    line-height: 100px;
    transform: translate(-50%, -50%);
}
.image-text.effect p:hover {
        color: #fff;
    }
.info a {
        color: #fff;
        font-size: 16px;
        padding: 8px 12px;
        background: #ff0000;
        top: 77%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 0px !important;
    }
.owl-wrapper {
  max-width: 5700px !important;
  margin: auto;
}
.weekend_text h5 .fa {
  margin-right: 5px;
}
.weekend_text h5 .fa {
    margin-right: 5px;
    vertical-align: middle;
    display: flex;
    height: 100%;
    font-size: 20px;
    color: #d31a1a;
}
.bg-white {
  background: #ffffff;
}
/*--- services --*/
.services-area {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.services_container {
  display: flex;
  flex-wrap: wrap;
}
.service_list {
  flex-basis: calc(33.33% - 20px);
  margin: 15px 10px 15px;
}
.service_list_thumb {
    position: relative;
    padding-bottom: 70%;
    background: #ccc;
    overflow: hidden;
}
.service_list_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    display: block;
     transition: transform .4s;
}
.service_list_details {
    padding:8px 15px;
    background: #413a00;
    overflow: hidden;
}
.service_list_thumb:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}
.service_list_details h1 {
  font-size: 24px;
  color: #ffffff;
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
ul.social-link-footer li {
    list-style: none;
    display: inline-block;
    padding: 2px;
}
ul.social-link-footer li a {
    background: #ffc107;
    display: block;
    color: #ffffff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    transition: .3s;
}
ul.social-link-footer li a:hover {
    transform: rotate(360deg);
    background: #ffc107
}
/*-- ##########################
        ABOUT US PAGE
############################### --*/
.about_banner {
    background: url(../../assets/images/about-us.jpg);
    padding: 210px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mission-vision-content p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0px;
}
.awesome {
  -webkit-animation:colorchange 20s infinite alternate;
}
@-webkit-keyframes colorchange {
      0% {

        color: blue;
      }

      10% {

        color: #8e44ad;
      }

      20% {

        color: #1abc9c;
      }

      30% {

        color: #d35400;
      }

      40% {

        color: blue;
      }

      50% {

        color: #34495e;
      }

      60% {

        color: blue;
      }

      70% {

        color: #2980b9;
      }
      80% {

        color: #f1c40f;
      }

      90% {

        color: #2980b9;
      }

      100% {

        color: pink;
      }
    }
.about-heading-container {
    padding: 45px 0;
    max-width: 1200px;
    margin: auto;
}
.heading-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.heading-container-row {
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
}

.about-heading-container h1, .about-heading-container-mission h1, .about-team h1 {
    position: relative;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    color: #005EB8;
    margin: 5px 0;
}
.heading-container-row #aboutCarousel .carousel-inner .item  img {
    max-height: 420px;
    min-height: 420px;
    width: 100%;
    overflow: hidden;
    border: 7px solid #f5f5f5;
}
/* .about-heading-container h1:before {
    content: '';
    position: absolute;
    width: 175px;
    height: 1px;
    background: #ff9933;
    bottom: -10px;
} */

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        cursor: pointer;
}
.about-heading-container span, .about-heading-container-mission span, .about-team span {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    color: #ff9933;
    margin: 5px 0;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.heading-container-row p {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Nunito Sans', sans-serif;
}
.underline-border {
    display: block;
    margin: 0 auto;
    width: 175px;
    height: 1px;
    background: #ff9933;
    bottom: -10px;
}
.mission-vision-content {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 10px 0;
}
.about-heading-container-mission {
    padding: 20px 0;
    max-width: 1200px;
    margin: auto;
}
/*---- modal ----*/
div#planetModal h1 {
    margin: 0px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffc107;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
div#planetModal .modal-header {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    background: url(../../assets/images/Family-Tour.jpeg);
}
div#planetModal .form-control {
    border-radius: 25px;
    height: 42px;
    border: 1px solid #ccc;
}
div#planetModal .modal-body {
    background: #f6f6f6;
}
div#planetModal .btn-default {
    color: #fff;
    background-color: #ffc107;
    border-color: #ccc;
    border-radius: 25px;
    width: 120px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
/*div#planetModal textarea.form-control {
  height: auto !important;
}*/

/*--- Footer ---*/
.planettourism-footer {
    padding: 45px 0;
    background: #413a00;
}
.planettourism-footer-container {
    max-width: 1200px;
    margin: auto;
}
.planettourism-footer-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-single-content {
    flex-basis: calc(33.33% - 20px);
    margin: 0 10px 15px;
}
.footer-single-content .brand-image img {
    width: 140px;
    margin-bottom: 12px;
}
.footer-single-content p.brand-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff
}
.footer-brand-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff
}
.footer-logo-container img {
    padding: 10px;
    background: #fff;
    border: 6px solid #f9f9f9;
    width: 190px;
    margin: 9px auto;
    text-align: center;
    display: block;
}
.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}
.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #faa61a;
}
.info-footer {
    display: table;
    width: 100%;
}
.info-footer-left {
    display: table-cell;
    width: 18%;
    vertical-align: middle;
}
.info-footer-right {
    display: table-cell;
    width: 82%;
    vertical-align: middle;
}
.info-footer-right ul {
    padding: 0px;
}
.info-footer-right ul li {
    list-style: none;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #d7d4d4;
    font-weight: 500;
    line-height: 30px;
}

.info-footer-right ul li:hover {
    text-decoration: none !important;
}
.info-footer-right ul li a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
}
.info-footer-left i {
    font-size: 20px;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid #d7d4d4;
    text-align: center;
    background: #ffc107;
    transition: .5s;
}
.info-footer-left i:hover {
    cursor: pointer;
    background: #ffc107;
}
.info-footer-right p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 500;
    margin: 0px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.affix + .container-fluid {
  padding-top: 70px;
}
/*---- package details ----*/
#planet-package-outer {
    padding: 45px 0 20px 0;
}
/****----------
    scrollbar
------------****/

    .scroll-to-top:hover {
        background-color: #268fbf;
        border-color: #71b100;
        color: #fff;
    }

    div#top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        color: #fff;
        background: #ffc107;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        border: 1px solid #ffc107;
        display: none;
        opacity: 0.8;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    #top:hover {
        opacity: 1;
    }
    .modal-dialog {
    width: 450px;
    margin: 100px auto;
}
/*-----media--------*/
@media screen and (max-width: 1024px){
       a.navbar-brand {
    padding: 0px;
    width: 155px;
    color: #000;
    margin-right: 0px;
}
    button.btn.btn-orange{
        float: right;
    }
    .weekend_text {
      min-height: 235px;
      max-height: 235px;
    }

  .footer-single-content {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 812px){
    .menu .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
    .menu .navbar ul li a{
    font-size: 12px;
    }
    .menu .navbar-nav>li {
    float: left;
    line-height: 42px;
    color: #ffc107;
}
    .rating li {
    display: inline-block;
     margin: 5px 0px;
    color: #faa61a;
    font-size: 12px;
}
    .weekend_text p {
    font-size: 12px;
    }
    section.packages {
    padding: 0px 0 0px 0;
}
    footer ul li a {
    color: #fff;
    font-size: 10px;
}
.footer-part-4 {
    font-size: 8px;
}
    footer label {
    margin-bottom: 10px;
    font-size: 8px;
}
}
@media screen and (max-width: 768px){
    .package-carousel-container {
        flex-wrap: wrap;
    }
    .single-package-content {
      max-width: 600px;
    }
    .package-content-details {
      min-width: 580px;
  }

  .footer-single-content {
    flex-basis: calc(100% - 20px);
  }
    footer ul li a i {
    color: #faa61a;
    margin-right: 5px;
}
    footer ul li a{
        font-size: 10px;
    }
    footer h1{
        font-size: 26px;
    }
    a.navbar-brand {
    padding: 0px;
    width: 160px;
    color: #000;
    margin-right: 0px;
}
    .menu .navbar ul li a {
    color: #000;
    font-size: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
    .menu .nav>li>a {
    position: relative;
    display: block;
    padding: 14px 12px;
}
    .menu .navbar-nav>li {
    float: left;
    line-height: 48px;
    color: #ffc107;
}
    .comment-outer {
    max-width: 555px!important;
    bottom: 140px!important;
}
    .viewer-outer, .viewer-outer .rating {
    text-align: center!important;
    }
    .service_list, .gallery-single-image {
    flex-basis: calc(50% - 20px);
    margin: 15px 10px 15px;
}
}
@media screen and (max-width: 767px){
  .modal-dialog {
  width: 400px;
  margin: 100px auto;
}
  .service_list, .gallery-single-image {
  flex-basis: calc(100% - 20px);
  margin: 15px 10px 15px;
}

  .navbar .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top;
  }

  .navbar .navbar-collapse {
      text-align: left;
  }
    nav.stroke ul li a:hover:after {
    display: none;
}
.navbar-center {
    display: block;
}
        .page_hdng::after{
        display: none;
    }
}

@media screen and (max-width: 675px){
  .heading-container-row {
      flex-basis: calc(100% - 10px);
      margin: 0 5px 10px;
  }
.footer-part-1 li {
    margin-bottom: 18px;
}
ul.contact-info, ul.social-link {
    float: none;
    text-align: center;
}
.planet_menu .logo-container .logo_img img {
    width: 100px;
    margin-top: -6px;
    margin-left: 6px;
}
    }
    @media screen and (max-width: 480px){
      .modal-dialog {
      width: 320px;
      margin: 100px auto;
  }
      .planet_menu .logo-container .logo_img img {
    width: 100px;
    margin-top: -6px;
}
  .single-package-content {
    max-width: 345px;
  }
  .package-content-details {
    min-width: 340px;
}
    #carousel-custom .carousel-outer .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 250px;
    }
      .foot_content h5, .foot_content h4 {
        text-align: center;
      }
      .page_hdng h3, .packages h1, .packages h1 span, #carouselExampleIndicators h1, #carouselExampleIndicators h1 span {
        font-size: 26px;
      }
      .weekend-part .owl-buttons .owl-prev, .weekend-part .owl-buttons .owl-next  {
        top: -11%;
      }
      ul.contact-info, ul.social-link {
        float: none;
        text-align: center;
    }
    .amazingslider-nav-container-1 {
      display: none;
    }
  }
@media screen and (max-width: 375px){
  .single-package-content {
    max-width: 305px;
  }
  .package-content-details {
    min-width: 295px;
}
  .foot_content h5, .foot_content h4 {
    text-align: center;
  }
  .page_hdng h3, .packages h1, .packages h1 span, #carouselExampleIndicators h1, #carouselExampleIndicators h1 span {
    font-size: 26px;
  }
  .amazingslider-nav-container-1 {
    display: none;
  }
  ul.contact-info, ul.social-link {
    float: none;
    text-align: center;
}

  .service_list, .gallery-single-image {
  flex-basis: calc(100% - 20px);
  margin: 0 10px 15px;
}
    .top-bar .part-1 ul li a {
    font-size: 14px;
}
    ul.social-link {
    float: none;
    text-align: center;
}
.footer-part-1 li {
    margin-bottom: 20px;
}
    .packages p{
    font-size: 12px;
    }
.comment-outer p {
    font-size: 14px;
    line-height: 24px;
}
    .comment-outer{
    left: 6%!important;
    transform: translate(-3%,60%)!important;
}
    .post-section .view_more_btn a {
    width: 45%!important;
    }
}
@media screen and (max-width: 320px){
    .top-bar .part-1 ul li a {
    font-size: 11px;
}
    .owl-buttons {
    display: none;
}
    .packages h1 {
    font-size: 24px;
}
    .packages h1 span {
    font-size: 24px;
}
    .car-packages h1{
      font-size: 24px;
    }
    .car-packages h1 span{
      font-size: 24px;
    }
    section#carousel h1{
      font-size: 24px;
    }
    section#carousel h1 span{
       font-size: 24px;
    }
    .footer-part-1 li {
    margin-bottom: 14px;
}
    .page_hdng h3{
     font-size: 24px;
    }
    .page_hdng h3 span{
     font-size: 24px;
    }
}

.error{
   color:red;
   padding: 9px;
}

div#loader_div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
}
#loader_div_new img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
}
