@import "../../../../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.6.1/font/bootstrap-icons.css";
@import "https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,800;1,900&amp;display=swap";

@font-face {
    font-family: helveticaneue;
    src: url(../fonts/helveticaneuebold.ttf) format("truetype")
}

@font-face {
    font-family: helveticaneueregular;
    src: url(../fonts/helveticaneueregular.ttf) format("truetype")
}

:root {
    --text-primary: #2d373c;
    --text-secondary: #454545;
    --text-tertiary: #666666;
    --c-primary: #ff4838;
    --f-primary: "Barlow", sans-serif;
    --f-secondary: "helveticaneue";
    --f-secondary-two: "helveticaneueregular";
    --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1)
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--f-primary)
}
.hotel-box {
    -webkit-box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}
.hotel-box, .hotel-box-image, .hotel-box-image>a {
    position: relative;
}
article figure {
    position: relative;
    overflow: hidden;
    height: 280px;
}

figure {
    margin: 0;
}
article figure .listing-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
article figure .list-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.card-lavel-1
{
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    /* background: #33CC0099; */
    background-image: linear-gradient(to right, #1c4789, #d42829);
    -webkit-box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    /* border-radius: 30px; */
    position: absolute;
    padding: 5px 8px;
    top: 10px;
    right: -20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    min-width: 145px;
    cursor: pointer;
    z-index: 9;
}
.hotel-detail-box {
    padding: 5px 15px 8px 15px;
    height: 90px;
    border-bottom: 1px solid #f5f5f5;
}
.hotel-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    /* height: 20px; */
}

.hotel-name, .hotel-review h6 span, .restaurent-name {
    text-transform: capitalize;
}
.pack-destn {
    font-size: 14px;
}

.text-theme-color {
    color: #f7941e;
}
.tourtype-container-home {
    margin: 0px;
}
.tourtype-detail-home {
    display: inline-grid;
}
html body .mrg-bot-5 {
    margin-bottom: 5px;
    font-size: 40px ;
}




.extra-detail-tour li {
    border-right: 1px solid #f5f5f5;
}

.extra-service-third li {
    width: 33.33%;
    float: left;
}
.extra-service li {
    list-style: none;
    padding: 5px 0;
}

.tourtype-detail-home i {
    font-size: 30px;
    margin: 10px auto;
    color: #222;
}
.package-section-div {
    background-image: linear-gradient(rgba(0, 5, 15, 0.6), rgba(0, 5, 15, 0.6)), url(../images/bg-pack.jpg
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px 0;
    z-index: 0;
}


.package-section h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #fff;
}
.cl-white {
    color: #fff !important;
}

.text-center {
    text-align: center;
}


.tourtype-detail-home i {
    font-size: 30px;
    margin: 10px auto;
    color: #222;
}

.tourtype-container-home {
    margin: 0px;
}

.tourtype-detail-home span {
    color: #222;
}

.detail-icon-home i {
    font-size: 22px;
    margin: 5px;
    display: block;
    opacity: 1;
    color:#ff4838;
}

.extra-detail-tour {
    border: 1px solid #f5f5f5;
    padding: 2px;
}

.extra-detail-tour li {
    border-right: 1px solid #f5f5f5;
}

.extra-detail-tour li:hover {
    background-color: #2d373c;
    border-radius: 5px;
}

.extra-detail-tour li:hover i {
    color: #fff;
}

.extra-detail-tour li:hover .icon-box-text-alt a {
    color: #fff;
}

.extra-detail-tour li:last-child {
    border-right: none;
}

.detail-icon-home .icon-box-text-alt {
    margin-bottom: 0px;
}

.video-img-pack img {
    outline: 3px solid #FFF;
    /* outline-offset: -20px; */
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
}

ul.gallery-list-alt li {
    width: 20%;
    display: inline-block;
    padding: 0 5px;
    margin: 0;
}

.itn-cta {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.itn-cta h3 {
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.text-black {
    color: #000 !important;
}

.city-section {
    padding: 0em 0 .5em 0;
}

.city-section-bg {
    background: #2d373c;
}

.dest-city-banner {
    padding: 2em 0 0em 0;
}

.breadcrumb-style-one-dest {
    padding-bottom: 0px;
}



.extra-detail-tour {
    border: 1px solid #f5f5f5;
    padding: 2px;
}

.extra-detail-tour li {
    border-right: 1px solid #f5f5f5;
}

.extra-detail-tour li:hover {
    background-color: #2d373c;
    border-radius: 5px;
}

.extra-detail-tour li:hover i {
    color: #fff;
}

.extra-detail-tour li:hover .icon-box-text-alt a {
    color: #fff;
}

.extra-detail-tour li:last-child {
    border-right: none;
}

.detail-icon-home .icon-box-text-alt {
    margin-bottom: 0px;
}



.discount-flick {
    top: 0px;
    float: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 8px 4px 20px;
    /* -webkit-transform:translate(50%, -50%) rotate(45deg) translateZ(0);
	-moz-transform:translate(50%, -50%) rotate(45deg) translateZ(0);
	transform:translate(50%, -50%) rotate(45deg) translateZ(0); */
    background: #002147;
    color: #fff
}

.discount-flick-2 {
    top: 10px;
    left: -57px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 22px 5px 20px;
    -webkit-transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    -moz-transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    transform: translate(50%, -50%) rotate(360deg) translateZ(0);
    background: #ea1753;
    color: #fff
}

.new-discount {
    padding: 4px 8px 4px 20px;
    position: absolute;
    margin-top: 0px;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #f20b41;
    z-index: 99;
    font-size: 14px;
    font-weight: 700;
}

.destination-box.list-style {
    height: 250px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.375
}

.destination-box.list-style .destination-box-image {
    float: left;
    position: relative
}

.destination-box.list-style .destination-box-image img {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.destination-box.list-style .destination-box-image a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.destination-box.list-style .destination-box-image .destination-box-img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.destination-box.list-style .vcard.author h4 {
    font-size: 16px;
    margin: 0
}

.destination-box.list-style .inner-box {
    float: left;
    padding: 30px 20px 30px 0
}

.destination-box.list-style .entry-meta {
    width: 100%;
    margin-top: 30px
}

.destination-box.list-style .entry-title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 18px
}

.destination-box.style-2 .entry-content {
    font-size: 13.5px;
    line-height: 1.6
}

.destination-box .entry-bookmark a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    right: 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    pointer-events: none
}

.hotel-box,
.hotel-box-image,
.hotel-box-image>a {
    position: relative
}

.hotel-box-image>a:before {
    z-index: 1
}

.featured-hotel {
    z-index: 2
}

.hotel-box-image>a:hover .hotel-box-img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.hotel-box {
    -webkit-box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}

.hotel-box-image .hotel-box-img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hotel-box-image>a {
    display: table;
    overflow: hidden
}

.hotel-box-image>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 20%, #222e4c);
    display: block;
    height: 100%;
    width: 100%
}

.hotel-box .inner-box {
    padding: 5px 20px;
    width: 100%
}

.hotel-box.style-1 .entry-meta {
    position: relative;
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #f4f4f4
}

.hotel-box .box-inner-ellipsis {
    min-height: 50px;
    display: table;
    width: 100%
}

.hotel-box .entry-location {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    max-width: 250px
}

.hotel-box-image .hotel-time {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    z-index: 1
}

.hotel-price i,
.hotel-time i {
    margin-right: 5px
}

.hotel-box .inner-box p {
    font-size: 13.5px
}

.hotel-place {
    position: absolute;
    width: 92%;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 16px
}

.hotel-place a:hover,
.hotel-place>*,
.hotel-place>:focus {
    color: #fff
}

.hotel-detail-box {
    padding: 5px 15px 8px 15px;
    height: 90px;
    border-bottom: 1px solid #f5f5f5;
}

.hotel-ellipsis p {
    font-size: 14px
}

.hotel-review h6 {
    margin: 0;
    display: inline-block;
    color: #8995a2
}

.hotel-review h6 span {
    display: block;
    margin-bottom: 3px
}

.hotel-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    /* height: 20px; */
}

.hotel-box.list-style {
    height: 250px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.375
}

.hotel-box.list-style .hotel-box-image {
    float: left;
    position: relative
}

.hotel-box.list-style .hotel-box-image img {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hotel-box.list-style .hotel-box-image a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.hotel-box.list-style .hotel-box-image .hotel-box-img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hotel-box.list-style .inner-box {
    float: left;
    padding: 30px 20px 30px 0
}

.hotel-box.list-style .entry-meta {
    width: 100%;
    margin-top: 30px
}

.hotel-box.list-style .entry-title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 18px
}

.hotel-box.style-2 .entry-content {
    font-size: 13.5px;
    line-height: 1.6
}

.hotel-box .entry-bookmark a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    right: 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    pointer-events: none
}

.restaurent-box-image>a:before {
    z-index: 1
}

.featured-restaurent {
    z-index: 2
}

.restaurent-box-image>a:hover .restaurent-box-img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.restaurent-box {
    line-height: 1.375;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    font-size: 16px;
    background: #fff;
    position: relative;
    margin-bottom: 30px
}

.restaurent-box-image {
    position: relative
}

.restaurent-box-image .restaurent-box-img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.restaurent-box-image>a {
    position: relative;
    display: table;
    overflow: hidden
}

.restaurent-box-image>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 20%, #222e4c);
    display: block;
    height: 100%;
    width: 100%
}

.restaurent-box .inner-box {
    padding: 5px 20px;
    width: 100%
}

.restaurent-box.style-1 .entry-meta {
    position: relative;
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #f4f4f4
}

.entry-meta .meta-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px
}

.restaurent-box .box-inner-ellipsis {
    min-height: 50px;
    display: table;
    width: 100%
}

.box-inner-ellipsis>* {
    display: table-cell
}

.restaurent-box .entry-location {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    max-width: 250px
}

.meta-rating {
    margin-top: 5px
}

.restaurent-box-image .restaurent-time {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    z-index: 1
}

.restaurent-price i,
.restaurent-time i {
    margin-right: 5px
}

.restaurent-box .inner-box p {
    font-size: 13.5px
}

.restaurent-place {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    font-size: 16px
}

.restaurent-place a:focus,
.restaurent-place a:hover,
.restaurent-place>* {
    color: #fff
}

.restaurent-detail-box {
    padding: 10px 20px
}

.restaurent-ellipsis p {
    font-size: 14px
}

.review-status {
    float: left;
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 21px;
    color: #fff;
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 6px
}

.restaurent-review h6 {
    margin: 0;
    display: inline-block;
    color: #8995a2
}

.restaurent-review h6 span {
    display: block;
    margin-bottom: 3px;
    text-transform: capitalize
}

.restaurent-name {
    font-size: 18px
}

#progressbar li,
.fs-title,
.ground-avatar,
.guides-container .btn {
    text-transform: uppercase
}

.restaurent-box.list-style {
    height: 250px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.375
}

.restaurent-box.list-style .restaurent-box-image {
    float: left;
    position: relative
}

.restaurent-box.list-style .restaurent-box-image img {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.restaurent-box.list-style .restaurent-box-image a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.restaurent-box.list-style .restaurent-box-image .restaurent-box-img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.restaurent-box.list-style .inner-box {
    float: left;
    padding: 30px 20px 30px 0
}

.restaurent-box.list-style .entry-meta {
    width: 100%;
    margin-top: 30px
}

.restaurent-box.list-style .entry-title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 20px
}

.restaurent-box.style-2 .entry-content {
    font-size: 13.5px;
    line-height: 1.6
}

.restaurent-box .entry-bookmark a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    right: 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    pointer-events: none
}

.guides-container {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    border-radius: 10px;
}

.guides-img-box,
.guides-img-box img {
    border-radius: 50%
}

.guides-box {
    padding: 40px 20px
}

.guides-img-box {
    width: 100px;
    height: 100px;
    margin: 5px auto;
    background: #eff3f7;
    padding: 8px
}

.guider-detail h4 {
    font-size: 19px;
    line-height: 25px;
}

.guides-container .btn {
    border-radius: 0;
    margin-top: 10px;
    font-weight: 500
}

.expert-thumb,
.expert-thumb img {
    border-radius: 50%
}

.experts-container {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.expert-thumb {
    display: table;
    float: left;
    width: 80px;
    height: 80px;
    background: #eff3f7;
    padding: 5px
}

.experts-detail {
    display: table;
    margin-left: 95px
}

.experts-detail h4 {
    margin-bottom: 1px;
    font-size: 17px;
    margin-top: 3px
}

span.user-status {
    padding: 1px 15px;
    border-radius: 2px;
    font-size: 11px;
    display: table;
    color: #fff;
    margin-top: 3px;
    letter-spacing: 1px
}

.tourtype-container {
    margin-bottom: 0px
}

.tourtype-detail i {
    font-size: 30px;
    margin: 10px auto;
}

.tourtype-detail img {
    max-width: 55px;
    margin: 20px auto
}

.domestic-routes {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .08);
    padding: 10px 15px
}

.domestic-routes-thumb {
    width: 60px;
    float: left;
    display: table;
    height: 60px;
    background: #eff3f7;
    padding: 4px;
    border-radius: 50%
}

.domestic-routes-detail {
    display: table;
    margin-left: 15px;
    float: left
}

.domestic-offer {
    color: #fff;
    padding: 3px 10px;
    margin-left: 8px;
    font-size: 12px;
    border-radius: 2px
}

.domestic-price {
    display: table;
    float: right;
    margin-top: 10px;
    font-size: 50px
}

.domestic-price>* {
    font-size: 20px
}

.profile-header-nav .tab .nav-tabs {
    border: none
}

.profile-header-nav .nav-tabs>li {
    float: left;
    margin-bottom: 0
}

.profile-header-nav button.btn.theme-btn {
    margin-top: 9px
}

.profile-header-nav .nav-tabs li a {
    padding: 12px 23px;
    border: none;
    /* border-right: 1px dashed #dee2ea;*/
    font-size: 16px;
    /*	background:#fff;
	color:#334e6f;	
background: #00299e;*/
    color: #fff;
    opacity: 1;
    border-radius: 0;
    margin-right: 0;
    font-weight: 500;
    transition: all .3s ease-in 0s
}

.profile-header-nav .nav-tabs li a:hover {
    background: #fff;
    color: #ff4e00;
    opacity: 1
}

.profile-header-nav .nav-tabs li a i {
    display: inline-block;
    margin-right: 10px
}

.profile-header-nav .nav-tabs li:last-child a {
    border-right: none
}

.profile-header-nav .tab .nav-tabs li:last-child a:focus,
.profile-header-nav .tab .nav-tabs li:last-child a:hover {
    border-right: none;
    background: 0 0
}

.profile-header-nav .nav-tabs li.active a,
.profile-header-nav .nav-tabs li.active a:focus,
.profile-header-nav .nav-tabs li.active a:hover {
    color: #ff4e00;
    opacity: 1;
    background: 0 0;
    border-right: 1px dashed #dee2ea
}

.profile-header-nav .tab .tab-content {
    padding: 20px;
    line-height: 22px;
    box-shadow: 0 1px 0 grey
}

.profile-header-nav .tab .tab-content h3 {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .profile-header-nav .nav-tabs li {
        width: 100%;
        margin-bottom: 10px
    }
    .profile-header-nav .nav-tabs li a {
        padding: 15px
    }
    .profile-header-nav .nav-tabs li.active a,
    .profile-header-nav .nav-tabs li.active a:focus,
    .profile-header-nav .nav-tabs li.active a:hover {
        padding: 15px;
        margin-top: 0
    }
}

.tr-single-box {
    background: #fff;
    display: block;
    border-radius: 2px;
    border: 1px solid #f0f3f7;
    margin-bottom: 30px
}

.tr-single-header {
    background: #162b32;
    border-radius: 5px;
    padding: 13px 20px;
}

.tr-single-header h4 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-top: 3px;
}

.tr-single-header h4>i {
    margin-right: 7px
}

.tr-single-body {
    width: 100%;
    padding: 15px 19px 20px;
}

.listing-features {
    position: relative;
    display: table;
    height: 50px;
    width: 100%;
    padding: 0 7px;
    border-radius: 6px;
    margin: 7px 0 15px;
    border: 1px solid #e8ecf1
}

.listing-features-box {
    display: table-cell
}

.listing-features-thumb {
    float: left;
    width: 45px
}

.listing-features-thumb img {
    max-width: 35px;
    margin: 0 auto
}

.listing-features-detail {
    margin-left: 55px;
    margin-top: 9px
}

.listing-features-detail h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0
}

ul.amenities {
    display: table
}

.icon-box-icon-block,
.icon-box-round,
.icon-box-text,
.list-thumb-box,
ul.amenities li {
    display: inline-block
}

ul.amenities li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #2d373c;
    font-weight: 500;
}

ul.amenities li:before {
    position: absolute;
    content: "\f058";
    font-family: FontAwesome;
    left: 0;
    color: #041f5d;
    font-size: 18px
}

ul.amenities.two li {
    width: 50%
}

ul.amenities.third li {
    width: 33.3333%
}

ul.amenities.fourth li {
    width: 25%
}

.list-thumb-box {
    position: relative;
    min-height: 250px;
    border-radius: 6px;
    overflow: hidden
}

.list-thumb-box h5 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 18px
}

.list-thumb-box:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #162444;
    opacity: .5
}

.icon-box-icon-block {
    width: 100%;
    font-size: 13px
}

.icon-box-round {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: -3px;
    color: #778494;
    font-size: 14px;
    border-radius: 50%;
    background: none;
}

.icon-box-text strong {
    display: block;
    line-height: 1.4
}

.extra-detail-tour {
    border: 1px solid #f5f5f5;
    padding: 2px;
}

.extra-service {
    margin: 10px 0 0;
    display: table;
    width: 100%;
}
.col-md-3{
    float: left;
}














section.amazing-tours {
    padding-bottom: 20px
}


.style-1 section.bucket-list {
    padding-bottom: 0;
    position: relative;
    overflow: hidden
}

.style-1 section.bucket-list:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 80%;
    height: 100%;
    right: -33%;
    bottom: 0;
    transform: rotate(40deg);
    top: 0
}

.style-1 .box-item {
    border-radius: 10px;
    overflow: hidden
}

.style-1 .deals-item {
    margin: 0;
    box-shadow: 0 0 20px #cccccc67
}

.style-1 .deals-item:before,
.style-1 .deals-item:after,
.style-2 .deals-item:before,
.style-2 .deals-item:after {
    display: none
}

.style-1 .ad-title h2,
.style-1 .trip-ad-content p {
    color: #fff
}
span.deal-price {
    line-height: 2;
    bottom: 10px;
    height: 50px;
    border-radius: 10px;
    padding: 0;
    font-size: 25px;
    right: 10px;
    margin: 0;
    left: unset;
    background: #ae882f
}
.at-image {
    overflow: hidden;
    position: relative;
}
.at-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: all ease-in-out .3s;

}
.at-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.at-content h3 {
    color: #fff;
    font-size: 24px;
}





.at-image img {
    transform: scale(1.1);
    transition: all .3s ease-in;

}
 .box-item {
    border-radius: 10px;
    overflow: hidden;
}

.at-item {
    margin-bottom: 30px;
    position: relative;
}






 .box-item {
    border-radius: 10px;
    overflow: hidden;
}

.at-item {
    margin-bottom: 30px;
    position: relative;
}













.block1_lft {
    width: 100%;
    background: url(../images/bg1.png) no-repeat bottom center;
    padding: 0 0 85px;
    background-size: contain;
}
section {
    padding: 35px 0 40px;
}


.fadeInLeft {
    animation-name: fadeInLeft;
}
.fadeInUp {
    animation-name: fadeInUp;
}

.block1_box {
    width: 100%;
    padding: 0 0 45px;
}
.block1_box h3 {
    font: 400 20px / 26px "SegoeUISemibold";
    color: #000;
    margin: 0 0 30px;
}
.block1_box h3 span {
    display: inline-block;
    width: 61px;
    height: 61px;
    border-radius: 100%;
    background: #ff8c00;
    color: #fff;
    text-align: center;
    font: 700 30px / 61px "BloodhoundLiteItalicRegular";
    margin: 0 15px 0 0;
}
.fadeInRight {
    animation-name: fadeInRight;
}

