body header .header {
    padding: 0;
}
body header .header .main-header {
    padding: 0 50px;
}
.header .header-info {
    background-color: #002b11;
    margin-bottom: 3px;
    padding: 4px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-info .whatsapp {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header .header-info .btn-booknow {
    position: relative;
    padding: 1px 5px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header .header-info .btn-booknow svg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -8px;
}
.header .header-info .btn-booknow span {
    position: relative;
    color: #fff;
    padding: 0 10px;
    font-style: italic;
    font-weight: 500;
    top: -3px;
}
ul.tour-tag-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.tour-tag-list li {
    display: inline-flex;
}
ul.tour-tag-list li span {
    background: #1E90FF;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 6px 6px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 14px;
}
ul.tour-tag-list li span:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
ul.tour-tag-list li span:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #1E90FF;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.book-tour h2 {
    text-align: center;
    font-size: 24px;
    color: #1E90FF;
    margin-bottom: 30px;
}
.book-tour .row-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.book-tour .row-col .item-col {
    width: 50%;
    padding: 0 10px;
	margin-bottom: 20px;
}
.book-tour label {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}
.book-tour .item-col select, .book-tour .item-col input {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #CFCFCF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25) inset;
    font-size: 15px;
    color: #757586;
    height: 42px;
    padding: 0 12px;
}
.book-tour .item-col p {
    margin: 0;
}
.book-tour textarea {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #CFCFCF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25) inset;
    font-size: 15px;
    color: #757586;
    height: 200px;
    padding: 12px;
}
.book-tour .item-full.item-submit {
    text-align: center;
}
.book-tour span.wpcf7-spinner {
    display: none;
}
.book-tour .wpcf7-submit {
    display: inline-block;
    background-color: #1E90FF;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    font-size: 20px;
    letter-spacing: 1.1px;
    padding: 5px 25px;
}
.book-tour .wpcf7-radio input[type="radio"] {
    display: none;
}
.book-tour .wpcf7-radio label {
    margin: 0;
    display: inline-flex;
}
.book-tour .wpcf7-radio label:hover {
    border-color: #1E90FF;
}
.book-tour .wpcf7-radio .wpcf7-list-item.first {
    margin: 0;
}
.book-tour .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
}
.book-tour .wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 15px;
	flex-wrap: wrap;
}
.book-tour .wpcf7-radio .wpcf7-list-item-label {
    background-color: #e1e1e1;
    border-radius: 5px;
    padding: 5px 34px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}
.book-tour .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #1E90FF;
	border: 1px solid #1E90FF;
	color: #fff;
}
.book-tour .wpcf7-radio .wpcf7-list-item-label:hover {
    border: 1px solid #1E90FF;
}
.weather-info h2.title {
    color: #1E90FF;
}
.weather-widget select {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.weather-widget .weather-info {
    display: none;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}
@media (max-width: 992px) {
	body header .header .main-header {
		padding: 0 15px;
	}
	.header .header-info {
		padding: 4px 15px;
	}
}
@media (max-width: 640px) {
	.book-tour .row-col .item-col {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.header .header-info .whatsapp {
		gap: 5px;
		font-size: 14px;
	}
	.header .header-info .btn-booknow span {
		font-size: 14px;
	}
}