:root {
	--font-poppins: "Poppins", sans-serif;
	--font-roboto: "Roboto", sans-serif;
	--font-courgette: "Courgette", sans-serif;
	--white-color: #fff;
	--white-color-opc: 255, 255, 255;
	--black-color: #110F0F;
	--black-color-opc: 17, 15, 15;
	--title-color: #110F0F;
	--title-color-opc: 17, 15, 15;
	--title-color2: #F6F3BC;
	--title-color2-opc: 246, 243, 188;
	--text-color: #525252;
	--white-text-color: #AAAAAA;
	--primary-color1: #285340;
	--primary-color1-opc: 40, 83, 64;
	--primary-color2: #0EA9D0;
	--primary-color2-opc: 14, 169, 208;
	--primary-color3: #285340;
	--primary-color3-opc: 40, 83, 64;
	--primary-color4: #1B2072;
	--primary-color4-opc: 27, 32, 114;
	--borders-color: #E8E8E8;
	--yellow-color: #FFC90D;
	--yellow-color-opc: 255, 201, 13;
}

.form-check-input:checked {
	background-color: var(--primary-color1) !important;
	border-color: var(--primary-color1) !important;
}

.breadcrumb-section {
	padding-top: 230px;
	padding-bottom: 130px;
}
.breadcrumb-section.four {
	padding-top: 230px;
	padding-bottom: 165px;
}
.breadcrumb-section.four .banner-content h1 {
    color: var(--white-color);
}
.breadcrumb-section.four .banner-content .rating-area span {
    color: var(--white-color);
}
.breadcrumb-section.four .banner-content .location-area .location a {
    color: var(--white-color);
}
.breadcrumb-section.four .banner-content .location-area .map-view {
    color: var(--white-color);
}
.hotel-details-page .hotel-details-sidebar {
	top: 110px;
}
@media (max-width: 576px) {
    .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap {
    	row-gap: 0;
    }
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #ff0000;
}
/*.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #00ff00;
}*/