* {
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	box-sizing: border-box;
}

html { scroll-behavior: smooth;  }
body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
	font-family: "Inter", sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

ul{
    list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

a {
    display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/*-_-_Header_CSS_Start_-_-*/
header {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

header.floating {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	box-shadow: unset;
}

header .navbar {
	padding: 36px 0 24px;
}

header .navbar .navbar-brand {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	padding: 0;
	text-decoration: unset !important;
	margin-right: 32px;
}

header.floating .navbar .navbar-brand {
	color: #ffffff;
}

header .navbar .navbar-nav {
	align-items: center;
}

header .navbar .navbar-nav>li {
	margin-right: 14px;
}

header .navbar .navbar-nav>li:first-child {
	margin-right: 19px;
}

header .navbar .navbar-nav>li:nth-child(2) {
	margin-right: 36px;
}

header .navbar .navbar-nav>li:last-child {
	margin-right: 0;
}

.language-dropdown .flag-icon {
	width: 24px;
	margin-right: 8px;
}

header .navbar .navbar-nav li .select-wrap {
	position: relative;
}

header .navbar .navbar-nav li .select-wrap:after {
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #4D525C;
	position: absolute;
	pointer-events: none;
}

header.floating .navbar .navbar-nav li .select-wrap:after {
	border-top-color: #ffffff;
}

header .navbar .navbar-nav li .select-wrap select {
	font-size: 16px;
	line-height: 19px;
	color: #4D525C;
	text-transform: uppercase;
	border: 0;
	background: transparent;
	outline: unset !important;
	appearance: unset;
	-moz-appearance: unset;
	-webkit-appearance: unset;
	padding-right: 12px;
}

header.floating .navbar .navbar-nav li .select-wrap select {
	color: #ffffff;
}

header .navbar .navbar-nav li select option {
	color: #4D525C;
}

header .navbar .navbar-nav > li > a {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #4D525C;
	padding: 0 !important;
	transition: 0.4s all ease;
}

header.floating .navbar .navbar-nav > li > a {
	color: #ffffff;
}

header .navbar .navbar-nav > li a:hover,
header.floating .navbar .navbar-nav > li > a:hover {
	color: #F8122C;
}

header .navbar .navbar-nav > li:last-child > a {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #4D525C;
	padding: 11.2px 14.72px !important;
	border: 1.5px solid #4D525C;
	border-radius: 24px;
	transition: 0.4s all ease;
	text-align: center;
}

header.floating .navbar .navbar-nav > li:last-child > a {
	color: #ffffff;
	border-color: #ffffff;
}

header .navbar .navbar-nav > li:last-child > a:hover {
	color: #ffffff;
	background: #F8122C;
	border-color: #F8122C;
	text-decoration: unset;
}

.language-dropdown .dropdown-toggle {
	background: transparent;
	padding: 0;
	border: 0;
	outline: unset !important;
	padding-right: 16px;
	position: relative;
	width: 100%;
	text-align: left;
}

.language-dropdown .dropdown-toggle img {
	width: 26px;
	height: 20px;
}

.language-dropdown .dropdown-toggle::after {
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #4D525C;
	position: absolute;
	pointer-events: none;
	margin: 0;
	vertical-align: unset;
}

header.floating .dropdown-toggle::after {
	border-top-color: #ffffff;
}

.language-dropdown .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	min-width: unset;
	margin-top: 5px;
	padding: 0;
	border-radius: 3px;
	padding: 4px 0;
	position: absolute;
}

.language-dropdown .dropdown-menu .dropdown-item {
	padding: 8px 12px; 
	font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #4D525C !important;
	text-decoration: unset !important;
}

.language-dropdown .dropdown-menu .dropdown-item img {
	width: 26px;
	margin-right: 7px;
	height: 20px;
}
/*-_-_Header_CSS_End_-_-*/

/*-_-_Banner_CSS_Start_-_-*/
.banner {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 102px 0;
	background: url(../images/banner-img.png) center center no-repeat;
	background-size: cover;
}

.banner::after {
	content: "";
	background: url(../images/banner-overlay.png) center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.banner .banner-content {
	padding-top: 34px;
	max-width: 716px;
	position: relative;
	z-index: 1;
}

.banner .banner-content h1 {
	font-size: 62px;
	line-height: 1.05;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 28px;
}

.banner .banner-content p {
	font-size: 24px;
	line-height: 1.38;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 28px;
}

.deep-sea-fishing-form {
	max-width: 474px;
	width: 100%;
	position: relative;
}

.deep-sea-fishing-form .input-wrap {
	position: relative;
}

.deep-sea-fishing-form .input-wrap::before {
	content: "";
	background: url(../images/search-icon.svg) center center no-repeat;
	background-size: contain;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	position: absolute;
}

.deep-sea-fishing-form .input-wrap input {
	font-size: 15px;
	line-height: 1.5;
	color: #000000;
	height: 42px;
	width: 100%;
	padding-left: 42px;
	padding-right: 102px;
	border: 1px solid #DBDBDB;
	background: #ffffff;
	outline: unset !important;
	border-radius: 20px;
}

.deep-sea-fishing-form .input-wrap input::placeholder {
	color: #878787;
}

.deep-sea-fishing-form button {
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	position: absolute;
	background: #F8122C;
	border: 0;
	color: #ffffff;
	border-radius: 20px;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 20px;
	outline: unset !important;
}
/*-_-_Banner_CSS_End_-_-*/

/*-_-_Content_CSS_Start_-_-*/
.content h2 {
	font-size: 38px;
	line-height: 1;
	color: #000000;
	font-weight: 700;
}

.content .label-badge {
	font-size: 20px;
	line-height: 1;
	color: #000000;
}

.flight-tickets-wrap {
	padding: 135px 0 50px;
}

.flight-tickets-wrap .flight-tickets-content h2 {
	margin-bottom: 16px;
}

.flight-tickets-wrap .flight-tickets-content .label-badge {
	margin-bottom: 52px;
}

.flight-tickets-row {
	margin: 0 -16.5px;
	row-gap: 37px;
}

.flight-tickets-row .flight-tickets-col {
	padding: 0 16.5px;
}

.flight-tickets-card {
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

.flight-tickets-card::before {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.flight-tickets-card > img {
	width: 100%;
	aspect-ratio: 373 / 280;
}

.flight-tickets-card a {
	font-size: 32px;
	line-height: 1;
	color: #ffffff !important;
	position: absolute;
	font-weight: 700;
	left: 26px;
	bottom: 30px;
	width: calc(100% - 52px);
	z-index: 1;
	display: inline-flex;
	align-items: center;
}

.flight-tickets-card a img {
	margin-left: 25px;
	width: 26px;
	height: 26px;
}

.popular-fishing-wrap {
	padding: 50px 0 167px;
}

.popular-fishing-wrap .popular-fishing-content h2 {
	margin-bottom: 16px;
}

.popular-fishing-wrap .popular-fishing-content .label-badge {
	margin-bottom: 52px;
}

.popular-fishing-row {
	margin: 0 -15.5px;
}

.popular-fishing-row .popular-fishing-col {
	padding: 0 15.5px;
}

.popular-fishing-card {
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	display: block;
}

.popular-fishing-card::before {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35%;
	position: absolute;
}

.popular-fishing-card > img {
	width: 100%;
	aspect-ratio: 171 / 214;
}

.popular-fishing-card p {
	font-size: 22px;
	line-height: 1;
	color: #ffffff !important;
	position: absolute;
	font-weight: 700;
	left: 18px;
	bottom: 23.75px;
	width: calc(100% - 36px);
	z-index: 1;
	display: inline-flex;
	align-items: center;
}
/*-_-_Content_CSS_End_-_-*/

/*-_-_Footer_CSS_Start_-_-*/
footer {
	background: #0E0E0E;
}

.footer-content {
	padding: 66px 7px 51px 8px;
}

.footer-row .footer-col {
	width: 20%;
	padding: 0 12.5px;
}

.footer-row .footer-col:first-child {
	width: 24.5%;
}

.footer-content .footer-logo {
	font-size: 20px;
	line-height: 21px;
	color: #ffffff;
	font-weight: 700;
}

.footer-content .footer-col.footer-links {
	width: 18.5%;
}

.footer-content .footer-links h6,
.footer-content .footer-select h6 {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-content .footer-select h6 {
	margin-bottom: 12px;
	padding-left: 11px;
}

.footer-content .footer-links li {
	margin-bottom: 20px;
}

.footer-content .footer-links li:last-child {
	margin-bottom: 0;
}

.footer-content .footer-links li a {
	font-size: 16px;
	line-height: 19px;
	color: #BCBCBC;
	transition: 0.4s all ease;
}

.footer-content .footer-links li a:hover {
	color: #F8122C;
	text-decoration: underline;
}

.footer-content .footer-select .select-wrap {
	position: relative;
	margin-bottom: 22px;
}

.footer-content .footer-select .select-wrap::before {
	content: "";
	background: url(../images/arrow-down.svg) center center no-repeat;
	background-size: contain;
	top: 50%;
	right: 21px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: translateY(-50%);
	pointer-events: none;
}

.footer-content .footer-select .select-wrap:last-child {
	margin-bottom: 0;
}

.footer-content .footer-select .select-wrap select {
	font-size: 15px;
	color: #BCBCBC;
	background: #2D2D2D;
	border: 1px solid #444444;
	height: 40px;
	width: 100%;
	padding: 0 30px 0 23px;
	border-radius: 20px;
	outline: unset !important;
	appearance: unset;
	-moz-appearance: unset;
	-webkit-appearance: unset;
}

.copyright-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #494949;
	padding: 19px 0 16px;
}

.copyright-wrap p {
	font-size: 12px;
	line-height: 1.25;
	color: #BCBCBC;
}

.copyright-wrap ul {
	display: flex;
	align-items: center;
}

.copyright-wrap ul li {
	margin-right: 15px;
}

.copyright-wrap ul li:last-child {
	margin-right: 0;
}

.copyright-wrap ul li a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: unset !important;
}

.copyright-wrap ul li a i {
	font-size: 16px;
	line-height: 1;
	color: #BBBBBB;
	transition: 0.4s all ease;
}

.copyright-wrap ul li a:hover i {
	color: #F8122C;
}
/*-_-_Footer_CSS_End_-_-*/

/*-_-_Payment_CSS_Start_-_-*/
.payment-method-wrap {
	padding: 112px 0 188px;
}

.payment-method-wrap .pagination-link {
	margin-bottom: 72px;
}

.pagination-link {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.pagination-link li::before {
	content: "";
	width: calc(50% - 58px);
	height: 5px;
	position: absolute;
	right: 58px;
	top: 15px;
	background: #DEDEDE;
}

.pagination-link li:nth-child(2)::before {
	right: 50%;
}

.pagination-link li:first-child::before {
	display: none;
}

.pagination-link li a {
	font-size: 14px;
	line-height: 1.42;
	font-weight: 700;
	color: #9E9E9E;
	min-width: 116px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.pagination-link li a span {
	margin: 0 auto 13px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 15px;
	line-height: 1.42;
	font-weight: 500;
	color: #4D525C;
	background: #DEDEDE;
}

.pagination-link li.active a {
	color: #000000;
}

.pagination-link li.active a span {
	background: #F8122C;
	color: #ffffff;
}

.pagination-link li.active::before {
	background: #F8122C;
}

.payment-method-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.payment-method-row .payment-method-content {
	width: 475px;
	border-radius: 8px;
	border: 1px solid #C0C0C0;
}

.product-details {
	border-bottom: 1px solid #C0C0C0;
	padding: 28px 26px 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-details:last-child {
	border-bottom: 0;
}

.product-details .product-img {
	width: 150px;
}

.product-details .product-img img {
	width: 100%;
	aspect-ratio: 150/100;
	border-radius: 8px;
}

.product-details .product-content {
	width: calc(100% - 150px);
	padding-left: 19px;
}

.product-details .product-content h5 {
	font-size: 20px;
	line-height: 1.35;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
}

.product-details .product-content p {
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	max-width: 220px;
}

.starting-time {
	padding: 19px 29px 20px;
	border-bottom: 1px solid #C0C0C0;
}

.starting-time:last-child {
	border-bottom: 0;
}

.starting-time ul {
	margin-bottom: 16px;
}

.starting-time ul li {
	position: relative;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	font-weight: 500;
	padding-left: 28px;
	margin-bottom: 3px;
}

.starting-time ul li::before {
	content: "";
	background: url(../images/check-icon.png) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 5.5px;
	width: 16px;
	height: 16px;
	position: absolute;
}

.starting-time ul li:last-child {
	margin-bottom: 0;
}

.starting-time span {
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	color: #000000;
}

.trip-dates {
	padding: 19px 29px;
	border-bottom: 1px solid #C0C0C0;
}

.trip-dates:last-child {
	border-bottom: 0;
}

.trip-dates h6 {
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	font-weight: 700;
}

.trip-dates ul li {
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}

.on-tour {
	padding: 36px 29px 40px;
}

.on-tour h5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.35;
	color: #000000;
	font-weight: 700;
	margin-bottom: 29px;
}

.on-tour h5 span {
	width: 138px;
	text-align: right;
	display: block;
	padding-left: 10px;
}

.on-tour .starting-pay {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 29px;
}

.on-tour .starting-pay:last-child {
	margin-bottom: 0;
}

.starting-pay .starting-pay-content {
	width: calc(100% - 138px);
}

.starting-pay .starting-pay-content h6 {	
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 4px;
	max-width: 243px;
}

.starting-pay .starting-pay-content p {	
	font-size: 14px;
	line-height: 20px;
	color: #686868;
	max-width: 243px;
}

.starting-pay span {
	font-size: 16px;
	line-height: 27px;
	color: #F8122C;
	width: 138px;
	text-align: right;
	display: block;
	padding-left: 10px;
}

.free-cancellation {
	background: #EBEBEB;
	padding: 21px 28px 20px;
}

.free-cancellation p {
	font-size: 20px;
	line-height: 1.25;
	color: #4F4F4F;
	font-weight: 700;
	max-width: 243px;
}

.payment-method-row .payment-details {
	width: calc(100% - 475px);
	padding-left: 32px;
	padding-top: 28px;
}

.payment-method-row .payment-details h4 {
	font-size: 24px;
	line-height: 1.417;
	margin-bottom: 32px;
	font-weight: 700;
	color: #000000;
}

.payment-method-row .payment-details h4 img {
	display: none;
}

.payment-details .nav-tabs {
	margin-bottom: 42px;
	border: 0;
}

.payment-details .nav-tabs button {
	border: 0;
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	color: #000000;
	padding: 0;
	padding-left: 36px;
	position: relative;
	margin-right: 38px;
}

.payment-details .nav-tabs button::before {
	content: "";
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	border: 1px solid #C4C4C4;
	border-radius: 50px;
	position: absolute;
}

.payment-details .nav-tabs button.active::before {
	border-color: #F8122C;
}

.payment-details .nav-tabs button.active::after {
	content: "";
	left: 4px;
	top: 6px;
	width: 14px;
	height: 14px;
	background: #F8122C;
	border-radius: 50px;
	position: absolute;
}

.payment-details .nav-tabs button:last-child {
	margin-right: 0;
}

.payment-form .form-group {
	max-width: 428px;
	margin-bottom: 31px;
}

.payment-form .form-group label {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #4D525C;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.payment-form .form-group .input-wrap {
	position: relative;
}

.payment-form .form-group input[type="text"] {
	height: 50px;
	padding: 0 50px 0 25px;
	border: 1px solid #ACACAC;
	border-radius: 30px;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}

.payment-form .form-group .input-wrap img {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.payment-form .form-group.expire-date-group {
	display: flex;
	align-items: flex-start;
}

.payment-form .expire-date,
.payment-form .security-code {
	width: 50%;
}

.payment-form .expire-date input[type="text"] {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.payment-form .security-code input[type="text"] {
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.payment-form .form-check {
	padding-left: 22px;
}

.payment-form .form-check input {
	width: 22px;
	height: 22px;
	border-top: 1px solid #ACACAC;
	margin-top: 2.5px;
}

.payment-form .form-check input:checked {
    background-color: #F8122C;
    border-color: #F8122C;
}

.payment-form .form-check input:focus {
    border-color: #F8122C;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(248, 18, 44, .25);
}

.payment-form .form-check label {
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	font-weight: 500;
	padding-left: 16px;
	margin-bottom: 0;
	padding-left: 12px;
}

.payment-form .form-btn {
	margin-top: 59px;
	padding-top: 44px;
	border-top: 1px solid #C0C0C0;
}

.payment-form .form-btn .form-btn-content {
	max-width: 387px;
	width: 100%;
	margin-left: auto;
	text-align: center;
}

.form-btn .form-btn-content button {
	font-size: 16px;
	line-height: 1.438;
	font-weight: 700;
	padding: 20px 30px;
	border-radius: 30px;
	background: #F8122C;
	width: 100%;
	color: #ffffff;
	border: 0;
	outline: unset !important;
	margin-bottom: 15px;
}

.form-btn .form-btn-content p {
	font-size: 13px;
	line-height: 22px;
	color: #000000;
}
/*-_-_Payment_CSS_End_-_-*/

/*-_-_Listing_CSS_Start_-_-*/
.product-list-wrap {
	padding: 47px 0 173px;
}

.list-filter-wrap {
	margin-bottom: 53px;
}

.list-filter-wrap .show-more-filter {
	display: none;
	font-size: 14px;
	line-height: 20px;
	min-width: 80px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	color: #F8122C;
}

.list-filter-wrap .form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 19px;
}

.list-filter-wrap .form-group {
	position: relative;
}

.list-filter-wrap .form-group label {
	font-size: 10px;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	position: relative;
	left: 25px;
	top: 10px;
	text-transform: uppercase;
	position: absolute;
}

.list-filter-wrap .form-group input,
.list-filter-wrap .choose-date .form-group select {
	color: #8E8E8E;
	height: 60px;
	font-size: 14px;
	line-height: 23px;
	padding: 30px 15px 7px 25px;
	border: 1px solid #ACACAC;
	border-radius: 30px;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.list-filter-wrap .choose-date .form-group select {
	padding-right: 40px;
}

.list-filter-wrap .form-group.deep-fishing {
	max-width: 475px;
	width: 100%;
	margin-right: 13px;
}

.list-filter-wrap .form-group.deep-fishing::after {
	content: "";
	background: url(../images/search-icon.svg) center center no-repeat;
	background-size: contain;
	top: 50%;
	left: 23px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	position: absolute;
	pointer-events: none;
}

.list-filter-wrap .form-group.deep-fishing label {
	left: 59px;
}

.list-filter-wrap .form-group.deep-fishing input {
	padding-left: 59px;
}

.list-filter-wrap .choose-date {
	max-width: 435px;
	width: 100%;
	margin-right: 13px;
	display: flex;
}

.list-filter-wrap .choose-date .form-group:first-child {
	width: 145px;
}

.list-filter-wrap .choose-date .form-group:first-child input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	padding-right: 5px;
}

.list-filter-wrap .choose-date .form-group:last-child {
	width: calc(100% - 145px);
}

.list-filter-wrap .choose-date .form-group:last-child::after {
	content: "";
	background: url(../images/arrow-down-accordion.svg) center center no-repeat;
	background-size: contain;
	top: 33%;
	right: 15px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	position: absolute;
	pointer-events: none;
}

.list-filter-wrap .choose-date .form-group:last-child select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-filter-wrap button {
	font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #ffffff;
    padding: 18.5px 45.22px;
    background: #F8122C;
    border-radius: 30px;
	border: 0;
    text-decoration: unset !important;
}

.list-filter-wrap .more-filter button {
	display: none;
	width: 100%;
	margin-bottom: 15px;
}

.list-filter-wrap .select-wrap {
	position: relative;
	display: inline-block;
	margin-right: 13.5px;
}

.list-filter-wrap .select-wrap::after {
	content: "";
	background: url(../images/arrow-down-accordion.svg) center center no-repeat;
	background-size: contain;
	top: 50%;
	right: 14px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	position: absolute;
	pointer-events: none;
}

.list-filter-wrap .select-wrap select {
	font-size: 15px;
	line-height: 18px;
	padding: 0px 42px 0px 20px;
	height: 40px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 20px;
}

.product-overview {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.product-overview p {
	font-size: 16px;
	line-height: 1.438;
	font-weight: 700;
	color: #000000;
}

.product-overview .filter-btn {
	border: 0;
	background: transparent;
	outline: unset !important;
	display: none;
}

.product-overview .filter-btn img {
	width: 39px;
	height: 32px;
	object-fit: contain;
}

.product-overview .sort-by {
	display: flex;
	align-items: center;
}

.product-overview .sort-by p {
	padding-right: 5px;
}

.product-overview .sort-by select {
	font-size: 16px;
	line-height: 1.438;
	font-weight: 700;
	color: #000000;
	outline: unset !important;
	border: 0;
}

.product-overview .sort-by > img {
	margin-left: 19px;
	width: 16px;
	height: 16px;
}

.product-list {
	margin-bottom: 59px;
}

.product-list .product-card {
	border: 1px solid #BABABA;
	border-radius: 8px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.product-list .product-card:last-child {
	margin-bottom: 0;
}

.product-card .product-content {
	padding: 14px 16px;
	width: 67.9%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.product-content .product-img {
	position: relative;
	width: 372px;
}

.product-content .product-img img {
	width: 100%;
	border-radius: 8px;
}

.product-content .product-img .product-img-slider {
	display: none;
	margin: 0;
}

.product-content .product-img .add-favr {
	top: 13px;
	right: 16px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	outline: unset !important;
	position: absolute;
	z-index: 1;
	padding-top: 2px;
}

.product-content .product-img .add-favr.added {
	background: #F8122C;
}

.product-content .product-img .add-favr i {
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
}

.product-content .product-inner {
	padding-left: 40px;
	width: calc(100% - 372px);
	padding-top: 13px;
}

.product-content .product-inner h4 {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}

.product-content .product-inner p {
	font-size: 13px;
	line-height: 18px;
	color: #4D525C;
	font-weight: 500;
	margin-bottom: 8px;
	display: none;
}

.product-content .product-inner ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 19px;
	color: #4D525C;
	font-weight: 500;
	padding-left: 47px;
}

.product-content .product-inner ul li:last-child {
	margin-bottom: 0;
}

.product-content .product-inner ul li.address::before {
	content: "";
	background: url(../images/earth.svg) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	position: absolute;
}

.product-content .product-inner ul li.mail::before {
	content: "";
	background: url(../images/mail.svg) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	position: absolute;
}

.product-content .product-inner ul li.chat::before {	
	content: "";
	background: url(../images/idioma.svg) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	position: absolute;
}

.product-content .product-inner ul li.box::before {
	content: "";
	background: url(../images/box.svg) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	position: absolute;
}

.product-content .product-inner ul li.boat::before {
	content: "";
	background: url(../images/boat.png) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	position: absolute;
}

.product-card .product-price {
	padding: 38px 52px 37px;
	border-left: 1px solid #BABABA;
	width: 32.1%;
}

.product-card .product-price h4 {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #000000;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.product-card .product-price h4 span {
	font-size: 12px;
	margin-right: 2px;
	width: 24px;
}

.product-card .product-price p {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	color: #000000;
	margin-bottom: 25px;
}

.product-card .product-price ul {
	margin-bottom: 29.5px;
}

.product-card .product-price li {
	padding-left: 33px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	color: #4D525C;
	margin-bottom: 8.5px;
}

.product-card .product-price li::before {
	content: "";
	background: url(../images/check-icon-black.svg) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	position: absolute;
}

.product-card .product-price li:last-child {
	margin-bottom: 0;
}

.product-card .product-price a {
	font-size: 16px;
	line-height: 1.42;
	font-weight: 500;
	color: #ffffff;
	padding: 15.15px 45px;
	background: #F8122C;
	border-radius: 30px;
	text-decoration: unset !important;
}

.product-list-wrap .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list-wrap .pagination li {
	margin-right: 22px;
}

.product-list-wrap .pagination li a {
	font-size: 15px;
	line-height: 21px;
	border-radius: 20px;
	width: 35px;
	background: #F5F5F5;
	border: 0;
	color: #4D525C;
	padding: 6.2px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list-wrap .pagination li.active a {
	color: #ffffff;
	background: #F8122C;
}

.product-list-wrap .pagination li:first-child a,
.product-list-wrap .pagination li:last-child a {
	font-size: 15px;
	line-height: 21px;
	border-radius: 20px;
	border: 1px solid #A3A3A3;
	color: #4D525C;
	background: transparent;
	padding: 6.2px 13px;
	width: auto;
}
/*-_-_Listing_CSS_End_-_-*/

/*-_-_Details_CSS_Start_-_-*/
.product-details-wrap {
	padding: 74px 0 181px;
}

.breadcrumb-wrap {
	margin-bottom: 36px;
}

.breadcrumb-wrap .breadcrumb {
	margin-bottom: 0;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item,
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
	font-size: 15px;
	line-height: 1;
	color: #5C6C7A;
}

.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item {
	padding-left: 12px;
}

.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background: url(../images/arrow-right.png) center center no-repeat;
	background-size: contain;
	width: 4px;
	height: 100%;
	padding: 0;
	margin-right: 12px;
}

.product-gallery-wrap {
	margin-bottom: 72px;
}

.availability-product {
	background: #ffffff;
	box-shadow: 0 -1px 0 0 #BABABA;
	padding: 16px 24px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: space-between;
	z-index: 5;
}

.availability-product h4 {
	font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.availability-product h4 span {
	font-size: 12px;
    margin-right: 2px;
    width: 24px;
}

.availability-product p {
	font-size: 12px;
	line-height: 17px;
	color: #4D525C;
	font-weight: 600;
}

.availability-product a {
	font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    padding: 19px 20px;
    background: #F8122C;
    border-radius: 30px;
    text-decoration: unset !important;
    border: 0;
    outline: unset !important;
    max-width: 162px;
    width: 100%;
    text-align: center;
    display: block;
}

.product-gallery-wrap h2 {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 30px;
}

.product-gallery-wrap .product-gallery-row {
	margin: 0 -5.5px;
}

.product-gallery-wrap .back-btn {
	position: absolute;
	left: 1px;
	top: 14px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	width: 32px;
	height: 32px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border: 0;
	border-radius: 50%;
	padding-right: 2px;
}

.product-gallery-wrap .back-btn img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.product-gallery-row .gallery-col {
	font-size: 0;
	padding: 0 5.5px;
}

.product-gallery-row .gallery-col img {
	width: 100%;
	border-radius: 8px;
}

.product-gallery-row .gallery-col.col-lg-6 img {
	aspect-ratio: 593 / 462;
	width:587px;
}

.product-gallery-row .gallery-col.col-lg-3 img {
	aspect-ratio: 285 / 220.86;
	margin-bottom: 11px;
}

.product-gallery-row .gallery-col.col-lg-3 img:last-child {
	margin-bottom: 0;
}

.product-gallery-row .gallery-col .more-img {
	position: relative;
}

.product-gallery-row .gallery-col .more-img img {
	margin: 0;
}

.product-gallery-row .gallery-col .more-img .more-img-btn {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1.41;
	color: #ffffff;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 39px;
	text-align: center;
}

.product-gallery-wrap .product-gallery-slider {
	display: none;
}

.pd-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 44px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 46px;
	
}

.pd-row .pd-content-col {
	width: calc(100% - 393px);
	padding-right: 20px;
	max-width: 800px;
}

.short-description {
	padding-bottom: 54px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 46px;
}

.pd-content-col h6 {
	font-size: 16px;
	line-height: 1.438;
	font-weight: 700;
	color: #000000;
	margin-bottom: 6px;
}

.pd-content-col p {
	font-size: 15px;
	line-height: 1.4;
	color: #4D525C;
}

.tour-facts {
	padding-bottom: 50px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 53px;
}

.pd-content-col h4 {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #000000;
}

.tour-facts h4 {
	margin-bottom: 46px;
}

.tour-facts ul li {
	position: relative;
	padding-left: 57px;
	margin-bottom: 30px;
}

.tour-facts ul li:last-child {
	margin-bottom: 0;
}

.tour-facts ul li::before {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -2px;
}

.tour-facts ul li.checked::before {
	background: url(../images/check-icon-black.svg) center center no-repeat;
	background-size: contain;
	top: 0.5px;
	width: 22px;
	height: 22px;
}

.tour-facts ul li.address::before {
	background: url(../images/earth.svg) center center no-repeat;
	background-size: contain;
}

.tour-facts ul li.mail::before {
	background: url(../images/mail.svg) center center no-repeat;
	background-size: contain;
}

.tour-facts ul li.chat::before {
	background: url(../images/idioma.svg) center center no-repeat;
	background-size: contain;
}

.tour-facts ul li.box::before {
	background: url(../images/box.svg) center center no-repeat;
	background-size: contain;
}

.tour-facts ul li.euro::before {
	background: url(../images/euro-icon.svg) center center no-repeat;
	background-size: contain;
}

.tour-facts ul li h6 {
	margin-bottom: 4px;
}

.tour-facts ul li h6:last-child {
	margin-bottom: 0;
}

.tour-facts ul li h6 span {
	font-weight: 400;
}

.tour-form-wrap {
	background: #EFEFEF;
	border-radius: 8px;
	padding: 35px 44px 47px 32px;
}

.tour-form-wrap h4 {
	padding-left: 10px;
	margin-bottom: 39px;
}

.tour-form-wrap .list-filter-wrap {
	display: flex;
    flex-wrap: wrap;
	margin: 0;
	gap: 10px;
}

.tour-form-wrap .list-filter-wrap .choose-date {
    max-width: 500px;
    margin-right: 0;
}

.tour-form-wrap .list-filter-wrap button {
	padding-left: 25px;
	padding-right: 25px;
	max-width: 167px;
	width: 100%;
}

.pd-row .pd-price-col {
	width: 373px;
}

.pd-price {
	box-shadow: 0 6px 15.2px 0 rgba(0, 0, 0, 0.15);
	border-radius: 26px;
	padding: 55px 36px 39px;
	position: sticky;
	top: 0;
}

.pd-price h4 {
	font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
	padding-left: 8px;
}

.pd-price h4 span {
	font-size: 12px;
    margin-right: 2px;
    width: 24px;
}

.pd-price p {
	font-size: 15px;
	line-height: 1.4;
	color: #4D525C;
	padding-left: 8px;
    margin-bottom: 22px;
}

.pd-price form .form-group {
	position: relative;
}

.pd-price form .form-group label {
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    position: relative;
    left: 18px;
    top: 10px;
    text-transform: uppercase;
    position: absolute;
	pointer-events: none;
}

.pd-price form .form-group input,
.pd-price form .form-group select {
	color: #8E8E8E;
    height: 60px;
    font-size: 16px;
    line-height: 23px;
    padding: 30px 15px 7px 18px;
    border: 1px solid #ACACAC;
	border-bottom: 0;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.pd-price form .form-group:first-child input,
.pd-price form .form-group:first-child select {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.pd-price form .form-group:nth-last-child(2) input,
.pd-price form .form-group:nth-last-child(2) select {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: 1px solid #ACACAC;
}

.pd-price form .form-group.select-wrap::after {
	content: "";
    background: url(../images/arrow-down-accordion.svg) center center no-repeat;
    background-size: contain;
    top: 50%;
    right: 15px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

.pd-price form button {
	font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    padding: 19px 20px;
    background: #F8122C;
    border-radius: 30px;
    text-decoration: unset !important;
	border: 0;
	outline: unset !important;
	margin: 42px auto 0;
	max-width: 267px;
	width: 100%;
	text-align: center;
	display: block;
}

.tours-list-wrap h4 {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #000000;
}

.tours-list-wrap > h4 {
	margin-bottom: 39px;
}

.tours-list .tours-card {
	display: flex;
	border: 1px solid #8C8C8C;
	border-radius: 8px;
	margin-bottom: 30px;
}

.tours-list .tours-card:last-child {
	margin-bottom: 0;
}

.tours-list .tours-content {
	width: 69.7%;
	display: flex;
	padding: 32px 32px 31px 32px;
}

.tours-content .tours-img {
	width: 252px;
}

.tours-content .tours-img img {
	width: 100%;
	aspect-ratio: 252 / 258;
	border-radius: 8px;
}

.tours-content .tours-inner {
	width: calc(100% - 252px);
	padding-left: 35px;
	padding-top: 20px;
}

.tours-content .tours-inner h5 {
	font-size: 18px;
	line-height: 1.445;
	font-weight: 700;
	color: #000000;
	max-width: 378px;
	margin-bottom: 28px;
}

.tours-content .tours-inner ul li {
	font-size: 15px;
	line-height: 1.4;
	color: #4D525C;
	position: relative;
	padding-left: 32px;
	margin-bottom: 15px;
}

.tours-content .tours-inner ul li:last-child {
	margin-bottom: 0;
}

.tours-content .tours-inner ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
}

.tours-content .tours-inner ul li.checked::before {
	background: url(../images/check-icon-black.svg) center center no-repeat;
	background-size: contain;
	top: 2px;
	width: 16px;
	height: 16px;
}

.tours-content .tours-inner ul li.time::before {
	background: url(../images/clock.svg) center center no-repeat;
	background-size: contain;
}

.tours-list .tours-price {
	width: 30.3%;
	border-left: 1px solid #8C8C8C;
	padding: 51px 33px 37px 71px;
} 

.tours-card .tours-price h4 {
	margin-bottom: 7px;
}

.tours-card .tours-price h6 {
	font-size: 16px;
	line-height: 1.438;
	font-weight: 600;
	color: #000000;
	margin-bottom: 3px;
}

.tours-card .tours-price span {
	font-size: 14px;
	line-height: 1.429;
	color: #4D525C;
	display: block;
	margin-bottom: 27px;
}

.tours-card .tours-price button {
	font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    padding: 18px 25px;
    background: #F8122C;
    border-radius: 30px;
    text-decoration: unset !important;
	max-width: 201px;
	width: 100%;
	text-align: center;
	margin-bottom: 27px;
}

.tours-card .tours-price p {
	font-size: 16px;
	line-height: 1.438;
	font-weight: 600;
	color: #4D525C;
}
/*-_-_Details_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/
@media only screen and (min-width: 1200px) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1187px;
	}
} 

@media only screen and (min-width: 1400px) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1208px;
	}
}

/* @media only screen and (max-width: 1367px) {} */

@media only screen and (max-width: 1199px) {
	/*-_-_Header_CSS_Start_-_-*/
	header .navbar .navbar-brand {
		margin-right: 16px;
	}

	header .navbar .deep-sea-fishing-form {
		max-width: 370px;
	}
	/*-_-_Header_CSS_End_-_-*/

	/*-_-_Banner_CSS_Start_-_-*/
	.banner {
		padding: 102px 0;
	}

	.banner .banner-content {
		padding-top: 30px;
		max-width: 660px;
	}

	.banner .banner-content h1 {
		font-size: 52px;
		margin-bottom: 28px;
	}

	.banner .banner-content p {
		font-size: 21px;
		margin-bottom: 28px;
	}

	.deep-sea-fishing-form {
		max-width: 450px;
	}
	/*-_-_Banner_CSS_End_-_-*/

	/*-_-_Content_CSS_Start_-_-*/
	.content h2 {
		font-size: 33px;
	}

	.content .label-badge {
		font-size: 19px;
	}

	.flight-tickets-wrap {
		padding: 112px 0 50px;
	}

	.flight-tickets-wrap .flight-tickets-content h2 {
		margin-bottom: 16px;
	}

	.flight-tickets-wrap .flight-tickets-content .label-badge {
		margin-bottom: 42px;
	}

	.flight-tickets-row {
		margin: 0 -10px;
		row-gap: 25px;
	}

	.flight-tickets-row .flight-tickets-col {
		padding: 0 10px;
	}

	.flight-tickets-card > img {
		width: 100%;
	}

	.flight-tickets-card a {
		font-size: 29px;
		left: 24px;
		bottom: 30px;
		width: calc(100% - 48px);
	}

	.flight-tickets-card a img {
		margin-left: 21px;
		width: 24px;
		height: 24px;
	}

	.popular-fishing-wrap {
		padding: 45px 0 130px;
	}

	.popular-fishing-wrap .popular-fishing-content h2 {
		margin-bottom: 16px;
	}

	.popular-fishing-wrap .popular-fishing-content .label-badge {
		margin-bottom: 48px;
	}

	.popular-fishing-row {
		margin: 0 -10px;
	}

	.popular-fishing-row .popular-fishing-col {
		padding: 0 10px;
	}

	.popular-fishing-card {
		border-radius: 8px;
	}

	.popular-fishing-card > img {
		width: 100%;
	}

	.popular-fishing-card p {
		font-size: 20px;
		left: 16px;
		bottom: 23px;
		width: calc(100% - 32px);
	}
	/*-_-_Content_CSS_End_-_-*/

	/*-_-_Footer_CSS_Start_-_-*/
	.footer-content {
		padding: 55px 0 50px;
	}

	.footer-row {
		margin: 0 -10px;
	}

	.footer-row .footer-col {
		width: 20%;
		padding: 0 10px;
	}

	.footer-row .footer-col:first-child {
		width: 21.5%;
	}

	.footer-content .footer-logo {
		line-height: 1;
	}

	.footer-content .footer-col.footer-links {
		width: 19.5%;
	}

	.footer-content .footer-links h6,
	.footer-content .footer-select h6 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 20px;
	}

	.footer-content .footer-select h6 {
		padding-left: 10px;
	}

	.copyright-wrap {
		padding: 16px 0;
	}

	.copyright-wrap ul li a {
		width: 30px;
		height: 30px;
	}
	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Payment_CSS_Start_-_-*/
	.payment-method-wrap {
		padding: 92px 0 158px;
	}

	.payment-method-wrap .pagination-link {
		margin-bottom: 62px;
	}

	.pagination-link li a {
		font-size: 14px;
	}

	.pagination-link li a span {
		margin: 0 auto 13px;
	}

	.payment-method-row .payment-method-content {
		width: 460px;
	}

	.payment-method-row .payment-details {
		width: calc(100% - 460px);
		padding-left: 24px;
		padding-top: 28px;
	}
	/*-_-_Payment_CSS_End_-_-*/

	/*-_-_Listing_CSS_Start_-_-*/
	.product-list-wrap {
		padding: 44px 0 143px;
	}

	.list-filter-wrap {
		margin-bottom: 48px;
	}

	.list-filter-wrap .form-row {
		margin-bottom: 17px;
	}

	.list-filter-wrap .choose-date .form-group:last-child label {
		left: 15px;
	}

	.list-filter-wrap .choose-date .form-group select {
		padding: 30px 15px 7px 15px;
		padding-right: 40px;
	}

	.list-filter-wrap .form-group.deep-fishing {
		max-width: 360px;
		width: 100%;
		margin-right: 13px;
	}

	.list-filter-wrap .form-group.deep-fishing::after {
		left: 18px;
		width: 20px;
		height: 20px;
	}

	.list-filter-wrap .form-group.deep-fishing label {
		left: 50px;
	}

	.list-filter-wrap .form-group.deep-fishing input {
		padding-left: 50px;
	}

	.list-filter-wrap .choose-date {
		max-width: 400px;
		width: 100%;
		margin-right: 13px;
		display: flex;
	}

	.list-filter-wrap button {
		padding: 18.5px 40px;
	}

	.list-filter-wrap .select-wrap {
		margin-right: 13px;
	}

	.list-filter-wrap .choose-date .form-group:last-child::after {
		right: 12px;
	}

	.list-filter-wrap .select-wrap::after {
		right: 12px;
	}

	.list-filter-wrap .select-wrap select {
		padding-right: 36px;
	}

	.product-list {
		margin-bottom: 45px;
	}

	.product-card .product-content {
		padding: 14px 16px;
		width: 70%;
	}

	.product-content .product-img {
		width: 340px;
	}

	.product-content .product-img .add-favr {
		top: 13px;
		right: 16px;
		width: 36px;
		height: 36px;
		padding-top: 2px;
	}

	.product-content .product-img .add-favr i {
		font-size: 19px;
	}

	.product-content .product-inner {
		padding-left: 20px;
		width: calc(100% - 340px);
		padding-top: 0;
	}

	.product-content .product-inner h4 {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.product-content .product-inner ul li {
		margin-bottom: 8px;
		padding-left: 30px;
	}

	.product-card .product-price {
		padding: 25px 22px 25px;
		width: 30%;
	}

	.product-card .product-price h4 {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.product-card .product-price h4 span {
		font-size: 11px;
	}

	.product-card .product-price p {
		margin-bottom: 22px;
	}

	.product-card .product-price ul {
		margin-bottom: 25px;
	}

	.product-card .product-price li {
		padding-left: 28px;
		margin-bottom: 8px;
	}

	.product-card .product-price a {
		font-size: 16px;
		line-height: 22px;
		padding: 15px 35px;
	}

	.product-list-wrap .pagination li {
		margin-right: 18px;
	}
	/*-_-_Listing_CSS_End_-_-*/

	/*-_-_Details_CSS_Start_-_-*/
	.product-details-wrap {
		padding: 60px 0 140px;
	}

	.breadcrumb-wrap {
		margin-bottom: 32px;
	}

	.product-gallery-wrap {
		margin-bottom: 60px;
	}

	.product-gallery-wrap h2 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 28px;
	}

	.product-gallery-row .gallery-col img {
		width: 100%;
		border-radius: 8px;
	}

	.product-gallery-row .gallery-col .more-img .more-img-btn {
		font-size: 20px;
		line-height: 1.41;
		padding: 20px;
	}

	.pd-row {
		padding-bottom: 40px;
		margin-bottom: 40px;
		
	}

	.pd-row .pd-content-col {
		width: calc(100% - 350px);
		padding-right: 20px;
		max-width: 697px;
	}

	.short-description {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.tour-facts {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.pd-content-col h4 {
		font-size: 22px;
	}

	.tour-facts h4 {
		margin-bottom: 40px;
	}

	.tour-facts ul li {
		position: relative;
		padding-left: 50px;
		margin-bottom: 26px;
	}

	.tour-facts ul li::before {
		content: "";
		width: 26px;
		height: 26px;
		position: absolute;
		left: 0;
		top: -2px;
	}

	.tour-facts ul li h6 {
		margin-bottom: 4px;
	}

	.tour-form-wrap {
		padding: 35px 40px 40px 32px;
	}

	.tour-form-wrap h4 {
		padding-left: 6px;
		margin-bottom: 30px;
	}

	.tour-form-wrap .list-filter-wrap {
		gap: 20px;
	}

	.tour-form-wrap .list-filter-wrap .choose-date {
		max-width: 100%;
	}

	.pd-row .pd-price-col {
		width: 350px;
	}

	.pd-price {
		border-radius: 22px;
		padding: 45px 30px 35px;
	}

	.tours-list-wrap h4 {
		font-size: 22px;
	}

	.tours-list-wrap > h4 {
		margin-bottom: 36px;
	}

	.tours-list .tours-card {
		margin-bottom: 26px;
	}

	.tours-list .tours-content {
		width: 68%;
		padding: 24px 24px 22px 24px;
	}

	.tours-content .tours-img {
		width: 240px;
	}

	.tours-content .tours-img img {
		width: 100%;
		aspect-ratio: 252 / 258;
		border-radius: 8px;
	}

	.tours-content .tours-inner {
		width: calc(100% - 240px);
		padding-left: 25px;
		padding-top: 15px;
	}

	.tours-content .tours-inner h5 {
		font-size: 18px;
		max-width: 378px;
		margin-bottom: 22px;
	}

	.tours-content .tours-inner ul li {
		font-size: 15px;
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.tours-list .tours-price {
		width: 32%;
		padding: 40px 30px 30px 30px;
	} 

	.tours-card .tours-price span {
		margin-bottom: 24px;
	}

	.tours-card .tours-price a {
		margin-bottom: 24px;
	}

	.tours-card .tours-price p {
		font-size: 15px;
		line-height: 1.4;
	}
	/*-_-_Details_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {
	/*-_-_Header_CSS_Start_-_-*/
	header.floating {
		position: static;
	}

	header .navbar .deep-sea-fishing-form {
		display: none;
	}

	header .navbar {
		padding: 31px 0;
		justify-content: center;
	}

	header .navbar .navbar-brand,
	header.floating .navbar .navbar-brand {
		font-size: 20px;
		line-height: 21px;
		color: #000000;
		margin: 0;
	}

	.click-menu-btn .bar1, 
	.click-menu-btn .bar2, 
	.click-menu-btn .bar3 {
		width: 23px;
		height: 3px;
		background-color: #F8122C;
		margin-bottom: 5px;
		transition: 0.6s;
		display: block;
	}

	.click-menu-btn .bar3 {
		margin-bottom: 0;
	}
	
	header .navbar-toggler-icon {
		background-image: none;
		width: auto;
		height: auto;
	}

	header .navbar-toggler {
		padding: 0;
		border: 0;
		box-shadow: unset !important;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	header .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 5;
		background: #ffffff;
	}

	header .navbar .navbar-nav {
		padding: 5px 0;
		align-items: flex-start;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	}

	header .navbar .navbar-nav > li:first-child,
	header .navbar .navbar-nav > li:nth-child(2) {
		margin-right: 0;
	}

	header .navbar .navbar-nav > li {
		padding: 8px 15px;
		width: 100%;
	}

	header .navbar .navbar-nav > li > a,
	header.floating .navbar .navbar-nav > li > a,
	header .navbar .navbar-nav li .select-wrap select,
	header.floating .navbar .navbar-nav li .select-wrap select {
		color: #4D525C;
		display: inline-block;
	}

	header .navbar .navbar-nav li .select-wrap select,
	header.floating .navbar .navbar-nav li .select-wrap select {
		color: #4D525C;
		width: 100%;
	}

	.language-dropdown .dropdown-toggle::after,
	header.floating .language-dropdown .dropdown-toggle::after,
	header .navbar .navbar-nav li .select-wrap:after,
	header.floating .navbar .navbar-nav li .select-wrap:after {
		border-top-color: #4D525C;
	} 

	header .navbar .navbar-nav > li:last-child > a,
	header.floating .navbar .navbar-nav > li:last-child > a {
		color: #4D525C;
		border: 1.5px solid #4D525C;
		width: 100%;
	}

	header.floating .navbar .navbar-nav > li:last-child > a:hover {
		color: #ffffff;
		background: #F8122C;
		border-color: #F8122C;
	}

	.language-dropdown .dropdown-menu {
		width: 100%;
	}
	/*-_-_Header_CSS_End_-_-*/

	/*-_-_Banner_CSS_Start_-_-*/
	.banner {
		padding: 102px 0;
	}

	.banner .banner-content {
		padding-top: 25px;
		max-width: 540px;
	}

	.banner .banner-content h1 {
		font-size: 42px;
		margin-bottom: 28px;
	}

	.banner .banner-content p {
		font-size: 18px;
		margin-bottom: 28px;
	}

	.deep-sea-fishing-form {
		max-width: 430px;
	}

	.deep-sea-fishing-form .input-wrap input {
		height: 44px;
	}
	/*-_-_Banner_CSS_End_-_-*/

	/*-_-_Content_CSS_Start_-_-*/
	.content h2 {
		font-size: 28px;
	}

	.content .label-badge {
		font-size: 18px;
	}

	.flight-tickets-wrap {
		padding: 92px 0 50px;
	}

	.flight-tickets-wrap .flight-tickets-content h2 {
		margin-bottom: 18px;
	}

	.flight-tickets-wrap .flight-tickets-content .label-badge {
		margin-bottom: 32px;
	}

	.flight-tickets-row {
		margin: 0 -10px;
		row-gap: 20px;
	}

	.flight-tickets-row .flight-tickets-col {
		padding: 0 10px;
	}

	.flight-tickets-card a {
		font-size: 26px;
		left: 20px;
		bottom: 30px;
		width: calc(100% - 40px);
	}

	.flight-tickets-card a img {
		margin-left: 17px;
		width: 22px;
		height: 22px;
	}


	.popular-fishing-wrap {
		padding: 40px 0 100px;
	}

	.popular-fishing-wrap .popular-fishing-content h2 {
		margin-bottom: 18px;
	}

	.popular-fishing-wrap .popular-fishing-content .label-badge {
		margin-bottom: 44px;
	}

	.popular-fishing-row {
		margin: 0 -10px;
		row-gap: 20px;
	}

	.popular-fishing-row .popular-fishing-col {
		padding: 0 10px;
	}

	.popular-fishing-card p {
		font-size: 18px;
		left: 15px;
		bottom: 22px;
		width: calc(100% - 30px);
	}
	/*-_-_Content_CSS_End_-_-*/

	/*-_-_Footer_CSS_Start_-_-*/
	.footer-content {
		padding: 50px 0 50px;
	}

	.footer-row {
		margin: 0 -12.5px;
		row-gap: 40px;
	}

	.footer-row .footer-col {
		width: 33.33%;
		padding: 0 12.5px;
	}

	.footer-row .footer-col:first-child {
		width: 33.33%;
	}

	.footer-content .footer-col.footer-links {
		width: 33.33%;
	}

	.footer-content .footer-links h6,
	.footer-content .footer-select h6 {
		margin-bottom: 18px;
	}

	.footer-content .footer-links li {
		margin-bottom: 18px;
	}

	.footer-content .footer-select .select-wrap {
		margin-bottom: 20px;
	}

	.copyright-wrap {
		padding: 16px 0;
	}
	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Payment_CSS_Start_-_-*/
	.payment-method-wrap {
		padding: 62px 0 128px;
	}

	.payment-method-wrap .pagination-link {
		margin-bottom: 50px;
	}

	.payment-method-row .payment-method-content {
		width: 100%;
		margin-bottom: 50px;
	}

	.payment-method-row .payment-details {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	/*-_-_Payment_CSS_End_-_-*/

	/*-_-_Listing_CSS_Start_-_-*/
	.product-list-wrap {
		padding: 40px 0 113px;
	}

	.list-filter-wrap {
		margin-bottom: 44px;
	}

	.list-filter-wrap .form-row {
		margin-bottom: 16px;
	}

	.list-filter-wrap .form-group.deep-fishing {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.list-filter-wrap .form-group.deep-fishing::after {
		left: 18px;
		width: 20px;
		height: 20px;
	}

	.list-filter-wrap .form-group.deep-fishing label {
		left: 50px;
	}

	.list-filter-wrap .form-group.deep-fishing input {
		padding-left: 50px;
	}

	.list-filter-wrap .choose-date {
		max-width: calc(100% - 160px);
	}

	.list-filter-wrap .choose-date .form-group:first-child {
		width: 200px;
	}

	.list-filter-wrap .choose-date .form-group:last-child {
		width: calc(100% - 200px);
	}

	.list-filter-wrap .select-wrap {
		margin-right: 10px;
	}

	.list-filter-wrap .choose-date .form-group:last-child::after {
		right: 12px;
	}

	.list-filter-wrap .select-wrap::after {
		right: 12px;
	}

	.list-filter-wrap .select-wrap select {
		padding-right: 30px;
	}

	.product-list {
		margin-bottom: 45px;
	}

	.product-list .product-card {
		margin-bottom: 30px;
	}

	.product-card .product-content {
		padding: 14px 16px;
		width: 100%;
	}

	.product-content .product-img {
		width: 330px;
	}

	.product-content .product-img .add-favr {
		top: 13px;
		right: 16px;
		width: 33px;
		height: 33px;
		padding-top: 2px;
	}

	.product-content .product-img .add-favr i {
		font-size: 17px;
	}

	.product-content .product-inner {
		padding-left: 20px;
		width: calc(100% - 330px);
		padding-top: 10px;
	}

	.product-content .product-inner h4 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.product-card .product-price {
		border-left: 0;
		border-top: 1px solid #BABABA;
		padding: 25px 22px 25px;
		width: 100%;
	}

	.product-card .product-price h4 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.product-card .product-price h4 span {
		font-size: 10px;
	}
	/*-_-_Listing_CSS_End_-_-*/

	/*-_-_Details_CSS_Start_-_-*/
	.product-details-wrap {
		padding: 50px 0 100px;
	}

	.breadcrumb-wrap {
		margin-bottom: 28px;
	}

	.product-gallery-wrap {
		margin-bottom: 50px;
	}

	.product-gallery-wrap h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.product-gallery-row .gallery-col.col-md-12 {
		margin-bottom: 11px;
	}

	.product-gallery-row .gallery-col .more-img .more-img-btn {
		font-size: 22px;
		padding: 30px;
	}

	.pd-row .pd-content-col {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 40px;
	}

	.pd-content-col h6 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.pd-content-col p {
		font-size: 15px;
	}

	.pd-content-col h4 {
		font-size: 20px;
	}

	.tour-facts h4 {
		margin-bottom: 35px;
	}

	.tour-facts ul li {
		padding-left: 50px;
		margin-bottom: 22px;
	}

	.tour-facts ul li h6 {
		margin-bottom: 4px;
	}

	.tour-form-wrap {
		padding: 35px 40px 40px 32px;
	}

	.tour-form-wrap h4 {
		padding-left: 6px;
		margin-bottom: 30px;
	}

	.pd-row .pd-price-col {
		width: 100%;
	}

	.pd-price {
		border-radius: 20px;
		padding: 45px 35px 35px;
	}

	.tours-list-wrap h4 {
		font-size: 20px;
	}

	.tours-list-wrap > h4 {
		margin-bottom: 33px;
	}

	.tours-list .tours-card {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.tours-list .tours-content {
		width: 100%;
		padding: 24px 24px 22px 24px;
	}

	.tours-content .tours-img {
		width: 250px;
	}

	.tours-content .tours-img img {
		width: 100%;
		aspect-ratio: 252 / 258;
		border-radius: 8px;
	}

	.tours-content .tours-inner {
		width: calc(100% - 250px);
		padding-left: 25px;
		padding-top: 15px;
	}

	.tours-content .tours-inner h5 {
		font-size: 17px;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.tours-content .tours-inner ul li {
		font-size: 15px;
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.tours-list .tours-price {
		width: 100%;
		padding: 40px 30px 30px 30px;
		border: 0;
		border-top: 1px solid #8C8C8C;
	} 

	.tours-card .tours-price span {
		margin-bottom: 20px;
	}

	.tours-card .tours-price a {
		margin-bottom: 20px;
	}
	/*-_-_Details_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {
	.container {
		padding: 0 24px;
	}

	/*-_-_Banner_CSS_Start_-_-*/
	.banner {
		padding: 62px 0 80px;
		min-height: unset;
	}

	.banner .banner-content {
		padding-top: 0;
		max-width: 350px;
		margin: 0 auto;
	}

	.banner .banner-content h1 {
		text-align: center;
		font-size: 32px;
		margin-bottom: 30px;
	}

	.banner .banner-content p {
		text-align: center;
		font-size: 16px;
		margin-bottom: 38px;
	}

	.deep-sea-fishing-form {
		max-width: 100%;
	}

	.deep-sea-fishing-form .input-wrap input {
		height: 46px;
		padding-left: 42px;
		padding-right: 30px;
		border-radius: 25px;
	}

	.deep-sea-fishing-form button {
		display: none;
	}
	/*-_-_Banner_CSS_End_-_-*/

	/*-_-_Content_CSS_Start_-_-*/
	.content h2 {
		font-size: 24px;
	}

	.content .label-badge {
		font-size: 16px;
		line-height: 21px;
	}

	.flight-tickets-wrap {
		padding: 72px 0 55.74px;
	}

	.flight-tickets-wrap .flight-tickets-content .label-badge {
		margin-bottom: 22px;
	}

	.flight-tickets-row {
		margin: 0 -8px;
		row-gap: 16px;
	}

	.flight-tickets-row .flight-tickets-col {
		padding: 0 8px;
	}

	.flight-tickets-card a {
		font-size: 24px;
		left: 18px;
		bottom: 32px;
		width: calc(100% - 36px);
	}

	.flight-tickets-card a img {
		margin-left: 13px;
		width: 20px;
		height: 20px;
	}

	.popular-fishing-wrap {
		padding: 36px 0 72px;
	}

	.popular-fishing-wrap .popular-fishing-content .label-badge {
		margin-bottom: 40px;
	}

	.popular-fishing-row {
		margin: 0 -8px;
		row-gap: 16px;
	}

	.popular-fishing-row .popular-fishing-col {
		padding: 0 8px;
	}

	.popular-fishing-card p {
		font-size: 16px;
		left: 15px;
		bottom: 22.75px;
		width: calc(100% - 30px);
	}
	/*-_-_Content_CSS_End_-_-*/

	/*-_-_Footer_CSS_Start_-_-*/
	.footer-content {
		padding: 48px 0 23px;
	}

	.footer-row {
		margin: 0;
		row-gap: 31px;
	}

	.footer-row .footer-col {
		width: 100%;
		padding: 0;
	}

	.footer-row .footer-col:first-child {
		display: none;
	}

	.footer-content .footer-col.footer-links {
		width: 100%;
	}

	.footer-content .footer-links h6,
	.footer-content .footer-select h6 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 14px;
	}

	.footer-content .footer-select h6 {
		margin-bottom: 12px;
		padding-left: 11px;
	}

	.footer-content .footer-links li {
		margin-bottom: 14px;
	}

	.footer-content .footer-links li a {
		font-size: 16px;
		line-height: 19px;
	}

	.footer-content .footer-select {
		padding-top: 31px;
		border-top: 1px solid #494949;
	}

	.footer-content .footer-select .select-wrap {
		max-width: 209px;
		margin-bottom: 22px;
	}

	.copyright-wrap {
		padding: 0 0 37px;
		flex-direction: column-reverse;
		align-items: flex-start;
		border: 0;
	}

	.copyright-wrap ul {
		width: 100%;
		padding-bottom: 31px;
		margin-bottom: 31px;
		border-bottom: 1px solid #494949;
	}

	.copyright-wrap ul li {
		margin-right: 15px;
	}

	.copyright-wrap ul li a {
		width: 32px;
		height: 32px;
	}
	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Payment_CSS_Start_-_-*/
	.payment-method-wrap {
		padding: 32px 0 98px;
	}

	.payment-method-wrap .pagination-link {
		margin-bottom: 37px;
	}

	.pagination-link li::before {
		height: 4px;
		top: 15.5px;
		width: calc(50% - 42.5px);
	}

	.pagination-link li a {
		font-size: 11px;
		line-height: 16px;
		min-width: 85px;
	}

	.pagination-link li a span {
		margin: 0 auto 15px;
	}
	
	.payment-method-row .payment-method-content {
		border-radius: 0;
		border: 0;
		margin-bottom: 40px;
	}

	.product-details {
		border-bottom: 0;
		padding: 0;
		margin-bottom: 21px;
	}

	.product-details .product-img {
		width: 100%;
	}

	.product-details .product-content {
		width: 100%;
		padding: 21px 0 0;
	}

	.product-details .product-content h5 {
		font-size: 18px;
		line-height: 27px;
	}

	.product-details .product-content p {
		max-width: 100%;
	}
	
	.starting-time {
		padding: 24px 24px 22px;
		border: 1px solid #C0C0C0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	
	.starting-time ul {
		margin-bottom: 15px;
	}

	.trip-dates {
		padding: 18px 24px 16px;
		border: 1px solid #C0C0C0;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-top: 0;
		margin-bottom: 18px;
	}

	.trip-dates h6,
	.trip-dates ul li {
		margin-bottom: 3px;
	}

	.trip-dates ul li:last-child {
		margin-bottom: 0;
	}

	.on-tour {
		padding: 28px 24px 22px;
		border: 1px solid #C0C0C0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom: 0;
	}

	.on-tour h5 {
		margin-bottom: 31px;
	}

	.on-tour h5 span {
		width: auto;
		padding-left: 10px;
	}

	.on-tour .starting-pay {
		margin-bottom: 21px;
		flex-direction: column-reverse;
	}

	.starting-pay span {
		font-size: 16px;
		line-height: 27px;
		width: 100%;
		padding-left: 0;
		margin-bottom: 3px;
		text-align: left;
	}

	.starting-pay .starting-pay-content {
		width: 100%;
	}

	.starting-pay .starting-pay-content h6 {
		line-height: 25px;
		max-width: 100%;
		margin-bottom: 3px;
	}

	.starting-pay .starting-pay-content p {
		max-width: 100%;
	}

	.free-cancellation {
		padding: 11px 23px 10px;
		border: 1px solid #C0C0C0;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-top: 0;
	}

	.free-cancellation p {
		font-size: 14px;
		line-height: 20px;
		max-width: 100%;
	}

	.payment-method-row .payment-details h4 {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 38px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.payment-method-row .payment-details h4 img {
		display: inline-block;
		max-width: 150px;
	}

	.payment-details .tab-content > .tab-pane {
        display: block;
        opacity: 1;
		margin-bottom: 16px;
    }

	.payment-details .tab-content > .tab-pane:last-child {
		margin-bottom: 0;
	}

	.payment-details .tab-content > .tab-pane:last-child .accordion-body {
		padding-bottom: 0;
	}

	.payment-details .accordion-header button {
		border: 0;
		font-size: 16px;
		line-height: 27px;
		font-weight: 500;
		color: #000000;
		padding: 21.5px 45px 21.5px 62px;
		position: relative;
		border: 1px solid #C0C0C0;
		border-radius: 8px !important;
	}

	.payment-details .accordion-header button::before {
		content: "";
		left: 26px;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: url(../images/checked-radio-icon.svg) center center no-repeat;
		background-size: contain;
	}

	.payment-details .accordion-header button.collapsed::before {
		background: url(../images/unchecked-radio-icon.svg) center center no-repeat;
		background-size: contain;
	}

	.payment-details .accordion-header button::after {
		content: "";
		right: 18px;
		top: 50%;
		width: 32px;
		height: 32px;
		position: absolute;
		background: url(../images/arrow-down-accordion.svg) center center no-repeat;
		background-size: contain;
		transform: translateY(-50%) rotate(180deg);
		transition: 0.4s all ease;
	}

	.payment-details .accordion-header button.collapsed::after { 
		transform: translateY(-50%) rotate(0deg);
	}

	.payment-details .accordion-body {
		padding: 20px 0 15px;
	}

	.payment-form .form-group {
		max-width: 100%;
		margin-bottom: 20px;
	} 

	.payment-form .form-group label {
		font-size: 15px;
		padding-left: 20px;
	}

	.payment-form .form-group input[type="text"] {
		height: 46px;
		padding: 0 50px 0 20px;
		border: 1px solid #ACACAC;
		border-radius: 30px;
		font-size: 16px;
		line-height: 1;
		width: 100%;
	}

	.payment-form .form-group .input-wrap img {
		right: 18px;
	}

	.payment-form .form-check label {
		font-size: 16px;
		margin: 0;
		padding-left: 10px;
	}	

	.payment-form .form-btn {
		margin-top: 0;
		padding-top: 20px;
		border-top: 1px solid #C0C0C0;
	}

	.payment-form .form-btn .form-btn-content {
		max-width: 100%;
	}

	.form-btn .form-btn-content button {
		padding: 17.5px 20px;
		margin-bottom: 15px;
	}
	/*-_-_Payment_CSS_End_-_-*/

	/*-_-_Listing_CSS_Start_-_-*/
	.product-list-wrap {
		padding: 38px 0 87px;
	}

	.list-filter-wrap {
		padding-bottom: 12px;
		border-bottom: 1px solid #BABABA;
		margin-bottom: 40px;
	}

	.list-filter-wrap .form-row {
		margin-bottom: 15px;
	}

	.list-filter-wrap .form-group.deep-fishing {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.list-filter-wrap .form-group.deep-fishing::after {
		display: none;
	}

	.list-filter-wrap .choose-date {
		max-width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.list-filter-wrap .form-group.deep-fishing input {
		padding-left: 25px;
	}

	.list-filter-wrap .form-group.deep-fishing label {
		left: 25px;
	}

	.list-filter-wrap .choose-date .form-group:first-child {
		width: 30%;
	}

	.list-filter-wrap .choose-date .form-group:last-child {
		width: 70%;
	}

	.list-filter-wrap .select-wrap {
		margin-right: 10px;
	}

	.list-filter-wrap .choose-date .form-group:last-child::after {
		right: 12px;
	}

	.list-filter-wrap .select-wrap::after {
		right: 12px;
	}

	.list-filter-wrap button {
		width: 100%;
		/* display: none; */
	}

	.list-filter-wrap .select-wrap {
		margin-right: 10px;
		margin-bottom: 12px;
	}

	.list-filter-wrap .select-wrap select {
		padding-right: 30px;
	}

	.list-filter-wrap .show-more-filter { 
		display: block;
	}

	.list-filter-wrap .more-filter {
		display: none;
	}

	.list-filter-wrap .more-filter button { 
		display: block;
	}

	.product-overview p {
		font-size: 14px;
		line-height: 20px;
	}

	.product-overview .sort-by {
		width: 100%;
		display: none;
		justify-content: space-between;
		margin-top: 15px;
	}

	.product-overview .sort-by.show {
		display: flex;
	}

	.product-overview .sort-by p { 
		display: none;
	}

	.product-overview .filter-btn {
		display: inline-block;
	}

	.product-list {
		margin-bottom: 0;
	}

	.product-list .product-card {
		margin-bottom: 45px;
		border: 0;
	}

	.product-list .product-card:last-child {
		margin-bottom: 0;
	}

	.product-card .product-content {
		padding: 0;
		width: 100%;
	}

	.product-content .product-img {
		width: 100%;
	}

	.product-content .product-img > img {
		display: none;
	}

	.product-content .product-img .product-img-slider {
		display: block;
	}

	.product-img-slider .slick-dots {
		position: absolute;
		bottom: 20px;
	}

	.product-img-slider .slick-dots li {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 3px; 
	}

	.product-img-slider .slick-dots li button {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #ffffff;
		opacity: 0.27;
	}

	.product-img-slider .slick-dots li button::before {
		display: none;
	}

	.product-img-slider .slick-dots li.slick-active button {
		opacity: 1;
	}

	.product-content .product-img .add-favr {
		top: 14px;
		right: 14px;
		width: 30px;
		height: 30px;
		padding-top: 1px;
	}

	.product-content .product-img .add-favr i {
		font-size: 15px;
	}

	.product-content .product-inner {
		padding-left: 0;
		width: 100%;
		padding-top: 20px;
	}

	.product-content .product-inner h4 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.product-content .product-inner p {
		display: block;
	}

	.product-content .product-inner ul,
	.product-card .product-price p,
	.product-card .product-price ul,
	.product-card .product-price a {
		display: none;
	}

	.product-card .product-price {
		border-left: 0;
		border-top: 0;
		padding: 0;
		width: 100%;
	}

	.product-card .product-price h4 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.product-card .product-price h4 span {
		font-size: 10px;
	}

	.product-list-wrap nav {
		display: none;
	}
	/*-_-_Listing_CSS_End_-_-*/

	
	/*-_-_Details_CSS_Start_-_-*/
	.detail-page header,
	.detail-page footer {
		display: none;
	}

	.product-details-wrap {
		padding: 0 0 106px;
	}

	.availability-product {
		display: flex;
	}

	.breadcrumb-wrap {
		display: none;
	}

	.product-gallery-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-bottom: 30px;
		position: relative;
	}

	.product-gallery-wrap .product-gallery-slider {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	.product-gallery-wrap .back-btn {
		display: flex;
	}

	.product-gallery-slider img {
		width: 100%;
		aspect-ratio: 390/258;
	}

	.product-gallery-slider .slider__counter {
		background: rgba(0, 0, 0, 0.8);
		width: 60px;
		height: 23px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
		color: #ffffff;
		position: absolute;
		left: 50%;
		bottom: 17px;
		transform: translateX(-50%);
		border-radius: 15px;
	}

	.product-gallery-wrap h2 {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 0;
	}

	.product-gallery-row {
		display: none;
	}

	.tour-facts {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.pd-row .pd-content-col {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 0;
	}

	.pd-content-col h6 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 4px;
	}

	.pd-content-col p {
		font-size: 13px;
		line-height: 18px;
	}

	.tour-facts h4 {
		margin-bottom: 30px;
	}

	.tour-facts ul li {
		padding-left: 50px;
		margin-bottom: 18px;
	}

	.tour-facts ul li h6 {
		margin-bottom: 4px;
	}

	/* .tour-form-wrap,
	.pd-row .pd-price-col {
		display: none;
	} */

	.tour-form-wrap h4 {
		padding-left: 6px;
		margin-bottom: 30px;
	}

	.tours-list-wrap > h4 {
		margin-bottom: 30px;
	}

	.tours-list-wrap .tours-list {
		display: flex;
		overflow-x: auto;
	}

	.tours-list .tours-card {
		margin-bottom: 0;
		border: 0;
		margin-right: 16px;
		min-width: 252px;
	}

	.tours-list .tours-card:last-child {
		margin-right: 24px;
	}

	.tours-list .tours-content {
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
	}

	.tours-content .tours-img {
		width: 100%;
	}

	.tours-content .tours-img img {
		width: 100% !important;
		aspect-ratio: 252 / 258;
		border-radius: 8px;
	}

	.tours-content .tours-inner {
		width: 100%;
		padding-left: 0;
		padding-top: 16px;
	}

	.tours-content .tours-inner h5 {
		font-size: 16px;
		line-height: 21px;
		max-width: 100%;
		margin-bottom: 0;
	}

	.list-filter-wrap .form-group input, .list-filter-wrap .choose-date .form-group select{
		font-size: 10px;
	}
	/* .tours-content .tours-inner ul,
	.tours-card .tours-price {
		display: none;
	} */
	/*-_-_Details_CSS_End_-_-*/
}

@media only screen and (max-width: 575px) {
	/*-_-_Content_CSS_Start_-_-*/
	.flight-tickets-row {
		flex-wrap: nowrap;
		row-gap: 0;
		overflow-x: auto;
		margin: 0;
		width: calc(100% + 24px);
	}

	.flight-tickets-row .flight-tickets-col {
		padding: 0;
		width: 259px;
		margin-right: 16px;
	}

	.flight-tickets-row .flight-tickets-col:last-child {
		margin-right: 24px;
	}

	.popular-fishing-row {
		flex-wrap: nowrap;
		row-gap: 0;
		overflow-x: auto;
		margin: 0;
		width: calc(100% + 24px);
	}

	.popular-fishing-row .popular-fishing-col {
		padding: 0;
		width: 147px;
		margin-right: 16px;
	}

	.popular-fishing-row .popular-fishing-col:last-child {
		margin-right: 24px;
	}
	/*-_-_Content_CSS_End_-_-*/

	
	/*-_-_Details_CSS_Start_-_-*/
	
	.tours-list-wrap .tours-list {
		width: calc(100% + 24px);
	}

	.product-gallery-wrap .product-gallery-slider {
		margin-left: -24px;
		margin-right: -24px;
		width: calc(100% + 48px);
	}
	/*-_-_Details_CSS_End_-_-*/
}

@media only screen and (max-width: 374px) {
	.list-filter-wrap .choose-date {
		flex-wrap: wrap;
	}

	.list-filter-wrap .choose-date .form-group:first-child {
		width: 100%;
		margin-bottom: 15px;
	}

	.list-filter-wrap .choose-date .form-group:last-child {
		width: 100%;
	}

	.list-filter-wrap .choose-date .form-group:first-child input {
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		border-right: 1px solid;
		padding-right: 16px;
	}

	.list-filter-wrap .choose-date .form-group:last-child select {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		padding-left: 25px;
	}

	.list-filter-wrap .choose-date .form-group:last-child label {
		left: 25px;
	}
}  
