/*@font-face{
    font-family: "futura";
    src:url("../font/Futura Book font.ttf");
}*/


img{
    max-width: 100%;
}
.hotel-list-title h1{
font-weight: bolder;
color: #fff;
}

.slick-header{
    position: absolute;
    margin-top: -60px;
}
.slick-header h1{
    color: #fff;
    font-weight: bolder!important;
}
.theme-slide{
    background-color: transparent;
    /*background-color: #f4f5f7;*/
    min-height: 100px;
    right: 0;
    left: 0;
    margin-top:-4%;
}
.slick-card{
    text-align: center;
}
.menu-icon1 {
    cursor: pointer;
    padding-right: 10px;
    font-size: xx-large;
}
.columbus-slide .carousel-caption {
    bottom: 200px;
}
/* .main{
    /*background-image: url(../images/s1.png);*/
   /* background-position: center;
    background-repeat: no-repeat;*/
} */
.search-cat ul{
    padding: 0;
}
.search-cat li{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.search-cat li label{
    float: right!important;
    margin-top: -4px;
}
.btn-search {
    background-color: #fff;
}
#basic .btn{
    color: #fff!important;
}
#basic span {
    font-size: 20px;
    color: #fff;
}
#basic .dropdown-menu{
    padding: 0 10px!important;
    width: 250px;
}
.search-box{position: absolute;
    width: 33%;
    left: 30%;
    top: 20px;
}

.mid_subtitle{
        font-size: 13px;
    color: #fff;
    margin-top: 20px;
}
/*.footer_logo img {
    max-width: 180px;
}*/
.about-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-para {
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 30px;
}
.about-btn .knw-more {
    background-color: #3f51b5;
    border: #3f51b5;
    padding: 12px 40px;
}
.knw-more a{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
.about_sect {
    /*background: #00ffff12;*/
    background-image: url(../images/icons/bg-5.png);
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*----------------Hotel slider--------*/
.hotel-card{
    position: relative;
    margin: 5px 10px;
    box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
}
.hotel-card .circle {
    top: 44%;
    position: absolute;
    left: 63%;
    width: 60px;
    height: 60px;
    background: #3f51b5;
    border-radius: 50%;
}
.hotel-card .card-body{
    padding: 10px;
}
.hotel-card .card-img{
    padding-top: 7px;
    display: flex;
    justify-content: center;
}
.hotel-card .hotel-name{
    min-height: 40px;
}
.hotel-card .hotel-name h4{
    font-size: 16px;
    color: #3f51b5;
    font-weight: 600;
}
.hotel-offer p small {
    font-size: 18px;
    color: #fff;
    background-color: #01319f;
    padding: 6px 10px 4px 9px;
    /*border-radius: 0px 0 35px 0;*/
}
.hotel-offer span{
    font-size: 10px;
}
.hotel-offer p{
    margin: 0
}
.hotel-offer{
    position: absolute;
    margin-left: -13px;
    padding-top: 10px;
}
.hotel-net {
    display: flex;
    justify-content: start;
}
.cancel-net{
    font-size: 11px;
    /*color: #ddd;*/
}
.hotel-wifi{
    padding-left: 5px;
    font-size: 11px;
   /* color: #ddd;*/
}
.hotel-card hr{
    margin: 5px 0;
}
.hotel-review .checked {
    color: orange;
}
.hotel-review{
    display: flex;
    justify-content: space-between;
}
.hotel-star{
    font-size: 11px;
}
.review-count{
    font-size: 11px;
}
.hotel-offer:before {
    content: "";
    position: absolute;
    margin-top: 0px;
    margin-top: 13px;
    margin-left: 0px;
    background-color: #051d56;
    /* background-color: transparent; */
    width: 13.9px;
    height: 30px;
    -webkit-clip-path: polygon(100% 50%, 100% 100%, 100% 100%, 0% 50%);
    clip-path: polygon(6 5, 55% 23, 100% 100%, -8% 100%);
    z-index: 99;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/*--------------------*/
.stay-sect {
    background-image: url(../images/icons/bg-2.png);
    /*background-color: #ffffffbf;*/
    padding-top: 30px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.stay-likehome{
    padding: 12px;
        box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
    min-height: 330px;
}

.stay-likehome .card-title {
    margin-top: 12px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
a{
    text-decoration: none!important;
    color: inherit;
}
a:hover{
    text-decoration: none!important;
    color: inherit;
}
.stay-likehome .card-para p{
    margin-bottom: 0;
       font-size: 13px;
    font-weight: 400;    
}
.stay-likehome .card-para{
    min-height: 40px;
}
.icon{
    margin-right: 13px;
}
.icon i{
    font-size: 49px;
    color: #4c91b3e0;
}
.stay_sect_head {
    margin-bottom: 10px;
    /* position: relative; */
    display: flex;
}
.title h4{
    padding-top: 14px;
    margin: 0;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
}
 .view {
    float: right;
    margin-top: 10px;
}
 .view a{
        text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #3c81a2;
}
.card-title .city{
    color: #193986;
    text-transform: uppercase;
}
.card-title .checked{
    color: #193986;
}
/*-------------------*/
.event-likehome .circle {
    top: 50%;
    position: absolute;
    left: 70%;
    width: 60px;
    height: 60px;
    background: #3f51b5;
    border-radius: 50%;
}
.hotel-card .content,.event-likehome .content{
    position: absolute;
    width: inherit;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.hotel-card .content h6,.event-likehome .content h6 {
    font-size: 10px;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
}

.event-sect {
    padding-bottom: 60px;
    padding-top: 40px;
    /*background-color: #00ffff12;*/
    background-image: url(../images/icons/bg-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.event-likehome {
    min-height: 347px;
    box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
}
.event_sect_head {
    margin-bottom: 10px;
    display: flex;
}
 .title h4 {
    padding-top: 14px;
    margin: 0;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
}
.icon i {
    margin-right: 13px;
    font-size: 49px;
    color: #4c91b3e0;
}
.event-date p {
    margin-bottom: 0 !important;
}
.event-date p small {
    font-size: 11px;
    color: #fff;
    background-color: #3f51b5;
    padding: 6px 29px 4px 9px;
    border-radius: 0px 0 35px 0;
}
.city_map {
    display: flex;
}
.temple_name h4 {
    font-size: 18px;
    color: #3f51b5;
    font-weight: 600;
}
.city_map .city p {
    font-weight: 500;
    padding-left: 5px;
}
/*---------------------*/
.travel{
    background-image: url(../images/icons/bg-2.png);
        /*background-color: #fff;*/
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.info-1 h2{
        margin-bottom: 27px;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}
.info-2 h2 {
    color: #3f51b5;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    /* font-family: sans-serif; */
}
.info-3 h1 {
    font-size: 62px;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: inherit;
}
.destination{
    text-align: center;
}
.dest-info h5 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 31px;
}
.dest-info h5 strong{
  color: #3f51b5;
}
/*-----------------------*/
.welness-yoga{
    border: none;
    border-radius: 50%;
    height: 300px;
    width: 300px;
}
.welness-yoga .yoga-img{
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.wellness-sect-head {
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
}
.wellness-sect{
        padding-top: 40px;
    background-color: #eeeeeecf;
    padding-bottom: 40px;
}
 .wellness-sect-head .show-more a {
    text-decoration: none;
    font-size: 27px;
    color: #609cba;
    font-weight: 500;
    border-bottom: 2px solid #609cba;
}   
/*-----------------*/
#tour-image{
    /*background-image: url(../images/icons/bg-2.png);*/
    background-color: #fff;
}
.operation {
    box-shadow: 0 -5px 16px 0 rgba(0,0,0,0.3),0 5px 16px 0 rgba(0,0,0,0.3);
    background: #fff;
    height: 160px;
    width: 160px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.card tour-logo{
    padding: 10px;
}

.tour-head-title h1{
      font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4a608e;  
}
.tour-head-title{
    padding: 27px;
}
.tour-operation {
    /*background-image: url(../images/icons/bg-1.png);*/
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
/*---------------*/

.view-spots .spot-img {
    border-radius: 50%;
    width: 350px;
    height: 350px;
}
.view-mutiple .multi-img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
}
.faith-sect {
    padding-top: 40px;
    background-color: #edffffa8;
    padding-bottom: 40px;
}
.faith-sect-body {
    padding-top: 26px;
}
.faith-sect-body .row-first {
    margin-bottom: 17px;
}

/*--------------------*/
.adventure-sect-head {
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
}
.adventure-sect {
    padding-top: 40px;
    background-color: #fafafad4;
    padding-bottom: 40px;
}
.adventure-sect-head .show-more a {
    text-decoration: none;
    font-size: 27px;
    color: #609cba;
    font-weight: 500;
    border-bottom: 2px solid #609cba;
}
/*------------------------*/

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

/*-----------Slick Slider--------------*/
.slider {
 /* max-width: 1000px;*/
  margin: 0 auto;
}
.slick-slide {
  margin: 0;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
/*button.slick-next, button.slick-next:hover {
  position: absolute;
    top: 27%;
    right: 5px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: #fff;
    background-image: url(../images/icons/right.png);
    
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y:center;
}
button.slick-prev, button.slick-prev:hover {
  position: absolute;
    top: 27%;
    left: 6px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: #fff;
    background-image: url(../images/icons/left.png);
    
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y:center;
}*/
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}
.slider img {
  width: 100%;
  margin-bottom: 10px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    /*height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    }
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*#mySidenav {
    z-index: 999;

}*/
.sidenav ul{
    padding: 0;
    margin: 0;
}
.sidenav i{
    padding-right: 10px; 
}
.sidenav li{
    border-bottom: 1px solid #000;
    list-style: none;
}
.sidenav{
  height: auto;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 10px;*/
}

.sidenav li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 23px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: 600;
}
/*
.sidenav a:hover {
  color: #f1f1f1;
}*/

.sidenav .closebtn {
 text-align: right;
 color: #000!important;
}

@media screen and (max-height: 450px) {
 /* .sidenav {padding-top: 15px;}*/
  .sidenav a {font-size: 18px;}
}



.sidenav1 ul{
    padding: 0;
    margin: 0;
}
.sidenav1 i{
    padding-right: 10px; 
}
.sidenav1 li{
    border-bottom: 1px solid #000;
    list-style: none;
}
.sidenav1 {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 10px;*/
}

.sidenav1 li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 23px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: 600;
}
/*
.sidenav a:hover {
  color: #f1f1f1;
}*/

.sidenav1 .closebtn {
 text-align: right;
 color: #000!important;
}
a.slick-slide:focus {
    box-shadow: none;
    outline: none;
}
.slick-card.slick-slide:focus {
    box-shadow: none;
    outline: none;
}
.search-box input:focus {
    box-shadow: none;
    outline: none;
    border: none;
}
.search-box input{
    border: none;
}
.btn:focus{
    box-shadow: none;
}
@media screen and (max-height: 450px) {
 /* .sidenav1 {padding-top: 15px;}*/
  .sidenav1 a {font-size: 18px;}
}



/*---------------Contact us--------------*/
.mt-15 {
    margin-top: 15px;
}
.contact-info .single-info .info-icon i {
    font-size: 30px;
    color: #01319f;
}
.contact-form .single-form input, .contact-form .single-form textarea {
    width: 100%;
    height: 42px;
    padding: 0 30px;
    font-size: 16px;
    color: #777;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f8f7fd;
}
.contact-form .single-form textarea {
    resize: none;
    padding-top: 15px;
    height: 140px;
}
#map_container{
  position: relative;
}
#map{
    height: 100%;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}
.map {
    padding: 8px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(191,191,191,0.45);
    box-shadow: 0px 0px 12px 0px rgba(191,191,191,0.45);
}
body{
  background-image: none!important;
}
/*--------------------Other Pages---------------------*/
.about-page-image {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}
.about-page-image::before {
    position: absolute;
    content: '';
    width: 95%;
    height: 95%;
    background-color: #c99457;
    z-index: -1;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 55px 0px rgba(201, 148, 87, 0.65);
    box-shadow: 0px 0px 55px 0px rgba(201, 148, 87, 0.65);
}
.page-content1 ul{
    margin-bottom :0;
    padding: 0;
}
.activity-name-title h2 {
    color: #000!important;
    font-size: 25px!important;
}

.product_list_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.veriyent {
    border-left: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    /*display: flex;*/
    width: 40%;
    /*align-items: center;*/
  /*  justify-content: space-between;*/
    margin-bottom: 2px;
}
.readmore {
    color: #F6B21B !important;
}
.page-content1 ul li {
    display: inline-block;
    position: relative;
}
.review_project {
    float: right;
    display: flex;
}
.product_info_left {
    width: 100%;
    margin-right: 25px;
    /* display: flex; */
    align-items: center;
}
.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;
}
/*.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}*/
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

.set > a i{
  float: right;
  margin-top: 2px;
}
/*.set > a.active {
    background-color: #01319f;
    color: #fff!important;
    display: block;
}*/

span.fillter-text {
    display: inline-block;
    overflow: hidden;
    width: 70%;
    line-height: 16px;
    margin-top: 2px;
}
span.filter-num {
    position: absolute;
    right: 19px;
    top: 0;
}
.filter-area label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
    width: 18px;
    height: 18px;
}
.filter-area input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #000;
    background: #000;
}
.filter-area input[type=checkbox] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filter-area .content label {
    position: relative;
    width: 100%;
    display: flex;
    align-items: end;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 3px;
}
.accordion-container .content {
    padding: 5px 5px!important;
    margin: 0!important;
    color: #333!important;
}
.accordion-container .content {
    background-color: #fff!important;
    border-bottom: 1px solid #ddd!important;
    display: none;
}
.p-l-r-50{
    padding: 0 50px;
}
.filter-area label {
    display: inline-block;
    margin-bottom: .5rem;
}
.accordion-container ul {
    padding: 0;
}
.style-4 ul {
    height: 87px;
    overflow-y: scroll;
}
.accordion-container ul, ol {
    margin: 10px 0;
    padding: 5px 0;
    list-style-type: none;
}
.fa-star.checked{
    color: orange;
}
.page-banner{
background-image: url(../images/search1.jpg);
background-size: 100% 100%;
    min-height: 300px;
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
}
.selling-area .show-entry {
    text-align: right;
}
.page-content1 ul li+li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background-color: #000;
}
.page-content1 ul li+li {
    margin-left: 30px;
}
.page-content1 ul li.active {
    color: #c99457;
}
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.caption{
    font-size: 12px;
}
.short-img{
    display: flex;
    align-items: center;
}
.short-img img{
border-radius: 100%;
    height: 150px;
    width: 200px;

}
.bg-homestay .card-img{
    display: flex;
    justify-content: center;
}
.bg-homestay .stay-likehome{
    margin: 10px;   
}

.bg-event .card-img {
    display: flex;
    justify-content: center;
}
.bg-event .event-likehome {
    margin: 10px;
    min-height: 330px;
}
.bg-event .card-body {
    padding: 10px 10px;
}
.detail-banner {
    padding: 20px;
    position: absolute;
    top: 230px;
    left: 120px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
}
.detail-banner span{
    border-radius: 10px;
    padding: 10px;
    background-color: black;
    margin: 0 5px;
}
.detail-banner i{
    margin-right: 5px;
}
.detail-head img{
    width: 30px;
    height: 28px;
    margin-right: 10px;
}
.detail-tab-destination{
    text-align: justify;
    padding: 20px;
    border: 1px solid #ccc;
}
.detail-tab-destination img{
    width:100%;
    height: 200px;
}
.content-short-data{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content-short-data .border-double {
    padding: 0 10px 0 0px;
    width: 70%;
}
.buy-btn{
background-color: #52d017;
color: #fff;
border: 1px solid #52d017;
padding: 10px;
border-radius: 5px;
position: absolute;
bottom: 0;
}
.buy-btn:hover{
background-color: #fff;
color: #52d017;
border: 1px solid #52d017;
}
.bg-travel .operation{
    margin:20px 0;
}
.bg-travel button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 40%!important;
    left: -40px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgba(0,0,0,0.6);
    background-image: url(../images/icons/left.png);
    /* background-size: 31px; */
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}
.bg-travel button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 40%!important;
    right: -25px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgba(0,0,0,0.6);
    background-image: url(../images/icons/right.png);
    /* background-size: 31px; */
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}


.mr-5{
    margin-right: 5px!important;
}
.buttons-action:hover {
  background-color: #fff;
  color: #3f51b5;
  border: 1px solid #3f51b5;
}
 .buttons-action {
  margin: 35px 0 10px;
    background-color: #3f51b5;
    border-radius: 3px;
    padding: 10px 35px;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    border: 1px solid #3f51b5;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
button {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.main-head-result {
    display: flex;
    padding: 0 0 5px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.detail-head h2{
    color: #3f51b5;
    margin-bottom: 0;
}
.bg-one-banner{
    background-image: url(../images/banner.png);
    min-height: 450px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px!important;
}
#carousel img {
    display: block;
    opacity: 1;
    cursor: pointer;
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.flexslider {
    margin: 0 0 10px!important;
    background: #fff;
    border: 4px solid #ccc!important;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
}
.detail-facility i{
    color: #0ab21b;
    margin-right: 10px;
}
.detail-facility ul{
    padding: 0;
}
.detail-facility li{
    list-style: none;
    font-size: 14px;
    line-height: 30px;
}

.price-detail {
    padding: 10px;
    background-color: antiquewhite;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    height: calc(2.25rem + 2px)!important;
}
.why-card{
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 -5px 16px 0 rgba(0,0,0,0.3), 0 5px 16px 0 rgba(0,0,0,0.3);
}
.why-card img{
  width: 100px;
}
.why-card i{
    padding: 10px 10px;
    color: blue;
    font-size: 70px;
    height: 100px;
    width: 100px;
    border: 1px solid blue;
    border-radius: 50%;
}
.why-card h2{
  color: darkblue;
  margin: 15px 0 10px;
}
.why-card p{
  padding: 0 10px;
}
.tour-head-title h1 {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
    color: #c99457;
}

.lisitng-table{
  padding: 0;
}
.table-destination td{
padding: 20px 10px;

}
.pay-btn{
    background-color:#3f51b5;
    color: #fff;
    padding: 7px 5px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #3f51b5;
}
.pay-btn:hover{
  background-color: #fff;
  color: #3f51b5;
  border: 1px solid #3f51b5;
}
.sorting-tab{
    padding: 10px;
    margin-right: 30px;
}
.detail-head span{
    font-size:13px;
}
.review_box {
    margin-bottom: 25px;
}
.rating_div {
    display: table;
    width: 100%;
   /* margin-bottom: 8px;*/
}
.rating_div h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.review_user img {
    width: 80px;
    height: 65px;
    border-radius: 100%;
}
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul > li.star {
    display: inline-block;
    cursor: pointer;
}
.rating-stars ul > li.star > i.fa {
    font-size: 14px;
    color: #ccc;
}
.rating-stars ul > li.star.selected > i.fa {
    color: #ffc107;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
/*.rating_div {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}*/
.details__header__badges-discount {
    margin-right: -25px;
    float: right;
}
.details__header_shadowed {
    box-shadow: 0 3px 2px rgba(86,86,86,.15);
    margin-bottom: 10px;
}
.details__header {
    padding: 18px 20px;
}
.detail-slider #myTabContent{
    min-height: 500px;
}
.details__header-text {
    display: inline-block;
    margin: 0 0 6px;
    max-width: 220px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.details__header__badges-discount {
    background-color: #3f51b5;
    color: #fff;
}
.details__header__price-header {
    color: grey;
}
.details__header__price-currency-first {
    color: #e12d2d;
}
.details__header__price-display {
    color: #e12d2d;
}
.details__header__badges-discount {
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    max-width: 110px;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
    padding: 8px;
}
.details__header__price-currency-first {
    line-height: 1;
    margin-right: 4px;
    font-size: 16px;
}
.per-price{
     line-height: 1;
    margin-right: 4px;
    font-size: 16px;
}
.details__header__price-display {
    font-size: 24px;
    font-weight: 600;
}
.details__header__price-header {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
}
.facilities-icon ul{
    margin: 0;
}
.facilities-icon li{
    display: inline-block;
    font-size: 14px;
}
/*.facilities-icon{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    border:1px solid #ccc;
}*/
.book-detail-btn{
    position: absolute;
    padding: 4px 7px;
    background-color: #3f51b5;
    color: #fff;
    text-align: right;
    margin-top: 13px;
    right: 135px;
}
.detail-notes b{
color: green!important;
}
/*-------------------Toogle Button-------------------*/


.tg-list {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0!important;
  padding: 0;
}

.tg-list-item {
  margin: 0 2em;
}


.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}


.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  /*font-family: sans-serif;*/
  background: blue;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #00ff00;
  box-shadow: 0 -5px 7px 0 rgba(0,0,0,0.3), 0 5px 7px 0 rgba(0,0,0,0.3);

}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}
.tg-list li{
  list-style: none;
}
/*---------------------------------------------------*/


























































.select2-results ul::-webkit-scrollbar
 {
  width: 10px;
  border: 1px solid #ccc
}
.style-4 ul::-webkit-scrollbar {
  width: 10px;
  border: 1px solid #ccc
}

/* Track */
.select2-results ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border: 1px solid #ccc;
}
.style-4 ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border: 1px solid #ccc;
}
 
/* Handle */
.select2-results ul::-webkit-scrollbar-thumb
 {
  background: #01319f;
}
.style-4 ul::-webkit-scrollbar-thumb {
  background: #01319f;
}

/* Handle on hover */
.select2-results ul::-webkit-scrollbar-thumb:hover
{
  background: #01319f; 
}
.style-4 ul::-webkit-scrollbar-thumb:hover {
  background: #01319f; 
}
.p-t-b-40{
    padding: 40px 0;
}
.p-t-b-20{
    padding: 20px 0;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top:40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mt-100{
    margin-top: 100px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.pt-75{
    padding-top: 75px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pt-95 {
    padding-top: 95px;
}
.p-t-b-40{
    padding: 40px 0;
}

iframe{
    width: 100%;
}

/*------------------New-----------*/

.verified-strip {
    display: flex!important;
    /* padding: 10px;*/
    justify-content: space-between;
    border: 1px solid #ccc;
}
.left-strip-cont{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: mediumseagreen;
    text-align: center;
    padding: 5px 15px 0px;
    color: #fff;
    /* display: flex; */
    align-items: center;
}
.left-strip-cont span{
    font-size:26px;
}
.right-strip-cont {
    padding: 10px 0 0 10px;
}
.right-strip-cont h6{
    font-size: 12px;
    font-weight: bold;
}
.right-strip-cont p{
    font-size: 12px;
}
.showing-card{
    text-align: center;
    border: 2px solid #ccc;
}
.showing-card p{
    margin-top: 10px!important;
    /* text-align: center; */
    width: 100%;
    font-weight: bold;
}

.start-detail-page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.start-detail-left {
    width: 40%;
    margin-right: 15px;
}
.start-detail-center {
    width: 30%;
    margin-right: 15px;
}
.start-detail-right {
    width: 30%;
    /*margin: 5px;*/
}
.center-div-ads {
    display: flex;
}
.ads-left {
    margin: 12px 3px 0 0;
}
.map-right{
    margin: 12px 0 0 2px;
}
.flexslider{
    border: none!important;
    border-radius: 0;
}
.flexslider .slides img{
    height: 355px!important
}

.multi-select-icon ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.multi-select-icon li {
  display: inline-block;
  width: 155px;
  text-align: center;
}

.multi-select-icon input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.multi-select-icon label {
  border: 1px solid #ced4da;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.multi-select-icon label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.multi-select-icon label img {
  height: 100px;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.multi-select-icon :checked + label {
  border-color: #ced4da;
}

.multi-select-icon :checked + label:before {
  content: "✓";
  background-color: #3f51b5;
  transform: scale(1);
}

.multi-select-icon :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.multi-select-icon span {
    font-weight: bold;
}

.border-double p{
    color: gray;
    font-size: 12px;
}
.facilities-icon i{
    color: #0ab21b;
}
.facilities-icon li {
    display: inline-block;
    font-size: 14px;
    /* width: 120px; */
    margin-right: 20px;
}
.flex-direction-nav a{
    height: 45px!important;
    opacity: 1!important;
}
.flex-direction-nav a:before{
    color: #fff!important;
    opacity: 1!important;
}
.flex-direction-nav .flex-next {
    right: 10px!important;
    text-align: right;
}
.flex-direction-nav .flex-prev {
    left: 10px!important;
}
.facilities-icon ul{
    padding: 0;
}
.facilities-icon li{
    margin-right: 15px;
}
.travel-book-detail-btn {
    position: absolute;
    padding: 4px 7px;
    background-color: #3f51b5;
    color: #fff;
    text-align: right;
    margin-top: -22px;
    right: 135px;
}
.travel-facilities-icon ul{
    padding: 0;
}
/*.travel-facilities-icon li{
    margin-right:5px;
}*/
.travel-facilities-icon i{
    color: #0ab21b;
}
.travel-facilities-icon li {
    display: inline-block;
    font-size: 14px;
    /* width: 120px; */
    margin-right: 5px;
}
.details__header.details__header_shadowed .title-event{
    font-size: 18px!important;
    font-weight: bold;
}
.details__header.details__header_shadowed .ads-event{
    font-size: 12px!important;
    color: gray;
}
.slider2 button.slick-prev, .slider2 button.slick-prev:hover {
    position: absolute;
    top: 50%!important;
    left: 6px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/icon-left.png);
    /* background-size: 31px; */
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}
.slider2 button.slick-next, .slider2 button.slick-next:hover {
    position: absolute;
    top: 50%!important;
    right: 5px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/icon-right.png);
    /* background-size: 31px; */
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.details__header.travel-cont{
    min-height: 350px;
}
.slider2.slick-slider {
     margin-bottom: 0!important;
}
/*.modal-content {
    height: 90%!important;
}*/
.badge-price span {
    font-size: 11px;
}

.badge-price {
    font-size: 16px;
    letter-spacing: 1px;
}



/*-------------------Saloon  Website------*/
.dropdown-menu {
    left: auto;
}

.navbar-nav{
    align-items: center;
}
.navbar-logo {
   /* padding-top: 25px;
    height: 115px;
    background-color: #000;
    position: absolute;*/
    z-index: 99;
  /*  left: 130px;*/
}

.sub-header li i{
    color: #c99457!important;
    margin-right: 10px;
}
.navbar-collapse{
    color: #c99457;
}
.navbar-collapse li a {
    padding: 0px 23px;
}
.new-btn {
    background-color: #c99457;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}






/*-------------------------Contact Us----------*/
.contact-form-map h5 {
    color: #c99457;
    font-weight: bold;
}
.contact-form-map p{
    font-size: smaller;
}
.address-form-div{
    padding: 30px 10px;
    text-align: center;
    border: 2px solid #c99457;
}
.single-info .info-icon i {
    font-size: 30px;
    color: #c99457;
}

/*-----------------Service-----------------*/
.service-featured-content h3 {
    font-weight: bold;
    color: #c99457;
}

@keyframes fadeInRight {
    from {
              opacity:0;
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -o-transform: translatex(100px);
        transform: translatex(100px);
        
    }
    to {
opacity:1;
        -webkit-transform: translatex(0px);
        -moz-transform: translatex(0px);
        -o-transform: translatex(0px);
        transform: translatex(0px);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}



@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}


/*-----------------Our Team----------------*/
.meeting-calendar-div {
border: 1px solid #c99457;
box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}
.slick-current {
    outline: none;
}
.slick-slider:focus {
    outline: none;
}
/*.meeting-calendar table {
    margin:0 10px;
}*/


.meeting-calendar td{
    white-space: nowrap;
    font-size: 12px;
}
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 85px;
}
.material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2 span {
  display: block;
  text-transform: uppercase;
}
.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: 0.8em;
}
.material-card h2:before,
.material-card h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
  top: 0;
}
.material-card.mc-active h2:after {
  bottom: -16px;
}
.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  border: 2px solid #c99457;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
  padding: 12px;
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid transparent;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff!important;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
  top: 62px;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.material-card .mc-footer a {
  display: block;
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
  border-radius: 50%;
}
.material-card .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.material-card.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding:10px 20px;
}
.material-card.mc-active .mc-footer a {
  top: 0;
}
.material-card.mc-active .mc-footer h4 {
  top: -32px;
}
.material-card.Red h2 {
  background-color: #000;
}
.material-card.Red h2:after {
  border-top-color: #000;
  border-right-color: #000;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Red h2:before {
  border-top-color: transparent;
  border-right-color: #c99457;
  border-bottom-color: #c99457;
  border-left-color: transparent;
}
.material-card.Red.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #000;
  border-bottom-color: #000;
  border-left-color: transparent;
}
.material-card.Red.mc-active h2:after {
  border-top-color: #c99457;
  border-right-color: #c99457;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Red .mc-btn-action {
  background-color: #c99457;
}
.material-card.Red .mc-btn-action:hover {
  background-color: #c99457;
}
.material-card.Red .mc-footer h4 {
  color: #B71C1C;
}
.material-card.Red .mc-footer a {
  background-color: #000;

}
.material-card.Red .mc-footer a:hover {
  background-color: #fff;
  color: #000;
}
.material-card.Red.mc-active .mc-content {
  background-color: rgba(201, 148, 87, 0.45);
}
.material-card.Red.mc-active .mc-footer {
    justify-content: center;
    display: flex;
    align-items: center;
  background-color: rgba(201, 148, 87, 0.85);
}
.material-card.Red.mc-active .mc-btn-action {
  border-color: rgba(201, 148, 87, 0.45);
}
.enquiry-form{
    border: 1px solid #c99457;
    padding: 15px;
     box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);

}

/*-----------Home Page---------------------*/

.show-dark{
    background-color: #000;
    min-height: 500px;
    opacity:0.86;
}
.show-dark2{
    background-color: #eee;
    min-height: 500px;
    opacity:0.98;
}
video:focus {
    outline: none;
    box-shadow: none;
}
.bg-one{
   /* background-image: url(../images/slider-4.jpg);*/
    min-height: 480px;
    /*display: flex;
    align-items: center;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.service-featured-content .about-cont{
    color: #fff;
}
.bg-three .show-dark2 .cont-detail{  
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.home-service-main .card-img img{
        width: 100%;
    height: 270px;
   /* border-radius: 50%;*/
}
/*.home-service-title h4:before{
content: "";
    position: absolute;
    margin-top: 0px;
    right: 0;
    background-color: rgba(46, 58, 144, 0.9);
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 100% 100%, -8% 100%);
    z-index: -1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}*/
.home-service-title:before {
    content: "";
    position: absolute;
    margin-top: -65px;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 65px;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    clip-path: polygon(100% 10%, 100% 0, 100% 100%, -8% 100%);
    z-index: 99;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.home-service-title {
    position: relative;
    background-color: #fff;
    height: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.home-service-title h3{
    font-weight: bold;
    font-size: 25px;
}
.home-service-main {
    margin: 0px 15px;
}
.home-service-icon {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 170px;
    margin-left: 135px;
    z-index: 99;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}

.home-service-button {
    margin: 25px 0 10px;
    text-align: center;
}
.home-service-div {
    border: 1px solid #c99457;
}
.home-service-main:focus {
    outline: none;
    box-shadow: none;
}
.bg-four .cont-detail{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.home-team-main {
    background-color: #ccc;
}
/*.home-team-cont {
    text-align: center;
    padding: 15px 25px;
    position: absolute;
    background-color: #fff;
    bottom: -80px;
    left: 61px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}*/
.home-team-cont li {
    padding: 0px 8px;
    display: inline-block;
}
.home-team-cont ul {
    padding: 0;
}
.home-team-cont h2 {
    font-weight: bold;
}
.home-team-cont {
    text-align: center;
    padding: 15px 25px;
    position: absolute;
    background-color: #fff;
    bottom: -80px;
    left: 61px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}
.home-team-cont li a {
    padding: 7px;
    border: 1px solid #000;
    color: #c99457;
    border-radius: 50%;
}
.home-team-cont li a i{
    width: 20px;
}
.work-con-title{
font-size: 35px;
font-weight: bold;
}
video{
    width: 100%;
    height: 450px;
}
.gallery-div-img {
    width: 25%;
    position: relative;
}
.gallery-div-img:hover{
    background-color: rgba(0, 0, 0, 0.90);
}
.gallery-div-img img{
    height: 370px;
    width: 100%;
}
.gallery-div {
    display: flex;
    align-items: center;
    width: 100%;
}
.gallery-div-img:hover img{
  opacity: 0.3;
}
/*.gallery-div-img:hover .hover-div{
    opacity: 1;
}*/
.hover-text{
    display: none;
  color: #fff;
  font-weight: bolder;
  font-size: 35px;
  position: absolute;
  top: 55px;
  left: 55px;
  transform: rotate(-90deg) scaleX(1);
  margin: 0;
  white-space: nowrap;
/*  transform-origin: top right;*/
}

.gallery-div-img:hover .hover-div {
    background-color:rgba(0, 0, 0, 0.65);
  transition: .5s ease;
  opacity:1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-div-img:hover .hover-text{
    display: block;
}
.slider2:focus {
    outline: none;
    box-shadow: none;
}
img.slick-slide:focus {
    outline: none;
}
.bg-five .cont-detail{  
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

input:focus{
    outline: none;
    box-shadow: none;
}
select:focus{
    outline: none;
    box-shadow: none;
}
.form-control:focus{
outline: none;
    box-shadow: none;
}