:root {
	--orange: #53D2DC;
	--gradient-orange: linear-gradient(rgb(190, 221, 235), rgb(174, 234, 240));
	--gradient-orange-light: linear-gradient(rgba(188, 231, 239, 0.5), rgba(166, 221, 224, 0.5));
}
html {
	height: 100%;
}
.container {
	max-width: 1320px !important;

}
.w-65 {
	width: 65%;
}
.text-orange {
	color: var(--orange);
}
.text-red {
	color: #a7110c;
}
.bg-orange {
	background-color: var(--orange);
}
.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none;
}
@media(max-width:991.98px) {
	.navbar {
		padding: 15px !important;
		margin: 0 !important;
	}
	.navbar-brand {
		margin-left: 0;
		margin-right: auto;
	}
	.navbar-toggler {
		padding: 0 !important;
	}
	.navbar-collapse {
		padding: 2%;
	}
}
nav .nav-item .nav-link {
	color: black;
}
nav .nav-item .nav-link:hover {
	color: var(--orange);
}
.navbar-toggler {
	color: var(--orange) !important;
}
.nav-search-icon {
	color: var(--orange) !important;
	margin-right: 1%;
}
.dropdown-menu {
	border-top: 5px solid var(--orange);
}
.dropdown-item:hover { 
	background-color: var(--orange);
	color: white;
}
/*footer {
	background-image: url('../img/footer.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}*/
footer .nav-link {
	color: white;
	padding-left: 0;
	padding-right: 0;
}
footer .nav-link:hover {
	color: var(--orange);
}
.footer-container {
	background: rgba(0,0,0,0.7);
}
.footer-title-line {
	width: 50px;
	border-top: 3px solid var(--orange);
	margin-bottom: 15px;
}
.footer-end-line {
	width: 100%;
	border-top: 1px solid white;
}
.bg-default {
	background-image: url('../img/default-image.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.auth-body {
	background: linear-gradient(white, rgba(255, 134, 0, 0.3));
}
.auth-card .btn {
    background-image: var(--gradient-orange);
}
.auth-card .btn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.form-control:focus {
    border-color: #fd7014;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(167, 17, 12, 0.5);
}
.btn-orange {
	background-image: var(--gradient-orange);
	color: white;
}
.btn-orange:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	color: white;
	font-weight: bold;
}
.btn-orange:disabled {
	background-image: var(--gradient-orange-light);
	box-shadow: none;
}
.btn-outline-orange {
	color: var(--orange);
	border-color: var(--orange);
}
.btn-outline-orange:hover {
	background-color: var(--orange);
	color: white;
	border-color: var(--orange);
}
.btn-red {
	background-color: #faebea;
	color: red;
	font-weight: bold;
}
.btn-red:hover {
	background-color: #faebea;
	color: red;
	font-size: 120%;
}
a.text-orange:hover {
	text-decoration: none;
	font-weight: bold;
	color: var(--orange);
}
.auth-card a {
    color: rgb(167,17,12);
}
.auth-card a:hover {
    color: #fd7014;
    text-decoration: none;
}
.feature-image-container {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
}

.cart-template a.btn_orange {
    background-color: #fd7014;
    color: white;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
	border-radius: 23px;
	text-decoration: none;
}
.cart-template .btn-lightorange {
    background: #ffeadc;
    color: #000;
    text-align: center;
    padding: 12px;
    border-radius: 23px;
	border: 2px solid #fd7014;
	text-decoration: none;
}
.tour_title {
    font-size: 16px;
    font-weight: 700;
}
.cart-template  button.btn_orange, .checkout-template  button.btn_orange {
    width: 150px;
	background:#fd7014;
	padding: 8px 48px;
	border-radius: 23px;
	border: 2px solid #fd7014;color: #fff;
}
#bill_phone {
    height: 60% !important;
}
.form-check label {
    padding: 0 0 0 15px;
}
.general_template_banner h1 {
    font-size: 47px;
    font-weight: 800;
}
.general_template_content p, .general_template p{font-size: 16px;font-weight: 400;}
.general_template .orange-title{font-size: 32px;font-weight: 700;}
.general_template .orange-title::after{display: none;}
@media (max-width:767px) {
	.feature-image-container {
	margin-top:105px;
}
#bill_phone {
    height: 30% !important;
	margin-top: 15px;
}
.total_cart {
    display: none !important;
}
.btn_redeem {
    margin: 15px 0 0 0;
    width: 100% !important;
}
.cart-template img {
    width: 100%;
}
}
@media (min-width: 768px) {
	.feature-image-container {
		width: 100%;
		height: 500px;
	}
}
.orange-title:after {
	display: block;
	content: "";
	border-top: 6px solid var(--orange);
	width: 60px;
	margin-bottom: 10px;
}
.general-title {
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 150%;
	font-weight: bold;
	color: white;
}
@media (min-width: 992px) {
	.general-title {
		font-size: 300%;
		padding-top: 200px;
	}
}
.title-underline:after {
	display: block;
	content: "";
	border-top: 6px solid var(--orange);
	width: 120px;
	margin-bottom: 10px;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}
.category-card {
	position: relative;
	background-position: center;
	background-size: cover;
	height: 200px;
	color: white;
	font-size: 150%;
	border-radius: 1rem;
}
.category-card:hover {
	color: white;
	text-decoration: none;
	font-size: 180%;
}
.category-card-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
}
.divider-line {
	border-top: 1px solid lightgray;
}
label.required:after {
    content:" *";
    color: red;
}
.menu-search {
	margin-right: 50px;
}
.menu-search button, .menu-search input {
	border-radius: 3rem;
}
.menu-search input::placeholder {
	color: red;
}
.menu-search input:focus {
	box-shadow: none; 
	caret-color: red;
}
.menu-search input:focus::placeholder {
	color: transparent;
}
.bg-guided-tour {
	background-color: #1593ff;
}
.bg-ticket {
	background-color: red;
}
.bg-private-tour {
	background-color: #fd7014;
}
.bg-food-and-wine {
	background-color: teal;
}
.bg-day-trip {
	background-color: purple;
}
.bg-shore-excursions {
	background-color: burlywood;
}
.bg-cooking-class {
	background-color: brown;
}
.bg-airport-transfers {
	background-color: midnightblue;
}
.bg-hop-on-hop-off-bus {
	background-color: gold;
}
.bg-walking-tour {
	background-color: darkgreen;
}
.cat_sec p,li {
    font-size: 16px;
    font-weight: 400;
}
.cat_sec .orange-title {
    font-weight: 800;
}
.cat_sec .orange-title:after{
    display:none;
}
.title-underline:after {
    display: none;
}
.see_more {
    color: #fff !important;
    width: 190px;
}
.cat_sec .text-orange {
    color: #242424 !important;
    font-weight: 800;
}