.destination-slider {
    position: relative;
    z-index: 1;
   overflow:hidden;
}

.destination-slider .destinations-slider-one.row {
    margin-left: -20px;
    margin-right: -20px;
}

.destination-slider .destinations-slider-one.row>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.destination-slider .destinations-slider-one .slider-img {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-slider .destinations-slider-one .slider-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-one .slider-img {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .destination-slider .destinations-slider-one .slider-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-content-wrap {
        margin-bottom: 100px;
    }
}

.destination-slider .destinations-content-wrap .destination-content-box {
    background-color: #727272;
    color: #d4d4d4;
    font-size: 14px;
    padding: 60px 50px;
    position: relative;
    z-index: 2;
    margin-top: -495px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-slider .destinations-content-wrap .destination-content-box {
        margin-top: -445px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-content-wrap .destination-content-box {
        margin-top: -100px;
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .destination-slider .destinations-content-wrap .destination-content-box {
        margin-top: -50px;
        padding: 50px 30px;
    }
}

.destination-slider .destinations-content-wrap .destination-content-box .slider-count {
    position: absolute;
    right: 50px;
    font-size: 14px;
    font-weight: 700;
    top: 90px;
    color: #4c4c4c;
    z-index: 3;
    letter-spacing: 2px;
}

.destination-slider .destinations-content-wrap .destination-content-box .slider-count .current {
    color: #f79838 ;
}

.destination-slider .destinations-content-wrap .destination-content-box .slider-count-big {
    position: absolute;
    bottom: -30px;
    right: 0;
    line-height: 1;
    font-size: 200px;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
    opacity: 0.1;
}

@media (max-width: 767px) {
    .destination-slider .destinations-content-wrap .destination-content-box .slider-count-big {
        font-size: 150px;
    }
}

.destination-slider .destinations-content-wrap .destination-content-box h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.destination-slider .destinations-content-wrap .destination-content-box h3, .destination-slider .destinations-content-wrap .destination-content-box p,
.destination-slider .destinations-content-wrap .destination-content-box h3 a {
    color: #fff;
}

.destination-slider .destinations-content-wrap .destination-content-box .icon {
    line-height: 1;
    color: #f79838 ;
    margin-bottom: 40px;
    font-size: 70px;
}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider {
    padding-bottom: 45px;
}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider .single-content {
    overflow: hidden;
}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
	text-align:left;
}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider ul.slick-dots li {
    display: inline-block;
    cursor: pointer;
	width:auto;
}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider ul.slick-dots li button {
    font-size: 0;
    border: 0;
    background: #434343;
    width: 16px;
    height: 4px;
    margin: 0 5px;
	padding:0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider ul.slick-dots li button::before{display:none;}

.destination-slider .destinations-content-wrap .destination-content-box .destination-content-slider ul.slick-dots li.slick-active button {
    width: 26px;
    background-color: #f79838 ;
}

.destination-slider .destinations-slider-two .single-destinations-box {
    position: relative;
    margin-bottom: 130px;
    margin-top: 25px;
}

.destination-slider .destinations-slider-two .single-destinations-box .destination-img {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-img {
        height: 350px;
    }
}

.destination-slider .destinations-slider-two .single-destinations-box .destination-img .img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.destination-slider .destinations-slider-two .single-destinations-box:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.destination-slider .destinations-slider-two .single-destinations-box .icons {
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
    box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
    visibility: visible;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.destination-slider .destinations-slider-two .single-destinations-box .icons li {
    display: inline-block;
    margin: 0px 10px;
    color: #727272;
}

@media (max-width: 575px) {
    .destination-slider .destinations-slider-two .single-destinations-box .icons li {
        margin: 0px 5px;
    }
}

.destination-slider .destinations-slider-two .single-destinations-box .destination-desc {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -115px;
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
    box-shadow: 0px 8px 16px 0px rgba(138, 138, 138, 0.04);
    font-size: 14px;
    visibility: visible;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc {
        left: 20px;
        right: 20px;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc {
        left: 20px;
        right: 20px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc {
        left: 10px;
        right: 10px;
        padding: 25px;
    }
}

.destination-slider .destinations-slider-two .single-destinations-box .destination-desc h3 {
    font-size: 36px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc h3 {
        font-size: 26px;
    }
}

.destination-slider .destinations-slider-two .single-destinations-box .destination-desc .price {
    text-align: right;
    font-size: 40px;
    color: #f79838 ;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc .price {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc .price {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .destination-slider .destinations-slider-two .single-destinations-box .destination-desc .price {
        text-align: left;
        margin-top: 10px;
    }
}

.destination-slider .destinations-slider-two .single-destinations-box .destination-desc .price span {
    font-size: 16px;
}

.destination-slider .destinations-slider-two .slick-current .single-destinations-box .destination-desc,
.destination-slider .destinations-slider-two .slick-current .single-destinations-box .icons {
    visibility: visible;
    opacity: 1;
}

.destination-slider .destinations-slider-two .slick-arrow {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: 727272;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 40%;
    z-index: 2;
    left: 22%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-slider .destinations-slider-two .slick-arrow {
        left: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-slider .destinations-slider-two .slick-arrow {
        left: 5%;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-two .slick-arrow {
        left: 2%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}

.destination-slider .destinations-slider-two .slick-arrow.next-arrow {
    margin-left: 20px;
    left: auto;
    right: 22%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-slider .destinations-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-slider .destinations-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 5%;
    }
}

@media (max-width: 767px) {
    .destination-slider .destinations-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 2%;
    }
}

.destination-slider .destinations-slider-two .slick-arrow:hover,
.destination-slider .destinations-slider-two .slick-arrow.next-arrow {
    background-color: #f79838 ;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

/*=======  Destination Details  =======*/
.destination-details .deatils-box {
    font-family: "Roboto", sans-serif;
}

.destination-details .deatils-box .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 50px;
    background-color: #fff;
    margin-right: 40px;
    z-index: 2;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .deatils-box .title-wrap {
        padding: 40px 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-details .deatils-box .title-wrap {
        padding: 30px 20px;
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .title-wrap {
        padding: 20px;
        margin-right: 0;
        width: 100%;
        display: block;
    }
}

.destination-details .deatils-box .title-wrap .title .destination-cat {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.destination-details .deatils-box .title-wrap .title h2 {
    font-size: 48px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .deatils-box .title-wrap .title h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-details .deatils-box .title-wrap .title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .title-wrap .title h2 {
        font-size: 28px;
    }
}

.destination-details .deatils-box .title-wrap .price {
    font-size: 40px;
    color: #f79838 ;
    font-weight: 700;
    font-family: "Archivo", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .deatils-box .title-wrap .price {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-details .deatils-box .title-wrap .price {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .title-wrap .price {
        font-size: 24px;
        margin-top: 15px;
    }
}

.destination-details .deatils-box .title-wrap .price span {
    font-size: 16px;
}

.destination-details .deatils-box .thumb {
    margin-top: -90px;
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-details .deatils-box .thumb {
        margin-top: -65px;
    }
}
@media (max-width: 575px){
  .destination-details .deatils-box .thumb{
    margin-top: 0;
  }
}

.destination-details .deatils-box h3.subtitle {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.destination-details .deatils-box .destination-fearures {
    background-color: #fff;
    padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .deatils-box .destination-fearures {
        padding: 50px 35px 30px;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .destination-fearures {
        padding: 50px 30px 30px;
    }
}

.destination-details .deatils-box .destination-fearures .destination-fearures-list li {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-details .deatils-box .destination-fearures .destination-fearures-list li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .destination-fearures .destination-fearures-list li {
        width: 100%;
    }
}

.destination-details .deatils-box .destination-fearures .destination-fearures-list li i {
    color: #f79838 ;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.destination-details .deatils-box .destination-rules {
    background-color: #fff;
    padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .deatils-box .destination-rules {
        padding: 50px 35px 30px;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .destination-rules {
        padding: 50px 30px 30px;
    }
}

.destination-details .deatils-box .destination-rules .destination-rules-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.destination-details .deatils-box .destination-rules .destination-rules-list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f79838 ;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: '\f00c';
}

.destination-details .deatils-box .cancellation-box {
    background-color: #fff;
    padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .deatils-box .cancellation-box {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .destination-details .deatils-box .cancellation-box {
        padding: 50px 30px;
    }
}

.destination-details .deatils-box .cancellation-box strong {
    color: #727272;
}

.destination-details .deatils-box .destination-map {
    width: 100%;
    height: 390px;
    background-color: #fff;
}

@media (max-width: 575px) {
    .destination-details .deatils-box .destination-map {
        height: 320px;
    }
}

.destination-details .deatils-box .destination-map iframe {
    width: 100%;
    height: 100%;
}

.destination-details .deatils-box .related-destination h3.subtitle {
    border-color: #dddddd;
}

.destination-details .destination-booking-form {
    background-color: #fff;
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-details .destination-booking-form {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .destination-details .destination-booking-form {
        margin-top: 30px;
    }
}

.destination-details .destination-booking-form input,
.destination-details .destination-booking-form .nice-select,
.destination-details .destination-booking-form select {
    background-color: #f8f8f8;
}

.destination-details .destination-booking-form .main-btn {
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
}

.destination-details .destination-booking-form .title {
    font-weight: 700;
    font-family: "Archivo", sans-serif;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .destination-booking-form .title {
        padding-left: 50px;
    }
}

@media (max-width: 399px) {
    .destination-details .destination-booking-form .title {
        padding-left: 50px;
    }
}

.destination-details .destination-booking-form .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #f79838 ;
    content: '';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .destination-details .destination-booking-form .title::before {
        width: 30px;
    }
}
