/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
.vision_icons .fa {
    font-size: 28px;
    color: #fff;
}
.benefits-row .vision_inner_repeater {
    width: 100%;
}
.vision_icons {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(26 43 72 / 90%);
    margin-right: 0;
}
.vision_content {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.vision_icons h4 {
    color: #fff;
	font-size: 28px;
    margin: 0;
}
.vision_column .benefits-img:before {
    top: -12px;
    right: -17px;
}
.load-more-container {
    margin-top: 20px;
    text-align: right;
}
.btn-load-more {
    background-color: #1a2b48!important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 6px 14.4px;
    text-transform: uppercase;
    font-size: 14px;
}
.benefits-img {
    padding: 0;
    margin-bottom: 10px;
}
.flip-card-back h2 {
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 22px;
}
form.wpcf7-form.init label {
    display: block;
    width: 100%;
}

form.wpcf7-form.init p br {
    display: none;
}
.career-inner-column .job-list-detail li:nth-child(1) {
    padding-right: 10px;
}
.job-list-detail ul {width: 50%;}
.job-list-detail h4 {margin-top: 0;}
.job-list-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width:100%;
	text-align:center;
}

.career-inner-column .job-list-detail li {
    width: auto;
    text-align: right;
    padding: 0;
}
.job-list-detail .career-inner-column ul {
    width: 50%;
}
.vision_inner_repeater {
        display: flex;
    /* align-items: flex-start; */
    background-color: white;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.vision_column1 {
    padding: 0 15px;
	width:50%;
}
.vision_icon {
    margin-right: 20px;
}
.vision_content h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    color: #1a2b48;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.vision_inner_repeater:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgb(129 117 117 / 30%);
}

.career_vision {
    background-color: #f5f5f5;
    padding: 30px 0;
}
.vision_content p {
    font-size: 13px;
	margin:0;
}
.vision_column h5 {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    color: #1A2B48;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    margin-top: 0;
}
.job-process {
    padding-top: 30px;
    padding-bottom: 30px;
}
.vision_row {
    display: flex;
    flex-wrap: wrap;
	flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
	margin:0 -15px;
}
.vision_column {
    width: 50%;
	position: sticky;
    top: 40px;
	padding:0 15px;
}
.job-process {
    padding-top: 30px;
    padding-bottom: 30px;
}
.flip-card-front:before {
    position: absolute;
    content: " ";
    background: transparent;
    width: 100%;
    height: 100%;
}
.benefits-first-row {
    position: relative;
}
.flip-card-back img {
    width: 100%;
    height: 100%;
}
.flip-card-front h4 {
    position: relative;
    z-index: 999;
	margin:0;
	font-size:50px;
	text-transform:uppercase;
    color: #fff;
}
.flip-transparent {
    width: 100%;
    height: 100%;
    background-color: #5e6d7791;
}
.filps-row {
    display: flex;
    flex-wrap: wrap;
	width: 453px;
    border: 1px solid #fff;
}
.flip-column {
    width: 150px;
    height: 150px;
}
.benefits-column1 {
    width: 50%;
    padding: 0px;
}
.flip-card-front img {
    width: 100%;
}
.flip-card {
	background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    overflow: hidden;
}

.flip-card-inner {
	position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border:1px solid #fff;
}
.filps-row .flip-column:nth-child(5) .flip-card-inner {
    border: none;
}

.filps-row .flip-column:nth-child(6) .flip-card-inner {
    border-bottom: none;
}

.filps-row .flip-column:nth-child(8) .flip-card-inner {
    border-right: none;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #1a2b48b3;
  color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-back {
	background-color: #292939;
    color: white;
    transform: rotateY(180deg);
	display:flex;
	align-items:center;
}
.benefits-first-row {
    position: relative;
/*     margin-bottom: 30px; */
}
.benefits-contents {
/*    	position: unset;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0; */
}
.filps-row .flip-column:nth-child(3n) {}

.filps-row .flip-column:nth-child(3n) .flip-card-inner {
    border-right: none;
}

.filps-row .flip-column:nth-child(3n) .flip-card {}

.filps-row .flip-column:nth-child(3n + 1) .flip-card-inner {
    border-left: none;
}

.filps-row .flip-column:nth-child(8) .flip-card-inner,.filps-row .flip-column:nth-child(9) .flip-card-inner {
    border-bottom: none;
}
.benefit-rows {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.benefit-column {
    width: 50%;
    text-align: center;
}
.opening-hours {
    background-color: rgb(26 43 72 / 75%);
    width: 70%;
    margin: 20px auto 0 auto;
    padding: 20px;
}
.opening-repeater h4 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.opening-repeater {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.opening-repeater h6 {
    color: #fff;
    font-size: 14px;
}
.opening-hours .opening-repeater:last-child {
    border: none;
    margin: 0;
}
.benefit-content {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
}
.content-column h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
}
.content-column {
    width: 50%;
}
.content-column1 {
    background-color: rgb(26 43 72 / 75%) !important;
    padding: 20px;
    margin-left: -100px;
    width: calc(50% + 100px);
}
.content-column1 p {
    margin: 0;
	color:#fff;
}
.jobs-detail-page {
    padding-top: 30px;
}
.jobs-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DAE1E7;
}

.jobs-benefit ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jobs-benefit ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1a2b48;
}

.jobs-benefit ul li:before {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid var(--main-color, #5191FA);
    border-radius: 50%;
    top: 7px;
    display: inline-block;
    margin-right: 25px;
    left: 0;
}

.job-row {
    margin-bottom: 30px;
}

.skills-row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
	justify-content: center;
}
.repeater h5 {
    margin: 0;
    font-size: 12px;
}
.repeater {
    background: rgb(26 43 72);
    color: #fff;
    padding: 10px 10px;
    margin: 5px;
    text-align: center;
    border-radius: 50px;
    min-width: 111px;
}
li {}

.jobs-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.jobs-details ul li {
    width: 50%;
    padding: 5px 5px 5px 25px;
    position: relative;
}
.jobs-details ul li:before {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #1a2b48;
    top: 12px;
    left: 0;
}
.apply-form {
    border: 1px solid #D7DCE3;
    border-top: 4px solid #1a2b48;
    padding: 0 20px;
    border-bottom: 4px solid #1a2b48;
    background-color: #fff;
	margin-bottom: 20px;
}

.form-head h3 {
    margin: 0;
    font-size: 20px;
    color: #1A2B48;
    font-weight: 600;
}

.form-head {
    padding: 10px 0;
    border-bottom: 1px solid #D7DCE3;
    margin-bottom: 20px;
}

.general-field,textarea {
    width: 100%;
    border: 1px solid #D7DCE3!important;
    font-size: 13px;
    font-weight: 500;
    padding: 7px;
	margin:10px 0;
}

textarea.wpcf7-form-control.wpcf7-textarea.General.field {
    resize: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-color: #1a2b48;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 9.5px;
}
.wpcf7-response-output {
    display: none;
}
span.wpcf7-spinner {
    display: none;
}
.st-gallery.job_gallery .slick-slide.slide-image {
    display: block;
    height: 500px!important;
	width:100%;
	margin-bottom:40px;
}
section.job-opening {
/*     padding: 50px 0;
    background-image: url(https://luxorrescapes.com.ph/wp-content/uploads/2025/08/resized.jpg);
    background-repeat: no-repeat;
    background-size: cover;
/*     min-height: 700px; 
    background-position: center;
    display: flex;
    align-items: center; */
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.main-section {
    position: relative;
}
.job-features .item {
    display: flex;
    align-items: center;
}

.job-features .item .name {
    margin-bottom: 3px;
    color: #1a2b48!important;
    font-size: 12px!important;
}

.job-features .item .value {
    margin-bottom: 0;
}

.st-tour-feature.car-features.job-features {
    padding-bottom: 15px;
}

.st-gallery.job_gallery {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    height: 100%;
}
.job-listing {
    padding: 30px 0;
	background-color:#f5f5f5;
}
.career-row {
    display: flex;
    flex-wrap: wrap;
	margin:-10px;
}
.content-column1 h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
	color:#fff;
	margin-top:0;
}
.career-column {
    width: 33.333%;
    padding: 10px;
}
.process-icon img {
    max-width: 170px;
}
.career-inner-column {
    border: 1px solid #123a32;
    padding: 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	text-align:center;
}

.career-inner-column h6 {
    margin-top: 0;
}

.career-inner-column h4 {
    color: #123a32;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
	width:100%;
	text-align:center;
}

.career-inner-column h4:before {
    position: absolute;
    content: " ";
    width: 80px;
    height: 2px;
    background-color: #D7DCE3;
    bottom: 0;
	left:0;
	right:0;
	margin:0 auto;
}

.career-inner-column ul {
    padding: 0;
    list-style: none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
}

.career-inner-column li {
    background-color: transparent;
    display: block;
    padding: 3px 0px;
	width:50%;
    border-radius: 0px;
    color: #000;
    font-size: 12px;
}

a.btn.btn-apply {
    display: block;
    background-color: #1a2b48;
    border-radius: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.career-inner-column:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    border-color: #1a2b48;
}
.career-inner-column:hover a.btn.btn-apply {
    background-color: transparent;
    border-color: #1a2b48;
    color: #1a2b48;
}
.career-inner-column p {
    color: #1a2b48!important;
}
.benefits {
    padding: 30px 0 0 0;
}

.benefits-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.benefits-img {
    position: relative;
}
.benefits-img:before {
    position: absolute;
    content: " ";
    background-image: url(https://template-kit.rootlayers.com/marketin/wp-content/uploads/sites/7/2021/01/dots-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    top: -17px;
    right: -17px;
    z-index: -1;
}

.benefits-img {
    /* padding-top: 50px; */
    padding-right: 0px;
	background-color:#fff;
}
.benefits-column {
    width: 100%;
    padding: 10px;
}
.benfits-content {
    margin-bottom: 20px;
}

.benfits-content h3 {
    margin-top: 0;
    color: #123a32;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.benefits-inner-column {
    display: flex;
    align-items: flex-start;
}

.benefits-icon {
    width: 50px;
    height: 50px;
    background-color: #1a2b48;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.benefits-content {
    width: calc(100% - 70px);
}

.benefits-icon .fa {
    font-size: 30px;
    color: #fff;
}

.benefits-content h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.top-row h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
	color: #1a2b48;
    margin-bottom: 20px !important;
	margin-top:0;
}
.process-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.process-column {
    width: 33.333%;
    padding: 10px;
}

.process-inner-column {
    text-align: center;
    padding: 20px;
	background-color:#f5f5f5;
}
.process-content h5 {
    margin: 0 0 10px 0;
    color: #1a2b4b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.process-icon {
    margin-bottom: 10px;
}

.process-inner-column:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.process-icon .fa {
    font-size: 30px;
    padding: 13px;
    border-radius: 50%;
}

.process-inner-column:hover .process-icon .fa {
    background-color: #1a2b48;
    color: #fff;
}
.cars_booking_details .booking-item-description_locations {
    margin-bottom: 20px;
}
.st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{
	margin-top:0!important;
}
.cars_booking_details .booking-item-description_locations .booking-item-description {
    border: 1px solid #DAE1E7;
    padding: 6px;
    text-align: right;
}
.cars_booking_details .booking-item-description_locations .booking-item-description:last-child,.car_description_tabs .accordion-collapse .cart_item_group:last-child {
    border-top: none;
}
.car_description_tabs {
    margin-bottom: 20px;
}
.car_description_tabs .accordion-collapse .cart_item_group {
    border: 1px solid #DAE1E7;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .onsale{
	color:#cc0033 !important;
	
}
.form-book-wrapper .form-head.car_prices.active_sale {
    position: relative;
    padding-top: 0!important;
}
.tour-sale-boxs:before{
    position: absolute;
    content: "was";
    position: absolute;
    left: 0;
    font-size: 12px;
    text-transform: lowercase;
    color: #cc0033 !important;
}
.categor_imgs {
    width: 35px;
    height: 37px;
    display: flex;
    align-items: center;
}
.tour-sale-boxs{
    position: relative;
    padding-left: 26px!important;
    font-size: 12px !important;
    text-transform: lowercase;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #cc0033 !important;
	padding-top:10px;
}
.form-head.car_prices.active_sale .price {
    padding-left: 44px;
}
.form-head.car_prices.active_sale span {
    position: relative;
    color: #1A2B48 !important;
    position: relative;
    font-size: 20px !important;
    font-weight: 600;
    padding-left: 44px;
    padding-bottom: 0px;
	padding-top:0!important;
}
.form-head.car_prices.active_sale:before{
    position: absolute;
    content: "now";
    left: 0;
    font-size: 20px;
    font-weight: 600;
}
.car-list-row ul li:hover {
    background-color: #1a2b48;
    color: #fff;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .dropdown-menu .item .fa {
    font-size: 17px!important;
    padding-right: 10px;
    color: #1a2b48;
}
#st-content-wrapper .form-book-wrapper .form-extra-field .destination-pickup .dropdown-menu {
    padding: 0;
    position: unset;
    margin: 0;
	width: 238px;
	border-top:none;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .dropdown-menu .item:hover .fa {
    color: #fff;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .dropdown-menu .item:hover {
    background-color: #1a2b48;
    color: #fff;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .dropdown-menu .item
 {
    justify-content: inherit;
    margin: 0;
    border-bottom: 1px solid #1a2b48;
    padding: 10px 10px;
    font-size: 12px;
    align-items: flex-start;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .dropdown-menu .item:last-child
 {
    border-bottom: none;
   
}

#st-content-wrapper.st-single-car .form-book-wrapper .form-date-car .check-in-wrapper:hover {
    box-shadow: unset;
}
.tour-booking-form .calendar-time-wrapper,
.activity-booking-form .calendar-time-wrapper
 {
    float: none!important;
	 padding:0;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .dropdown-menu .item.Philippines
 {
    display: none;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .date-wrapper .car_angles_icon.render {
    color: #000;
    font-size: 13px;
    border: 1px solid #cecece;
    padding: 10px;
	margin-top:10px;
}
.render.car_angles_icon i.fa {
    color: #1a2b48;
    font-size: 21px;
    position: absolute;
    right: 10px;
}
.label-icon-wrapper {
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: absolute;
    width: 200px;
    left: 0;
    /* margin-bottom: 20px; */
    height: 20px;
    top: 0;
}
.calendar-time label {
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}
.calendar-time label svg{
	display:none;
}
.label-icon-wrapper svg {
    display: none;
}
.custom-calendar-wrapper .daterangepicker:before {
    display: none!important;
}

.daterangepicker:not(.single) .calendar.left .next {
    display: block;
}
.calendar.right {
    display: none!important;
}
.custom-calendar-wrapper {
    position: relative;
    /* Add any additional styling you need */
}
#st-content-wrapper .form-book-wrapper .form-extra-field .dropdown-menu{
	padding:0;
}
.custom-calendar-wrapper .ranges {
    display: none;
}.ranges {}

.calendar-time-wrapper {
    clear: both;
    float: left;
    width: 100%;
	padding:20px 0;
}

.calendar-time-wrapper .calendar-time {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
    align-items: flex-end;
/* 	height:57px; */
}

.calendar-time-wrapper .calendar-time label {
    display: inline-block;
}
.calendar-time-wrapper .calendar-time label {
    width: 33.33%;
    flex-wrap: wrap;
	line-height:1;
}
.calendar-time-wrapper .calendar-time label .select-dropdown.timepicker.hourselect {
    width: 100%;
	margin-left:0;
	   position: relative;
    top: 9px;
}
.calendar-time-wrapper .calendar-time select.minuteselect, .calendar-time-wrapper .calendar-time select.ampmselect {
    width: 33.33%!important;
    position: relative;
    top: 15px;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .date-wrapper.destination-pickup {
    padding: 20px 0;
}
.calendar-time-wrapper .calendar-time{
	display:block;
}
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .date-wrapper .render {
    color: #000;
    font-size: 13px;
}
#st-content-wrapper.st-single-car .form-book-wrapper .form-date-car .check-in-wrapper {
    padding: 20px 0 !important;
}
#st-content-wrapper .form-book-wrapper .form-extra-field .dropdown label,
#st-content-wrapper.st-single-car .form-book-wrapper .field-destination-car .date-wrapper.destination-pickup label{
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}
.form-head.car_prices {
    background-color: transparent!important;
    font-size: 20px;
    font-weight: 600;
    color: #1A2B48!important;
    padding-left: 0!important;
    margin-bottom: 0;
}
.form-book-wrapper .form-head.car_prices {
    padding: 10px 0 !important;
    margin: 0!important;
}
.form-head.car_prices span {
    font-size: 20px!important;
    font-weight: 600!important;
    color: #1A2B48 !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.car-tabs-head {
/*     background-color: #1a2b48;
    padding: 10px;
    margin-bottom: 20px; */
}
#st-content-wrapper .st-description {
    color: #1a2b48;
	margin-top:10px;
}
.car_wrappers .st-overview .st-description {
    margin-top: 20px !important;
}
.car-tabs-head h2 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600!Important;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 20px !important;
}
.st_activity-template-default .st-breadcrumb.hidden-xs {
    display: none !important;
}
.st-gallery.car_gallery {
    margin-bottom: 40px;
}
ul.car_features {
    padding: 0;
    display: flex;
    margin: 0;
    list-style-position: outside;
    padding-left: 20px;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.car-list-row ul {
	padding:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin:-5px;
}
.car-features .icon {
    margin-right: 15px;
}
.car-features .icon i {
    color:     color: #1a2b48;
    color: #1a2b48;
    font-size: 36px;
}
.car-features .name {
    font-size: 12px!Important;
    color:     color: #1a2b48;
    color: #1a2b48!important;
}
.car-features .value {
    font-size: 12px!important;
}
.car-tab-container {
	margin-bottom:30px;
}
.car-list-row ul li{
    padding: 0;
    width: calc(33.33% - 10px);
    display: flex;
    padding: 10px;
    align-items: center;
    background-color:rgb(26 43 72);
    margin: 5px;
    color: #fff;
    font-weight: 500;
	text-transform:uppercase;
}
.categor_img {
    width: 35px;
    height: 35px;
    border: 1px solid #1a2b48;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.car-list-row ul li .car-icons .fa {
    font-size: 20px;
	color:#fff;
}
.car-list-row ul li .car-icons {
	margin-right: 10px;
    width: 35px;
    height: 35px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
ul.car_features li {
    font-size: 14px;
    line-height: 22px;
    width: calc(100% / 4);
    color: #1a2b48;
    font-weight: 500;
    padding: 10px 1px;
    list-style-position: outside;
}
.st-tour-feature.car-features {
    padding-top: 0 !important;
    border-top: none ! Important;
    border-bottom: 4px solid #1a2b48 ! Important;
}
.st-tour-content.car_wrappers {
    padding-top: 30px;
}
#st-content-wrapper.st-single-car .st-hotel-header .right .review-score.style-2 .st-link {
    font-size: 14px;
    color: #1a2b48;
    cursor: pointer;
    font-weight: 500;
}
.car_reviews {
    display: flex;
}
.car_reviews .st-stars.style-2 {
    margin-bottom: 7px!important;
    margin-right: 10px;
}
.car_reviews .pre-total {
    padding-left: 10px;
    color:     color: #1a2b48;
    color: #1a2b48;
    font-weight: 500;
}
.st-tour-content.style3 .tour-featured-image {
    margin-bottom: 40px;
}
.activity_column .st-highlight ul li {
    margin-bottom: 10px !important;
}
#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .st-link,
#st-content-wrapper.st-single-tour .st-highlight ul li{
       font-size: 14px;
    color: #1a2b48;
    cursor: pointer;
    font-weight: 500;
}
.rating-rows {
    display: flex;
    justify-content: flex-end;
}
.activity_column .st-highlight {
    margin-top: 30px;
}
.activity_column .st-program {
    padding-top: 30px !important;
    border: none !important;
    margin-top: 0!Important;
}
.st-include.row-st-include ul li
 {
    color: #1a2b48 !important;
}
.st-include.row-st-include {
    padding-bottom: 30px;
}
.rating-rows .per-total {
    padding-left: 10px;
    font-weight: 500;
    color: #1a2b48;
}
#st-content-wrapper.st-single-tour .st-tour-feature {
    padding-top: 0;
    padding-bottom: 15px;
    border-top: none;
    border-bottom: 4px solid #1a2b48;
    margin-bottom: 15px;
}
.activity_gust_row {
    border-bottom: 1px solid #D7DCE3;
    margin-bottom: 20px!important;
}.activity_gust_row.form-group.form-guest-search.clearfix {}

.guest_name_input {padding: 0!important;}

.guest_name_input label {
    margin: 0!important;
    font-weight: 600;
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}
.activity_sidebar .form-book-wrapper .form-head {
    background-color: transparent!important;
    padding: 10px 0!important;
    margin: 0;
}
.activity_sidebar .tab-content {
    margin-top: 0;
	border-bottom:none!important;
}
.activity_sidebar .form-book-wrapper .form-head .price .label {
    display: none;
}

.activity_sidebar .form-book-wrapper .form-head .lh1em.item.text-lg {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-left: 44px;
    color: #1A2B48!important;
}

.single-st_activity #st-content-wrapper .form-book-wrapper .form-head .price .value .text-lg {
    color: #1A2B48!important;
    position: relative;
    font-size: 20px!important;
    font-weight: 600;
    padding-left: 44px;
}
.single-st_activity #st-content-wrapper .form-book-wrapper .form-head .price .value .text-lg:before {
    position: absolute;
    content: "";
    position: absolute;
    content: "now";
    left: 0;
    font-size: 20px;
    font-weight: 600;
}
.st-hotel-header.custom_tour_header {
    width: 100%;
    justify-content: flex-start!important;
    margin: 0!Important;
}
#st-content-wrapper .st-gallery .shares .share-wrapper {
    left: 0px;
}
.custom_tour_header .right {
    width: 100%;
}
.custom_tour_header .right p.st-link {
    margin: 0;
}
.custom_tour_header .left h2.st-heading {
    color: #1a2b48;
    margin: 0 0 20px 0;
}
.st-hotel-header.custom_tour_header .left {
    width: 100%;
}
.home_service_list 
 .st-featured-item .content .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
	 margin-top:0;
}
#st-content-wrapper .st-featured-item.image-left .image {
	margin-top: 20px;
}
.home_service_list .st-featured-item .content .desc {
    color: #fff;
}
.home_service_list .wpb_column.column_container.col-md-3 .col-md-3.col-xs-12.st-item-box {
    width: 100%;
}
.home_service_list .wpb_column.column_container.col-md-3 .st-titlt-box h3 {
    color: #fff;
    margin-top: 0;
    font-size: 20px;
}
.home_service_list .wpb_column.column_container.col-md-3 .st-c0ontent-box {
    color: #fff;
}
.date.custom-dates {
   position: absolute;
    right: 30px;
    bottom: -42px;
    font-size: 20px;
    background: #272c49;
    color: #fff;
    border-radius: 3px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 15px;
}
.postal-date-row{
	position:relative;
}
span.current-date {
    font-size: 35.2px;
    line-height: 1;
    display: block;
}
span.month-name {
    font-size: 18px;
    text-transform: uppercase;
	display:block;
}
.thumb-caption.recent-caption {
    background-color: #f7f9fe !important;
    padding: 30px;
    margin: 0!important;
    min-height: 120px;
    display: flex;
    align-items: center;
}
.rental-rows {
    display: flex;
    align-items: center;
    position: relative;
}.rental-rows {}

.rental-column {
    width: 50%;
    position: relative;
}
.car-rental-container .container {
    width: 100%;
    padding: 0 200px;
}
.rental-column1:before {
	background-color: #2f3e57;
    position: absolute;
    content: " ";
    width: 50%;
    height: calc(100% - 40px);
    right: 0;
    top: 40px;
    z-index: 1;
}

.rental-column1 {
    width: 50%;
}
.car-rental-container .wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}
.rental-top-content h3 {
    margin-top: 0;
    font-weight: 600;
    position: relative;
    line-height: 35px;
    /* padding-bottom: 15px; */
    /* margin-bottom: 40px; */
    font-size: 28px;
}
.home_service_list {
    padding: 50px;
}
div#n2-ss-20 .n-uc-cjjDWkzjrPL0-inner > .n2-ss-layer-row-inner {
	flex-wrap: nowrap ! Important;
}
.car-rental-container {
    background-color: #F7F9FE!important;
	padding: 50px 0 0px 0;
}
.rental-bottom-content a {
    padding: 10px;
    display: inline-block;
    color: #fff;
    background: rgb(26 43 72 / 100%);
    border-radius: 3px;
    border: none;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 0;
    text-transform: uppercase;
    margin-left: auto;
    /* margin-right: 0; */
    display: block;
    text-align: right;
    width: 170px;
}
.rental-image {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
}
.rental-image img {
    max-width: 83%;
    margin: 0 auto;
    display: block;
}
.rental-image {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
}
.rental-image img {
    max-width: 83%;
    margin: 0 auto;
    display: block;
}
.rental-top-content p {
    font-size: 20px;
}
.rental-top-content {
    margin-bottom: 20px;
}
.rental-bottom-content {
    background-color: #CCCFD8;
    padding: 28px 28px 14px;
}
.rental-bottom-content p {
    color: #1a2b48!important;
    font-size: 16px;
}
.thumb-caption.recent-caption .title.f18 {
    margin: 0;
    color: #123a32;
    font-weight: 500;
	font-size:16px!important;
}
.thumb-caption.recent-caption .title.f18 a {
    font-weight: 600;
}
.row.row-wrap.st_blog.st_grid.no_margin_inner.style2 .col-md-12 {
	width: 50%;margin-bottom: 20px;
}
.row.row-wrap.st_blog.st_grid.no_margin_inner.style2 .col-md-12 .col-md-3 {
    width: 35%;
}
.row.row-wrap.st_blog.st_grid.no_margin_inner.style2 .col-md-12 .col-md-9 {
    width: 65%;
}
.thumb.text-left h5 {
    margin-top: 0;
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: 600!Important;
    text-transform: uppercase;
    /* padding-bottom: 20px; */
    /* border-bottom: 2px solid #DAE1E7; */
    /* margin-bottom: 20px !important; */
    color: #1a2b48;
    line-height: 22px;
}
.thumb-caption p.thumb-desc:last-child {
	margin-bottom: 0;
}
#st-content-wrapper .st-list-service--bg .related__item .thumb a{
	border-radius:0;
}
.st-list-service--bg.st-list-service--transparent{
	    border: 1px solid #DAE1E7;
    border-radius: 0;
} 
#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .price--tour .text-small.lh1em.onsale:before {
    position: absolute;
    content: "WAS";
    left: 17px;
    font-size: 12px;
    text-transform: lowercase;
}
#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .price--tour .text-small.lh1em.onsale {
	position: unset;
	padding: 0 0 0 30px;
	line-height: 12px;
	color: #FA5636!important;
	font-size: 12px!important;
}
#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .price--tour .item {
    margin: 0;
    position: relative;
    padding-left: 43px;
    font-size: 20px!Important;
}
#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .price--tour .item:before {
    position: absolute;
    content: "now";
    left: 0;
    font-size: 20px;
    font-weight: 600;
}
#st-content-wrapper .st-list-service--bg .related__item .st-tour--description p{
	    color: #1a2b48!important;
}
#st-content-wrapper .st-list-service--bg .related__item .title--color:before {
	position:relative;
	
}
#st-content-wrapper .st-list-service--bg .related__item .title--color{
	Position:relative;
	padding-bottom:15px!important;
}
/* #st-content-wrapper .st-list-service--bg .related__item .st-tour--feature:after{
	height:1px;
	background:#D7DCE3;

} */

#st-content-wrapper .st-list-service--bg .related__item .title--color:before ,
#st-content-wrapper .st-list-service--bg .related__item .title--color:after
{
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background: #D7DCE3;
    bottom: 0;
    left: 16px;
}
#st-content-wrapper .st-list-service--bg .related__item .st-tour--description{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 100px;
    line-height: 1.8em;
}
#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .st-btn--book a{
	background-color: #1a2b48!important;
	-webkit-box-shadow: 0 5px 0 #1a2b48!important;
    box-shadow: unset!important;
	padding:10px 24px!important;
	border-radius:0!important;
}
.st-list-service--bg.st-list-service--transparent .st-list-service--transparent__pd {
    margin: 0;
}
#st-content-wrapper .st-list-service--bg .related__item .ml5.f14.address.st-location--style4{
	background-color:#1a2b48!important;
	border-radius:0!important;
}
#st-content-wrapper .st-list-service--bg .related__item {
    margin: 0;
}
#st-content-wrapper .st-list-service--bg .related__item .st-tour--feature .st-tour__item .item__icon svg path {
    fill: #1a2b48;
}
.rental_car_row .st-about-info.thumb.text-left {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.rental_car_row .thumb-header {
    background-color: #29354c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rental_car_row .thumb-caption {
    width: calc(100% - 70px);
    margin-left: 20px;
}
.thumb-caption.pull-left.st-thumb-caption h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #29354c;
}
.rental_car_row .thumb-header .fa {
    color: #fff;
    font-size: 30px;
}
.rental_car_row .wpb_wrapper .st-about-info.thumb.text-left:last-child {
    margin-bottom: 0;
}
.rental_car_row {
    display: flex;
    align-items: center;
}
.rental_car_row .col-md-4:last-child .wpb_wrapper .st-about-info.thumb.text-left {
    flex-direction: row-reverse;
    text-align: right;
}

.rental_car_row .col-md-4:last-child .wpb_wrapper .st-about-info.thumb.text-left .st-thumb-caption {
    padding-left: 0;
    padding-right: 20px;
}
.rental_car_title {
    margin-bottom: 30px;
}
.rental_car_title .wpb_wrapper h2 {
    color: #29354c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
	text-align:left;
	position:relative;
}
.rental_car_title .wpb_wrapper h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background: var(--link-color, #5191FA);
    bottom: 0;
    left: 0;
}
.transport-row {
    display: flex;
    flex-wrap: wrap;
}.transport-row {}

.transport-column {
    width: 15%;
}.transport-column1 {
    width: 30%;
    padding: 0px;
}
.transport-column3 {
    width: 55%;
    
}
.transport-repeater {
    width: 50%;
    padding: 10px;
}
.transport-inner-column {
    background: #1a2b48;
    position: relative;
}
.transport-row .transport-repeater:nth-child(1) .transport-inner-column, 
.transport-row .transport-repeater:nth-child(4) .transport-inner-column {
    background: #132440e0;
}
.transport-icon {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    background-color: #101211;
    top: -10px;
}
.transport-icon .fa {
    color: #fff;
}
.transport-innercpntent {
    padding: 40px 40px;
}
.transport-innercpntent h5 {
    color: #fff;
	margin-top:0;
/*     text-transform: uppercase; */
    font-size: 18px;
	    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.transport-innercpntent h5:before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 80px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.transport-innercpntent p {
    color: #fff;
    margin: 0;
}
.transport-column3 {
    width: 55%;
    padding: 0px;
}
.custom-trasport-row {
    padding-left: 0!important;
    padding-right: 0!important;
	padding:60px 0!important;
}

.transport-content h4 {
    color: #29354c;
    font-size: 28px;
    font-weight: 700;
/*     text-transform: uppercase; */
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    position: relative;
}

.transport-content h4:before {}

.transport-content h4:before {
    position: absolute;
    content: " ";
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background: var(--link-color, #5191FA);
    bottom: 0;
    left: 0;
}
.elementor-section.elementor-section-stretched {
    transition: none !important;
}
.transport-btns {
    text-align: left;
    padding-right: 6px;
	margin-top:20px;
}
a.btn.btn-transport {
    background: rgb(26 43 72 / 100%);
    border-radius: 3px;
    border: none;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 0;
    text-transform: uppercase;
}
.custom-trasport-row  .container-fluid {
    padding: 0 200px;
}
.rental_car_title .wpb_wrapper div.text-center {
/*     max-width: 440px;
    margin: 0 auto; */
	text-align:left;
    font-size: 14px;
}
.booking-item-payment-price-amount span.extra_item_row {
    display: flex!important;
    justify-content: space-between;
    padding: 12px 12px 12px 12px!important;
    font-weight: 600;
	font-size:45px!important;
	    border-bottom: 1px solid #DAE1E7;
}
.n2-ss-layer.n2-ow.custom-slide-title {
    margin-left: 0!important;
    text-align: right;
    width: 100%!important;
}

.n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
    margin-left: auto;
    font-size: 45px!important;
}
.addult_discount_table,.booking-item-payment-price-amount {
    border: 1px solid #DAE1E7;
    margin-bottom: 20px;
}
.addult_discount_table .cart_item_group {
    border-bottom: 1px solid #DAE1E7;
}
.accordion-collapse .addult_discount_table .cart_item_group:last-child,.booking-item-payment-price-amount span.extra_item_row:last-child {
    border-bottom: none;
}
.faq_tile h3 {
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #EBEEF1;
	margin-top:0;
}
.sub_category {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq_main_container .faq_container:last-child {
    margin-bottom: 0;
}
.single-st_tours.single #st-content-wrapper .pagination {
    margin-top: 0 !important;
}
.sub_category li {
       padding: 10px 20px;
    border: 1px solid #cecece;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: none!important;
    cursor: pointer;
}
.faq_body {
    background-color: #f5f5f5;
    padding: 40px;
	 border: 1px solid #cecece;
	border-top:none;
}
.accordian_head .acordian-tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.accordian_head .acordian-tab li {
    padding: 10px;
    border: 1px solid #cecece;
}
.accordian_body,.accordian_tab  {
    display: none;
}
.tab1,.tab5 {
    display: block;
}
.accordian_head .acordian-tab li.tab_active {
    background-color: #1a2b48;
    color: #fff;
}
.st-faq-new h3 {
    margin-top: 0!important;
    margin-bottom: 20px!important;
	margin: 0 0 10px 0;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
}
.sub_category li.tab_active {
        background-color: #f5f5f5;
    color: #000;
    border-bottom: none;
}
.faq_category_group{
	display:none;
}
.st-faq-new .item.active .header {
    background-color: #1a2b48;
    color: #fff;
}
.st-faq-new .item.active .header h5,.st-faq-new .item.active .header .fa {
    color: #fff;
}
.faq_repeater .faq_item:last-child {
    border-bottom: none;
    padding: revert-layer;
    margin: 0;
}
.faq_main_container {
    padding-top: 30px;
}
.faq_container {
    margin-bottom: 30px;
}
.repeater_body p:last-child {
    margin-bottom: 0;
}
.repeater_body {
    margin-bottom: 30px;
    margin-top: 20px;
}
.faq_item {
    margin-bottom: 20px;
}
.faq_repeater .faq_item:last-child {
    margin-bottom: 0;
}
.faq_repeater .faq_item:last-child .repeater_body {
    margin-bottom: 0;
}
.repeater_head .fa-angle-down {
    position: absolute;
    top: 2px;
    right: 0;
}
.repeater_head.active .fa-angle-down {
    transform: rotate(180deg);
}

.repeater_head h5 {
	color: #000;
    font-size: 14px;
/*     text-transform: uppercase; */
    font-weight: 600;
	color:#1A2B48;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    margin-top: 0;
    border-bottom: 1px solid #1a2b48;
}
.repeater_head {
    cursor: pointer;
	position:relative;
}
.st-faq-new .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 0!important;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 10px!important;
}
.main_faq_page {
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px!important;
    border-bottom: 2px solid #EBEEF1;
}
.archive .st-breadcrumb.hidden-xs {
    display: none !important;
}
.blog-listing-image {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-content .post-info .meta ul {
    display: flex;
    list-style: none;
    padding: 0;
	margin:0;
}
#comment-wrapper {
    margin-top: 20px;
}
#respond {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid  #D7DCE3;
}
.blog-content .post-info .meta ul li img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    object-fit: cover;
}

.meta ul li {
    list-style: none;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
}
.user_by {
    margin-right: 5px;
    color: var(--grey-color, #5E6D77);
}
.user_name {
    color: #1A2B48;
}
.single #st-content-wrapper .pagination {
    margin-top: 20px !important;
}
.meta ul li:after {
    content: "";
    height: 6px;
    width: 6px;
    background: #1A2B48;
    margin-left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.meta ul li:last-child:after {
    display: none;
}
.media-heading {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
    font-weight: 600;
}
.author-infos.author-testing .media-left img{
	object-fit:cover;
}
.page-template-template-blog 
 div#st-content-wrapper .banner-content {
    display: none;
}
.blog-content .st-flex .share .fa-brands{
	color:#1A2B48!Important;
}
#comment-wrapper .title{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
	padding-bottom:20px;
	margin-bottom:20px;
}
.post-inner {
    padding-top: 30px;
}
.st-blog .content .article .post-inner .meta {
    margin-bottom: 20px;
}
.post-desciption p:last-child {
    margin-bottom: 0;
}
.st-blog .content .article {
    margin-bottom: 30px;
}
#st-content-wrapper .pagination {
    border: none!important;
    margin: 0!important;
}
.single .st-blog .content .article {
    margin-bottom: 0;
}
.tour_Detail h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
    border-bottom: 2px solid #d7dce3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.custom-trasport-row .container-fluid .wpb_content_element {
    margin-bottom: 0;
}

.tour_contens h2 {
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
 	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d7dce3;
}
#st-content-wrapper .st-stars.style-2 i.grey {
    font-size: 14px;
}
.tour_contens .tour-excerpt {
    margin-bottom: 15px;
}
.tour_contens .review-title {
    margin: 0 0 10px  0;
}
.tour_contens {
       position: unset;
    bottom: 0;
    padding: 0;
    margin-top: 10px;
}

.tour_contens h2 a {
    color: #1A2B48;
    display: block;
    width: 100%;
       font-size: 14px;
    font-weight: 600;
 
}
.tour-excerpt p {
    font-size: 14px;
    color: #1A2B48;
}
.tour_contens span.text-small.lh1em.item.onsale {
    display: none;
}
.read-more-row .btn-view-more {
    background-color: #1a2b48 !important;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    border: none;
    position: unset;
    bottom: 0;
    width: 100%;
}
.tour_image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#st-content-wrapper .tour_repeater .st-stars.style-2 i{
	font-size:14px;
}
.tour_repeater {
    position: relative;
    margin-bottom: 20px;
	border:1px solid #DAE1E7;
	padding:15px;
}
.latest-tpur .tour_repeater:last-child {
    margin-bottom: 0;
}
.pagination ul li a.current {
    border: none!important;
    color: #1a2b48!important;
}
.st-blog .content .blog-wrapper {
    border: none;
}
.page-template-template-blog div#st-content-wrapper .search-result-page .banner {
}

.page-template-template-blog .search-result-page .banner {
    padding: 95px 0;
}

.page-template-template-blog div#st-content-wrapper {
    position: relative;
}

#st-content-wrapper .st-breadcrumb {
    position: absolute;
    top: 30px;
    border: none;
    background-color: transparent;
    width: 100%;
    inset: 0;
    padding: 0 280px;
    height: 190px;
    display: flex;
    align-items: center;
}

#st-content-wrapper .st-breadcrumb .container {
    width: 100%;
}

#st-content-wrapper .st-breadcrumb ul {
    background-color: transparent;
}

#st-content-wrapper .st-breadcrumb ul li {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px!Important;
    color: #fff!important;
	padding-left:0!important;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
    right: 17px!important;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
    position: absolute;
    content: ".";
    top: -10px;
    right: -2px;
    margin-top: 0;
    width: 0;
    height: 0;
    background: var(--light-grey-color, #EAEEF3);
    z-index: 1;
}
h2.post-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
	margin-top:0;
}
h2.post-title a {
    color: #1A2B48;
    text-decoration: none;
}
.st-blog .content .article .post-inner .meta ul li:after {
    background-color: #1A2B48;
}
.st-blog .content .article .post-inner .post-desciption {
    color: #1a2b48;
}
.st-blog .content .article .post-inner a.btn-readmore {
    text-transform: uppercase;
    color: #1A2B48;
	display: flex;
    justify-content: flex-end;
}
.st-blog{
	padding:30px 0 0 0!important;
}
.single.single-post div#st-content-wrapper .st-breadcrumb {
    background-color: #363535;
    position: unset;
}
.blog-content .title {
    font-size: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
}
.single .st-blog .content .article .header {
    margin-bottom: 30px;
}
.blog-content .post-content {margin-top: 20px;}
.blog-content .post-content p {
    font-size: 14px;
	color: #1A2B48;
}.author-infos.author-testing .media {
    display: flex;
}
.author-infos.author-testing .media-left {
    width: 50px;
    padding: 0;
}
.author-infos.author-testing .media-body {
    width: calc(100% - 50px);
}
.author-infos.author-testing .media-left img {
    border-radius: 50%;
}
.author-infos.author-testing .media-body h4.media-heading {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
    font-weight: 600;
}
.author-infos.author-testing .media {
    display: flex;
	align-items:center;
}
.author-infos.author-testing{
	margin-right:20px;
}
.blog-content .post-info {
    margin-top: 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#comment-wrapper ol li .comment-content {
    margin-top: 10px;
    font-size: 14px;
    color: #1A2B48;
    padding-left: 70px;
}
#comment-wrapper ol li:first-child{
	padding-top:0;
}
#comment-wrapper ol li{
	padding-bottom:20px;
}
#comment-wrapper ol li{
	padding-top:20px;
}
#comment-wrapper ol li .comment-content p:last-child {
    margin-bottom: 0;
}
#comment-wrapper ol li .comment-reply-link {
    margin-top: 10px;
    font-size: 14px;
    color: #1a2b48;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 70px;
}
#comment-wrapper ol li.parent .children li .comment {
    padding-top: 20px;
    border-bottom: 1px solid #D7DCE3;
    padding-bottom: 20px;
}
#comment-wrapper ol li.parent .children {
    margin-left: 70px;
}
.single .blog-content .title {
    font-size: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
    border-bottom: 2px solid #d7dce3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#comment-wrapper ol li .media .media-left {
    padding-right: 20px;
    width: 70px;
}
#comment-wrapper ol li .media .media-body {
    width: calc(100% - 70px);
    padding-left: 0;
}
.blog-content .st-flex .share {
    margin-top: 0!Important;
	text-transform:uppercase;
}
.blog-content .st-flex .tags {
    margin-top: 0;
}
#respond .submit {
    border-radius: 0;
    color: #FFF;
    margin-top: 20px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    background: #1a2b48;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
}
#respond textarea {
    min-height: 170px;
    border-radius: 0!important;
}
#respond .form-control {
    border-radius: 0!important;
}
.blog-content .post-info {
    margin-top: 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
}
.author-infos.author-testing .media-left {
    width: 50px;
    padding: 0;
}
.author-infos.author-testing .media-body {
    width: calc(100% - 50px);
}
.author-infos.author-testing .media-left img {
    border-radius: 50%;
}
.author-infos.author-testing .media-body h4.media-heading {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
	margin-bottom:0;
    font-weight: 600;
}
.blog-content .author-info .media-left {
    padding-right: 0;
    width: 100px;
}
.blog-content .author-info .media-body {
    width: calc(100% - 100px);
}
.blog-content .author-info {
    margin-top: 20px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.blog-content .st-flex {
    margin-top: 20px;
}
#st-content-wrapper .st-breadcrumb ul li a {
    color: #fff;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after{
	right:11px;
}
.related-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.daterangepicker .calendar td {
	min-width: auto;
}
.single-st_tours .wpb_content_element {
    margin-bottom: 30px;
}
#st-content-wrapper.st-single-tour .st-highlight ul {
    margin-bottom: 0;
}
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item:last-child {
    margin-bottom: 0;
}
.st-hr.large.st-height2.st-hr-comment {
    display: none;
}


.stt-attr-durations {
    padding-top: 30px;
    padding-bottom: 30px;
}

.stt-attr-durations .term_description p:last-child {margin-bottom: 0;}

.alert-danger{
	font-size:12px;
	text-align:center;
	padding:13px;
}
#write-review .st-heading-section {
    border: none;
    padding: revert-layer;
	display:none;
}
#st-content-wrapper #reviews #write-review {
    margin-top: 20px;
}
#st-content-wrapper.st-single-tour .review-pag-wrapper .review-pag-text{
	text-transform:uppercase;
}
#st-content-wrapper.st-single-tour .review-pag-wrapper .pagination ul li a {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
    text-transform: uppercase;
}
#st-content-wrapper .pagination ul li a {
    width: auto;
    height: auto;
}
#st-content-wrapper #reviews #write-review #respond {
    background-color: transparent;
    padding: 20px;
    margin-top: 0px;
    border-radius: 0;
}

#respond .comment-reply-title {
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#respond .comment-notes {
    margin: 0;
	color:#1a2b48;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items .item .rates .fa.hovered, #st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items .item .rates .fa.selected,
#st-content-wrapper .st-stars.style-2 i,
#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .review-score-item .per-total{
	color:#1a2b48;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box ,
#st-content-wrapper .activity_column .review-box,
.car_review_box{
    padding: 0!important;
    border-radius: 0!important;
	border-color:#1a2b48!important;
}
#st-content-wrapper.st-single-car .review-box .review-sumary .item .progress {
    width: 100%;
}
.car_review_box .number {
    width: auto;
    position: absolute;
    right: 0;
    margin: 0;
}
.car_review_box .number {
    width: 30px!important;
    margin: 0!important;
    width: 30px;
    text-align: right;
    margin: 0;
    color: #1a2b48;
    position: absolute;
    right: 20px;
    top: 0;
}
#st-content-wrapper .review-box .review-sumary .item {
    position: relative;
}
.st-notice.st-notice-error {
    background-color: #1a2b48;
    padding: 10px;
    margin-bottom: 10px;
	text-align:center;
    color: #fff;
}
.row-row {
    display: flex;
}
.col-review {
    width: 220px;
    background-color: #f9f9f9;
}
.review-progress-bar {
    width: calc(100% - 200px);
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score ,
#st-content-wrapper .activity_column .review-box .review-box-score ,
#st-content-wrapper.st-single-car .review-box .review-box-score{
    margin: 0;
    border: none;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.review-sumary {
    padding: 20px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .label,
#st-content-wrapper .review-box .item .label{
    width: 120px!important;
    text-align: left!important;
    margin: 0;
    padding: 0;
    margin: 0;
    color: #1a2b48 !important;
    /* font-weight: 600 !important; */
    font-size: 12px ! Important;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    z-index: 2;
}
#st-content-wrapper.st-single-tour .review-box .review-sumary .item{
	position:relative;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .number ,
#st-content-wrapper.st-single-tour .review-box .review-sumary .item .number{
    width: 30px;
    text-align: right;
    margin: 0;
	color:#1a2b48;
	position:absolute;
	right:20px;
	top:0;
}
.main-slider-row {
    height: 500px;
}
.main-slider-row div {
    height: 100%!important;
}
.item.slide-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.submit-group .btn.btn-full:focus {
    color: #fff;
}
div#orders-result {
    display: none;
}
.slick-slide.slide-image {
/*     height: 500px !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 500px !important;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .progress,
#st-content-wrapper.st-single-tour .review-box .review-sumary .item .progress{
    width: 100%;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score .review-score-base span,
#st-content-wrapper .activity_column .review-box .review-box-score .review-score-base span,
#st-content-wrapper .review-box.car_review_box .review-box .review-box-score .review-score,
#st-content-wrapper .review-box .review-box-score .review-score-base span{
    font-weight: 500;
    color: #1a2b48;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score .review-score ,
#st-content-wrapper .activity_column .review-box .review-box-score .review-score{
   font-size: 50px;
    line-height: 40px;
    color: #1a2b48 !important;
    font-weight: 600;
}
#st-content-wrapper .review-box .review-box-score .review-score .per-total,
#st-content-wrapper .activity_column .review-box .review-box-score .per-total{
    font-size: 30px;
}
.comment-pagination a {
    color: #1a2b48;
    text-transform: uppercase;
}
#st-content-wrapper .review-box .item .progress .percent.yellow {
    background: #5191fa!important;
}
.comment-pagination .page-numbers.current {
    color: #1d2327;
}
#st-content-wrapper .review-box .review-box-score .review-score-text,
#st-content-wrapper .activity_column .review-box .review-box-score  .per-total{
    font-weight: 400;
    font-size: 24px;
    color: var(--link-color, #1A2B48);
    text-transform: uppercase;
    font-weight: 600;
    color: #232323 !important;
	padding-top:10px;
    line-height: 20px;
}
#st-content-wrapper .review-box .item .progress {
    height: 20px;
    border-radius: 0;
}
#st-content-wrapper .review-box .item .progress .percent {
    height: 100%;
    border-radius: 0;
}
#st-content-wrapper .review-box .review-box-score .review-score {
    font-size: 50px;
    line-height: 40px;
    color: #1a2b48 !important;
    font-weight: 600;
}
#st-content-wrapper .review-box .review-box-score .review-score-base,
#st-content-wrapper .review-box.car_review_box .review-box-score .review-score-base{
    margin-top: 10px;
    color: #1a2b48;
    font-size: 12px;
    text-transform: uppercase;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .progress .percent,
#st-content-wrapper .review-box .item .progress .percent.green{
    background: #5191fa;
}
#st-content-wrapper #reviews .review-list .comment-item {
    padding: 20px 0;
    position: relative;
	border-color:#1a2b48;
}
#st-content-wrapper #reviews .review-list .comment-item:last-child{
	border-color:#1a2b48;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .like {
    display: none;
}
#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star,
#st-content-wrapper.st-single-car .review-list .comment-item .comment-item-body .review-star{
    position: absolute;
    top: 24px;
    right: 0;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-body {
    margin-top: 10px;
    padding-left: 70px;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-body .media-heading{
	text-transform:uppercase;
}
.hotel-target-book-mobile .btn.btn-green {
    background: #1a2b48!important;
    color: #FFF!Important;
    border-radius: 0!important;
    padding: 5px 15px!Important;
    font-weight: 500 !important;
    border-radius: 0;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-highlight ul li,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .include li,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .exclude li{
	font-weight:400;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .include li,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .exclude li,
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .body p,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-highlight ul li{
	color:#1a2b48;
}
#st-content-wrapper #reviews #write-review #respond{
	display:block!important;
	border-color:#1a2b48;
}
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .body blockquote{
	margin:0 0 10px;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-body .title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
	font-size:14px;
}
#st-content-wrapper.st-single-tour .review-pag-wrapper {
    overflow: hidden;
    margin-top: 15px;
}
#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .detail .st-description {
    margin-top: 10px;
	color:#1a2b48;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left img {
    object-fit: cover;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items {
    padding: 0;
    border: none;
    margin: 10px 0 0 0;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items .item ,
#st-content-wrapper #reviews #write-review .review-form .review-items .item{
    margin: 0;
    justify-content: flex-end;
    align-items: center;

}
#st-content-wrapper #reviews #write-review .review-form .review-items .rates .fa.grey{
	cursor: pointer;
    font-size: 14px;
    color: #ced8e8;
	margin-right:10px;
}
#st-content-wrapper #reviews #write-review .review-form .review-items .rates .fa.grey.selected,
#st-content-wrapper #reviews #write-review .review-form .review-items .rates .fa.grey.hovered {
    color: #1a2b48;
}
#st-content-wrapper #reviews #write-review .review-form .review-items .item{
	display:flex;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group textarea {
    min-height: 170px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items,
#st-content-wrapper #reviews #write-review .review-form .review-items{
    padding: 0;
    border: none;
    margin: 10px 0 0 0;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group textarea {
    min-height: 170px;
}
#st-content-wrapper #reviews #write-review input[type=submit] {
    margin-top: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    background-color: #1a2b48;
    font-weight: 600;
}
form#commentform {
    margin: 0;
}
.form-submit {
    margin-bottom: 0;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group .form-control{
	border-radius:0;
}
#st-content-wrapper #reviews #write-review .review-form .review-items label {
    margin: 0 20px 0 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}
body .daterangepicker .table-condensed .td-date.disabled .date {
    height: 32px!important;
}
#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star li .fa,
#st-content-wrapper.st-single-car .review-list .comment-item .comment-item-body .review-star li .fa{
    color: #1a2b48;
}
.custom-datepicker-wrapper .form-group.form-date-field input.check-in-input {
    display: none;
}
#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper {
    padding: 20px 0 10px 0;
    float: none;
}
.calendar-time-wrapper .calendar-time.left {
	padding-top: 0;
    border-top: none;
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: none;
    height: 55px;
}
.calendar-time-wrapper .calendar-time.right {
    padding-top: 0;
    border-bottom: none;
	height:46px;
	border-top:none;
}
#st-content-wrapper .form-book-wrapper .form-extra-field .dropdown{
	margin-right:0;
	
}
#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper:hover{
	box-shadow:unset;
}
.daterangepicker .table-condensed .td-date.active {
    background-color: #1a2b48;
}
.daterangepicker .table-condensed .td-date.active .date {
    color: #fff;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
	padding-bottom:10px;
}
#st-content-wrapper .form-book-wrapper .form-more-extra {
    padding: 20px 0;
}
.extra_label label {
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 16px!important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper {
    flex-wrap: wrap;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render {
    font-size: 16px;
    margin-left: 10px;
    color: #232323 !important;
    font-weight: 600 !important;
}
.st-number-wrapper span.next, .st-number-wrapper span.prev {
    border-radius: 0!important;
}
.tour-booking-form .guest_name_input {
    padding: 0;
    border-top: 1px solid #D7DCE3;
    padding-top: 20px!important;
}
.tour-booking-form.form-has-guest-name .daterangepicker.ltr .calendar.left{
	border-bottom:none!important;
}
.tour-booking-form .guest_name_input label {
    margin: 0;
        font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    text-transform: uppercase;
}
.extra-labels {
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}


#st-content-wrapper .form-book-wrapper .form-more-extra .extras{
	display:block!important;
	margin:0;
}
#st-content-wrapper .form-book-wrapper .form-more-extra .extras li:last-child {
    margin-bottom: 0 !important;
}
.extras .form-control {
    text-align: center;
}
.daterangepicker .loader-wrapper {
    display: none !important;
}
.date-wrapper .daterangepicker.dropdown-menu.ltr.single.opensright.show-calendar {
    position: unset!important;
	    position: unset !important;
    width: 100%;
    padding: 0;
    border: none !important;
    box-shadow: unset !important;
    margin: 0 !important;
    min-width: auto !important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper {
    flex-wrap: wrap;
	padding:20px 0;
}
.check-in-wrapper label {
    margin: 0;
    color: #232323!important;
    font-weight: 600!important;
	    font-size: 14px ! Important;
    text-transform: uppercase;
}
#st-content-wrapper .form-book-wrapper .form-more-extra .dropdown {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #232323 !important;
    font-weight: 600 !important;
}
.full_name {
    color: #1a2b48 !important;
}
.daterangepicker .table-condensed .td-date.not-show .date {
    height: 0!important;
}
.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}
.daterangepicker.ltr .calendar.left{
	float:none;
	padding-bottom: 20px;
    border-bottom: 1px solid #D7DCE3;
}
.daterangepicker .calendar {
    max-width: 100%!important;
    margin: 0!important;
}
.icon-date-fields {
    width: 100%;
}
.icon-date-fields i.fa.fa-angle-down.arrow {
    display: none;
}
.icon-date-fields .render.check-in-render {
    display: none!important;
}
.single-st_tours .daterangepicker{
	display:block!important;
}
.slick-slide{
		height:auto!important;
	}
.btn_add_wishlist[data-original-title="Remove to wishlist"] {
    color: red!important;
}
.form-head .value {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
}
.slick-slide{
		height:auto;
	}
.tour-slider-image {
    margin-bottom: 40px;
}
.form-head .value .onsale {
    margin-right: 10px;
}
.form-book-wrapper .form-head {
    margin-bottom: 20px;
	padding:10px 20px!Important;
}
.date-wrapper,
.date_wrapper_custom{
	position:relative;
}
.date_wrapper_custom.date-wrapper1 {
    min-height: 318px;
}
#st-content-wrapper .form-book-wrapper .submit-group {
    border-top: none;
    padding: 0;
}


.custom-datepicker-wrapper .daterangepicker.dropdown-menu{
	position:unset!important;
	float: none;
    padding: 0;
    box-shadow: unset !important;
    border: none !important;
    min-width: 100% !important;
    margin: 0 !important;
	min-height:291px!important;
	display:block!important;
	height:291px!important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .tour-sale-box{
	display:none;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .text-lg,
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .onsale{
	font-size:16px;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .label {
    text-transform: uppercase;
	font-size: 16px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
    top: 0px;
}
.slider-galeria-thumbs{
	top:-1px;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .label {
    display: none;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-tour-content.style3 .st-hotel-header {
    margin-bottom: 0!Important;
}
span.text-small.lh1em.item.onsale,
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .onsale{
    position: relative;
    padding-left: 26px;
    font-size: 12px!important;
    text-transform: lowercase;
    text-decoration: none!important;
    font-weight: 600!important;
/*     display: block!important; */
    width: 100%;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .onsale:before,
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .onsale:before{
    position: absolute;
    content: " WAS ";
    left: 0;
    font-size: 12px;
    text-transform: lowercase;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .text-lg {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-left: 44px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .text-lg:before {
    position: absolute;
    content: "now";
    left: 0;
    font-size: 20px;
    font-weight: 600;
}
.booking_title h4 {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border-bottom: 2px solid #EBEEF1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}
.st-hotel-header.single-header-title h1.st-heading {
    margin: 0;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-tour-feature.style2 {
    border-bottom: 4px solid #1a2b48;
    margin-bottom: 0;
}
.st-overview .st-section-title {
    display: none;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-overview .st-description {
    margin-top: 20px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head{
	margin-bottom:0;
	padding-left:0!Important;
	padding-right:0!important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price{
	flex-wrap:wrap;
}
.daterangepicker .table-condensed .td-date .date{
	width:auto;
}
.daterangepicker .table-sub-header .day-off-week{
	width:31.5px!important;
}
#st-content-wrapper .form-book-wrapper {
    border-top-color: #1a2b48;
    border-radius: 0!important;
	padding:0 20px;
	    border-bottom-color: #1a2b48;
    border-bottom: 4px solid #1a2b48;
}
.daterangepicker .table-condensed .td-date.disabled {
    text-decoration: none;
    background: #ebebeb!important;
	border:1px solid rgba(81, 145, 250, 0.2);
}
.daterangepicker .table-condensed .td-date.today:not(.start-date) .date, .daterangepicker .table-condensed .td-date.today:not(.in-range) .date {
    color: inherit;
    border-color: inherit;
}
.daterangepicker .table-condensed .td-date.disabled .date {
    color: #d3d3d3!important;
}

#st-content-wrapper.st-single-tour .st-hotel-header.single-header-title {
    align-items: flex-end;
	    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px!important;
}
#st-content-wrapper.st-single-tour .st-hotel-header.single-header-title h2.st-heading {
    margin: 0;
}
#st-content-wrapper.st-single-tour .st-hotel-header.single-header-title .right p.st-link {
    margin: 0;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head{
	background-color:#1a2b48;
	
}
.media-body {
    padding-left: 20px;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left {
    min-width: 50px;
    padding-right: 0;
}
#st-content-wrapper .sub-heading .fa{
	margin-right:10px;
}
.st-list-tour-related .whistlist_row li {
    width: 25%;
}

.whistlist_row li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#st-content-wrapper.st-single-tour .st-overview {
    margin-bottom: 0;
}
#st-content-wrapper.st-single-tour .st-include {
    border-top: none;
    margin-top: 0;
    padding-top: 30px;
}
.single-st_tours .st-tour-content {
    padding-top: 30px;
}
.wishlist-content  
.read-more-row .btn-view-more {
    position: unset;
}
.whistlist_row li .service-title {
    padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 30px;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--link-color, #1A2B48) !important;
    margin: 0 !important;
}
.st-list-tour-related .wishlist-content{
	min-height:auto;
}
.st-list-tour-related .whistlist_row {
    padding: 0;
    margin-top: 30px;
}

.flex-starts {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: c;
}

.flex-starts span.price .item {
    color: #1a2b48;
    font-weight: 600;
    border: none!Important;!Importan;
}
.flex-starts i {
    margin-right: 10px;
}
.review-title {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.review-title p {
    margin-bottom: 0;
    margin-left: 10px;
}
.heading.related-title {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600!Important;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 10px !important;
}

.whistlist_row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.whistlist_row li {
    width: calc(100% / 6 );
    padding: 10px!important;
}
.whislist-repeater {
    border: 1px solid #DAE1E7;
    height: 100%;
    padding: 20px;
	position:relative;
}
.st_content .style-list .booking-item-wishlist-remove {
    width: auto;
    height: auto;
    top: 12px;
    right: 9px;
    padding: 2px 4px;
    background: #1a2b48;
    border: 2px solid #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
	z-index:9;
}
.st_content .style-list .service-tag.bestseller {
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 28px;
    /* top: auto; */
    width: 100%;
    text-align: center;
	
}
.no-content-container {
    text-align: center;
}.no-content-container h3 {
    font-size: 14px;
}

.no-content-container img {
        height: auto;
    display: block;
    margin: 0 auto 20px auto;
}
.no-content-container {
    height: calc(100vh - 200px);
    display: flex
;
    flex-direction: column-reverse;
    justify-content: center;
    flex-direction: column;
}

.whislist-repeater .thumb {
    position: relative;
	height:170px;
}
.st_content .style-list .service-tag.bestseller .feature_class.st_featured.featured {
    color: #fff;
    position: absolute;
    padding: 2px 4px;
    background: rgb(26 43 72 / 75%) !important;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    width: 100%;
    padding: 7px;
}
.whislist-repeater .text-small.lh1em.item.onsale {
    display: none;
}
.wishlist-content h4 {
    font-size: 16px!important;
}
.wishlist-content h4 a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
	font-weight:600;
}
.service-review {
    display: flex;
}.service-review ul {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.service-review ul li {
    padding: 0!important;
    width: auto!important;
}

.service-review ul li .fa {
    color: #FFDC00;
}

.wishlist-content .btn-view-more {
    background-color: #1a2b48!important;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    border: none;
    position: absolute;
    bottom: 0;
	width:100%;
}
.service-type {
    display: flex;
    align-items: center;
	color:#1a2b48;
}
.service-type .fa {
    margin-right: 10px;
}
.service-price .price {
    color: #1a2b48;
    font-weight: 600;
}
.wishlist-content {
    position: relative;
    min-height: 230px;
}

.service-price {
    margin-bottom: 10px;
	color:#1a2b48;
}
.service-duration {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.service-duration {
    margin-bottom: 10px;
	color:#1a2b48;
}
.service-price {
    margin-bottom: 10px;
}
.service-review {
    margin: 10px 0;
}
.service-duration .fa {
    position: relative;
    top: 2px;
    margin-right: 6px;
}
#data_whislist {
    margin-bottom: 0;
}
div#modern-pagination-tour {
    width: 100%;
    text-align: right;
    margin: 0!important;
    display: block;
}
.wishlist #modern-pagination-tour span.count-string {
    color: #1a2b48;
    font-weight: 500;
}
.taveller-note {
    border: 1px solid #D7DCE3;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0;
}
.traveller-head h3 {
    margin: 0;
    color: #fff;
}
.traveller-head {
    background-color: #629cfa;
    padding: 15px;
}
.traveller-body {
    padding: 15px;
}
.st-list-statistic .item {
    background: #FFFFFF;
    border: 5px solid #1a2b48;
    text-align: center;
    position: relative;
    transition: 1s;
}

.st-aboutus-title {
    font-size: 16px !important;
    color: #1a2b48;
    margin-bottom: 20px !important;
}

.cusomter-container {
    display: flex;
	align-items:center;
}
.customer-support-row {
    display: flex;
    align-items: center;
    margin: 0;
    width: calc(100% - 33.33%);
	padding-top:35px;
}

.support-column {
    padding: 0;
}

.customer-content {
    width: 33.33%;
	padding-right: 15px;
}
.suppor-icons .fa {
    font-size: 35px;
}
.suppor-icons img {
    max-width: 40px;
}
.cusomter-container .customer-content h6 {
    margin: 0;
    font-weight: 600;
    position: relative;
    line-height: 15px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
	color:#1c2d4a;
    font-size: 16px;
}

.customer-content h5 {
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.suppors-inner-columns {
/*     text-align: center; */
    padding: 20px;
}

.support-content h5 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
}
.support-inner-column {
    display: flex;
    width: calc(100% - 33.33% );
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.support-inner-column .support-column {
    width: 50%;
}
.support-column.support-column1 {
    background-color: #1a2b48;
    padding: 20px;
    text-align: left;
	border-radius:20px;
	width:33.33%;
}button.chat-btn {
    color: #1c2d4a;
    padding: 0;
	font-size:14px;
    /* background-color: #1c2d4a; */
    display: inline-block;
    font-weight: 600;
    background-color: transparent;
    border: none;
}
.inner-column h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	font-weight:500;
}

.inner-column p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.support-content h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.support-column1 .support-content a .mr-4 {
    margin-right: 5px;
}
.suppor-icons {
    text-align: right;
}
.suppors-inner-columns .support-content h5 {
    border-bottom: 2px solid #DAE1E7;
    padding-bottom: 10px;
}
.suppors-inner-columns .support-content a {
    text-align: right;
    margin-left: auto;
    display: block;
}
.suppors-inner-columns .support-content button {
    text-align: right;
    margin-left: auto;
    display: block;
}
.support-column1 .support-content a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    padding: 0!important;
	font-weight:500;
}
.suppor-icons {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.support-content a {
    color: #1c2d4a;
    padding: 0;
	font-size:14px;
    /* background-color: #1c2d4a; */
    display: inline-block;
    font-weight: 600;
}
.title-rows .st_default.style-9 {
    font-size: 20px;
}
.st-contact-form .contact-header {
    border: none;
    padding: 0;
}
.contact-columns1 .st-contact-info .info-content h3,
.contact-columns .st-contact-info .info-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    resize: none;
    height: 156px;
}
.st-contact-form .contact-header h4{
	font-size:14px;
}
.st-contact-form .contact-header h3 {
    font-size: 16px;
     text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EBEEF1;
}
.booking-table table {
    width: 100%;
    border: 1px solid #cecece;
}
.st-contact-info .info-content .sub p{
	font-size:14px;
}
.contact-columns .info-content {
     min-height: auto;
    margin-top: -140px;
    background-color: rgb(26 43 72 / 75%);
    padding: 78px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 362px;
    top: 43%;
    min-width: 362px;
}
.contact-columns .st-contact-info .info-content h3 {
    margin-bottom: 10px;
}
.contact-columns .st-contact-info .info-content .sub {
    position: unset;
    padding-right: 0;
}
.contact-columns1 .st-contact-info .info-content .sub {
    position: unset;
    padding: 0;
}
.contact-columns1 .st-contact-info .info-content .sub p:last-child {
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.contact-columns1 .st-contact-info .info-content {
    min-height: 230px;
    min-width: 280PX;
    top: 73%;
    margin-left: -1px;
    padding: 20px;
    background-color: rgb(26 43 72 / 75%)!important;
	 width: 70%;
}
.title-rows .st-text-center.style-9 h2.style-9 {
    font-size: 16px;
	line-height:20px;
}
.st-contact-form .contact-form input[type=submit]{
	background-color:rgb(26 43 72 / 100%);
	margin-top:0;
}
.contact-columns1 .info-bg img {
    max-width: 320px;
    margin-left: auto;
}
.title-rows .st-text-center.style-9 h2.style-9:after {
    width: 100%;
    border-bottom: 2px solid #DAE1E7;
	background:transparent;
}
.order_row_repeater .order_column:nth-last-child(2), 
.order_row_repeater .order_column:nth-last-child(1),
.order_row_repeater .order_column:nth-last-child(3),
.order_row_repeater .order_column:nth-last-child(4) {
    border-bottom: 1px solid #cecece;
}
.booking-table table thead tr th,.booking-table table tbody tr td {
    border: 1px solid #cecece;
    padding: 10px;
}
.booking-table table tbody tr td {
     width: calc(100% / 7);
	text-transform:capitalize;
}
.order_column ul li {
    text-transform: capitalize;
}
.booking-table .pagination {
    margin: 0;
    display: block;
    text-align: right;
}
.tabs{
	display:none;
}
.tabs.active{
	display:block;
	    width: 85%;
    margin: 0 auto;
}
.booking-table .pagination a,.booking-table .pagination span {
    padding: 10px;
    font-size: 14px!important;
}
.booking-table table tbody tr td a.btn_detail {
    background-color: #1a2b48;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
	text-transform:uppercase;
    font-size: 12px;
}
.order_popup {
    
}
.order-tabs ul li ul li {
    width: auto;
}

.order-tabs ul li ul li:before {
    display: none;
}
.order_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #DAE1E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.btn-close {
    background: transparent!important;
    padding: 0;
}
.order_head h5 {
   font-size: 14px;
    color: #1a2b48;
    text-transform: uppercase;
    font-weight: 500;
    /* border-bottom: 2px solid #DAE1E7; */
    /* padding-bottom: 20px; */
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
}
.booking-table table thead tr th {
    text-transform: uppercase;
}
.order-title h3 {
    padding: 0;
/*     border-bottom: 2px solid #DAE1E7; */
    margin-bottom: 30px;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--link-color, #1A2B48) !important;
    margin: 0 0px!important;
}
.order-title {
    margin-bottom: 20px;
}
.tab-content {
    margin-top: 30px;
}
.order_row_repeater {
    margin-bottom: 20px;
}
.order-tabs ul {
     display: flex;
    flex-wrap: wrap;
}
.page-wrapper .customer_icon .fa {
    font: normal normal normal 35px / 1 FontAwesome !important;
}
.order-tabs ul li b {
    text-transform: none;
	font-weight:400!important;
}
.order-tabs ul li b {
    font-weight: 400;
}
#show-sidebar {
    left: 42px;
    top: 59px;
    background-color: #1a2b48!important;
    border: none;
	position:absolute;
}
.page-id-10225 main.page-content .infor-st-setting {
    padding: 20px 0;
}
.order-tabs ul li {
      padding:0px 0 3px 21px;
	width: 50%;
    position: relative;
    color: #1a2b48;
/*     font-weight: 600; */
	text-transform:capitalize;
}
.order-tabs ul li:before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #1a2b48;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.order_column ul {
    display: flex;
    flex-wrap: wrap;
}
.customer-row {
    display: flex;
	width:100%;
/* 	margin-top:15px; */
	justify-content:space-between;
}
.customer-column {
    width: 50%;
    position: relative;
    padding:0  50px
}
.customer_icon {
    width: 120px;
    height: 120px;
    border: 1px solid #cecece;
    margin-right: 0;
    background-color: #1a2b48;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
/*     position: absolute; */
	border:5px solid #fff;
/*     top: -20px; */
}
.customer_title {
    display: flex;
    align-items: center;
	position: absolute;
    top: 0;
    width: 100%;
    left: 20px;
}
.customer-column .customer_title h4 {
    border-bottom: none;
    /* padding-left: 130px; */
    position: relative;
    bottom: 30px;
    padding-left: 10px;
	font-size:14px!important;
	
}
.contact-detail {
        border: 1px solid #cecece;
    width: calc(100% - 50px);
    padding: 10px;
    margin-left: 50px;
    height: calc(100% - 50px);
    padding-left: 70px;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 70px;
}
.order-tabs ul li:last-child {
    border-bottom: none;
}
.order-tabs ul li.active {
    color: #5191fa;
    border-color: #5191fa;
    font-weight: 600;
    border-bottom: 2px solid;
}
.order_column ul {
    margin: 0;
    padding: 0;
}
.order_column ul li {
       width: 50%;
    padding: 10px 0;
}
.customer_Details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #cecece;
}
.customer_Details p {
    margin: 0;
    text-transform: capitalize;
}
.customer_Details h5 {
    font-weight: 700;
}
.order_row_repeater {
    display: flex;
    flex-wrap: wrap;
	background-color: #ffff;
}
.table_repeaters {
    margin-bottom: 20px;
}
.order_column {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    /* border-bottom: 1px solid #cecece; */
    border-right: 1px solid #cecece;
}
.order_column p {
    margin: 0;
}
.order_column h5 {
    font-weight: 700;
}
.order_Details {
    
}
.order_Detail {
   display:none;
   
}
.btn_detail:hover,
.btn_detail:focus{
    text-decoration: none;
    opacity: 0.8;
}
.table_repeater {
    margin-bottom: 20px;
}
.tabbable .form-group {
    margin: 0!important;
}
.table_heading {
    margin-bottom: 30px;
}
.tab-content .btn_load_his_book {
    margin-left: auto;
    display: block;
    width: 170px;
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0!Important;
    border-color: #1a2b48 !important;
    font-weight: 700;
}
a.btn.btn-xs.btn-primary.mt5.btn-info-booking {
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0!Important;
    border-color: #1a2b48 !important;
    font-weight: 700;
    width: 170px!important;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{
	width:100%;
}
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 0;
}
.sidebar-footer ul li{
	border-bottom:1px solid #2C3D5B;
}
.sidebar-wrapper ul {
    margin-top: 0;
}
.sidebar-footer li a img {
    position: relative;
    top: -3px;
	padding-right:10px;
}
.sidebar-menu ul li:last-child a img {
    position: relative;
    top: -1px;
}

.inner-bredadcurmb ul {
    display: flex;
    padding-left: 0px;
	justify-content:flex-end;
}
.page-wrapper.toggled .page-content{
	margin-bottom:0;
}
body .page-wrapper{
	background-color:#fff;
}
.page-wrapper .page-content > .st_content {
    padding: 30px 30px;
}
.page-content .infor-st-setting {
    margin-top: 0!important;
}
.inner-bredadcurmb ul li {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    list-style: none;
    padding-left: 30px;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role{
	font-size:11px;
}
.sidebar-wrapper .sidebar-header .user-info > span{
	font-size:14px;
}
.sidebar-wrapper .sidebar-header {
    padding: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.inner-bredadcurmb ul li a {
    color: #000;
    position: relative;
}
main.page-content .infor-st-setting {
    padding: 30px 20px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{
	text-transform:uppercase;
}
.inner-bredadcurmb ul li a:before {
    position: absolute;
    content: ".";
    color: #000;
    right: -20px;
    top: -6px;
}
main.page-content .infor-st-setting {
    padding: 20px;
}
.profile_Rows {
    display: flex;
}
.profile_img {
    width: 300px;
	    padding-right: 30px;
    padding-top: 34px;
	position:relative;
}
.profile_img .btn.btn-primary.btn-file {
    margin-top: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    border-top: 0;
    border: 1px solid #DAE1E7;
    text-transform: uppercase;
}
.profile_fields textarea.form-control {
    resize: none;
    height: 136px;
}
.profile_img .input-group-btn {
    width: 100%;
    display: block;
}
.profile_img .input-group.setting-avatar {
    display: block;
}
.profile_Rows .item {
    width: 270px;
    height: 334px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.st-selection {
    position: absolute;
    top: 30px;
}

.profile_img .form-group.form-group-icon-left {
    position: unset!important;
}

.profile_img .input-group.setting-avatar {
    position: unset!important;
}
.profile_fields {
    width: calc(100% - 300px);
}
main.page-content .infor-st-setting .form-group label{
	font-weight:500;
}
.password_row {
    margin-top: 0!important;
    padding-top: 0!important;
}
.btn-row .form-group.form-group-filled {
    text-align: right;
}
.btn-row .form-group .btn.btn-primary {
     min-width: 170px;
     background-color: #1a2b48 !important;
     color: #fff;
     border-radius: 0!Important;!Importan;
     border-color: #1a2b48 !important;
     font-weight: 700;
}
.profile_icon {
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.profile_img .st-change-avatar {
    width: 100%;
    display: block!important;
	    border: 2px solid #1a2b48;
    border-bottom: none;
}

.user-profile-avatar.user_seting {
    width: 100%;
    display: block;
    margin: 0!important;
}
.infor-st-setting h4 {
    padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 30px;
    font-size: 16px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    color: var(--link-color, #1A2B48)!important;
    margin: 0!important;!importan;
}
.infor-st-setting .st-line-bg {
    display: none;
}

.form-group.form-group-icon-left {
    margin: 0!important;
}

.form-group.form-group-icon-left .btn.btn-primary {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
    background-color: red;
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0;
    padding: 13px 31px !important;
    border: none;
    font-weight: 700;
}

.booking-item-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
	text-align:center;
	font-weight:600;
}
.accordion-collapse  .booking-item-description {
    display: block;
	text-align:center;
}
.page-id-10256 .container {
    width: 100%;
    padding: 0 55px;
}
.product_rows {
    display: flex;
    align-items: flex-start;
}
.product_image img {
    width: 120px!important;
}
.product_image {
    margin-right: 10px;
}
.product_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 140px);
}
.remove_product span.booking-item-wishlist-title {
    display: none!important;
}
.remove_product .remove.booking-item-wishlist-remove {
    display: block!important;
    width: 100%;
}
.woocommerce-cart table.cart td {
    vertical-align: top;
}
.st-woo-cartpage .col-left .booking-list .cart_item {
    padding-bottom: 12px!important;
}
.st-woo-cartpage .col-left .booking-list {
    padding-top: 0!important;
}

.order_Review .woocommerce-checkout-review-order-table.booking-item-payment {
    border: 1px solid #D7DCE3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px;
	display: flex;
    flex-direction: column;
}
.order_Review header {
    margin-bottom: 20px!Important;
    padding-bottom: 20px!important;
    flex-direction: row-reverse;
	background-color: #f5f5f5;
}

.order_Review .shop_table.booking-item-payment {
    margin: 0;
	order:5;
	border-radius:0;
}
.order_Review .mt20 {
/*     margin-top: 0; */
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method {
    margin: 0!important;
}
.form-row.place-order .button {
	width:100%;
	display:block;
}
.st-woo-checkout-form .woocommerce-checkout-payment .place-order.form-row {
    padding: 0 20px 20px 20px!important;
    margin: 0;
}
.order_Review {
 
}

div#order_review h2 {
    margin: 0;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-bottom: 10px;
	padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
	margin: 0 0 30px 0;
}
.st-woo-checkout-form .st-woo-heading{
	    padding-top: 10px;
    padding-left: 20px;
	padding-bottom:10px;
    background: #1a2b48;
    margin-bottom: 10px;
	color:#fff;
}
h5.booking-item-payment-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.st-woo-checkout-form .woocommerce-checkout-review-order-table {
    margin-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding-top: 0;
}
.custom-checkout .woocommerce-billing-fields h3 {
    padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
	margin-bottom:30px;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.custom-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 0!important;
    margin: 0 -5px;!important;
    border: none!important;
}
.checkout_coupon{
	display:block!important;
}
.order_Review .st-woo-heading {
	padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
	margin: 0;
	margin-bottom:30px;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.order_Review .woocommerce-checkout-review-order-table header {
    display: flex;
	background-color: transparent;
	flex-direction:column-reverse;
	border-bottom:1px solid #D7DCE3;
}

/* .order_Review .woocommerce-checkout-review-order-table.booking-item-payment header {
    order: 1;
} */
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description {
/*     order: 2; */
	margin-bottom:0;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment div#st_cart_item188756e0a26f701d3b89293ffcf4a99f {
    order: 3;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .coupon_forms {
    order: 4;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .shop_table.booking-item-payments {
    order: 5;
}
.accordion-button.collapsed {
    display: none;
}
.accordion-collapse .cart_item_group {
}
.accordion-collapse .cart_item_group p {
    margin: 0;
}
.accordion-collapse .cart_item_group .booking-item-description {
    padding: 6px;
    width: 100%;
    justify-content: space-between;
	display:flex;
/*     text-transform: uppercase; */
}

.coupon_forms {
/*     border-top: 1px solid #D7DCE3; */
    padding: 0px 0 20px 0;
}
input#coupon_code {
    height: 40px;
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	border-radius:0;
    color: #555;
}
form.woocommerce-form-coupon p.form-row {
    margin: 0;
}
.woocommerce form .form-row .button {
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0;
    padding: 13px 31px!important;
	text-transform:uppercase;
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods {
    background-color: transparent!important;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment div:nth-child(5) {
    order: 4;
}
.woocommerce-checkout #payment div.payment_box::before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 10px;
    border-color: transparent #fff #fff transparent;
    top: 4px;
    left: 30px;
    right: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-box-shadow: 2px 2px 0px #dfdfdf;
    box-shadow: 2px 2px 0px #dfdfdf;
	
}
.modal .modal-content .modal-header .close{
	position: absolute;
    right: 20px;
    top: 19px;
	    top: 22px;
    font-size: 14px;
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method > div{
	background-color:transparent!important;
	border:2px solid #D7DCE3;
}
.woocommerce-billing-fields__field-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.form-rows.additional_fields label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--link-color, #1A2B48);
    line-height: 2;
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods {
    padding: 0 !important;
}
.form-rows.additional_fields {
    clear: both;
    float: left;
    width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) {
    margin-bottom: 0;
}
.form-rows.additional_fields .input-text {
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 30px;
    width: 100%;
    height: 134px;
    padding: 20px;
    display: block;
    width: 100%;
    height: 134px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin-bottom: 0;
	resize:none;
}
/* .st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
    clear: none;
} */
/* .page-id-10258 
 .container {
    width: 100%;
    padding: 0;
} */
.checkout-banner {
    background: #363535;
    padding: 80px 0;
}
.checkout-banner .checkout-banners ul {
    margin: 0!important;
    padding: 0!Important;
    display: flex;
}
.checkout-banners {
    max-width:auto;
/*     margin: 0 auto; */
    padding: 0 280px;
}
.checkout-banners li {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px;
}
.checkout-banners li a {
    color: #fff;
    position: relative;
}
.checkout-banners li a:before {
    position: absolute;
    content: ".";
    color: #fff;
    right: -20px;
    top: -10px;
}
/* .checkout_fields .container {
    width: 1200px;
    padding: 0 20px;
} */
.checkout_fields {
    margin-top: 30px;
}
.prouct_images {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
p.address {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	background: #f5f5f5;
    padding: 0 10px 10px 10px;
	margin-bottom:0;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .col-left {
    padding-top: 20px;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(3) {
    border-bottom: 1px solid #DAE1E7;
    border-top: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(4){
	margin-bottom:0;
	 border-bottom: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
}
.accordian-tab-checkout {
    order: 3;
}
.cart_item_group_price {
        text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 12px;
    font-weight: 600;
}
.cart_item_group_price b.booking-cart-item-title {
    display: block;
}

.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(5){
    border-bottom: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
    margin-bottom: 20px;
}
p.address .fa {
    font-size: 12px;
    position: relative;
    top: 3px;
}
.woocommerce table.shop_table td {
    text-align: right;
	padding:10.5px 12px;
}
.order_Review .shop_table.booking-item-payment tfoot tr:first-child th,.order_Review .shop_table.booking-item-payment tfoot tr:first-child td {
    border: none;
}
.woocommerce-form-coupon .form-row.form-row-first {
        width: calc(100% - 185px);
    padding-left: 0px;
    padding-right: 5px;
}
.woocommerce-form-coupon .form-row.form-row-last {
	    width: 185px;
    text-align: right;
    padding-left: 5px;
	padding-right:0;
}
.woocommerce-form-coupon .form-row.form-row-last button {
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.woocommerce-account-fields p#account_password_field {
    padding: 0;
}
.woocommerce-checkout-review-order {
    padding: 0;
}
.woocommerce-checkout-review-order {
    padding: 0 0px;
}
.create-account .input-text {
    height: 40px;
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.create-account label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--link-color, #1A2B48);
}
.form-rows.additional_fields {
    margin-bottom: 10px;
	padding: 0 0px;
}
.woocommerce-password-strength{
	margin-top:20px;
}
.woocommerce-password-hint {
    text-align: center;
	font-size:14px;
}
section.checkout-banner .container {
    width: 100%;
}
.returing_cutomer {
    background-color: #f5f5f5;
    padding: 10px;
	margin-top:20px;
}
.returing_cutomer p {
    margin: 0;
/*     text-transform: uppercase; */
    font-size: 14px;
	text-align:center;
}
.returing_cutomer p span {
    color: #1a2b48;
    font-weight: 600;
    text-decoration: underline;
	cursor:pointer;
 
}
.woocommerce-form-login-toggle {
    display: none;
}
.form-row.place-order button#place_order {
/*     width: 155px!important; */
    margin-left: 0;
	text-transform:uppercase;
	font-weight:700;
    margin-right: auto;
    float: right!important;
}
.woocommerce-terms-and-conditions-wrapper p {
    margin-bottom: 20px;
}
.st-woo-checkout-form .woocommerce-checkout-payment .place-order.form-row {
    padding: 0!important;;
}
/* .st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label{
	text-transform:uppercase;
	
}*/ 
.woocommerce table.shop_table th{
	text-transform:capitalize;
} 
div#basicModal form {
    display: block !important;
}
.form-body.user-login-form form {
    padding: 0;
    border: none;
    margin: 0;
}

.form-body.user-login-form form .form-row.form-row-first,.form-body.user-login-form form .form-row.form-row-last {
    width: 100%;
}

p.form-row.form-row-first {}

.form-body.user-login-form form .form-row.form-row-first .input-text,.form-body.user-login-form form .form-row.form-row-last .input-text {
    height: 40px;
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-body.user-login-form form .form-row:nth-child(5) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.form-body.user-login-form form .form-row:nth-child(5) .woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
}
h4#myModalLabel {
    padding: 0 0 10px 0;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	margin-top:0;
}
p.lost_password {
    position: absolute;
    bottom: 57px;
    left: 160px;
}
p.lost_password a {
    color: #1a2b48!important;
    font-size: 14px!important;
    text-transform: uppercase;
    font-weight: 400;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input#rememberme {
    margin-top: 0!important;
    position: relative;
    top: 2px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 16px;
    background-color: #DAE1E7;
    top: 6px;
    left: 140px;
}
.payment_box.payment_method_mbps_gcash img {
    margin: 0!important;
    max-width: 120px!important;
}
.woocommerce-checkout #payment ul.payment_methods li img.qr-code-image {
    max-width: 200px!Important;
	margin:0 auto!important;
	display:block!important;
	padding-bottom:5px!important;
}
.payment_box.payment_method_mbps_gcash table {
    display: block;
}
.payment_box.payment_method_mbps_gcash table tr,.payment_box.payment_method_mbps_gcash table tr td {
    display: block;
}
.payment_box.payment_method_mbps_gcash table tbody {
    width: 100%;
    display: block;
}
.widefat {
    height: 40px!important;
    border: 1px solid #DAE1E7!important;
    border-radius: 3px!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
}
.payment_box.payment_method_mbps_gcash table tr td label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--link-color, #1A2B48);
}
.payment_box.payment_method_mbps_gcash table tr {
    margin-bottom: 6px;
}
.payment_box.payment_method_mbps_gcash table  tbody tr:last-child {
    margin-bottom: 0;
}
.modal .modal-content{
	padding:20px;
}
.st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row{
	float:none;
	clear:both;
}
.st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2n){
	float:none;
}
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:auto;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(6) {
    border-bottom: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
    margin-bottom: 20px;
}
/* b.booking-cart-item-title {
    display: none;
} */
.booking-item-payment-price-amount span {
    display: block;
    text-align: center;
    padding: 0!important;
}
.cart_item_group.discount_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #DAE1E7; */
    /* border-top: 1px solid #DAE1E7; */
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
}
.booking-item-payment-price-amount br {
    display: none;!!important;
}
.sidebar-header a,.sidebar-header a img {
    display: block!Important;;
    margin: 0 auto!Important;;
    text-align: center!important;;
}
.chiller-theme .sidebar-wrapper {
    background-color: #000;
}

.chiller-theme .sidebar-wrapper .sidebar-header .st-logo-site {
    width: auto;
}
.page-wrapper .page-content{
	background-color:#fff!important;
}
.team_member_row .st-aboutus-team .thumb:hover .social {
    background-color: rgb(26 43 72 / 75%)!important;
    opacity: 1;
    border-radius: 0;
}
.about_column  .st-aboutus-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.about_column .st-aboutus-content p {
    font-size: 14px;
}
.about_information .st-list-statistic .item .end {
    background-color: rgb(26 43 72 / 75%);
}
.slide-image {
    background: #1a2b48;
    padding: 20px;
	min-height: 120px;
    display: flex;
    align-items: center;
}
.team_member_row .st-aboutus-title h3,.team_member_row .st-aboutus-team h3 {
    text-align: left!important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #EBEEF1;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.slide-image img {
    max-width: 100%;
    width: auto !important;
}
.team_member_row .st-aboutus-team .item {
    margin-top: 40px;
}
.wpb_raw_code.wpb_raw_html.wpb_content_element.partner_slider {
    margin-bottom: 0;
}
.team_member_row .st-aboutus-team h3 {
/*     margin-bottom: 10px; */
}
.st-aboutus-info p.name {
    font-size: 16px;
}
.team_member_row .st-aboutus-title h3 {
    margin-bottom: 20px;
}
.team_member_row .st-aboutus-team .item .thumb {
	width:270px;
	height:270px;
}

.team_member_row .st-aboutus-team .item p.pos {
    margin-bottom: 0;
}
\#st-content-wrapper  .widgets.custom-sidebar .form-book-wrapper {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
}
#st-content-wrapper.st-single-tour .st-tour-feature .item .info .name,
#st-content-wrapper.st-single-tour .st-tour-feature .item .icon i,
#st-content-wrapper .form-book-wrapper .form-more-extra .dropdown,
.st-number-wrapper input[readonly]{
	color:#1a2b48;
}
.st-hotel-header.single-header-title {
    width: 100%;
    text-align: right;
}
.st-hotel-header.single-header-title .right {
    margin-left: auto;
}
.info {
    text-transform: uppercase;
}
#st-content-wrapper.st-single-tour .st-hotel-header .st-heading ,
.tour_main-title .left .st-heading{
    text-transform: uppercase!important;
	line-height:20px!important;
    font-size: 16px!important;
    font-weight: 600!Important;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-highlight ul li{
	margin-bottom:10px;
}
.desctipion_content {
    color: #1A2B48;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#st-content-wrapper.st-single-tour .st-highlight ul {
    padding-left: 0;
}
#st-content-wrapper.st-single-tour .st-highlight ul li:before{
	margin-right:15px;
}
/* Add this to your CSS */
.slider-galeria:not(.slick-initialized) {
    overflow: hidden;
}
.slider-galeria:not(.slick-initialized) .item {
    display: none;
}
.slider-galeria:not(.slick-initialized) .item:first-child {
    display: block;
}
.slick-slider:not(.slick-initialized) {
    visibility: hidden;
	display:none;
}
.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
	display:block;
    transition: opacity 0.3s ease;
}
.st-program .st-title-wrapper {
    margin-bottom: 0px!important;
}
#st-content-wrapper .sub-heading ,
.st-highlight .st-heading-section{
    text-transform: uppercase;
	line-height:20px;
    font-size: 16px!important;
    font-weight: 600!important;
}
.st-map-wrapper .c-grey .fa {
    margin-right: 10px;
}
#st-content-wrapper.st-single-tour .st-hotel-header .sub-heading .fa {
    position: unset;
    top: 2px;
}

.st-map-wrapper .c-grey {
    font-size: 14px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px !important;
    font-weight: 600 !important;
}
#st-content-wrapper.st-single-tour .st-overview .st-section-title {margin: 20px;}
.st-map-wrapper .st-flex.space-between {
    flex-wrap: wrap;
}

.st-map-wrapper .st-heading-section.mg0 {
    width: 100%;
}
.single-st_tours #st-content-wrapper .st-hr.large {
    background: transparent;
    margin: 20px 0;
}
.single-st_tours #st-content-wrapper.st-single-tour .st-program,
#st-content-wrapper.st-single-tour .st-faq{
	border-top:none;
	margin-top:0;
}
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item,
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item h5{
	margin-bottom:20px;
}
#st-content-wrapper.st-single-tour .st-include .include li,
#st-content-wrapper.st-single-tour .st-include .exclude li{
	margin-bottom:10px;
}
h3.st-section-title ,
.st-heading-section{
    margin: 0!important;
    font-size: 16px!important;
	font-weight: 600!Important;
    text-transform: uppercase;
	    padding-bottom: 20px;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 20px !important;

}
#st-content-wrapper.st-single-tour .st-tour-feature .item .info .name,#st-content-wrapper.st-single-tour .st-tour-feature .item .info .value {
	font-size: 12px;}
#st-content-wrapper .widgets.custom-sidebar .form-book-wrapper #form-booking-inpage {
    padding: 20px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    margin: 20px;
}
.st-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	flex-direction:row-reverse;
}
.submit-group .btn.btn-full {
	    width: 100%;
    background: #1a2b48;
    font-size: 14px;
    padding: 10px ! Important;
    font-weight: 600;
	border-radius:0;
}
#st-content-wrapper .st-heading {
    color: #1a2b48;
	    margin: 0 0 20px 0;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper {
    padding-left: 0;
    padding-right: 0;
	padding:20px 0;
}
#st-content-wrapper .widgets.custom-sidebar .form-book-wrapper {
       border: none !important;
    box-sizing: border-box !important;
    box-shadow: unset;
    border-radius: 0px !important;
    overflow: hidden !important;
    padding: 0;
}
.custom-sidebar .message-wrapper.mt30 {
    margin-top: 0;
}
.st-number-wrapper span.next svg, 
.st-number-wrapper span.prev svg {
   width: 12px;
}
#st-content-wrapper.st-single-tour .custom-sidebar .form-book-wrapper .form-date-search .date-wrapper {
    padding: 0px 0px 10px 0px;
}
#st-content-wrapper.st-single-tour .custom-sidebar .form-book-wrapper .form-date-search {
    border-top: none;
}
#st-content-wrapper .custom-sidebar .form-book-wrapper .submit-group {
    border-top: 1px solid #D7DCE3;
    padding: 20px 0 0 0;
}
.st-number-wrapper span.next,
.st-number-wrapper span.prev {
    width: 30px!important;
    height: 30px!important;
    border: 1px solid #D7DCE3!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 0!important;
}
.product-image {
    width: 320px;
    height: 320px;
    border: 1px solid red;
    margin-right: 20px;
}
.booking_service_row {
/*     align-items: flex-start; */
    margin-bottom: 20px;
/* 	display:flex; */
	width: 98%;
    margin: 0 auto 30px auto;
}
.order-tabs ul li ul li {
    padding: 0;
	border-bottom:none;
}
.order-tabs ul li ul {
    display: inline-flex;
    align-items: flex-end;
}
.product-column {
    width:100%;
}
.contact-detail .contact-header {
    background-color: #EBEEF1;
    padding: 20px;
    text-align: center;
	margin-bottom:20px;
}
.order-tabs ul li:nth-last-child(2), .order-tabs ul li:nth-last-child(1) {
    padding-bottom: 0;
}

.contact-detail .contact-header h3 {
    color: #1A2B48!important;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-detail .contact-header h4 {
    border: none;
	padding-bottom:0;
	text-transform:uppercase!important;
	font-size:14px!important;
	font-weight:600;
}
/* .customer-row .customer-column:last-child {
    padding-right: 0;
} */
.pay-inovice-row {
    text-align: right;
	    padding-right: 50px;
    margin-top: 20px;
}
.btn-pdf {
    background-color: #1a2b48!important;
    border-radius: 0;
    color: #fff!important;
    min-width: 150px;
    font-size: 14px;
    padding: 8px 47px;
}
.single-st_tours #st-content-wrapper .st-hr.large{
	display:none;
}
.related-parents {
    padding-top: 30px;
}
.awsm-job-featured-image h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
}
.awsm-job-more-container {
    text-align: right;
    margin-top: 20px;
}
.awsm-job-more-container .awsm-job-more {
    text-transform: uppercase;
    color: #1A2B48;
    font-weight: 600;
    margin-top: 20px;
}
.awsm-grid-left-col h2 {
    font-size: 16px!important;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0!important;
}
.awsm-grid-item .awsm-job-featured-image {
    margin-bottom: 30px;
}
.awsm-job-specification-wrapper {
    display: flex;
}
.awsm-job-specification-wrapper .awsm-job-specification-item {
    list-style: none;
    justify-content: center;
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 25px;
}
.awsm-job-specification-wrapper .awsm-job-specification-item:before {
    position: absolute;
    content: " ";
    content: "";
    height: 6px;
    width: 6px;
    background: #1A2B48;
    margin-left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    right: -15px;
}
.awsm-job-specification-wrapper .awsm-job-specification-item:last-child:before {
    display: none;
}
a.awsm-job-item .awsm-job-specification-item{
	position:relative;
}
@media (max-width: 1920px) {
	.whistlist_row li {
		width: calc(100% / 4);
	}
	.pay-inovice-row{
		padding-right:0
	}
	.customer-row .customer-column:nth-child(1) {
		padding-right: 20px;
	}

	.customer-row .customer-column:nth-child(2) {
		padding-left: 20px;
	}
	.customer_title{
		left:-5px;
	}
	.tabs.active,
	.booking_service_row{
		width:100%;
	}
	.customer-column{
		padding:0;
	}
	.contact-detail{
		padding-left:20px;
		padding-right:20px;
	}
}
.whislist-repeater .thumb img {
    margin: 0 auto;
}
.banner.archive-banner {
    background-color: #363535;
	padding: 84px 0;
}
.banner-content.yes h1 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px;
}
.banner.archive-banner .container {
    width: 100%;
    padding: 0 15px;
}
.banner-content.yes h1 span.breadcrumb-title:before {
    position: absolute;
    content: " ";
    position: absolute;
    content: ".";
    color: #fff;
    right: 10px;
    top: -6px;
}
.banner-content.yes h1 span.breadcrumb-title:first-child {
    position: relative;
    padding-right: 30px;
}
.banner-content.yes {
    padding: 0 280px;
}
.no-cotnent {
    font-size: 14px;
    margin: 0;
}
.sidebar-widget label.h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
    border-bottom: 2px solid #d7dce3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}
.search #st-content-wrapper .st-breadcrumb{
	display:none;
}
@media (max-width: 1400px) {
	.banner-content.yes {
		padding: 0 50px;
	}
	.banner-content.yes {
		padding: 0 50px;
	}
	#st-content-wrapper .st-breadcrumb{
		        padding: 0 50px;
	}
	.whistlist_row li {
		width: calc(100% / 3);
	}
	.customer-row .customer-column:nth-child(1) {
        padding-right: 0;
	}
	.customer-row .customer-column:nth-child(2) {
        padding-left: 0;
    }

	.customer-row{
		flex-wrap:wrap;
	}
	.customer-row .customer-column {
    	margin-bottom: 20px;
	}
	.customer-row .customer-column:last-child {
		margin-bottom: 0;
	}
	.booking_service_row{
		width:80%;
	}
	.customer-column{
		width:100%;
	}
	.tabs.active{
		width:100%;
	}
	.contact-columns .info-content{
		padding: 38px 30px;
    	display: flex;
    	top: 52%;
	}
	.checkout-banners{
		padding: 0 50px;
	}
	.prouct_images {
		width: 100%;
		height: 400px;
	}
}
@media (max-width: 1200px) {
	#st-content-wrapper.st-single-car .st-tour-feature .item {
		margin-bottom: 20px;
	}
	#st-content-wrapper.st-single-car .st-tour-feature  .col-xs-6:nth-child(3) .item,
	#st-content-wrapper.st-single-car .st-tour-feature  .col-xs-6:nth-child(4) .item{
		margin-bottom:0;
	}
	.car-rental-container .container ,
	.custom-trasport-row .container-fluid{
		width: 100%;
		padding: 0 30px;
	}
	    .st-list-statistic .item {
        height: 200px;
    }
	.team_member_row .st-aboutus-team .item .thumb {
		width: 100%;
		height: 190px;
	}

	.contact-columns1 .st-contact-info .info-content .sub p:last-child{
		position:unset;
	}
	.contact-columns1 .st-contact-info .info-content {
		min-height: 170px;
		min-width: 249PX;
		top: 80%;
	}
	.contact-columns1 .info-bg img {
		max-width: 74%;
		margin-left: auto;
	}
}
#show-sidebar{
	left:31px;
}
@media (max-width: 1180px) {
	.jobs-detail-page .col-xs-12.col-sm-12.col-md-4 {
		width: 100%;
	}
	.jobs-detail-page .col-xs-12.col-sm-12.col-md-7 {
		width: 100%;
	}
	#st-content-wrapper .hotel-target-book-mobile .tour-sale-boxs
	 {
		padding-top: 0;
	}
	.single-st_cars .st-tour-content.car_wrappers .row .col-md-9, .single-st_cars .st-tour-content.car_wrappers .row .col-md-3 {
		width: 100%;
	}
	.col-xs-12.col-md-9.activity_column {
		width: 100%;
	}

	.col-xs-12.col-md-3.activity_sidebar {
		width: 100%;
	}
	.n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
		margin-left: auto;
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.banner-content.yes {
		padding: 0 35px;
	}
	.banner.archive-banner .container {
		padding: 0 15px;
	}
	.textwidget p img {
		margin: 0 auto;
		display: block;
	}
	.st-blog .col-sm-3,
	.st-blog .col-sm-9,
	.blog-content.content .col-md-3,
	.blog-content.content .col-md-9{
		width:100%;	
	}
	.blog-content.content .col-md-3,
	.st-blog .col-sm-3{
		display:none;
	}
	.tour_image {
		width: 100%;
		height: 340px;
	}
	#st-content-wrapper .st-breadcrumb{
		        padding: 0 35px;
	}
	.main-footer-sub{
		padding-bottom:90px;
	}
	.hotel-target-book-mobile .btn.btn-green {
		background: #1a2b48 !important;
		color: #FFF ! Important;
		border-radius: 0 !important;
		padding: 5px 15px ! Important;
		font-weight: 500 !important;
		border-radius: 0;
		text-transform:uppercase;
	}
	h6.btn-close {
		font-weight: 900;
		margin: 0;
		color: #1a2b48;
	}

	 #st-content-wrapper .fixed-on-mobile .close-icon {
        display: block !important;
        position: absolute;
        top: 20px;
        right: 22px;
        z-index: 2;
        cursor: pointer;
    }
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale {
		padding-left: 25px;
		display: block;
		position: relative;
		font-weight: 600!important;
		color:#cc0033 !important;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale:before {
		position: absolute;
		content: "was";
		left: 0;
		font-size: 12px;
		text-transform: lowercase;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item:before {
		position: absolute;
		content: "Now";
		left: 0;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item {
		padding-left: 44px;
        position: relative;
        font-weight: 600;
        text-transform: lowercase;
        font-size: 20px;
	}
	

	.tour_details .col-md-9, 
	.tour_details .col-md-3 {
		width: 100%;
	}
	.daterangepicker .table-sub-header .day-off-week {
			width: calc(100% / 7) !important;
		}
	
	#st-content-wrapper .hotel-target-book-mobile{
		position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #FFF;
        padding: 10px 115px;
        border-top: 1px solid var(--light-grey-color, #EAEEF3);
        align-items: center;
        justify-content: space-between;
		display:flex!important;
        z-index: 9;
	}
	    #st-content-wrapper .fixed-on-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        bottom: 0;
        background: #FFF;
        z-index: 9999;
        display: none;
    }
	    #st-content-wrapper.st-single-tour .st-include .include {
        margin-bottom: 0px;
    }
	 .st-include .row .col-lg-6 {
        width: 50%;
        float: left;
    }
	#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .select-wrapper {
		width: 70%;
	}
	.st-list-tour-related .whistlist_row li:nth-child(4) {
		display: none;
	}
	.st-list-tour-related .whistlist_row li {
		width: 33.333%;
	}
	.whistlist_row li {
        width: calc(100% / 2);
    }
	#show-sidebar{
		top:49px;
	}
	.logged-in.admin-bar .page-wrapper #show-sidebar {
        margin-top: 0;
    }
	.page-id-10225 .infor-st-setting form .row .col-md-6 {
    	width: 100%;
	}
	.customer_title{
		left:0;
	}
	.pay-inovice-row {
		text-align: right;
		padding-right: 0px;
	}
	.booking_service_row{
		width:100%;
	}
	.tabs.active{
		width:100%;
	}
	.customer-row .customer-column:last-child {
		margin-bottom: 0;
	}
	.customer-row{
		flex-wrap:wrap;
		
	}
	.customer-column{
		width:100%;
		margin-bottom: 20px;
		padding:0;
	}
	.table_repeaters thead {
		display: none;
	}
	.table_repeaters tbody tr td {
		display: block;
		width: 100%;
	}
	.booking-table table tbody tr td {
		width: 100%;
		position: relative;
		text-align: right;
	}
	.booking-table table tbody tr td:before {
		position: absolute;
		content: attr(data-title);
		left: 10px;
		color: #333;
		font-weight: 700;
	}
	.team_member_row .st-aboutus-team .item .thumb {
		width: 100%;
		height: 230px;
	}
	.st-aboutus-team .thumb img {
		width: auto;
		min-width: auto;
		height: auto;
		min-height: auto;
		position: unset;
		max-width: 100%;
		display: block;
	}
	.contact-repeater-row .row .contact-columns1:first-child .vc_column-inner.wpb_wrapper {
		margin-top: -15px;
	}
	.st-list-statistic .item{
		height:200px;
	}
	.contact-columns .st-contact-info {
		margin-top: 0;
	}
	.contact-form p {
		margin: 0;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.form-control {
		resize: none;
		height: 110px;
	}
	.contact-columns .st-contact-info .info-bg img {
    	max-width: 113%;
		margin-right: 100px;
		position: relative;
		right: 38px;
		/* border-bottom: 1px solid red; */
	}
	.contact-columns1.col-md-4 {
		width: 50%;
	}
	.contact-columns1 .info-bg img {
		max-width: 80%;
		margin-left: auto;
	}
	.contact-columns1 .st-contact-info .info-content {
		min-height: 230px;
        min-width: auto;
        top: 90px;
        margin-left: 0;
        padding: 20px;
        background-color: rgb(26 43 72 / 75%) !important;
        width: 70%;
        margin-top: 0;

	}
    .checkout-banners {
        padding: 0 35px;
    }
	.wc-stripe-card-icons-container {
		display: none!important;
	}
	.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper {
		display: flex;
		margin:0px -15px;
	}
	.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper .st-contact-info {
		padding: 15px;
		margin-top: 0;
	}
	    .contact-columns1.col-md-4 {
    	    width: 100%;
	    }
	    .contact-columns1 .st-contact-info .info-content .sub p:last-child {
        position: absolute;
    }

}
@media (max-width: 1024px) {
#st-content-wrapper .hotel-target-book-mobile{
		position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #FFF;
        padding: 10px 35px;
}
}
@media (max-width: 991px) {
	.activit_special_tabs {
		order: 3;
	}


	.home_service_list .wpb_column.column_container.col-md-3 {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.home_service_list .wpb_column.column_container.col-md-3:nth-child(3),.home_service_list .wpb_column.column_container.col-md-3:nth-child(4) {
		margin-bottom: 0;
	}
	.home_service_list .container-fluid {
		width: 100%;
	}
	.rental-column1:before {
		background-color: #2f3e57;
		position: absolute;
		content: " ";
		width: 100%;
		height: calc(50% - 40px);
		right: 0;
		bottom: 0px;
		z-index: 1;
		left: 0;
		right: 0;
		top:auto;
	}
	.rental-rows {
    	flex-wrap: wrap;
	}
	.rental-column ,
	.rental-column1{
		width: 100%;
	}
	.transport-column3 {
		width: 100%;
		padding: 0px;
	}
	.transport-column1,.transport-column {
		width: 50%;
		padding: 0px;
	}

	.custom_tour_list .row.st-list-tour-services {
		margin-top: 0;
	}
	.n2-ss-layer.n2-ow.first-slide-column {
		margin-bottom: 0 !important;
	}

	div#n2-ss-20 .n-uc-cjjDWkzjrPL0-inner > .n2-ss-layer-row-inner{
		flex-wrap:nowrap!Important;
	}
	    .n2-ss-layer.n2-ow {
        justify-content: flex-end!important;
    }
	 .n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
        margin-left: auto;
        font-size: 20px !important;
        line-height: 30px !important;
    }
	.banner-content.yes h1 span.breadcrumb-title:before{
		top:-3px;
	}
	.archive div#st-content-wrapper .container,
	.search div#st-content-wrapper .container{
		width:100%;
	}
	.banner-content.yes {
		padding-left: 10px;
	}


	.banner-content.yes h1 {
    	font-size: 14px;
	}
	.banner-content.yes h1{
		text-align:left;
	}
	.banner.archive-banner {
		background-color: #363535;
		padding: 43px 0;
	}
	.banner.archive-banner .container {
		padding: 0 15px;
	}
	#st-content-wrapper .st-breadcrumb{
		height:100px;
	}
	#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after{
		top:-4px;
		right: 14px !important;
	}
	#st-content-wrapper .st-breadcrumb ul li {
    	font-size: 14px;
	}
	.page-template-template-blog .search-result-page .banner {
		padding: 50.5px 0;
	}
	    .st-blog .container {
			width: 100%;
		}

	    #st-content-wrapper .st-breadcrumb {
        padding: 0 10px;
    }
	.page-template-template-blog .container {
		width: 100%;
	}


	.st-blog .col-sm-9, .st-blog .col-sm-3 {
		width: 100%;
	}


	 #st-content-wrapper.st-single-tour .st-include .include {
        margin-bottom: 0;
    }
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale {
		padding-left: 25px;
		display: block;
		position: relative;
		font-weight: 600!important;
		color:#FA5636;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale:before {
		position: absolute;
		content: "was";
		left: 0;
		font-size: 12px;
		text-transform: lowercase;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item:before {
		position: absolute;
		content: "Now";
		left: 0;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item {
		padding-left: 44px;
        position: relative;
        font-weight: 600;
        text-transform: lowercase;
        font-size: 20px;
	}
	#st-content-wrapper .hotel-target-book-mobile{
		padding: 5px 25px;
	}
	.st-include .row .col-lg-6 {
		width: 50%;
		float: left;
	}
	#st-content-wrapper #reviews .review-list .comment-item .comment-item-body {
		margin-top: 10px;
		padding-left: 0;
	}
	.st-list-tour-related .whistlist_row li:nth-child(4) {
		display: block;
	}
	.st-list-tour-related .whistlist_row li {
		width: 50%;
	}
	.whistlist_row li {
        width: calc(100% / 2);
    }
	.profile_img{
		padding:20px 0;
	}
	.profile_fields,
	.profile_img{
		width:100%;
	}
	.profile_Rows{
		flex-wrap:wrap;
	}
	.order-tabs ul li{
		width:100%;
	}
	.logged-in.admin-bar .page-wrapper #show-sidebar {
        margin-top: 0;
    }
	 body .n2-ss-layer.n2-ow .n2-ss-item-content.n2-ss-text.n2-ow {
        display: block !important;
    }
    .team_member_row .st-aboutus-team .item .thumb {
        width: 100%;
        height: auto;
    }
	.contact-columns .st-contact-info .info-bg img {
        max-width: 100%;
        margin-right: 0;
        position: relative;
        right: 0;
        /* border-bottom: 1px solid red; */
    }
	.contact-columns1 .vc_column-inner.wpb_wrapper {
		display: flex;
		margin: 0 -15px;
	}
	.contact-columns1 .vc_column-inner.wpb_wrapper .st-contact-info {
		padding: 0 15px;
	}
	.contact-columns1.col-md-4 {
        width: 100%;
        /* float: left; */
    }
	.contact-columns1 .st-contact-info .info-content {
		position: absolute;
        /* bottom: auto; */
        top: 50px;
        width: 70%;
		margin-left:14px;
        height: 230px;
	}
	.contact-columns1 .st-contact-info .info-bg {
		width: 80%;
		margin-left: auto;
	}

	.contact-columns1 .info-bg img {
		min-width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
	}
	.contact-columns1 .st-contact-info .info-bg {
        display: block;
    }
	.page-id-8088 .contact-content .container ,
	.page-id-8028 .contact-content .container,
	.page-id-8205 .contact-content .container{
		width: 100%;
		/* padding: 0 15px; */
	}
	.contact-columns .st-contact-info .info-bg {
		display: block;
		max-width: 100%;
	}
	.contact-columns .st-contact-info .info-bg img {
		max-width: 60%;
		margin-left: auto;
	}
	.contact-columns .info-content {
		display: flex;
        top: 0;
        width: 60%;
        bottom: 0;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        top: auto;
		background-color:rgb(26 43 72);
	}
	.cusomter-container {
		flex-wrap: wrap;
	}
	.customer-content {
		width: 100%;
	}
	.customer-support-row {
		width: 100%;
	}
	p#account_password_field {
		padding: 0;
	}
	.wc-stripe-bootstrap-form .row .col-md-4 {
		max-width: 50%!important;
		flex: 0 0 50%!important;
	}
	.wc-stripe-bootstrap-form .row {
		flex-direction: row!important;
	}
	.prouct_images{
        width: 100%;
        height: 600px!important;
    }
	.checkout_fields .col-sm-7, .checkout_fields .col-sm-5 {
		width: 100%;
	}
	.col-sm-7.custom-checkout {
		margin-top: 20px;
	}
	.checkout_fields .row {
    display: flex;
    flex-direction: column-reverse;
}
	.checkout-banner {
    	padding: 40px 0;
	}
	.checkout-banners li a:before{
		top:-6px;
	}
	.checkout-banners li{
		font-size:14px;
	}
    .checkout-banners {
        padding: 0 10px;
    }
	.woocommerce-checkout-payment label img {
    	display: none;
	}
	.custom-checkout .woocommerce-billing-fields__field-wrapper {
    	margin: 0 -5px !important;
	}
	 
	.form-rows.additional_fields,
	.woocommerce-checkout-review-order{
		padding:0;
	}
	.page-id-10258 .search-result-page--custom .container {
		width: 100%;
	}
}
@media (max-width: 810px) {
	.contact-columns1 .st-contact-info .info-content{
		top:42px;
	}
	
}
@media (max-width: 767px) {
	.jobs-details ul li{
		width:100%;
	}
	#st-content-wrapper.st-single-car .review-box .review-box-score {
		padding: 20px;
	}


	.car-list-row ul li {
    	width: calc(100.33% - 10px);
	}
	#st-content-wrapper.st-single-tour .review-box .review-sumary .item .label {
		margin: 0 !important;
		top: 4px;
	}
	#st-content-wrapper .activity_column .review-box .review-box-score {
		padding: 20px;
	}

	.tour-featured-image .st-gallery {
		height: auto !important;
	}

	.thumb-caption.recent-caption {
		margin-bottom: 20px ! Important;
	}
	.rental-column1 {
		position: relative;
	}
	.home_service_list .wpb_column.column_container.col-md-3:nth-child(3){
		margin-bottom:20px;
	}
	.home_service_list .wpb_column.column_container.col-md-3 {
        width: 100%;
	}
	.rental-column1:before{
		height:100%;
	}
	.transport-repeater {
		width: 100%;
		padding: 10px;
	}
	.n2-ss-slider .n2-ss-text p ,
	.n2-ss-layer.n2-ow .n2-ss-item-content.n2-ss-text.n2-ow{
		text-align: left !important;
	}
	body .n2-ss-layer.n2-ow .n2-ss-item-content.n2-ss-text.n2-ow{
		width:100%!important;
	}
	.booking-item-payment-price-amount span.extra_item_row {
   		width:100%!important;
		font-size:25px!important;
	}
	.n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
		font-size:20px!important;
	}
	.faq_body {
    	padding: 20px;
	}
	.repeater_head h5{
		padding-right:20px;
	}
	.blog-listing-image {
		width: 100%;
		height: 200px;
	}
	.banner-content.yes h1 span.breadcrumb-title:before{
		top:-2px;
	}
	.banner-content.yes h1{
		padding-right:0;
	}
	.meta ul li{
		font-size:12px;
		margin-right:7px;
	}
	.blog-content .post-info .meta ul li img{
		margin-right:5px;
	}
	.st-blog .content .article .post-inner .meta ul li span {
    	margin-right: 0px;
	}
	.st-blog .content .article .post-inner .meta ul li img{
		margin-right:5px;
	}
/* 	.st-blog .content .article .post-inner .meta ul li {
        width: 50%;
		margin-right:0;
        justify-content: flex-start;
    }
	.st-blog .content .article .post-inner .meta ul li:last-child {
		margin-bottom: 0;
	}
	.st-blog .content .article .post-inner .meta ul {
		flex-wrap: wrap!important;
/* 		align-items: flex-start!important; 
	}
	.st-blog .content .article .post-inner .meta ul li:after{
		display:none;
	} */
	.single #st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
		top: -4px !important;
	}


	.single #st-content-wrapper .st-breadcrumb ul li.active {
		display: none;
	}
	.single #st-content-wrapper .st-breadcrumb ul li:nth-child(2):after {
		display: none;
	}
	.blog-content .st-flex .share{
		margin-top:20px!important;
	}
	.page-template-template-blog .search-result-page .banner {
		padding: 50px 0;
	}
	#st-content-wrapper .st-breadcrumb{
		height:100px;
	}
	#st-content-wrapper .st-breadcrumb ul li {
    	font-size: 14px;
/* 		top:-5px; */
	}

	#st-content-wrapper .st-breadcrumb{
		display:flex!important;
	}
	.main-footer-sub{
		        margin-bottom: 0px;
        padding-bottom: 60px;
	}
	.mfp-wrap{
		height:auto!important;
		top:150px!Important;
	}
	#st-content-wrapper.st-single-tour .st-highlight ul li:before {
		margin-right: 10px;
	}

	#st-content-wrapper.st-single-tour .st-include .include li:last-child {
		margin-bottom: 10px;
	}


	#st-content-wrapper .widgets{
		margin:0;
	}
	.checkout-banners li:last-child {
		padding-right: 0;
	}

	#st-content-wrapper.st-single-tour .st-highlight ul li:last-child {
		margin-bottom: 0;
	}
	.checkout-banners li:last-child {
		padding-right: 0;
	}
	 #st-content-wrapper .hotel-target-book-mobile {
        padding: 5px 17px;
    }
	.st-include .row .col-lg-6 {
		width: 100%;
		float: left;
	}
	.main-slider-row {
    	height: 400px;
	}
	#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .label{
		top:4px;
	}
	.row-row{
		flex-wrap:wrap;
	}
	.col-review,
	.review-progress-bar{
		width:100%;
	}
	#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score{
		padding:20px;
	}
	.st-list-tour-related .whistlist_row li {
        width: 100%;
    }
	.no-content-container {
    height: calc(100vh - 170px);
	}
	.whistlist_row li {
        width: 100%;
    }
	.profile_img{
		padding:20px 0;
	}
	.profile_fields,
	.profile_img{
		width:100%;
	}
	.profile_Rows{
		flex-wrap:wrap;
	}
	.page-wrapper .page-content > .st_content {
		padding: 15px;
	}
	.order-tabs ul li {
		width: 100%;
	}
	.order-tabs ul li:before{
		top:8px;
	}
	.customer_title {
		position: unset;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        width: 100%;
	}
	.contact-detail {
		margin-top: 20px;
		margin-left: 0;
		padding: 20px 20px;
		width: 100%;
		height: auto;
	}
	.customer_icon {
		border: none;
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.customer-column .customer_title h4 {
		padding: 0;
        text-align: right;
        padding-right: 0;
        border-bottom: 2px solid #EBEEF1;
        padding-bottom: 10px;
        width: calc(100% - 80px);
        text-align: left;
		position:unset;
	}
	.contact-detail .contact-header h4,
	.contact-detail .contact-header h3{
		font-weight:500!important;
	}
	.inner-bredadcurmb ul li {
    	font-size: 14px;
	}
	#show-sidebar {
    	left: 15px;
		top: 11px;
	}
	.about_slider {
		padding: 0 15px;
	}
	.team_member_row .st-aboutus-team .item .thumb {
        width: 100%;
        height: auto;
    }
		.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper {
		flex-wrap: wrap;
		margin: 0;
		display: block;
	}
	.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper .st-contact-info {padding: 0;}
	.vc_empty_space.mobile-padding {
		height: 0 !important;
	}

	.contact-columns1 .st-contact-info .info-content .sub{
		margin-top:10px;
	}
	.contact-columns1 .st-contact-info .info-content .sub p:last-child {
		position: unset;
		bottom: 15px;
		margin: 10px 0 0 0;
	}
	.contact-columns1 .st-contact-info .info-content h3{
		margin-bottom: 0;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
		text-transform:uppercase;
	}
	.contact-columns1 .st-contact-info .info-content {
		position: absolute;
	}
	.contact-columns1 .st-contact-info .info-bg {
		width: 100%;
	}
	.contact-columns1 .st-contact-info {
		margin-top: 0;
		margin-bottom: 20px;
		position:relative;
		overflow:hidden;
	}

	.title-rows .st-text-center.style-9 h2.style-9{
		margin-bottom:20px;
	}
	.contact-columns1 .st-contact-info .info-bg {
		display: block;
	}
	.contact-columns1 .st-contact-info .info-content {
		width: 100%;
		min-width: auto;
		top:auto;
		margin-left: 0;
		min-height:auto;
/* 		transform: translateY(236px); */
        height: 100%;
		bottom:-92%;
		
	}
	.contact-columns1 .st-contact-info:hover .info-content {
    /* display: block; */
/* 		transform: translateY(0); */
		bottom:0;
		display: flex;
        flex-direction: column;
        justify-content: flex-end;
	}

	.contact-columns1 .info-bg img {
		min-width: auto;
		max-width:100%;
	}
	.customer-support-row{
		padding-top:20px;
	}
	.contact-columns .st-contact-info{
		margin-top:0;
	}
	.support-inner-column {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0px;
		border-radius:0;
	}
	.support-column.support-column1 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-radius:0;
		
	}
	.customer-support-row,
	.support-inner-column{
		flex-wrap:wrap;
	}
	.support-column.support-column1,
	.support-inner-column .support-column,
	.support-inner-column{
		width:100%;
	}
	.contact-columns .info-content{
		  width: 100%;
		min-width:auto;
		padding:20px;
		position:unset;
	}
	.contact-columns .st-contact-info .info-bg img {
        max-width: 100%;
	}
	.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
		margin-bottom:10px;
	}
	p.lost_password {
		position: unset;
		bottom: 57px;
		left: 160px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme:before{
		display:none;
	}
	.custom-checkout .woocommerce-billing-fields__field-wrapper {
    	margin: 0 0px !important;
	}
	.prouct_images {
        width: 100%;
        height: 300px!important;
    }
	.col-sm-7.custom-checkout {
		margin-top: 20px;
	}
	.checkout_fields .row {
    display: flex;
    flex-direction: column-reverse;
}
	.checkout-banner {
    	padding: 40px 0;
	}
	.checkout-banners li a:before{
		top:-6px;
	}
	.checkout-banners li{
		font-size:14px;
	}
    .checkout-banners {
        padding: 0 10px;
    }
	.woocommerce-billing-fields__field-wrapper .form-row ,
	.form-rows.additional_fields{
		padding-left: 0 !important;
		padding-right: 0!Important;
	}
	.woocommerce-checkout-payment label img {
    	display: none;
	}
	main.page-content .infor-st-setting .form-group {
        margin-top: 0px;
        margin-bottom: 20px;
    }
	.row.btn-row .form-group {
    	margin-bottom: 0 !important;
	}
	.column_title ,
	.password_row h4{
    	margin-bottom: 20px;
	}


}
@media (max-width: 540px) {
	.contact-columns1 .st-contact-info .info-content{
		bottom:-84%;
	}
	
}
@media (max-width: 400px) {
	.contact-columns1 .st-contact-info .info-content{
		bottom:-87%;
	}
}
@media (max-width: 390px) {
	.cart_item_group.discount_row b.booking-cart-item-title {
		display: block;
	}

    .contact-columns1 .st-contact-info .info-content {
        bottom: -82%;
    }

.rental_car_row .st-about-info.thumb.text-left {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.rental_car_row .thumb-header {
    background-color: #29354c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rental_car_row .thumb-caption {
    width: calc(100% - 70px);
    margin-left: 20px;
}
.thumb-caption.pull-left.st-thumb-caption h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #29354c;
}
.rental_car_row .thumb-header .fa {
    color: #fff;
    font-size: 30px;
}
.rental_car_row .wpb_wrapper .st-about-info.thumb.text-left:last-child {
    margin-bottom: 0;
}
.rental_car_row {
    display: flex;
    align-items: center;
}
.rental_car_row .col-md-4:last-child .wpb_wrapper .st-about-info.thumb.text-left {
    flex-direction: row-reverse;
    text-align: right;
}

.rental_car_row .col-md-4:last-child .wpb_wrapper .st-about-info.thumb.text-left .st-thumb-caption {
    padding-left: 0;
    padding-right: 20px;
}
.rental_car_title {
    margin-bottom: 30px;
}
.rental_car_title .wpb_wrapper h2 {
    color: #29354c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
	text-align:left;
	position:relative;
}
.rental_car_title .wpb_wrapper h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background: var(--link-color, #5191FA);
    bottom: 0;
    left: 0;
}
.rental_car_title .wpb_wrapper div.text-center {
/*     max-width: 440px;
    margin: 0 auto; */
	text-align:left;
    font-size: 14px;
}
.booking-item-payment-price-amount span.extra_item_row {
    display: flex!important;
    justify-content: space-between;
    padding: 12px 12px 12px 12px!important;
    font-weight: 600;
	font-size:45px!important;
	    border-bottom: 1px solid #DAE1E7;
}
.n2-ss-layer.n2-ow.custom-slide-title {
    margin-left: 0!important;
    text-align: right;
    width: 100%!important;
}

.n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
    margin-left: auto;
    font-size: 45px!important;
}
.addult_discount_table,.booking-item-payment-price-amount {
    border: 1px solid #DAE1E7;
    margin-bottom: 20px;
}
.addult_discount_table .cart_item_group {
    border-bottom: 1px solid #DAE1E7;
}
.accordion-collapse .addult_discount_table .cart_item_group:last-child,.booking-item-payment-price-amount span.extra_item_row:last-child {
    border-bottom: none;
}
.faq_tile h3 {
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #EBEEF1;
	margin-top:0;
}
.sub_category {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq_main_container .faq_container:last-child {
    margin-bottom: 0;
}
.single-st_tours.single #st-content-wrapper .pagination {
    margin-top: 0 !important;
}
.sub_category li {
       padding: 10px 20px;
    border: 1px solid #cecece;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: none!important;
    cursor: pointer;
}
.faq_body {
    background-color: #f5f5f5;
    padding: 40px;
	 border: 1px solid #cecece;
	border-top:none;
}
.accordian_head .acordian-tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.accordian_head .acordian-tab li {
    padding: 10px;
    border: 1px solid #cecece;
}
.accordian_body,.accordian_tab  {
    display: none;
}
.tab1,.tab5 {
    display: block;
}
.accordian_head .acordian-tab li.tab_active {
    background-color: #1a2b48;
    color: #fff;
}
.st-faq-new h3 {
    margin-top: 0!important;
    margin-bottom: 20px!important;
	margin: 0 0 10px 0;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
}
.sub_category li.tab_active {
        background-color: #f5f5f5;
    color: #000;
    border-bottom: none;
}
.faq_category_group{
	display:none;
}
.st-faq-new .item.active .header {
    background-color: #1a2b48;
    color: #fff;
}
.st-faq-new .item.active .header h5,.st-faq-new .item.active .header .fa {
    color: #fff;
}
.faq_repeater .faq_item:last-child {
    border-bottom: none;
    padding: revert-layer;
    margin: 0;
}
.faq_main_container {
    padding-top: 30px;
}
.faq_container {
    margin-bottom: 30px;
}
.repeater_body p:last-child {
    margin-bottom: 0;
}
.repeater_body {
    margin-bottom: 30px;
    margin-top: 20px;
}
.faq_item {
    margin-bottom: 20px;
}
.faq_repeater .faq_item:last-child {
    margin-bottom: 0;
}
.faq_repeater .faq_item:last-child .repeater_body {
    margin-bottom: 0;
}
.repeater_head .fa-angle-down {
    position: absolute;
    top: 2px;
    right: 0;
}
.repeater_head.active .fa-angle-down {
    transform: rotate(180deg);
}

.repeater_head h5 {
	color: #000;
    font-size: 14px;
/*     text-transform: uppercase; */
    font-weight: 600;
	color:#1A2B48;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    margin-top: 0;
    border-bottom: 1px solid #1a2b48;
}
.repeater_head {
    cursor: pointer;
	position:relative;
}
.st-faq-new .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 0!important;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 10px!important;
}
.main_faq_page {
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px!important;
    border-bottom: 2px solid #EBEEF1;
}
.archive .st-breadcrumb.hidden-xs {
    display: none !important;
}
.blog-listing-image {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-content .post-info .meta ul {
    display: flex;
    list-style: none;
    padding: 0;
	margin:0;
}
#comment-wrapper {
    margin-top: 20px;
}
#respond {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid  #D7DCE3;
}
.blog-content .post-info .meta ul li img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    object-fit: cover;
}

.meta ul li {
    list-style: none;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
}
.user_by {
    margin-right: 5px;
    color: var(--grey-color, #5E6D77);
}
.user_name {
    color: #1A2B48;
}
.single #st-content-wrapper .pagination {
    margin-top: 20px !important;
}
.meta ul li:after {
    content: "";
    height: 6px;
    width: 6px;
    background: #1A2B48;
    margin-left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.meta ul li:last-child:after {
    display: none;
}
.media-heading {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
    font-weight: 600;
}
.author-infos.author-testing .media-left img{
	object-fit:cover;
}
.page-template-template-blog 
 div#st-content-wrapper .banner-content {
    display: none;
}
.blog-content .st-flex .share .fa-brands{
	color:#1A2B48!Important;
}
#comment-wrapper .title{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
	padding-bottom:20px;
	margin-bottom:20px;
}
.post-inner {
    padding-top: 30px;
}
.st-blog .content .article .post-inner .meta {
    margin-bottom: 20px;
}
.post-desciption p:last-child {
    margin-bottom: 0;
}
.st-blog .content .article {
    margin-bottom: 30px;
}
#st-content-wrapper .pagination {
    border: none!important;
    margin: 0!important;
}
.single .st-blog .content .article {
    margin-bottom: 0;
}
.tour_Detail h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
    border-bottom: 2px solid #d7dce3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tour_contens h2 {
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
 	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d7dce3;
}
#st-content-wrapper .st-stars.style-2 i.grey {
    font-size: 14px;
}
.tour_contens .tour-excerpt {
    margin-bottom: 15px;
}
.tour_contens .review-title {
    margin: 0 0 10px  0;
}
.tour_contens {
       position: unset;
    bottom: 0;
    padding: 0;
    margin-top: 10px;
}

.tour_contens h2 a {
    color: #1A2B48;
    display: block;
    width: 100%;
       font-size: 14px;
    font-weight: 600;
 
}
.tour-excerpt p {
    font-size: 14px;
    color: #1A2B48;
}
.tour_contens span.text-small.lh1em.item.onsale {
    display: none;
}
.read-more-row .btn-view-more {
    background-color: #1a2b48 !important;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    border: none;
    position: unset;
    bottom: 0;
    width: 100%;
}
.tour_image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#st-content-wrapper .tour_repeater .st-stars.style-2 i{
	font-size:14px;
}
.tour_repeater {
    position: relative;
    margin-bottom: 20px;
	border:1px solid #DAE1E7;
	padding:15px;
}
.latest-tpur .tour_repeater:last-child {
    margin-bottom: 0;
}
.pagination ul li a.current {
    border: none!important;
    color: #1a2b48!important;
}
.st-blog .content .blog-wrapper {
    border: none;
}
.page-template-template-blog div#st-content-wrapper .search-result-page .banner {
}

.page-template-template-blog .search-result-page .banner {
    padding: 95px 0;
}

.page-template-template-blog div#st-content-wrapper {
    position: relative;
}

#st-content-wrapper .st-breadcrumb {
    position: absolute;
    top: 30px;
    border: none;
    background-color: transparent;
    width: 100%;
    inset: 0;
    padding: 0 280px;
    height: 190px;
    display: flex;
    align-items: center;
}

#st-content-wrapper .st-breadcrumb .container {
    width: 100%;
}

#st-content-wrapper .st-breadcrumb ul {
    background-color: transparent;
}

#st-content-wrapper .st-breadcrumb ul li {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px!Important;
    color: #fff!important;
	padding-left:0!important;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
    right: 17px!important;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
    position: absolute;
    content: ".";
    top: -10px;
    right: -2px;
    margin-top: 0;
    width: 0;
    height: 0;
    background: var(--light-grey-color, #EAEEF3);
    z-index: 1;
}
h2.post-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
	margin-top:0;
}
h2.post-title a {
    color: #1A2B48;
    text-decoration: none;
}
.st-blog .content .article .post-inner .meta ul li:after {
    background-color: #1A2B48;
}
.st-blog .content .article .post-inner .post-desciption {
    color: #1a2b48;
}
.st-blog .content .article .post-inner a.btn-readmore {
    text-transform: uppercase;
    color: #1A2B48;
	display: flex;
    justify-content: flex-end;
}
.st-blog{
	padding:30px 0 0 0!important;
}
.single.single-post div#st-content-wrapper .st-breadcrumb {
    background-color: #363535;
    position: unset;
}
.blog-content .title {
    font-size: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
}
.single .st-blog .content .article .header {
    margin-bottom: 30px;
}
.blog-content .post-content {margin-top: 20px;}
.blog-content .post-content p {
    font-size: 14px;
	color: #1A2B48;
}.author-infos.author-testing .media {
    display: flex;
}
.author-infos.author-testing .media-left {
    width: 50px;
    padding: 0;
}
.author-infos.author-testing .media-body {
    width: calc(100% - 50px);
}
.author-infos.author-testing .media-left img {
    border-radius: 50%;
}
.author-infos.author-testing .media-body h4.media-heading {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
    font-weight: 600;
}
.author-infos.author-testing .media {
    display: flex;
	align-items:center;
}
.author-infos.author-testing{
	margin-right:20px;
}
.blog-content .post-info {
    margin-top: 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#comment-wrapper ol li .comment-content {
    margin-top: 10px;
    font-size: 14px;
    color: #1A2B48;
    padding-left: 70px;
}
#comment-wrapper ol li:first-child{
	padding-top:0;
}
#comment-wrapper ol li{
	padding-bottom:20px;
}
#comment-wrapper ol li{
	padding-top:20px;
}
#comment-wrapper ol li .comment-content p:last-child {
    margin-bottom: 0;
}
#comment-wrapper ol li .comment-reply-link {
    margin-top: 10px;
    font-size: 14px;
    color: #1a2b48;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 70px;
}
#comment-wrapper ol li.parent .children li .comment {
    padding-top: 20px;
    border-bottom: 1px solid #D7DCE3;
    padding-bottom: 20px;
}
#comment-wrapper ol li.parent .children {
    margin-left: 70px;
}
.single .blog-content .title {
    font-size: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
    border-bottom: 2px solid #d7dce3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#comment-wrapper ol li .media .media-left {
    padding-right: 20px;
    width: 70px;
}
#comment-wrapper ol li .media .media-body {
    width: calc(100% - 70px);
    padding-left: 0;
}
.blog-content .st-flex .share {
    margin-top: 0!Important;
	text-transform:uppercase;
}
.blog-content .st-flex .tags {
    margin-top: 0;
}
#respond .submit {
    border-radius: 0;
    color: #FFF;
    margin-top: 20px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    background: #1a2b48;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
}
#respond textarea {
    min-height: 170px;
    border-radius: 0!important;
}
#respond .form-control {
    border-radius: 0!important;
}
.blog-content .post-info {
    margin-top: 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
}
.author-infos.author-testing .media-left {
    width: 50px;
    padding: 0;
}
.author-infos.author-testing .media-body {
    width: calc(100% - 50px);
}
.author-infos.author-testing .media-left img {
    border-radius: 50%;
}
.author-infos.author-testing .media-body h4.media-heading {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
	margin-bottom:0;
    font-weight: 600;
}
.blog-content .author-info .media-left {
    padding-right: 0;
    width: 100px;
}
.blog-content .author-info .media-body {
    width: calc(100% - 100px);
}
.blog-content .author-info {
    margin-top: 20px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.blog-content .st-flex {
    margin-top: 20px;
}
#st-content-wrapper .st-breadcrumb ul li a {
    color: #fff;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after{
	right:11px;
}
.related-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.daterangepicker .calendar td {
	min-width: auto;
}
.single-st_tours .wpb_content_element {
    margin-bottom: 30px;
}
#st-content-wrapper.st-single-tour .st-highlight ul {
    margin-bottom: 0;
}
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item:last-child {
    margin-bottom: 0;
}
.st-hr.large.st-height2.st-hr-comment {
    display: none;
}


.stt-attr-durations {
    padding-top: 30px;
    padding-bottom: 30px;
}

.stt-attr-durations .term_description p:last-child {margin-bottom: 0;}

.alert-danger{
	font-size:12px;
	text-align:center;
	padding:13px;
}
#write-review .st-heading-section {
    border: none;
    padding: revert-layer;
	display:none;
}
#st-content-wrapper #reviews #write-review {
    margin-top: 20px;
}
#st-content-wrapper.st-single-tour .review-pag-wrapper .review-pag-text{
	text-transform:uppercase;
}
#st-content-wrapper.st-single-tour .review-pag-wrapper .pagination ul li a {
    font-size: 14px;
    color: var(--link-color, #1A2B48);
    text-transform: uppercase;
}
#st-content-wrapper .pagination ul li a {
    width: auto;
    height: auto;
}
#st-content-wrapper #reviews #write-review #respond {
    background-color: transparent;
    padding: 20px;
    margin-top: 0px;
    border-radius: 0;
}

#respond .comment-reply-title {
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#respond .comment-notes {
    margin: 0;
	color:#1a2b48;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items .item .rates .fa.hovered, #st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items .item .rates .fa.selected,
#st-content-wrapper .st-stars.style-2 i,
#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .review-score-item .per-total{
	color:#1a2b48;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box {
    padding: 0;
    border-radius: 0;
	border-color:#1a2b48;
}
.st-notice.st-notice-error {
    background-color: #1a2b48;
    padding: 10px;
    margin-bottom: 10px;
	text-align:center;
    color: #fff;
}
.row-row {
    display: flex;
}
.col-review {
    width: 220px;
    background-color: #f9f9f9;
}
.review-progress-bar {
    width: calc(100% - 200px);
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score {
    margin: 0;
    border: none;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.review-sumary {
    padding: 20px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .label {
    width: 120px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin: 0;
    color: #1a2b48 !important;
    /* font-weight: 600 !important; */
    font-size: 12px ! Important;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    z-index: 2;
}
#st-content-wrapper.st-single-tour .review-box .review-sumary .item{
	position:relative;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .number {
    width: 30px;
    text-align: right;
    margin: 0;
	color:#1a2b48;
	position:absolute;
	right:20px;
	top:0;
}
.main-slider-row {
    height: 500px;
}
.main-slider-row div {
    height: 100%!important;
}
.item.slide-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.submit-group .btn.btn-full:focus {
    color: #fff;
}
div#orders-result {
    display: none;
}
.slick-slide.slide-image {
/*     height: 500px !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 500px !important;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .progress ,
#st-content-wrapper.st-single-tour .review-box .review-sumary .item .progress{
    width: 100%!important;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score .review-score-base span {
    font-weight: 500;
    color: #1a2b48;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score .review-score {
   font-size: 50px;
    line-height: 40px;
    color: #1a2b48 !important;
    font-weight: 600;
}
#st-content-wrapper .review-box .review-box-score .review-score .per-total {
    font-size: 30px;
}
#st-content-wrapper .review-box .review-box-score .review-score-text {
    font-weight: 400;
    font-size: 24px;
    color: var(--link-color, #1A2B48);
    text-transform: uppercase;
    font-weight: 600;
    color: #232323 !important;
	padding-top:10px;
    line-height: 20px;
}
#st-content-wrapper .review-box .item .progress {
    height: 20px;
    border-radius: 0;
}
#st-content-wrapper .review-box .item .progress .percent {
    height: 100%;
    border-radius: 0;
}
#st-content-wrapper .review-box .review-box-score .review-score-base {
    margin-top: 10px;
    color: #1a2b48;
    font-size: 12px;
    text-transform: uppercase;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .progress .percent {
    background: #5191fa;
}
#st-content-wrapper #reviews .review-list .comment-item {
    padding: 20px 0;
    position: relative;
	border-color:#1a2b48;
}
#st-content-wrapper #reviews .review-list .comment-item:last-child{
	border-color:#1a2b48;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .like {
    display: none;
}
#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star {
    position: absolute;
    top: 24px;
    right: 0;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-body {
    margin-top: 10px;
    padding-left: 70px;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-body .media-heading{
	text-transform:uppercase;
}
.hotel-target-book-mobile .btn.btn-green {
    background: #1a2b48!important;
    color: #FFF!Important;
    border-radius: 0!important;
    padding: 5px 15px!Important;
    font-weight: 500 !important;
    border-radius: 0;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-highlight ul li,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .include li,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .exclude li{
	font-weight:400;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .include li,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-include .exclude li,
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .body p,
#st-content-wrapper.st-single-tour.st-single-tour-new .st-highlight ul li{
	color:#1a2b48;
}
#st-content-wrapper #reviews #write-review #respond{
	display:block!important;
	border-color:#1a2b48;
}
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .body blockquote{
	margin:0 0 10px;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-body .title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
	font-size:14px;
}
#st-content-wrapper.st-single-tour .review-pag-wrapper {
    overflow: hidden;
    margin-top: 15px;
}
#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .detail .st-description {
    margin-top: 10px;
	color:#1a2b48;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left img {
    object-fit: cover;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items {
    padding: 0;
    border: none;
    margin: 10px 0 0 0;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items .item {
    margin: 0;
    justify-content: flex-end;
    align-items: center;

}

#st-content-wrapper #reviews #write-review .form-wrapper .form-group textarea {
    min-height: 170px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new #write-review #respond .review-items {
    padding: 0;
    border: none;
    margin: 10px 0 0 0;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group textarea {
    min-height: 170px;
}
#st-content-wrapper #reviews #write-review input[type=submit] {
    margin-top: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    background-color: #1a2b48;
    font-weight: 600;
}
form#commentform {
    margin: 0;
}
.form-submit {
    margin-bottom: 0;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group .form-control{
	border-radius:0;
}
#st-content-wrapper #reviews #write-review .review-form .review-items label {
    margin: 0 20px 0 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}

#st-content-wrapper.st-single-tour .review-list .comment-item .comment-item-body .review-star li .fa {
    color: #1a2b48;
}
.custom-datepicker-wrapper .form-group.form-date-field input.check-in-input {
    display: none;
}
#st-content-wrapper .form-book-wrapper .form-date-field .check-in-wrapper {
    padding: 20px 0 10px 0;
    float: none;
}
.custom-datepicker-wrapper {
    border-bottom: none;
    padding-bottom: 0px;
}
.daterangepicker .table-condensed .td-date.active {
    background-color: #1a2b48;
}
.daterangepicker .table-condensed .td-date.active .date {
    color: #fff;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
	padding-bottom:10px;
}
#st-content-wrapper .form-book-wrapper .form-more-extra {
    padding: 20px 0;
}
.extra_label label {
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 16px!important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper {
    flex-wrap: wrap;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render {
    font-size: 16px;
    margin-left: 10px;
    color: #232323 !important;
    font-weight: 600 !important;
}
.st-number-wrapper span.next, .st-number-wrapper span.prev {
    border-radius: 0!important;
}
.tour-booking-form .guest_name_input {
    padding: 0;
    border-top: 1px solid #D7DCE3;
    padding-top: 20px;
}
.tour-booking-form .guest_name_input label {
    margin: 0;
        font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    text-transform: uppercase;
}
.extra-labels {
    margin: 0;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 14px ! Important;
    text-transform: uppercase;
}


#st-content-wrapper .form-book-wrapper .form-more-extra .extras{
	display:block!important;
	margin:0;
}
#st-content-wrapper .form-book-wrapper .form-more-extra .extras li:last-child {
    margin-bottom: 0 !important;
}
.extras .form-control {
    text-align: center;
}
.daterangepicker .loader-wrapper {
    display: none !important;
}
.date-wrapper .daterangepicker.dropdown-menu.ltr.single.opensright.show-calendar {
    position: unset!important;
	    position: unset !important;
    width: 100%;
    padding: 0;
    border: none !important;
    box-shadow: unset !important;
    margin: 0 !important;
    min-width: auto !important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-date-search .date-wrapper {
    flex-wrap: wrap;
	padding:20px 0;
}
.check-in-wrapper label {
    margin: 0;
    color: #232323!important;
    font-weight: 600!important;
	    font-size: 14px ! Important;
    text-transform: uppercase;
}
#st-content-wrapper .form-book-wrapper .form-more-extra .dropdown {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #232323 !important;
    font-weight: 600 !important;
}
.full_name {
    color: #1a2b48 !important;
}
.daterangepicker .table-condensed .td-date.not-show .date {
    height: 0!important;
}
.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}
.daterangepicker.ltr .calendar.left{
	float:none;
}
.daterangepicker .calendar {
    max-width: 100%!important;
    margin: 0!important;
}
.icon-date-fields {
    width: 100%;
}
.icon-date-fields i.fa.fa-angle-down.arrow {
    display: none;
}
.icon-date-fields .render.check-in-render {
    display: none!important;
}
.single-st_tours .daterangepicker{
	display:block!important;
}
.slick-slide{
		height:auto!important;
	}
.btn_add_wishlist[data-original-title="Remove to wishlist"] {
    color: red!important;
}
.form-head .value {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
}
.slick-slide{
		height:auto;
	}
.tour-slider-image {
    margin-bottom: 40px;
}
.form-head .value .onsale {
    margin-right: 10px;
}
.form-book-wrapper .form-head {
    margin-bottom: 20px;
	padding:10px 20px!Important;
}
.date-wrapper,
.date_wrapper_custom{
	position:relative;
}
.date_wrapper_custom.date-wrapper1 {
    min-height: 318px;
}
#st-content-wrapper .form-book-wrapper .submit-group {
    border-top: none;
    padding: 0;
}


.daterangepicker.dropdown-menu{
	position:unset!important;
	float: none;
    padding: 0;
    box-shadow: unset !important;
    border: none !important;
    min-width: 100% !important;
    margin: 0 !important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .tour-sale-box{
	display:none;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .text-lg,
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .onsale{
	font-size:16px;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .label {
    text-transform: uppercase;
	font-size: 16px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
    top: 0px;
}
.slider-galeria-thumbs{
	top:-1px;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .label {
    display: none;
}

span.text-small.lh1em.item.onsale {
    position: relative;
    padding-left: 26px;
    font-size: 12px!important;
    text-transform: lowercase;
    text-decoration: none!important;
    font-weight: 600!important;
/*     display: block!important; */
    width: 100%;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .onsale:before {
    position: absolute;
    content: " WAS ";
    left: 0;
    font-size: 12px;
    text-transform: lowercase;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .text-lg {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-left: 44px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .text-lg:before {
    position: absolute;
    content: "now";
    left: 0;
    font-size: 20px;
    font-weight: 600;
}
.booking_title h4 {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border-bottom: 2px solid #EBEEF1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}
.st-hotel-header.single-header-title h1.st-heading {
    margin: 0;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-tour-feature.style2 {
    border-bottom: 4px solid #1a2b48;
    margin-bottom: 0;
}
.st-overview .st-section-title {
    display: none;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-overview .st-description {
    margin-top: 20px;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head{
	margin-bottom:0;
	padding-left:0!Important;
	padding-right:0!important;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price{
	flex-wrap:wrap;
}
.daterangepicker .table-condensed .td-date .date{
	width:auto;
}
.daterangepicker .table-sub-header .day-off-week{
	width:31.5px!important;
}
#st-content-wrapper .form-book-wrapper {
    border-top-color: #1a2b48;
    border-radius: 0!important;
	padding:0 20px;
	    border-bottom-color: #1a2b48;
    border-bottom: 4px solid #1a2b48;
}
.daterangepicker .table-condensed .td-date.disabled {
    text-decoration: none;
    background: #ebebeb!important;
	border:1px solid rgba(81, 145, 250, 0.2);
}
.daterangepicker .table-condensed .td-date.today:not(.start-date) .date, .daterangepicker .table-condensed .td-date.today:not(.in-range) .date {
    color: inherit;
    border-color: inherit;
}
.daterangepicker .table-condensed .td-date.disabled .date {
    color: #d3d3d3!important;
}
#st-content-wrapper .st-gallery .shares .share-wrapper{
	left:50px;
}
#st-content-wrapper.st-single-tour .st-hotel-header.single-header-title {
    align-items: flex-end;
	    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px!important;
}
#st-content-wrapper.st-single-tour .st-hotel-header.single-header-title h2.st-heading {
    margin: 0;
}
#st-content-wrapper.st-single-tour .st-hotel-header.single-header-title .right p.st-link {
    margin: 0;
}
#st-content-wrapper.st-single-tour .form-book-wrapper .form-head{
	background-color:#1a2b48;
	
}
.media-body {
    padding-left: 20px;
}
#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left {
    min-width: 50px;
    padding-right: 0;
}
#st-content-wrapper .sub-heading .fa{
	margin-right:10px;
}
.st-list-tour-related .whistlist_row li {
    width: 25%;
}

.whistlist_row li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#st-content-wrapper.st-single-tour .st-overview {
    margin-bottom: 0;
}
#st-content-wrapper.st-single-tour .st-include {
    border-top: none;
    margin-top: 0;
    padding-top: 30px;
}
.single-st_tours .st-tour-content {
    padding-top: 30px;
}
.wishlist-content  
.read-more-row .btn-view-more {
    position: unset;
}
.whistlist_row li .service-title {
    padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 30px;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--link-color, #1A2B48) !important;
    margin: 0 !important;
}
.st-list-tour-related .wishlist-content{
	min-height:auto;
}
.st-list-tour-related .whistlist_row {
    padding: 0;
    margin-top: 30px;
}

.flex-starts {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: c;
}

.flex-starts span.price .item {
    color: #1a2b48;
    font-weight: 600;
    border: none!Important;!Importan;
}
.flex-starts i {
    margin-right: 10px;
}
.review-title {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.review-title p {
    margin-bottom: 0;
    margin-left: 10px;
}
.heading.related-title {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600!Important;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 10px !important;
}

.whistlist_row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.whistlist_row li {
    width: calc(100% / 6 );
    padding: 10px!important;
}
.whislist-repeater {
    border: 1px solid #DAE1E7;
    height: 100%;
    padding: 20px;
	position:relative;
}
.st_content .style-list .booking-item-wishlist-remove {
    width: auto;
    height: auto;
    top: 12px;
    right: 9px;
    padding: 2px 4px;
    background: #1a2b48;
    border: 2px solid #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
	z-index:9;
}
.st_content .style-list .service-tag.bestseller {
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 28px;
    /* top: auto; */
    width: 100%;
    text-align: center;
	
}
.no-content-container {
    text-align: center;
}.no-content-container h3 {
    font-size: 14px;
}

.no-content-container img {
        height: auto;
    display: block;
    margin: 0 auto 20px auto;
}
.no-content-container {
    height: calc(100vh - 200px);
    display: flex
;
    flex-direction: column-reverse;
    justify-content: center;
    flex-direction: column;
}

.whislist-repeater .thumb {
    position: relative;
	height:170px;
}
.st_content .style-list .service-tag.bestseller .feature_class.st_featured.featured {
    color: #fff;
    position: absolute;
    padding: 2px 4px;
    background: rgb(26 43 72 / 75%) !important;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    width: 100%;
    padding: 7px;
}
.whislist-repeater .text-small.lh1em.item.onsale {
    display: none;
}
.wishlist-content h4 {
    font-size: 16px!important;
}
.wishlist-content h4 a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
	font-weight:600;
}
.service-review {
    display: flex;
}.service-review ul {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.service-review ul li {
    padding: 0!important;
    width: auto!important;
}

.service-review ul li .fa {
    color: #FFDC00;
}

.wishlist-content .btn-view-more {
    background-color: #1a2b48!important;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    border: none;
    position: absolute;
    bottom: 0;
	width:100%;
}
.service-type {
    display: flex;
    align-items: center;
	color:#1a2b48;
}
.service-type .fa {
    margin-right: 10px;
}
.service-price .price {
    color: #1a2b48;
    font-weight: 600;
}
.wishlist-content {
    position: relative;
    min-height: 230px;
}

.service-price {
    margin-bottom: 10px;
	color:#1a2b48;
}
.service-duration {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.service-duration {
    margin-bottom: 10px;
	color:#1a2b48;
}
.service-price {
    margin-bottom: 10px;
}
.service-review {
    margin: 10px 0;
}
.service-duration .fa {
    position: relative;
    top: 2px;
    margin-right: 6px;
}
#data_whislist {
    margin-bottom: 0;
}
div#modern-pagination-tour {
    width: 100%;
    text-align: right;
    margin: 0!important;
    display: block;
}
.wishlist #modern-pagination-tour span.count-string {
    color: #1a2b48;
    font-weight: 500;
}
.taveller-note {
    border: 1px solid #D7DCE3;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0;
}
.traveller-head h3 {
    margin: 0;
    color: #fff;
}
.traveller-head {
    background-color: #629cfa;
    padding: 15px;
}
.traveller-body {
    padding: 15px;
}
.st-list-statistic .item {
    background: #FFFFFF;
    border: 5px solid #1a2b48;
    text-align: center;
    position: relative;
    transition: 1s;
}

.st-aboutus-title {
    font-size: 16px !important;
    color: #1a2b48;
    margin-bottom: 20px !important;
}

.cusomter-container {
    display: flex;
	align-items:center;
}
.customer-support-row {
    display: flex;
    align-items: center;
    margin: 0;
    width: calc(100% - 33.33%);
	padding-top:35px;
}

.support-column {
    padding: 0;
}

.customer-content {
    width: 33.33%;
	padding-right: 15px;
}
.suppor-icons .fa {
    font-size: 35px;
}
.suppor-icons img {
    max-width: 40px;
}
.cusomter-container .customer-content h6 {
    margin: 0;
    font-weight: 600;
    position: relative;
    line-height: 15px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
	color:#1c2d4a;
    font-size: 16px;
}

.customer-content h5 {
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.suppors-inner-columns {
/*     text-align: center; */
    padding: 20px;
}

.support-content h5 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
}
.support-inner-column {
    display: flex;
    width: calc(100% - 33.33% );
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.support-inner-column .support-column {
    width: 50%;
}
.support-column.support-column1 {
    background-color: #1a2b48;
    padding: 20px;
    text-align: left;
	border-radius:20px;
	width:33.33%;
}button.chat-btn {
    color: #1c2d4a;
    padding: 0;
	font-size:14px;
    /* background-color: #1c2d4a; */
    display: inline-block;
    font-weight: 600;
    background-color: transparent;
    border: none;
}
.inner-column h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	font-weight:500;
}

.inner-column p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.support-content h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.support-column1 .support-content a .mr-4 {
    margin-right: 5px;
}
.suppor-icons {
    text-align: right;
}
.suppors-inner-columns .support-content h5 {
    border-bottom: 2px solid #DAE1E7;
    padding-bottom: 10px;
}
.suppors-inner-columns .support-content a {
    text-align: right;
    margin-left: auto;
    display: block;
}
.suppors-inner-columns .support-content button {
    text-align: right;
    margin-left: auto;
    display: block;
}
.support-column1 .support-content a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    padding: 0!important;
	font-weight:500;
}
.suppor-icons {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.support-content a {
    color: #1c2d4a;
    padding: 0;
	font-size:14px;
    /* background-color: #1c2d4a; */
    display: inline-block;
    font-weight: 600;
}
.title-rows .st_default.style-9 {
    font-size: 20px;
}
.st-contact-form .contact-header {
    border: none;
    padding: 0;
}
.contact-columns1 .st-contact-info .info-content h3,
.contact-columns .st-contact-info .info-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    resize: none;
    height: 156px;
}
.st-contact-form .contact-header h4{
	font-size:14px;
}
.st-contact-form .contact-header h3 {
    font-size: 16px;
     text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EBEEF1;
}
.booking-table table {
    width: 100%;
    border: 1px solid #cecece;
}
.st-contact-info .info-content .sub p{
	font-size:14px;
}
.contact-columns .info-content {
     min-height: auto;
    margin-top: -140px;
    background-color: rgb(26 43 72 / 75%);
    padding: 78px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 362px;
    top: 43%;
    min-width: 362px;
}
.contact-columns .st-contact-info .info-content h3 {
    margin-bottom: 10px;
}
.contact-columns .st-contact-info .info-content .sub {
    position: unset;
    padding-right: 0;
}
.contact-columns1 .st-contact-info .info-content .sub {
    position: unset;
    padding: 0;
}
.contact-columns1 .st-contact-info .info-content .sub p:last-child {
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.contact-columns1 .st-contact-info .info-content {
    min-height: 230px;
    min-width: 280PX;
    top: 73%;
    margin-left: -1px;
    padding: 20px;
    background-color: rgb(26 43 72 / 75%)!important;
	 width: 70%;
}
.title-rows .st-text-center.style-9 h2.style-9 {
    font-size: 16px;
	line-height:20px;
}
.st-contact-form .contact-form input[type=submit]{
	background-color:rgb(26 43 72 / 100%);
	margin-top:0;
}
.contact-columns1 .info-bg img {
    max-width: 320px;
    margin-left: auto;
}
.title-rows .st-text-center.style-9 h2.style-9:after {
    width: 100%;
    border-bottom: 2px solid #DAE1E7;
	background:transparent;
}
.order_row_repeater .order_column:nth-last-child(2), 
.order_row_repeater .order_column:nth-last-child(1),
.order_row_repeater .order_column:nth-last-child(3),
.order_row_repeater .order_column:nth-last-child(4) {
    border-bottom: 1px solid #cecece;
}
.booking-table table thead tr th,.booking-table table tbody tr td {
    border: 1px solid #cecece;
    padding: 10px;
}
.booking-table table tbody tr td {
     width: calc(100% / 7);
	text-transform:capitalize;
}
.order_column ul li {
    text-transform: capitalize;
}
.booking-table .pagination {
    margin: 0;
    display: block;
    text-align: right;
}
.tabs{
	display:none;
}
.tabs.active{
	display:block;
	    width: 85%;
    margin: 0 auto;
}
.booking-table .pagination a,.booking-table .pagination span {
    padding: 10px;
    font-size: 14px!important;
}
.booking-table table tbody tr td a.btn_detail {
    background-color: #1a2b48;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
	text-transform:uppercase;
    font-size: 12px;
}
.order_popup {
    
}
.order-tabs ul li ul li {
    width: auto;
}

.order-tabs ul li ul li:before {
    display: none;
}
.order_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #DAE1E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.btn-close {
    background: transparent!important;
    padding: 0;
}
.order_head h5 {
   font-size: 14px;
    color: #1a2b48;
    text-transform: uppercase;
    font-weight: 500;
    /* border-bottom: 2px solid #DAE1E7; */
    /* padding-bottom: 20px; */
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
}
.booking-table table thead tr th {
    text-transform: uppercase;
}
.order-title h3 {
    padding: 0;
/*     border-bottom: 2px solid #DAE1E7; */
    margin-bottom: 30px;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--link-color, #1A2B48) !important;
    margin: 0 0px!important;
}
.order-title {
    margin-bottom: 20px;
}
.tab-content {
    margin-top: 30px;
}
.order_row_repeater {
    margin-bottom: 20px;
}
.order-tabs ul {
     display: flex;
    flex-wrap: wrap;
}
.page-wrapper .customer_icon .fa {
    font: normal normal normal 35px / 1 FontAwesome !important;
}
.order-tabs ul li b {
    text-transform: none;
	font-weight:400!important;
}
.order-tabs ul li b {
    font-weight: 400;
}
#show-sidebar {
    left: 42px;
    top: 59px;
    background-color: #1a2b48!important;
    border: none;
	position:absolute;
}
.page-id-10225 main.page-content .infor-st-setting {
    padding: 20px 0;
}
.order-tabs ul li {
      padding:0px 0 3px 21px;
	width: 50%;
    position: relative;
    color: #1a2b48;
/*     font-weight: 600; */
	text-transform:capitalize;
}
.order-tabs ul li:before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #1a2b48;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.order_column ul {
    display: flex;
    flex-wrap: wrap;
}
.customer-row {
    display: flex;
	width:100%;
/* 	margin-top:15px; */
	justify-content:space-between;
}
.customer-column {
    width: 50%;
    position: relative;
    padding:0  50px
}
.customer_icon {
    width: 120px;
    height: 120px;
    border: 1px solid #cecece;
    margin-right: 0;
    background-color: #1a2b48;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
/*     position: absolute; */
	border:5px solid #fff;
/*     top: -20px; */
}
.customer_title {
    display: flex;
    align-items: center;
	position: absolute;
    top: 0;
    width: 100%;
    left: 20px;
}
.customer-column .customer_title h4 {
    border-bottom: none;
    /* padding-left: 130px; */
    position: relative;
    bottom: 30px;
    padding-left: 10px;
	font-size:14px!important;
	
}
.contact-detail {
        border: 1px solid #cecece;
    width: calc(100% - 50px);
    padding: 10px;
    margin-left: 50px;
    height: calc(100% - 50px);
    padding-left: 70px;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 70px;
}
.order-tabs ul li:last-child {
    border-bottom: none;
}
.order-tabs ul li.active {
    color: #5191fa;
    border-color: #5191fa;
    font-weight: 600;
    border-bottom: 2px solid;
}
.order_column ul {
    margin: 0;
    padding: 0;
}
.order_column ul li {
       width: 50%;
    padding: 10px 0;
}
.customer_Details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #cecece;
}
.customer_Details p {
    margin: 0;
    text-transform: capitalize;
}
.customer_Details h5 {
    font-weight: 700;
}
.order_row_repeater {
    display: flex;
    flex-wrap: wrap;
	background-color: #ffff;
}
.table_repeaters {
    margin-bottom: 20px;
}
.order_column {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    /* border-bottom: 1px solid #cecece; */
    border-right: 1px solid #cecece;
}
.order_column p {
    margin: 0;
}
.order_column h5 {
    font-weight: 700;
}
.order_Details {
    
}
.order_Detail {
   display:none;
   
}
.btn_detail:hover,
.btn_detail:focus{
    text-decoration: none;
    opacity: 0.8;
}
.table_repeater {
    margin-bottom: 20px;
}
.tabbable .form-group {
    margin: 0!important;
}
.table_heading {
    margin-bottom: 30px;
}
.tab-content .btn_load_his_book {
    margin-left: auto;
    display: block;
    width: 170px;
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0!Important;
    border-color: #1a2b48 !important;
    font-weight: 700;
}
a.btn.btn-xs.btn-primary.mt5.btn-info-booking {
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0!Important;
    border-color: #1a2b48 !important;
    font-weight: 700;
    width: 170px!important;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{
	width:100%;
}
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 0;
}
.sidebar-footer ul li{
	border-bottom:1px solid #2C3D5B;
}
.sidebar-wrapper ul {
    margin-top: 0;
}
.sidebar-footer li a img {
    position: relative;
    top: -3px;
	padding-right:10px;
}
.sidebar-menu ul li:last-child a img {
    position: relative;
    top: -1px;
}

.inner-bredadcurmb ul {
    display: flex;
    padding-left: 0px;
	justify-content:flex-end;
}
.page-wrapper.toggled .page-content{
	margin-bottom:0;
}
body .page-wrapper{
	background-color:#fff;
}
.page-wrapper .page-content > .st_content {
    padding: 30px 30px;
}
.page-content .infor-st-setting {
    margin-top: 0!important;
}
.inner-bredadcurmb ul li {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    list-style: none;
    padding-left: 30px;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role{
	font-size:11px;
}
.sidebar-wrapper .sidebar-header .user-info > span{
	font-size:14px;
}
.sidebar-wrapper .sidebar-header {
    padding: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.inner-bredadcurmb ul li a {
    color: #000;
    position: relative;
}
main.page-content .infor-st-setting {
    padding: 30px 20px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{
	text-transform:uppercase;
}
.inner-bredadcurmb ul li a:before {
    position: absolute;
    content: ".";
    color: #000;
    right: -20px;
    top: -6px;
}
main.page-content .infor-st-setting {
    padding: 20px;
}
.profile_Rows {
    display: flex;
}
.profile_img {
    width: 300px;
	    padding-right: 30px;
    padding-top: 34px;
	position:relative;
}
.profile_img .btn.btn-primary.btn-file {
    margin-top: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    border-top: 0;
    border: 1px solid #DAE1E7;
    text-transform: uppercase;
}
.profile_fields textarea.form-control {
    resize: none;
    height: 136px;
}
.profile_img .input-group-btn {
    width: 100%;
    display: block;
}
.profile_img .input-group.setting-avatar {
    display: block;
}
.profile_Rows .item {
    width: 270px;
    height: 334px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.st-selection {
    position: absolute;
    top: 30px;
}

.profile_img .form-group.form-group-icon-left {
    position: unset!important;
}

.profile_img .input-group.setting-avatar {
    position: unset!important;
}
.profile_fields {
    width: calc(100% - 300px);
}
main.page-content .infor-st-setting .form-group label{
	font-weight:500;
}
.password_row {
    margin-top: 0!important;
    padding-top: 0!important;
}
.btn-row .form-group.form-group-filled {
    text-align: right;
}
.btn-row .form-group .btn.btn-primary {
     min-width: 170px;
     background-color: #1a2b48 !important;
     color: #fff;
     border-radius: 0!Important;!Importan;
     border-color: #1a2b48 !important;
     font-weight: 700;
}
.profile_icon {
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.profile_img .st-change-avatar {
    width: 100%;
    display: block!important;
	    border: 2px solid #1a2b48;
    border-bottom: none;
}

.user-profile-avatar.user_seting {
    width: 100%;
    display: block;
    margin: 0!important;
}
.infor-st-setting h4 {
    padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 30px;
    font-size: 16px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    color: var(--link-color, #1A2B48)!important;
    margin: 0!important;!importan;
}
.infor-st-setting .st-line-bg {
    display: none;
}

.form-group.form-group-icon-left {
    margin: 0!important;
}

.form-group.form-group-icon-left .btn.btn-primary {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
    background-color: red;
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0;
    padding: 13px 31px !important;
    border: none;
    font-weight: 700;
}

.booking-item-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
	text-align:center;
	font-weight:600;
}
.accordion-collapse  .booking-item-description {
    display: block;
	text-align:center;
}
.page-id-10256 .container {
    width: 100%;
    padding: 0 55px;
}
.product_rows {
    display: flex;
    align-items: flex-start;
}
.product_image img {
    width: 120px!important;
}
.product_image {
    margin-right: 10px;
}
.product_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 140px);
}
.remove_product span.booking-item-wishlist-title {
    display: none!important;
}
.remove_product .remove.booking-item-wishlist-remove {
    display: block!important;
    width: 100%;
}
.woocommerce-cart table.cart td {
    vertical-align: top;
}
.st-woo-cartpage .col-left .booking-list .cart_item {
    padding-bottom: 12px!important;
}
.st-woo-cartpage .col-left .booking-list {
    padding-top: 0!important;
}

.order_Review .woocommerce-checkout-review-order-table.booking-item-payment {
    border: 1px solid #D7DCE3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px;
	display: flex;
    flex-direction: column;
}
.order_Review header {
    margin-bottom: 20px!Important;
    padding-bottom: 20px!important;
    flex-direction: row-reverse;
	background-color: #f5f5f5;
}

.order_Review .shop_table.booking-item-payment {
    margin: 0;
	order:5;
	border-radius:0;
}
.order_Review .mt20 {
/*     margin-top: 0; */
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method {
    margin: 0!important;
}
.form-row.place-order .button {
	width:100%;
	display:block;
}
.st-woo-checkout-form .woocommerce-checkout-payment .place-order.form-row {
    padding: 0 20px 20px 20px!important;
    margin: 0;
}
.order_Review {
 
}

div#order_review h2 {
    margin: 0;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-bottom: 10px;
	padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
	margin: 0 0 30px 0;
}
.st-woo-checkout-form .st-woo-heading{
	    padding-top: 10px;
    padding-left: 20px;
	padding-bottom:10px;
    background: #1a2b48;
    margin-bottom: 10px;
	color:#fff;
}
h5.booking-item-payment-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.st-woo-checkout-form .woocommerce-checkout-review-order-table {
    margin-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding-top: 0;
}
.custom-checkout .woocommerce-billing-fields h3 {
    padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
	margin-bottom:30px;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.custom-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 0!important;
    margin: 0 -5px;!important;
    border: none!important;
}
.checkout_coupon{
	display:block!important;
}
.order_Review .st-woo-heading {
	padding: 10px 0;
    border-bottom: 2px solid #DAE1E7;
	margin: 0;
	margin-bottom:30px;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.order_Review .woocommerce-checkout-review-order-table header {
    display: flex;
	background-color: transparent;
	flex-direction:column-reverse;
	border-bottom:1px solid #D7DCE3;
}

.order_Review .woocommerce-checkout-review-order-table.booking-item-payment header {
    order: 1;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description {
/*     order: 2; */
	margin-bottom:0;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment div#st_cart_item188756e0a26f701d3b89293ffcf4a99f {
    order: 3;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .coupon_forms {
    order: 4;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .shop_table.booking-item-payments {
    order: 5;
}
.accordion-button.collapsed {
    display: none;
}
.accordion-collapse .cart_item_group {
}
.accordion-collapse .cart_item_group p {
    margin: 0;
}
.accordion-collapse .cart_item_group .booking-item-description {
    padding: 6px;
    width: 100%;
    justify-content: space-between;
	display:flex;
/*     text-transform: uppercase; */
}

.coupon_forms {
/*     border-top: 1px solid #D7DCE3; */
    padding: 0px 0 20px 0;
}
input#coupon_code {
    height: 40px;
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	border-radius:0;
    color: #555;
}
form.woocommerce-form-coupon p.form-row {
    margin: 0;
}
.woocommerce form .form-row .button {
    background-color: #1a2b48 !important;
    color: #fff;
    border-radius: 0;
    padding: 13px 31px!important;
	text-transform:uppercase;
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods {
    background-color: transparent!important;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment div:nth-child(5) {
    order: 4;
}
.woocommerce-checkout #payment div.payment_box::before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 10px;
    border-color: transparent #fff #fff transparent;
    top: 4px;
    left: 30px;
    right: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-box-shadow: 2px 2px 0px #dfdfdf;
    box-shadow: 2px 2px 0px #dfdfdf;
	
}
.modal .modal-content .modal-header .close{
	position: absolute;
    right: 20px;
    top: 19px;
	    top: 22px;
    font-size: 14px;
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method > div{
	background-color:transparent!important;
	border:2px solid #D7DCE3;
}
.woocommerce-billing-fields__field-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.form-rows.additional_fields label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--link-color, #1A2B48);
    line-height: 2;
}
.st-woo-checkout-form .woocommerce-checkout-payment .wc_payment_methods {
    padding: 0 !important;
}
.form-rows.additional_fields {
    clear: both;
    float: left;
    width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) {
    margin-bottom: 0;
}
.form-rows.additional_fields .input-text {
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 30px;
    width: 100%;
    height: 134px;
    padding: 20px;
    display: block;
    width: 100%;
    height: 134px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin-bottom: 0;
	resize:none;
}
/* .st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
    clear: none;
} */
/* .page-id-10258 
 .container {
    width: 100%;
    padding: 0;
} */
.checkout-banner {
    background: #363535;
    padding: 80px 0;
}
.checkout-banner .checkout-banners ul {
    margin: 0!important;
    padding: 0!Important;
    display: flex;
}
.checkout-banners {
    max-width:auto;
/*     margin: 0 auto; */
    padding: 0 280px;
}
.checkout-banners li {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px;
}
.checkout-banners li a {
    color: #fff;
    position: relative;
}
.checkout-banners li a:before {
    position: absolute;
    content: ".";
    color: #fff;
    right: -20px;
    top: -10px;
}
/* .checkout_fields .container {
    width: 1200px;
    padding: 0 20px;
} */
.checkout_fields {
    margin-top: 30px;
}
.prouct_images {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
p.address {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	background: #f5f5f5;
    padding: 0 10px 10px 10px;
	margin-bottom:0;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .col-left {
    padding-top: 20px;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(3) {
    border-bottom: 1px solid #DAE1E7;
    border-top: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
}
.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(4){
	margin-bottom:0;
	 border-bottom: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
}
.accordian-tab-checkout {
    order: 3;
}
.cart_item_group_price {
        text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 12px;
    font-weight: 600;
}
.cart_item_group_price b.booking-cart-item-title {
    display: block;
}

.order_Review .woocommerce-checkout-review-order-table.booking-item-payment .booking-item-description:nth-child(5){
    border-bottom: 1px solid #DAE1E7;
    padding: 10px;
    border-right: 1px solid #DAE1E7;
    border-left: 1px solid #DAE1E7;
    margin-bottom: 0px;
}
p.address .fa {
    font-size: 12px;
    position: relative;
    top: 3px;
}
.woocommerce table.shop_table td {
    text-align: right;
	padding:10.5px 12px;
}
.order_Review .shop_table.booking-item-payment tfoot tr:first-child th,.order_Review .shop_table.booking-item-payment tfoot tr:first-child td {
    border: none;
}
.woocommerce-form-coupon .form-row.form-row-first {
        width: calc(100% - 185px);
    padding-left: 0px;
    padding-right: 5px;
}
.woocommerce-form-coupon .form-row.form-row-last {
	    width: 185px;
    text-align: right;
    padding-left: 5px;
	padding-right:0;
}
.woocommerce-form-coupon .form-row.form-row-last button {
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.woocommerce-account-fields p#account_password_field {
    padding: 0;
}
.woocommerce-checkout-review-order {
    padding: 0;
}
.woocommerce-checkout-review-order {
    padding: 0 0px;
}
.create-account .input-text {
    height: 40px;
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.create-account label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--link-color, #1A2B48);
}
.form-rows.additional_fields {
    margin-bottom: 10px;
	padding: 0 0px;
}
.woocommerce-password-strength{
	margin-top:20px;
}
.woocommerce-password-hint {
    text-align: center;
	font-size:14px;
}
section.checkout-banner .container {
    width: 100%;
}
.returing_cutomer {
    background-color: #f5f5f5;
    padding: 10px;
	margin-top:20px;
}
.returing_cutomer p {
    margin: 0;
/*     text-transform: uppercase; */
    font-size: 14px;
	text-align:center;
}
.returing_cutomer p span {
    color: #1a2b48;
    font-weight: 600;
    text-decoration: underline;
	cursor:pointer;
 
}
.woocommerce-form-login-toggle {
    display: none;
}
.form-row.place-order button#place_order {
/*     width: 155px!important; */
    margin-left: 0;
	text-transform:uppercase;
	font-weight:700;
    margin-right: auto;
    float: right!important;
}
.woocommerce-terms-and-conditions-wrapper p {
    margin-bottom: 20px;
}
.st-woo-checkout-form .woocommerce-checkout-payment .place-order.form-row {
    padding: 0!important;;
}
/* .st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label{
	text-transform:uppercase;
	
}*/ 
.woocommerce table.shop_table th{
	text-transform:capitalize;
} 
div#basicModal form {
    display: block !important;
}
.form-body.user-login-form form {
    padding: 0;
    border: none;
    margin: 0;
}

.form-body.user-login-form form .form-row.form-row-first,.form-body.user-login-form form .form-row.form-row-last {
    width: 100%;
}

p.form-row.form-row-first {}

.form-body.user-login-form form .form-row.form-row-first .input-text,.form-body.user-login-form form .form-row.form-row-last .input-text {
    height: 40px;
    border: 1px solid #DAE1E7;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-body.user-login-form form .form-row:nth-child(5) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.form-body.user-login-form form .form-row:nth-child(5) .woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
}
h4#myModalLabel {
    padding: 0 0 10px 0;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	margin-top:0;
}
p.lost_password {
    position: absolute;
    bottom: 57px;
    left: 160px;
}
p.lost_password a {
    color: #1a2b48!important;
    font-size: 14px!important;
    text-transform: uppercase;
    font-weight: 400;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input#rememberme {
    margin-top: 0!important;
    position: relative;
    top: 2px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 16px;
    background-color: #DAE1E7;
    top: 6px;
    left: 140px;
}
.payment_box.payment_method_mbps_gcash img {
    margin: 0!important;
    max-width: 120px!important;
}
.woocommerce-checkout #payment ul.payment_methods li img.qr-code-image {
    max-width: 200px!Important;
	margin:0 auto!important;
	display:block!important;
	padding-bottom:5px!important;
}
.payment_box.payment_method_mbps_gcash table {
    display: block;
}
.payment_box.payment_method_mbps_gcash table tr,.payment_box.payment_method_mbps_gcash table tr td {
    display: block;
}
.payment_box.payment_method_mbps_gcash table tbody {
    width: 100%;
    display: block;
}
.widefat {
    height: 40px!important;
    border: 1px solid #DAE1E7!important;
    border-radius: 3px!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
}
.payment_box.payment_method_mbps_gcash table tr td label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--link-color, #1A2B48);
}
.payment_box.payment_method_mbps_gcash table tr {
    margin-bottom: 6px;
}
.payment_box.payment_method_mbps_gcash table  tbody tr:last-child {
    margin-bottom: 0;
}
.modal .modal-content{
	padding:20px;
}
.st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row{
	float:none;
	clear:both;
}
.st-woo-checkout-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2n){
	float:none;
}
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:auto;
}
b.booking-cart-item-title {
    display: none;
}
.booking-item-payment-price-amount span {
    display: block;
    text-align: center;
    padding: 0!important;
}

.booking-item-payment-price-amount br {
    display: none;!!important;
}
.sidebar-header a,.sidebar-header a img {
    display: block!Important;;
    margin: 0 auto!Important;;
    text-align: center!important;;
}
.chiller-theme .sidebar-wrapper {
    background-color: #000;
}

.chiller-theme .sidebar-wrapper .sidebar-header .st-logo-site {
    width: auto;
}
.page-wrapper .page-content{
	background-color:#fff!important;
}
.team_member_row .st-aboutus-team .thumb:hover .social {
    background-color: rgb(26 43 72 / 75%)!important;
    opacity: 1;
    border-radius: 0;
}
.about_column  .st-aboutus-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.about_column .st-aboutus-content p {
    font-size: 14px;
}
.about_information .st-list-statistic .item .end {
    background-color: rgb(26 43 72 / 75%);
}
.slide-image {
    background: #1a2b48;
    padding: 20px;
	min-height: 120px;
    display: flex;
    align-items: center;
}
.team_member_row .st-aboutus-title h3,.team_member_row .st-aboutus-team h3 {
    text-align: left!important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #EBEEF1;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.slide-image img {
    max-width: 100%;
    width: auto !important;
}
.team_member_row .st-aboutus-team .item {
    margin-top: 40px;
}
.wpb_raw_code.wpb_raw_html.wpb_content_element.partner_slider {
    margin-bottom: 0;
}
.team_member_row .st-aboutus-team h3 {
/*     margin-bottom: 10px; */
}
.st-aboutus-info p.name {
    font-size: 16px;
}
.team_member_row .st-aboutus-title h3 {
    margin-bottom: 20px;
}
.team_member_row .st-aboutus-team .item .thumb {
	width:270px;
	height:270px;
}

.team_member_row .st-aboutus-team .item p.pos {
    margin-bottom: 0;
}
\#st-content-wrapper  .widgets.custom-sidebar .form-book-wrapper {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
}
#st-content-wrapper.st-single-tour .st-tour-feature .item .info .name,
#st-content-wrapper.st-single-tour .st-tour-feature .item .icon i,
#st-content-wrapper .form-book-wrapper .form-more-extra .dropdown,
.st-number-wrapper input[readonly]{
	color:#1a2b48;
}
.st-hotel-header.single-header-title {
    width: 100%;
    text-align: right;
}
.st-hotel-header.single-header-title .right {
    margin-left: auto;
}
.info {
    text-transform: uppercase;
}
#st-content-wrapper.st-single-tour .st-hotel-header .st-heading ,
.tour_main-title .left .st-heading{
    text-transform: uppercase!important;
	line-height:20px!important;
    font-size: 16px!important;
    font-weight: 600!Important;
}
#st-content-wrapper.st-single-tour.st-single-tour-new .st-highlight ul li{
	margin-bottom:10px;
}
.desctipion_content {
    color: #1A2B48;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#st-content-wrapper.st-single-tour .st-highlight ul {
    padding-left: 0;
}
#st-content-wrapper.st-single-tour .st-highlight ul li:before{
	margin-right:15px;
}
/* Add this to your CSS */
.slider-galeria:not(.slick-initialized) {
    overflow: hidden;
}
.slider-galeria:not(.slick-initialized) .item {
    display: none;
}
.slider-galeria:not(.slick-initialized) .item:first-child {
    display: block;
}
.slick-slider:not(.slick-initialized) {
    visibility: hidden;
	display:none;
}
.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
	display:block;
    transition: opacity 0.3s ease;
}
.st-program .st-title-wrapper {
    margin-bottom: 0px!important;
}
#st-content-wrapper .sub-heading ,
.st-highlight .st-heading-section{
    text-transform: uppercase;
	line-height:20px;
    font-size: 16px!important;
    font-weight: 600!important;
}
.st-map-wrapper .c-grey .fa {
    margin-right: 10px;
}
#st-content-wrapper.st-single-tour .st-hotel-header .sub-heading .fa {
    position: unset;
    top: 2px;
}

.st-map-wrapper .c-grey {
    font-size: 14px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px !important;
    font-weight: 600 !important;
}
#st-content-wrapper.st-single-tour .st-overview .st-section-title {margin: 20px;}
.st-map-wrapper .st-flex.space-between {
    flex-wrap: wrap;
}

.st-map-wrapper .st-heading-section.mg0 {
    width: 100%;
}
.single-st_tours #st-content-wrapper .st-hr.large {
    background: transparent;
    margin: 20px 0;
}
.single-st_tours #st-content-wrapper.st-single-tour .st-program,
#st-content-wrapper.st-single-tour .st-faq{
	border-top:none;
	margin-top:0;
}
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item,
#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item h5{
	margin-bottom:20px;
}
#st-content-wrapper.st-single-tour .st-include .include li,
#st-content-wrapper.st-single-tour .st-include .exclude li{
	margin-bottom:10px;
}
h3.st-section-title ,
.st-heading-section{
    margin: 0!important;
    font-size: 16px!important;
	font-weight: 600!Important;
    text-transform: uppercase;
	    padding-bottom: 20px;
    border-bottom: 2px solid #DAE1E7;
    margin-bottom: 20px !important;

}
#st-content-wrapper.st-single-tour .st-tour-feature .item .info .name,#st-content-wrapper.st-single-tour .st-tour-feature .item .info .value {
	font-size: 12px;}
#st-content-wrapper .widgets.custom-sidebar .form-book-wrapper #form-booking-inpage {
    padding: 20px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    margin: 20px;
}
.st-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	flex-direction:row-reverse;
}
.submit-group .btn.btn-full {
	    width: 100%;
    background: #1a2b48;
    font-size: 14px;
    padding: 10px ! Important;
    font-weight: 600;
	border-radius:0;
}
#st-content-wrapper .st-heading {
    color: #1a2b48;
	    margin: 0 0 20px 0;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper {
    padding-left: 0;
    padding-right: 0;
	padding:20px 0;
}
#st-content-wrapper .widgets.custom-sidebar .form-book-wrapper {
       border: none !important;
    box-sizing: border-box !important;
    box-shadow: unset;
    border-radius: 0px !important;
    overflow: hidden !important;
    padding: 0;
}
.custom-sidebar .message-wrapper.mt30 {
    margin-top: 0;
}
.st-number-wrapper span.next svg, 
.st-number-wrapper span.prev svg {
   width: 12px;
}
#st-content-wrapper.st-single-tour .custom-sidebar .form-book-wrapper .form-date-search .date-wrapper {
    padding: 0px 0px 10px 0px;
}
#st-content-wrapper.st-single-tour .custom-sidebar .form-book-wrapper .form-date-search {
    border-top: none;
}
#st-content-wrapper .custom-sidebar .form-book-wrapper .submit-group {
    border-top: 1px solid #D7DCE3;
    padding: 20px 0 0 0;
}
.st-number-wrapper span.next,
.st-number-wrapper span.prev {
    width: 30px!important;
    height: 30px!important;
    border: 1px solid #D7DCE3!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 0!important;
}
.product-image {
    width: 320px;
    height: 320px;
    border: 1px solid red;
    margin-right: 20px;
}
.booking_service_row {
/*     align-items: flex-start; */
    margin-bottom: 20px;
/* 	display:flex; */
	width: 98%;
    margin: 0 auto 30px auto;
}
.order-tabs ul li ul li {
    padding: 0;
	border-bottom:none;
}
.order-tabs ul li ul {
    display: inline-flex;
    align-items: flex-end;
}
.product-column {
    width:100%;
}
.contact-detail .contact-header {
    background-color: #EBEEF1;
    padding: 20px;
    text-align: center;
	margin-bottom:20px;
}
.order-tabs ul li:nth-last-child(2), .order-tabs ul li:nth-last-child(1) {
    padding-bottom: 0;
}

.contact-detail .contact-header h3 {
    color: #1A2B48!important;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-detail .contact-header h4 {
    border: none;
	padding-bottom:0;
	text-transform:uppercase!important;
	font-size:14px!important;
	font-weight:600;
}
/* .customer-row .customer-column:last-child {
    padding-right: 0;
} */
.pay-inovice-row {
    text-align: right;
	    padding-right: 50px;
    margin-top: 20px;
}
.btn-pdf {
    background-color: #1a2b48!important;
    border-radius: 0;
    color: #fff!important;
    min-width: 150px;
    font-size: 14px;
    padding: 8px 47px;
}
.single-st_tours #st-content-wrapper .st-hr.large{
	display:none;
}
.related-parents {
    padding-top: 30px;
}
.awsm-job-featured-image h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
}
.awsm-job-more-container {
    text-align: right;
    margin-top: 20px;
}
.awsm-job-more-container .awsm-job-more {
    text-transform: uppercase;
    color: #1A2B48;
    font-weight: 600;
    margin-top: 20px;
}
.awsm-grid-left-col h2 {
    font-size: 16px!important;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0!important;
}
.awsm-grid-item .awsm-job-featured-image {
    margin-bottom: 30px;
}
.awsm-job-specification-wrapper {
    display: flex;
}
.awsm-job-specification-wrapper .awsm-job-specification-item {
    list-style: none;
    justify-content: center;
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 25px;
}
.awsm-job-specification-wrapper .awsm-job-specification-item:before {
    position: absolute;
    content: " ";
    content: "";
    height: 6px;
    width: 6px;
    background: #1A2B48;
    margin-left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    right: -15px;
}
.awsm-job-specification-wrapper .awsm-job-specification-item:last-child:before {
    display: none;
}
a.awsm-job-item .awsm-job-specification-item{
	position:relative;
}
@media (max-width: 1920px) {
	.whistlist_row li {
		width: calc(100% / 4);
	}
	.pay-inovice-row{
		padding-right:0
	}
	.customer-row .customer-column:nth-child(1) {
		padding-right: 20px;
	}

	.customer-row .customer-column:nth-child(2) {
		padding-left: 20px;
	}
	.customer_title{
		left:-5px;
	}
	.tabs.active,
	.booking_service_row{
		width:100%;
	}
	.customer-column{
		padding:0;
	}
	.contact-detail{
		padding-left:20px;
		padding-right:20px;
	}
}
.whislist-repeater .thumb img {
    margin: 0 auto;
}
.banner.archive-banner {
    background-color: #363535;
	padding: 84px 0;
}
.banner-content.yes h1 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px;
}
.banner.archive-banner .container {
    width: 100%;
    padding: 0 15px;
}
.banner-content.yes h1 span.breadcrumb-title:before {
    position: absolute;
    content: " ";
    position: absolute;
    content: ".";
    color: #fff;
    right: 10px;
    top: -6px;
}
.banner-content.yes h1 span.breadcrumb-title:first-child {
    position: relative;
    padding-right: 30px;
}
.banner-content.yes {
    padding: 0 280px;
}
.no-cotnent {
    font-size: 14px;
    margin: 0;
}
.sidebar-widget label.h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2B48;
    margin-top: 0;
    border-bottom: 2px solid #d7dce3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}
.search #st-content-wrapper .st-breadcrumb{
	display:none;
}
@media (max-width: 1400px) {
	.banner-content.yes {
		padding: 0 50px;
	}
	.banner-content.yes {
		padding: 0 50px;
	}
	#st-content-wrapper .st-breadcrumb{
		        padding: 0 50px;
	}
	.whistlist_row li {
		width: calc(100% / 3);
	}
	.customer-row .customer-column:nth-child(1) {
        padding-right: 0;
	}
	.customer-row .customer-column:nth-child(2) {
        padding-left: 0;
    }

	.customer-row{
		flex-wrap:wrap;
	}
	.customer-row .customer-column {
    	margin-bottom: 20px;
	}
	.customer-row .customer-column:last-child {
		margin-bottom: 0;
	}
	.booking_service_row{
		width:80%;
	}
	.customer-column{
		width:100%;
	}
	.tabs.active{
		width:100%;
	}
	.contact-columns .info-content{
		padding: 38px 30px;
    	display: flex;
    	top: 52%;
	}
	.checkout-banners{
		padding: 0 50px;
	}
	.prouct_images {
		width: 100%;
		height: 400px;
	}
}
@media (max-width: 1200px) {
	    .st-list-statistic .item {
        height: 200px;
    }
	.team_member_row .st-aboutus-team .item .thumb {
		width: 100%;
		height: 190px;
	}

	.contact-columns1 .st-contact-info .info-content .sub p:last-child{
		position:unset;
	}
	.contact-columns1 .st-contact-info .info-content {
		min-height: 170px;
		min-width: 249PX;
		top: 80%;
	}
	.contact-columns1 .info-bg img {
		max-width: 74%;
		margin-left: auto;
	}
}
#show-sidebar{
	left:31px;
}
@media (max-width: 1180px) {
	.n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
		margin-left: auto;
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.banner-content.yes {
		padding: 0 35px;
	}
	.banner.archive-banner .container {
		padding: 0 15px;
	}
	.textwidget p img {
		margin: 0 auto;
		display: block;
	}
	.st-blog .col-sm-3,
	.st-blog .col-sm-9,
	.blog-content.content .col-md-3,
	.blog-content.content .col-md-9{
		width:100%;	
	}
	.blog-content.content .col-md-3,
	.st-blog .col-sm-3{
		display:none;
	}
	.tour_image {
		width: 100%;
		height: 340px;
	}
	#st-content-wrapper .st-breadcrumb{
		        padding: 0 35px;
	}
	.main-footer-sub{
		padding-bottom:90px;
	}
	.hotel-target-book-mobile .btn.btn-green {
		background: #1a2b48 !important;
		color: #FFF ! Important;
		border-radius: 0 !important;
		padding: 5px 15px ! Important;
		font-weight: 500 !important;
		border-radius: 0;
		text-transform:uppercase;
	}
	h6.btn-close {
		font-weight: 900;
		margin: 0;
		color: #1a2b48;
	}

	 #st-content-wrapper .fixed-on-mobile .close-icon {
        display: block !important;
        position: absolute;
        top: 20px;
        right: 22px;
        z-index: 2;
        cursor: pointer;
    }
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale {
		padding-left: 25px;
		display: block;
		position: relative;
		font-weight: 600!important;
		color:#FA5636;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale:before {
		position: absolute;
		content: "was";
		left: 0;
		font-size: 12px;
		text-transform: lowercase;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item:before {
		position: absolute;
		content: "Now";
		left: 0;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item {
		padding-left: 44px;
        position: relative;
        font-weight: 600;
        text-transform: lowercase;
        font-size: 20px;
	}
	

	.tour_details .col-md-9, 
	.tour_details .col-md-3 {
		width: 100%;
	}
	.daterangepicker .table-sub-header .day-off-week {
			width: calc(100% / 7) !important;
		}
	
	#st-content-wrapper .hotel-target-book-mobile{
		position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #FFF;
        padding: 10px 115px;
        border-top: 1px solid var(--light-grey-color, #EAEEF3);
        align-items: center;
        justify-content: space-between;
		display:flex!important;
        z-index: 9;
	}
	    #st-content-wrapper .fixed-on-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        bottom: 0;
        background: #FFF;
        z-index: 9999;
        display: none;
    }
	    #st-content-wrapper.st-single-tour .st-include .include {
        margin-bottom: 0px;
    }
	 .st-include .row .col-lg-6 {
        width: 50%;
        float: left;
    }
	#st-content-wrapper.st-single-tour .form-book-wrapper .form-guest-search .guest-wrapper .select-wrapper {
		width: 70%;
	}
	.st-list-tour-related .whistlist_row li:nth-child(4) {
		display: none;
	}
	.st-list-tour-related .whistlist_row li {
		width: 33.333%;
	}
	.whistlist_row li {
        width: calc(100% / 2);
    }
	#show-sidebar{
		top:49px;
	}
	.logged-in.admin-bar .page-wrapper #show-sidebar {
        margin-top: 0;
    }
	.page-id-10225 .infor-st-setting form .row .col-md-6 {
    	width: 100%;
	}
	.customer_title{
		left:0;
	}
	.pay-inovice-row {
		text-align: right;
		padding-right: 0px;
	}
	.booking_service_row{
		width:100%;
	}
	.tabs.active{
		width:100%;
	}
	.customer-row .customer-column:last-child {
		margin-bottom: 0;
	}
	.customer-row{
		flex-wrap:wrap;
		
	}
	.customer-column{
		width:100%;
		margin-bottom: 20px;
		padding:0;
	}
	.table_repeaters thead {
		display: none;
	}
	.table_repeaters tbody tr td {
		display: block;
		width: 100%;
	}
	.booking-table table tbody tr td {
		width: 100%;
		position: relative;
		text-align: right;
	}
	.booking-table table tbody tr td:before {
		position: absolute;
		content: attr(data-title);
		left: 10px;
		color: #333;
		font-weight: 700;
	}
	.team_member_row .st-aboutus-team .item .thumb {
		width: 100%;
		height: 230px;
	}
	.st-aboutus-team .thumb img {
		width: auto;
		min-width: auto;
		height: auto;
		min-height: auto;
		position: unset;
		max-width: 100%;
		display: block;
	}
	.contact-repeater-row .row .contact-columns1:first-child .vc_column-inner.wpb_wrapper {
		margin-top: -15px;
	}
	.st-list-statistic .item{
		height:200px;
	}
	.contact-columns .st-contact-info {
		margin-top: 0;
	}
	.contact-form p {
		margin: 0;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.form-control {
		resize: none;
		height: 110px;
	}
	.contact-columns .st-contact-info .info-bg img {
    	max-width: 113%;
		margin-right: 100px;
		position: relative;
		right: 38px;
		/* border-bottom: 1px solid red; */
	}
	.contact-columns1.col-md-4 {
		width: 50%;
	}
	.contact-columns1 .info-bg img {
		max-width: 80%;
		margin-left: auto;
	}
	.contact-columns1 .st-contact-info .info-content {
		min-height: 230px;
        min-width: auto;
        top: 90px;
        margin-left: 0;
        padding: 20px;
        background-color: rgb(26 43 72 / 75%) !important;
        width: 70%;
        margin-top: 0;

	}
    .checkout-banners {
        padding: 0 35px;
    }
	.wc-stripe-card-icons-container {
		display: none!important;
	}
	.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper {
		display: flex;
		margin:0px -15px;
	}
	.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper .st-contact-info {
		padding: 15px;
		margin-top: 0;
	}
	    .contact-columns1.col-md-4 {
    	    width: 100%;
	    }
	    .contact-columns1 .st-contact-info .info-content .sub p:last-child {
        position: absolute;
    }

}
@media (max-width: 1024px) {
#st-content-wrapper .hotel-target-book-mobile{
		position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #FFF;
        padding: 10px 35px;
}
}
@media (max-width: 991px) {
	.n2-ss-layer.n2-ow.first-slide-column {
		margin-bottom: 0 !important;
	}

	div#n2-ss-20 .n-uc-cjjDWkzjrPL0-inner > .n2-ss-layer-row-inner{
		flex-wrap:nowrap!Important;
	}
	    .n2-ss-layer.n2-ow {
        justify-content: flex-end!important;
    }
	 .n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
        margin-left: auto;
        font-size: 20px !important;
        line-height: 30px !important;
    }
	.banner-content.yes h1 span.breadcrumb-title:before{
		top:-3px;
	}
	.archive div#st-content-wrapper .container,
	.search div#st-content-wrapper .container{
		width:100%;
	}
	.banner-content.yes {
		padding-left: 10px;
	}


	.banner-content.yes h1 {
    	font-size: 14px;
	}
	.banner-content.yes h1{
		text-align:left;
	}
	.banner.archive-banner {
		background-color: #363535;
		padding: 43px 0;
	}
	.banner.archive-banner .container {
		padding: 0 15px;
	}
	#st-content-wrapper .st-breadcrumb{
		height:100px;
	}
	#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after{
		top:-4px;
		right: 14px !important;
	}
	#st-content-wrapper .st-breadcrumb ul li {
    	font-size: 14px;
	}
	.page-template-template-blog .search-result-page .banner {
		padding: 50.5px 0;
	}
	    .st-blog .container {
			width: 100%;
		}

	    #st-content-wrapper .st-breadcrumb {
        padding: 0 10px;
    }
	.page-template-template-blog .container {
		width: 100%;
	}


	.st-blog .col-sm-9, .st-blog .col-sm-3 {
		width: 100%;
	}


	 #st-content-wrapper.st-single-tour .st-include .include {
        margin-bottom: 0;
    }
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale {
		padding-left: 25px;
		display: block;
		position: relative;
		font-weight: 600!important;
		color:#FA5636;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale:before {
		position: absolute;
		content: "was";
		left: 0;
		font-size: 12px;
		text-transform: lowercase;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item:before {
		position: absolute;
		content: "Now";
		left: 0;
	}
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .text-lg.lh1em.item {
		padding-left: 44px;
        position: relative;
        font-weight: 600;
        text-transform: lowercase;
        font-size: 20px;
	}
	#st-content-wrapper .hotel-target-book-mobile{
		padding: 5px 25px;
	}
	.st-include .row .col-lg-6 {
		width: 50%;
		float: left;
	}
	#st-content-wrapper #reviews .review-list .comment-item .comment-item-body {
		margin-top: 10px;
		padding-left: 0;
	}
	.st-list-tour-related .whistlist_row li:nth-child(4) {
		display: block;
	}
	.st-list-tour-related .whistlist_row li {
		width: 50%;
	}
	.whistlist_row li {
        width: calc(100% / 2);
    }
	.profile_img{
		padding:20px 0;
	}
	.profile_fields,
	.profile_img{
		width:100%;
	}
	.profile_Rows{
		flex-wrap:wrap;
	}
	.order-tabs ul li{
		width:100%;
	}
	.logged-in.admin-bar .page-wrapper #show-sidebar {
        margin-top: 0;
    }
	 body .n2-ss-layer.n2-ow .n2-ss-item-content.n2-ss-text.n2-ow {
        display: block !important;
    }
    .team_member_row .st-aboutus-team .item .thumb {
        width: 100%;
        height: auto;
    }
	.contact-columns .st-contact-info .info-bg img {
        max-width: 100%;
        margin-right: 0;
        position: relative;
        right: 0;
        /* border-bottom: 1px solid red; */
    }
	.contact-columns1 .vc_column-inner.wpb_wrapper {
		display: flex;
		margin: 0 -15px;
	}
	.contact-columns1 .vc_column-inner.wpb_wrapper .st-contact-info {
		padding: 0 15px;
	}
	.contact-columns1.col-md-4 {
        width: 100%;
        /* float: left; */
    }
	.contact-columns1 .st-contact-info .info-content {
		position: absolute;
        /* bottom: auto; */
        top: 50px;
        width: 70%;
		margin-left:14px;
        height: 230px;
	}
	.contact-columns1 .st-contact-info .info-bg {
		width: 80%;
		margin-left: auto;
	}

	.contact-columns1 .info-bg img {
		min-width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
	}
	.contact-columns1 .st-contact-info .info-bg {
        display: block;
    }
	.page-id-8088 .contact-content .container ,
	.page-id-8028 .contact-content .container,
	.page-id-8205 .contact-content .container{
		width: 100%;
		/* padding: 0 15px; */
	}
	.contact-columns .st-contact-info .info-bg {
		display: block;
		max-width: 100%;
	}
	.contact-columns .st-contact-info .info-bg img {
		max-width: 60%;
		margin-left: auto;
	}
	.contact-columns .info-content {
		display: flex;
        top: 0;
        width: 60%;
        bottom: 0;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        top: auto;
		background-color:rgb(26 43 72);
	}
	.cusomter-container {
		flex-wrap: wrap;
	}
	.customer-content {
		width: 100%;
	}
	.customer-support-row {
		width: 100%;
	}
	p#account_password_field {
		padding: 0;
	}
	.wc-stripe-bootstrap-form .row .col-md-4 {
		max-width: 50%!important;
		flex: 0 0 50%!important;
	}
	.wc-stripe-bootstrap-form .row {
		flex-direction: row!important;
	}
	.prouct_images{
        width: 100%;
        height: 600px!important;
    }
	.checkout_fields .col-sm-7, .checkout_fields .col-sm-5 {
		width: 100%;
	}
	.col-sm-7.custom-checkout {
		margin-top: 20px;
	}
	.checkout_fields .row {
    display: flex;
    flex-direction: column-reverse;
}
	.checkout-banner {
    	padding: 40px 0;
	}
	.checkout-banners li a:before{
		top:-6px;
	}
	.checkout-banners li{
		font-size:14px;
	}
    .checkout-banners {
        padding: 0 10px;
    }
	.woocommerce-checkout-payment label img {
    	display: none;
	}
	.custom-checkout .woocommerce-billing-fields__field-wrapper {
    	margin: 0 -5px !important;
	}
	 
	.form-rows.additional_fields,
	.woocommerce-checkout-review-order{
		padding:0;
	}
	.page-id-10258 .search-result-page--custom .container {
		width: 100%;
	}
}
@media (max-width: 810px) {
	.contact-columns1 .st-contact-info .info-content{
		top:42px;
	}
	
}
@media (max-width: 767px) {
	.n2-ss-slider .n2-ss-text p ,
	.n2-ss-layer.n2-ow .n2-ss-item-content.n2-ss-text.n2-ow{
		text-align: left !important;
	}
	body .n2-ss-layer.n2-ow .n2-ss-item-content.n2-ss-text.n2-ow{
		width:100%!important;
	}
	.booking-item-payment-price-amount span.extra_item_row {
   		width:100%!important;
		font-size:25px!important;
	}
	.n2-ss-layer.n2-ow.custom-slide-title .n2-ss-item-content {
		font-size:20px!important;
	}
	.faq_body {
    	padding: 20px;
	}
	.repeater_head h5{
		padding-right:20px;
	}
	.blog-listing-image {
		width: 100%;
		height: 200px;
	}
	.banner-content.yes h1 span.breadcrumb-title:before{
		top:-2px;
	}
	.banner-content.yes h1{
		padding-right:0;
	}
	.meta ul li{
		font-size:12px;
		margin-right:7px;
	}
	.blog-content .post-info .meta ul li img{
		margin-right:5px;
	}
	.st-blog .content .article .post-inner .meta ul li span {
    	margin-right: 0px;
	}
	.st-blog .content .article .post-inner .meta ul li img{
		margin-right:5px;
	}
/* 	.st-blog .content .article .post-inner .meta ul li {
        width: 50%;
		margin-right:0;
        justify-content: flex-start;
    }
	.st-blog .content .article .post-inner .meta ul li:last-child {
		margin-bottom: 0;
	}
	.st-blog .content .article .post-inner .meta ul {
		flex-wrap: wrap!important;
/* 		align-items: flex-start!important; 
	}
	.st-blog .content .article .post-inner .meta ul li:after{
		display:none;
	} */
	.single #st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
		top: -4px !important;
	}


	.single #st-content-wrapper .st-breadcrumb ul li.active {
		display: none;
	}
	.single #st-content-wrapper .st-breadcrumb ul li:nth-child(2):after {
		display: none;
	}
	.blog-content .st-flex .share{
		margin-top:20px!important;
	}
	.page-template-template-blog .search-result-page .banner {
		padding: 50px 0;
	}
	#st-content-wrapper .st-breadcrumb{
		height:100px;
	}
	#st-content-wrapper .st-breadcrumb ul li {
    	font-size: 14px;
/* 		top:-5px; */
	}

	#st-content-wrapper .st-breadcrumb{
		display:flex!important;
	}
	.main-footer-sub{
		        margin-bottom: 0px;
        padding-bottom: 60px;
	}
	.mfp-wrap{
		height:auto!important;
		top:150px!Important;
	}
	#st-content-wrapper.st-single-tour .st-highlight ul li:before {
		margin-right: 10px;
	}

	#st-content-wrapper.st-single-tour .st-include .include li:last-child {
		margin-bottom: 10px;
	}


	#st-content-wrapper .widgets{
		margin:0;
	}
	.checkout-banners li:last-child {
		padding-right: 0;
	}

	#st-content-wrapper.st-single-tour .st-highlight ul li:last-child {
		margin-bottom: 0;
	}
	.checkout-banners li:last-child {
		padding-right: 0;
	}
	 #st-content-wrapper .hotel-target-book-mobile {
        padding: 5px 17px;
    }
	.st-include .row .col-lg-6 {
		width: 100%;
		float: left;
	}
	.main-slider-row {
    	height: 400px;
	}
	#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-sumary .item .label{
		top:4px;
	}
	.row-row{
		flex-wrap:wrap;
	}
	.col-review,
	.review-progress-bar{
		width:100%;
	}
	#st-content-wrapper.st-single-tour.st-single-tour-new .review-box .review-box-score{
		padding:20px;
	}
	.st-list-tour-related .whistlist_row li {
        width: 100%;
    }
	.no-content-container {
    height: calc(100vh - 170px);
	}
	.whistlist_row li {
        width: 100%;
    }
	.profile_img{
		padding:20px 0;
	}
	.profile_fields,
	.profile_img{
		width:100%;
	}
	.profile_Rows{
		flex-wrap:wrap;
	}
	.page-wrapper .page-content > .st_content {
		padding: 15px;
	}
	.order-tabs ul li {
		width: 100%;
	}
	.order-tabs ul li:before{
		top:8px;
	}
	.customer_title {
		position: unset;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        width: 100%;
	}
	.contact-detail {
		margin-top: 20px;
		margin-left: 0;
		padding: 20px 20px;
		width: 100%;
		height: auto;
	}
	.customer_icon {
		border: none;
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.customer-column .customer_title h4 {
		padding: 0;
        text-align: right;
        padding-right: 0;
        border-bottom: 2px solid #EBEEF1;
        padding-bottom: 10px;
        width: calc(100% - 80px);
        text-align: left;
		position:unset;
	}
	.contact-detail .contact-header h4,
	.contact-detail .contact-header h3{
		font-weight:500!important;
	}
	.inner-bredadcurmb ul li {
    	font-size: 14px;
	}
	#show-sidebar {
    	left: 15px;
		top: 11px;
	}
	.about_slider {
		padding: 0 15px;
	}
	.team_member_row .st-aboutus-team .item .thumb {
        width: 100%;
        height: auto;
    }
		.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper {
		flex-wrap: wrap;
		margin: 0;
		display: block;
	}
	.contact-columns1.col-md-4 .vc_column-inner.wpb_wrapper .st-contact-info {padding: 0;}
	.vc_empty_space.mobile-padding {
		height: 0 !important;
	}

	.contact-columns1 .st-contact-info .info-content .sub{
		margin-top:10px;
	}
	.contact-columns1 .st-contact-info .info-content .sub p:last-child {
		position: unset;
		bottom: 15px;
		margin: 10px 0 0 0;
	}
	.contact-columns1 .st-contact-info .info-content h3{
		margin-bottom: 0;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
		text-transform:uppercase;
	}
	.contact-columns1 .st-contact-info .info-content {
		position: absolute;
	}
	.contact-columns1 .st-contact-info .info-bg {
		width: 100%;
	}
	.contact-columns1 .st-contact-info {
		margin-top: 0;
		margin-bottom: 20px;
		position:relative;
		overflow:hidden;
	}

	.title-rows .st-text-center.style-9 h2.style-9{
		margin-bottom:20px;
	}
	.contact-columns1 .st-contact-info .info-bg {
		display: block;
	}
	.contact-columns1 .st-contact-info .info-content {
		width: 100%;
		min-width: auto;
		top:auto;
		margin-left: 0;
		min-height:auto;
/* 		transform: translateY(236px); */
        height: 100%;
		bottom:-92%;
		
	}
	.contact-columns1 .st-contact-info:hover .info-content {
    /* display: block; */
/* 		transform: translateY(0); */
		bottom:0;
		display: flex;
        flex-direction: column;
        justify-content: flex-end;
	}

	.contact-columns1 .info-bg img {
		min-width: auto;
		max-width:100%;
	}
	.customer-support-row{
		padding-top:20px;
	}
	.contact-columns .st-contact-info{
		margin-top:0;
	}
	.support-inner-column {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0px;
		border-radius:0;
	}
	.support-column.support-column1 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-radius:0;
		
	}
	.customer-support-row,
	.support-inner-column{
		flex-wrap:wrap;
	}
	.support-column.support-column1,
	.support-inner-column .support-column,
	.support-inner-column{
		width:100%;
	}
	.contact-columns .info-content{
		  width: 100%;
		min-width:auto;
		padding:20px;
		position:unset;
	}
	.contact-columns .st-contact-info .info-bg img {
        max-width: 100%;
	}
	.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
		margin-bottom:10px;
	}
	p.lost_password {
		position: unset;
		bottom: 57px;
		left: 160px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme:before{
		display:none;
	}
	.custom-checkout .woocommerce-billing-fields__field-wrapper {
    	margin: 0 0px !important;
	}
	.prouct_images {
        width: 100%;
        height: 300px!important;
    }
	.col-sm-7.custom-checkout {
		margin-top: 20px;
	}
	.checkout_fields .row {
    display: flex;
    flex-direction: column-reverse;
}
	.checkout-banner {
    	padding: 40px 0;
	}
	.checkout-banners li a:before{
		top:-6px;
	}
	.checkout-banners li{
		font-size:14px;
	}
    .checkout-banners {
        padding: 0 10px;
    }
	.woocommerce-billing-fields__field-wrapper .form-row ,
	.form-rows.additional_fields{
		padding-left: 0 !important;
		padding-right: 0!Important;
	}
	.woocommerce-checkout-payment label img {
    	display: none;
	}
	main.page-content .infor-st-setting .form-group {
        margin-top: 0px;
        margin-bottom: 20px;
    }
	.row.btn-row .form-group {
    	margin-bottom: 0 !important;
	}
	.column_title ,
	.password_row h4{
    	margin-bottom: 20px;
	}


}
@media (max-width: 540px) {
	.contact-columns1 .st-contact-info .info-content{
		bottom:-84%;
	}
	
}
@media (max-width: 400px) {
	.contact-columns1 .st-contact-info .info-content{
		bottom:-87%;
	}
}
@media (max-width: 390px) {
    .contact-columns1 .st-contact-info .info-content {
        bottom: -82%;
    }
