:root {
	--btnyellow: #00aeef;
	--btngray: #ff3131;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3B314A;
        
}

a:hover {
	color: #23527c;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

button:focus {
	outline: inherit;
}

.form-check-input:focus {
	box-shadow: none;
}
/* .list-inline {
	display: flex;
} */
::placeholder {
	color: #626566 !important;
	opacity: 1;
}

input[type='text'],
input[type='email'],
select {
	color: #000 !important;
}


.content_wrapper ul {
	margin-left: 10px;
}

.content_wrapper ul li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.content_wrapper ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #00adef;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 0;
    vertical-align: top;
}


.content_wrapper ul li a {
	color: #3B314A;
	font-weight: 500;
}

.content_wrapper ul li a:hover {
	color: #00aeef;
}

.btn {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.btn_yellow {
	background: var(--btnyellow);
	border-color: var(--btnyellow) !important;
	transition: 0.80s;
	border-radius: 25px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 20px;
}

.btn_gray {
	background: var(--btngray);
	border-color: var(--btngray) !important;
	text-transform: uppercase;
}
.imgcontainer{
	border-radius: 12px;
	width: 100%;
	height:100%;
	object-fit: contain;
	aspect-ratio: 3/0;
}

.btn_yellow:hover,
.btn_yellow:focus {
	border-color: #04b5f5 !important;
	color: #000;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 20px;
	border-radius: 25px;
	box-shadow: inset 40em 0 0 0 #ff3155;
}


.btn_red {
	transition: 0.80s;
    border-radius: 10px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans', sans-serif;
}

.btn_red:hover,
.btn_red:focus {
	border-radius: 10px !important;
	border: 0px;
	color: #000;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
    font-size: 16px;
	box-shadow: inset 30em 0 0 0 #00aeef;
}

.alert_wrapper {
	background: #C6E2F7;
	height: 60px;
	display: flex;
	align-items: center;
}

.alert_wrapper .col-md-12 {
	position: relative;
}

.alert_wrapper p {
	margin: 0;
	text-align: center;
	color: #00739A;
}

.alert_wrapper .col-md-12 a {
	width: 18px;
	height: 18px;
	background: #fff url(../images/cross.svg) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	top: 4px;
	border-radius: 100%;
	right: 10px;
}

.alert_wrapper .col-md-12 a:hover {
	background: #fff url(../images/crose_black.svg) no-repeat;
	background-size: 100% 100%;
}

.alert_wrapper .col-md-12 a img {
	display: none;
}

#header .offcanvas-body li.nav-item a {
	color: #000;
}

#header .offcanvas-body li.nav-item a:hover {
	color: #00aeef;
}

#header .offcanvas-body li.nav-item ul.dropdown-menu li a {
	color: #000;
}

#header {
	padding: 5px 15px 5px 15px;
}

.navbar {
	justify-content: space-between;
}

#header ul li {
	margin-right: 12px;
	align-items: center;
	display: flex;
}

#header ul li a {
	color: #3B314A;
	font-weight: 600;
	font-size: 16px;
	/* text-transform: uppercase; */
}

#header ul li a:hover {
	color: #00aeef;
	border-bottom: 2px solid #00aeef;
    background: none !important;
}

#header ul li a.active {
	border-bottom: 2px solid #00aeef;
    background: none !important;
}

#header ul li a.btn.btn_yellow {
	width: 177px;
	height: 45px;
	padding: 7px 0;
	color: #fff;
	font-weight: 600;
}

#header ul.dropdown-menu li {
	margin-right: 0;
}

#header ul li a.dropdown-item {
	font-weight: 400;
	font-size: 15px;
}


#header .col-md-3 {
	padding-left: 0;
}

#header .col-md-9 {
	padding-right: 0;
}


#header .top_nav {
	margin-bottom: 10px;
}

#header .top_nav .right_side {
	margin-left: 120px;
}

#header .top_nav .right_side li a img {
	margin-right: 5px;
	width: 14px;
	height: 19px;
	object-fit: fill;
}

#header .top_nav .right_side li:first-child a {
	font-weight: 700;
	color: #00739A;
}

#header .top_nav .right_side li:first-child a:hover {
	color: #00aeef;
}

#header .top_nav .right_side li:last-child {
	margin-left: 0;
}

#header .top_nav .right_side li:last-child a {
	padding-right: 0
}

#header .top_nav .left_area li:last-child {
	margin-left: 0;
}




.banner {
	background: black;
	background-size: cover;
	color: #fff;
	padding: 60px 0px;
}

.search_filter {
	background: #ffffff;
	width: 100%;
	padding: 10px;
	border-radius: 15px;
	top: 30px
}

.search_filter .search_filter_wrapper {
	display: flex;
}

/* .search_filter .filter_loop {
	
	margin-right: 6px;
} */

/* .search_filter .filter_loop:last-child {
	margin: 0;
} */

.search_filter .filter_loop label {
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 10px;
	color: black
}

.search_filter .filter_loop .wrp {
	
	width: 100%;
	position: relative;
}

.search_filter .filter_loop .wrp img,
.search_filter .filter_loop .wrp svg {
	position: absolute;
    top: 8px;
    left: 10px;
    color: #a0a4a5;
}

.search_filter .filter_loop .wrp input,
.search_filter .filter_loop .wrp select {
	border-radius: 5px;
    border: 1px solid #E4E4E4;
    font-size: 16px;
    color: #8E8E8E;
    height: 36px;
    padding: 0 5px 0 35px;
    width: 100%;
    background: #fff;
}
.btn clear{
	element.style {
		border-radius: 5px;
		background: #F2F5F6;
		font-weight: normal;
		color: #383C3E;
	}
}

/* .search_filter .filter_loop .wrp select {
	border-radius: 6px;
	font-size: 12px;
	color: #97B0B5;
	border: none;
	height: 60px;
	padding: 0 15px 0 35px;
	width: 100%;
} */

.pop_news .right_tab .form_news_tellter .ajax-form .btn.btn_yellow {
	width: 174px;
}

.search_filter .filter_loop.large {
	width: 100%;
}

.search_filter .filter_loop.medium {
	width: 100%;
}

.search_filter .filter_loop.smalls {
	width: 100%;
}

.search_filter .btn_wrapper {
	margin: 20px auto 0;
	display: table;
}

.search_filter .btn_wrapper .btn.btn_yellow {
	
		border-radius: 5px;
		background: #2DAEFD;
		font-weight: normal;
		font-size: 16px;
        color: #FFF;
        border: none;
		padding: 8px 20px 5px 20px;
        display: inline-block;
	}

#header .top_nav li {
	margin: 0 10px 0 0;
	position: relative;
	padding: 0 10px 0 0;
}

#header .top_nav li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	border-right: 1px solid #D9D9D9;
	top: 10px;
	right: 0;
}

/* #header .top_nav li:last-child:after {
	display: none;
} */

#header .top_nav li a {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 13px;
}



.testmonials {
	background: #C6E2F7;
	padding: 50px 0;
	
	width: 100%;
}

/*FOOTER AREA*/
#footer {
	background: #fff;
	color: #333333;
	padding: 0px;
	width: 100%;
}

.widgth .copy_cont {
	font-size: 12px;
	font-weight: 600;
	margin: 4px 0px 10px 0;
}

.widgth .cont_info li {
	margin-bottom: 15px;
}

.widgth .cont_info li span {
	
	width: 92%;
}

.widgth .car_img {
	margin-top: 15px;
}

.widgth h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.widgth ul li a {
	color: #000;
	text-decoration: none !important;
}

.widgth ul li a:hover {
	color: #7dabdb;
}

#footer .right_footer {
	margin-top: 16px;
}

.icon-container {
    flex-shrink: 0;
    margin-right: 15px;
}

.icon-img {
    width: 32px;
    height: auto;
}

.content-container h3 {
    margin: 0;
    font-size: 16px;
	color: #00aeef;
    font-weight: bold;
}

.content-container p,
.content-container img {
    margin: 2px 0;
	font-size: 12px;
	color: #333333;
}

.content-container a{
	color: #333333;
}

.content-container a:hover{
	color: #333333;
	text-decoration: underline;
}
.card-icons-img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

footer .menu a {
	color: #000;
}
footer .menu a:hover {
	color: #00aeef;
}
footer .powerd a {
	color: #00aeef;
}
footer .powerd a:hover {
	color: #337ab7;
	text-decoration: underline;
}
footer ul li {
	font-size: 14px;
}
footer .menu li {
	border-left: 1px solid black;
	font-size: 14px;
}
footer .menu li:first-child {
	border-left: 0px;
}
.main-footer{
	background: #ebebeb; 
	border-top: 1px solid #adadb0;
	clear: both;
}
.bottom_footer {
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	margin-top: 18px;
	padding: 13px 0;
}

.bottom_text h2 {
	font-size: 20px;
	margin: 0;
}

.bottom_text p {
	margin: 0;
}

.bottom_text p a {
	color: #00aeef;
}

.bottom_text .nav {
	margin-top: 7px;
}

.bottom_text .btn {
	font-size: 12px;
	padding: 4px 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 12px;
}

.bottom_text .form-check-inline .form-check-input {
	margin-top: 2px;
	width: 16px;
	height: 16px;
}

.bottom_text .form-check-input:checked {
	background-color: var(--btnyellow);
	border-color: var(--btnyellow);
}

.bottom_text .form-check-label {
	font-size: 12px;
	margin-top: 5px;
}

/*.bottom_text.bottom_cok_setting {
  display: none;
}*/


.loop_testmo {
	text-align: center;
	
	padding: 0 10px;
}

.loop_testmo .text {
	background: #fff;
	border-top: 10px solid #00aeef;
	padding: 0 30px;
	position: relative;
	height: 285px;
	box-shadow: 0px 1px 4px 0px #00000040;
}

.loop_testmo .text::before {
	background: url(../images/top-arrow.svg) no-repeat;
	content: "";
	width: 34px;
	height: 36px;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.loop_testmo .text::after {
	background: url(../images/top-arrow.svg) no-repeat;
	content: "";
	width: 34px;
	height: 36px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.loop_testmo .text p {
	margin: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.loop_testmo .name {
	margin-top: 30px;
	position: relative;
}

.loop_testmo .name::before {
	position: absolute;
	content: "";
	background: url(../images/arrow-bottom.png) no-repeat;
	top: -32px;
	width: 47px;
	height: 29px;
	left: 50%;
	transform: translateX(-50%);
}

.loop_testmo .name h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 36px;
	color: #3B314A;
}

.loop_testmo .name p {
	font-weight: 500;
	margin: 0;
	color: #3B314A;
}

.title {
	margin-bottom: 50px;
}

.title h2{
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
	
}


/*FOOTER AREA*/

/*NEWS LETTER*/
.news_letter {
	background: #00739A url(../images/bg_newsletter2.png);
	padding: 50px 0px 80px 0px;
	position: relative;
}

.news_letter::after {
	position: absolute;
	content: "";
	background: rgba(0, 115, 154, .65);
	width: 100%;
	height: 100%;
	top: 0;
}

.news_letter .container {
	z-index: 111;
	position: relative;
}

.news_letter .title {
	margin: 0 0 30px 0;
}

.news_letter .title h2 {
	color: #fff;
}

.news_letter .title p {
	color: #fff
}

.newletter {
	margin: 0px auto;
	display: table;
}

.newletter .loop_fields {
	
	position: relative;
	margin-right: 0px;
	width: auto;
}

.newletter .loop_fields:last-child {
	margin-right: 0;
}

.newletter .loop_fields label {
	position: absolute;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 23px;
}

.newletter .loop_fields input {
	height: 50px;
	width: 400px;
	border-radius: 4px;
	border: 1px solid #B1B1B1;
	padding: 0 36px;
}

.newletter .loop_fields button.btn {
	width: auto;
	height: 50px;
	padding: 0 36px;
}

/*NEWS LETTER*/



.parking_deals {
	background: #ffffff;
	padding: 42px 0 50px 0;
}

.prking_loop {
	
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 15px 0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.prking_loop:last-child {
	margin-bottom: 0;
}

.prking_loop div {
	position: relative;
}

.prking_loop div::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 85px;
	background: #9B9B9B;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.prking_loop div:last-child {
	border: none;
	padding-right: 5px;
	width: 70%;
}

.prking_loop div:last-child::after {
	display: none;
}

.prking_loop .info h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #00739A;
}

.prking_loop .info p {
	margin: 4px 0;
	font-size: 14px;
	padding-right: 5px;
}

.prking_loop div.terminal {
	display: flex;
	width: 405px;
	text-align: center;
	justify-content: center;
	height: 100%;
	align-items: center;
	
}

.prking_loop div.terminal span {
	margin-right: 10px;
}

.prking_loop div.terminal p {
	margin: 0px;
	
	width: auto;
}

.prking_loop div h3 {
	margin: 0;
	font-size: 18px;
	color: #2DAEFD;
}


.prking_loop div.info {
	
	width: 430px;
	padding-left: 45px;
}

.prking_loop div.price {
	
	width: 200px;
	height: 100%;
	text-align: center;
}

.prking_loop div.price p {
	margin: 0px;
	font-size: 14px;
}

.prking_loop div.but_wp {
	
	width: 208px;
	text-align: center;
}

.colum_area {
	padding: 50px 0;
	background: #2daefd;
	color: #fff;
}
.colum_area h3 {
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	text-align: start;
}
.colum_loop {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.colum_loop p {
	color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}
.colum_area_steps{
		background-image: url(../images/airport4steps.png);
		background-position: center top;
		position: relative;
		height: auto;
		margin-bottom: 30px;
	}
.colum_area_steps h3{
		color: #2daefd;
		font-family: Open Sans, Arial, sans-serif;
		font-weight: 400;
		text-align: center;
		font-size: 36px;
		padding-top: 52px;
		letter-spacing: 5px;
		padding-bottom: 20px;
}
.colum_area_steps p{
        font-family: Open Sans, Arial, sans-serif;
        font-weight: 400;
        color: #000000;
        text-align: center;
        font-size: 12px !important;
}
.colum_area_steps img{
	display: block;
    max-width: 125%;
    height: auto;
    margin: 0px auto;
	font-size: 14px;
	margin: 10px 0 10px;
}

.colum_area_types{
		background-color: #ff3155;
		width: 100%;
}
.colum_area_types h3{
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		text-align: center;
		font-size: 36px;
		padding-top: 41px;
}

.colum_area_types p{
		color: #ffffff;
		text-align: center;
		font-size: 14px;
}
.colum_area_types label{
	color: #FFF;
	margin: 10px;
	padding: 24px;
}

.form_discount {
    padding: 20px;
    border: 2px solid #ddd; 
    border-radius: 20px;
    background-color: #f9f9f9; 
	margin-bottom: 20px;
	margin-top: 20px;
}
.form_discount {
    font-size: 14px;
}
.form_discount h3{
		color: #000000 !important;
		font-size: 36px !important;
		font-family: Open Sans, Arial, sans-serif;
		font-weight: 400;
		text-align: left !important;
}
.form_field {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    gap: 20px; 
}
.form_field input.form-control {
    width: 100%;
    height: 40px; 
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.airport_form{
	background-color: #f3f4f7; 
	width : 100%;
}
.airport_form h3{
	margin-bottom: 30px;
	font-weight: 500;
	text-align: center;
	
}
.airport_form p{
	color: #000;
	font-size: 17px;
	margin: 0px;
	
}
.airport_form .trans {
    transition: transform 0.4s ease-in-out;
}

.airport_form .trans:hover {
    transform: translateY(-15px);
}

.airport_form img {
    border: 18px solid #fff;
    transition: border-color 0.4s ease-in-out;
	text-align: center;
}

.airport_form .trans:hover img {
    border-color: #000;
}

.airport{
	color: #2daefd;
	font-size: 18px;
}


.who_itworks {
	margin: 0px;
	background-color: #ebebeb;
}
/* home page css */
#booking-form {
    position: relative;
    top: 30px;
}
label{
    color: black;
    text-align: start;
    font-size: 18px;
}

.why-layout {
	text-align: start;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.05);
}
.exclusive1 {
    width: 150px;
    height: 100px;
    flex-shrink: 0;
    background: #2DAEFD;
    position: absolute;
    top: 27px;
    left: -5px;
}
.exclusive2{
    width: 150px;
    height: 100px;
    flex-shrink: 0;
    background: #FF9432;
    position: absolute;
    top: 27px;
    left: -5px;
}
.exclusive3 {
    width: 150px;
    height: 100px;
    flex-shrink: 0;
    background: #FF3155;
    position: absolute;
    top: 27px;
    left: -5px;
}
.whyPad {
    padding-top: 138px !important;
    color: #000;
    padding-left: 25px;
    font-weight: bold;
}
.subheading1 {
    color: #747B7E !important;
	padding: 0px;
}
.upper-triangle {
    position: absolute;
    top: 5px;
    left: -5px;
    fill: #000;
}
.lower-triangle {
    position: absolute;
    top: 124px;
    left: -5px;
    fill: #000;
}

/* available car parks css */
.company-name {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
element.style {
    border: 1px solid lightslategray;
    border-radius: 15px;
}
element.style {
    color: #2DAEFD;
    font-size: 14px;
    font-weight: 600;
    text-align: start;
}
element.style {
    color: #FF9432;
    font-size: 10px;
    font-weight: 500;
}
element.style {
    padding: 7px;
    margin-top: 0px;
    border: none;
    border-radius: 5px;
}
element.style {
    padding-bottom: 7px;
    text-align: start;
}
element.style {
    padding-top: 40px;
    overflow: hidden;
}
.booknowbtn {
    background-color: #ff3155;
    padding-bottom: 7px;
    padding-top: 11px;
    color: #ffffff;
    margin-top: 30px;
    border-color: #ff3155;
}


.numbersDesign {
    border-radius: 50px;
    background: #FF3155;
    width: 80px;
    height: 80px;
    color: #fff;
	z-index: 1;
    border: 5px solid #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 24px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.numerPlacement {
    text-align: right;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 50px;
    top: 50%;
    position: relative;
}
.hr-settings {
    display: flex;
    border-top: 2px dashed #000000;
    width: 60%;
    text-align: center;
    justify-content: center;
    margin: auto;
}

.overcon {
    padding: 20px;
    text-align: justify;
    justify-content: center;
    align-items: center;
}


.overcon h2,
.overcon h3 {
    color: #01adec;
	font-weight: bold;
	font-size: 30px;
}
.overcon p {
    color: #383C3E;
	font-size: 14px;
}
.dotted-line,
.dotted-line1 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotted-line::before,
.dotted-line1::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #b9b9b9;
    transform: translateX(-50%);
}

.dotted-line {
    top: 65%;
}

.dotted-line1 {
    top: -50%;
    height: 60%;
}
.desk {
	display: flex;
}
@media only screen and (max-width: 767px) {
	.numerPlacement {
		display: none;
	}
	.hr-settings {
		display: none;
	}

	.title_area_airport {
		background-image: none !important;
		padding: 10px !important;
	}
	.desk {
		display: none;
	}
}

.price-info {
	color: #2DAEFD;
    font-size: 14px;
    font-weight: 600;
    text-align: start;
}
.price-info-1 {
	color: #747B7E;
    font-size: 10px;
    font-weight: 600;
}

.airport-comapny-image {
	border-radius: 12px; 
	width: 100%; 
	height:100%; 
	object-fit: contain; 
	aspect-ratio: 3/0;
}

.airport-comapny-name{
	overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	height: 40px;
}

.airport-company-ratings {
	color: #FF9432; 
	font-size: 10px; 
	font-weight: 500;
}
.airport-company-ratings img {
	height: 13px; 
}
.airport-booknow {
    padding: 7px;
    margin-top: 0px;
    border: none;
    border-radius: 5px;
    background-color: #ff3155;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element doesn't overflow */
    z-index: 1; /* Sets a higher stacking context for the text */
    text-align: center; /* Ensures text is centered */
}

.airport-booknow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start outside the button */
    width: 100%;
    height: 100%;
    background: #2daefd;
    z-index: -1; /* Places it below the button's content */
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

.airport-booknow:hover::before {
    left: 0; /* Moves the background into view */
}

.airport-booknow:hover {
    color: #ffffff; /* Keeps the text white on hover */
}

.airport-booknow span {
    position: relative;
    z-index: 2; /* Ensures text stays above the background */
}

.comdesign {
	border: 1px solid lightslategray;
	border-radius: 10px;
	padding: 10px;
}

.airtitle1 {
	color: #2DAEFD;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}

.airtitle2 {
	color: #111; 
	text-align: center;
	font-size: 28px; 
	font-weight: 700
}

element.style {
    color: #2DAEFD;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.title_area {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/airport.webp);
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.title_area_faqs {
	background-image: url(../images/faqsslide.webp);
	color: #fff;
	text-align: start;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
	padding: 30px 0;
}

.title_area_your_quote {
	background: #ff3155;
	color: #fff;
	text-align: center;
    position: relative;
    background-size: cover;
	padding: 30px 0;
}
.title_area_compare_pg {
	background: #00aeef;
	color: #fff;
	text-align: center;
    background-size: cover;
	padding: 10px 30px;
}
.title_area_compare_pg h2 {
	font-size: 24px;
}
.title_area_compare_pg p {
	font-size: 15px;
}

.filter_loop span {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.filter_loop .nav li {
	/*border: 1px solid var(--btnyellow);*/
	padding: 5px 10px;
}
.filter_loop .nav li:hover,
.filter_loop .nav li.active {
	background: var(--btnyellow);
	color: #fff;
}
.filter_loop .nav li a {
	color: #fff;
	font-weight: 600;
}
.filter_loop .nav li a:hover {
	color: #fff;
}

.title_area_about {
	background-image: url(../images/aboutus.webp);
	color: #fff;
	text-align: start;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
	padding: 30px 0;
}
.title_area_contact {
	background-image: url(../images/contctusslide.png);
	color: #fff;
	text-align: start;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
	padding: 100px 0px 40px 0;
}

.title_area_my_booking {
	background-image: url(../images/managebookings.webp);
	color: #fff;
	text-align: start;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
	padding: 100px 0px 40px 0;
}

.title_area_airport {
	background-image: url('../images/airport.png');
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    object-fit: cover;
    image-rendering: auto;
    background-size: 100%;
	padding: 80px 0px 40px 0;
	height: auto;
}
.special-alin{
	
		padding-top: 30px;
		padding-bottom: 30px;
	
}
.btn_white {
	    background: #ff3155;
    border-radius: 50px;
    border: 1px solid lightgray;
        padding: 10px 15px;
}
.btn_white:hover {
	    background: #00aeef;
    border-radius: 50px;
    border: 1px solid lightgray;
        padding: 10px 15px;
}
.imgs {
	
		border-radius: 12px;
		width: 100%;
		height: 100%;
		object-fit: contain;
		aspect-ratio: 3 / 0;
	
}
.imgcontainer{
	    border-radius: 12px;
		width: 100%;
		height: 100%;
		object-fit: contain;
		aspect-ratio: 3 / 0;
	
}

.title_area_contact h1 {
	text-transform: uppercase;
	font-weight: normal;
}
.title_area_contact p {
	font-size: 18px;
}
.left_form h2 {
        color: #00aeef;
        font-size: 36px;
        width: 100%;
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
}
.left_form p {
	
		font-family: Roboto, sans-serif;
		font-size: 18px;
	
}

.about_title_heading {
	background-image: url(../images/whychooseus.png);
	text-align: start;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: 100%;
	padding: 20px;
}
.customer_fav {
	background: #00adef;
	text-align: start;
	color: #fff;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: 100%;
	padding: 30px;
}
.customer_fav p {
	font-weight: 700;
	text-align: center;
}
.title_area_faqs h2 {
	padding-bottom: 22px;
    padding-top: 35px;
	font-weight: 500;
	font-size: 37px;
}
.title_area_faqs p {
	font-size: 18px;
}
.title_area_about h2 {
	padding-bottom: 22px;
    padding-top: 35px;
	font-weight: 500;
	font-size: 37px;
}
.title_area_about p {
	font-size: 18px;
}

.title_area h2 {
	margin: 0;
	font-weight: 600;
	font-size: 35px;
	padding-top: 50px;
}

.title_area p {
	margin: 20px;
}

.abtuspara {
    text-align: justify;
    font-size: 18px;
    padding-top: 10px;
}
.cstmrsubheding {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}
.meetpark{
	background-color:#ebebeb;
}
.loop_col {
	text-align: center;
}

.loop_col h2 {
	font-size: 16px;
	color: #00739A;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.loop_col .img {
	height: 40px;
	margin-bottom: 10px;
	margin-top: 50px;
	top: 50px;
}

.loop_col p {
	margin: 0;
}

.col-title h2 {
	font-weight: 700;
	color: #00739A;
	font-size: 20px;
	margin-bottom: 20px;
}

.right_side h3 {
	font-size: 20px;
	font-weight: 700;
	color: #3B314A;
	margin: 30px 0;
	display: block;
}

.who_itworks .right_side ul {
	margin-left: 20px;
}

.who_itworks .right_side ul li {
    list-style: none;
    padding-left: 35px;
    margin-bottom: 10px;
    position: relative;
}

.who_itworks .right_side ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #00adef;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 0;
    vertical-align: top;
}


.who_itworks .right_side p a {
	color: #00739A;
	text-decoration: underline;
	font-weight: 700;
}

.who_itworks p {
	line-height: 30px;
}

.form_right.search_filter {
	
	padding: 50px 40px;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

.form_right.search_filter h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px 0;
}

.who_itworks .filter_loop input {
	border: 1px solid #d3d3d3;
    padding: 10px;
    width: 100% !important;
    border-radius: 25px !important;
    padding-left: 25px;
}

.form_right.search_filter .filter_loop {
	margin: 0;
	width: 100%;
}

.form_right.search_filter .btn_wrapper {
	
	width: 100%;
	text-align: center;
	margin-top: 6px;
}

.form_right.search_filter .card_wrapper {
	
	width: 100%;
	margin-top: 20px;
}

.form_right.search_filter .card_wrapper img {
	width: 100%;
}


.form_right.search_filter .search_filter_wrapper {
	display: block;
}

.form_right.search_filter .search_filter_wrapper .filter_loop {
	width: 100%;
}

.form_right.search_filter .search_filter_wrapper .filter_loop input,
.form_right.search_filter .search_filter_wrapper .filter_loop select {
	height: 43px;
}

.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(2),
.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(4) {
	width: 58%
}

.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(3),
.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(5) {
	width: 40%;
	margin: 0;
	
}

.who_itworks .right_side h1 {
	font-size: 30px;
	font-weight: 700;
	color: #00739A;
	margin: 0 0 15px 0;
}


.row.table_row {
	margin-top: 90px;
}

.loop_table {
	
	width: 100%;
	position: relative;
	background-size: 100% !important;
}

.loop_table .table_head {
	position: absolute;
	
	width: 100%;
	text-align: center;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	height: 109px;
	color: #fff;
}

.loop_table .table_head h2 {
	font-size: 18px;
	margin: 37px 0 0 0;
}

.loop_table .table_body {
	
	width: 100%;
	padding: 55px 0 0 0;
	height: 508px;
}

.loop_table .table_body .offer_top {
	background: linear-gradient(90deg, #333333 0%, #4D4D4D 100%);
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	padding: 2px 0;
}


.loop_table.blue {
	background: url(../images/blue.png) no-repeat;
}

.loop_table.blue .table_head {
	position: absolute;
	background: url(../images/blue1.png) no-repeat;
}

.loop_table .table_body .tab_bod {
	margin-top: 45px;
	margin-bottom: 40px;
	height: 110px;
}

.loop_table .table_body .tab_bod ul li {
	background: url(../images/star1.png) no-repeat;
	background-position: 0px 3px;
	padding-left: 25px;
	padding-right: 16px;
	font-size: 14px;
}

.loop_table .table_body .table_button a {
	background: #494949;
	color: #fff;
	margin: 0px auto;
	display: table;
	width: 170px;
	text-align: center;
	height: 30px;
	border-radius: 5px;
	padding: 3px 0;
	text-decoration: none;
}

.loop_table .table_body .table_button a:hover {
	background: #333333;
}

.loop_table .table_footer {
	position: absolute;
	bottom: -12px;
	left: 2px;
	width: 94px;
	height: 108px;
}

.loop_table.blue .table_footer {
	background: url(../images/blue2.png) no-repeat;
}

.loop_table .table_footer h2 {
	margin: 24px 0 0 0;
	font-size: 20px;
	text-align: center;
}

.loop_table.yellow .table_head {
	background: url(../images/yellow1.png) no-repeat;
}

.loop_table.yellow {
	background: url(../images/yellow.png) no-repeat;
}

.loop_table.yellow .table_footer {
	background: url(../images/yellow2.png) no-repeat;
}

.loop_table.green .table_head {
	background: url(../images/green1.png) no-repeat;
}

.loop_table.green {
	background: url(../images/green.png) no-repeat;
}

.loop_table.green .table_footer {
	background: url(../images/green2.png) no-repeat;
}

.loop_table.green .table_body .tab_bod ul li {
	background: url(../images/star2.png) no-repeat;
	background-position: 0px 3px;
	color: #fff;
}

.park_info {
	
	width: 100%;
	border: 1px solid #97B0B5;
	padding: 15px;
	margin: 10px 0 35px 0;
}

.park_info .img {
	width: 190px;
	
	margin-right: 20px;
}

.park_info .img img {
	width: 100%;
}

.park_info .list_right {
	
	width: 47%;
}

.park_info .list_right h3 {
	margin: 0 0 10px 0;
}

.park_info .list_right ul {
	margin: 0;
}

.park_info .list_right ul li {
	padding-left: 20px;
	margin: 0 0 5px 0;
}

.park_info .list_right ul li:last-child {
	margin-bottom: 0;
}


.park_info .right_btn {
	
	position: relative;
}

.park_info .btn_info {
	
	width: 100%;
	text-align: center;
	margin-bottom: 11px;
}

.park_info .right_btn a {
	margin: 0px auto;
	display: table;
	width: 128px;
}

.park_info .right_btn {
	
	position: relative;
	width: 185px;
}

.park_info .right_btn::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #97B0B5;
	left: 0;
	top: 0;
}

.extras p {
	text-align: justify;
}

.about_wrapper {
	margin-bottom: 30px;
}

.about_wrapper .content_side {
	margin-top: -5px;
}

.about_wrapper h2 {
	font-size: 30px;
	color: #01adec;
	margin: 0 0 5px 0;
}
.but_wp{
    padding: 7px;
    margin-top: 0px;
    border: none;
    border-radius: 5px;
}

.about_wrapper p {
	text-align: justify;
	line-height: 30px;
}

.loop_about {
	margin-bottom: 60px;
}

.title_heading {
	padding-top: 15px;
	padding-bottom: 10px;
}

.title_heading h2 {
	font-size: 36px;
	color: #00aeef;
}

.title_heading p {
	font-size: 18px;
	color: #000;
}

.title_heading p a {
	color: #00aeef;
}

.card .card-body a:hover,
.title_heading p a:hover {
	color: #00739A;
}

.card-header {
	border-radius: 0 !important;
	border: none !important;
	padding: 0 !important
}

.card-header h5 button {
	color: #00739A !important;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none !important;
	padding: 20px;
	width: 100%;
	text-align: left;
	white-space: inherit;
}

.btn.btn-link {
	background: #ff3155;
	color: #fff !important;
	border-radius: 0;
}

.btn.btn-link.collapsed {
	background: #00aeef;
	color: #fff !important;
}

.card {
	border-radius: 0;
	margin-bottom: 10px;
	border: none;
}

.card .collapse {
	background: #FBFBFB;
}

.card .card-body a {
	color: #00aeef;
}

.other_info {
	
	width: 100%;
}

.who_itworks .right_side .other_info h1 {
	font-size: 24px;
}


.table_price {
	background: #F2F2F2;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	border: none;
}

.table_price thead th {
	border: none;
	background: #00739A;
	color: #fff;
	padding: 24px 60px;
	font-weight: 700;
	font-size: 20px;
}

.table_price thead th:last-child {
	text-align: right;
}

.table_price tr {
	border-bottom: 1px solid #D9D9D9;
}

.table_price tr:last-child {
	border: none;
}

.table_price tr td {
	border: none;
	padding: 15px 60px;
}

.table_price tr td:last-child {
	text-align: right;
}

.table_price .table {
	margin: 0;
}


.other_info h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.other_info p {
	margin-bottom: 25px;
}

.other_info b {
	margin-bottom: 20px;
	
	width: 100%;
}


.block_img {
	
	width: 100%;
	margin: 0 0 10px 0;
}

.block_img .img {
	
	margin-right: 24px;
}
.block_img .right_text p {
	margin: 0;
}

.parking_deals_offer {
	
	width: 100%;
	border: 1px solid #97B0B5;
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 30px;
}

.parking_deals_offer .loop_offer {
	
	width: 100%;
	padding: 12px 25px 0;
}

.parking_deals_offer .loop_offer:last-child {
	padding-bottom: 12px;
}

.parking_deals_offer .loop_offer .left {
	
	width: 50%;
}

.parking_deals_offer .loop_offer .left .img_lf {
	
	width: 38px;
	text-align: center;
	margin-right: 10px;
}

.parking_deals_offer .loop_offer .left span {
	font-weight: 500;
	font-size: 19px;
	color: #00739A;
}



.parking_deals_offer .loop_offer .right {
	
	width: 50%;
}

.parking_deals.parking .prking_loop .info {
	display: flex;
	align-items: center;
}

.prking_loop div.reating {
	width: 210px;
	text-align: center;
}

.prking_loop div.reating .nav {
	justify-content: center;
}

.parking_deals.parking .prking_loop .terminal {
	text-align: left;
}

.parking_deals.parking .prking_loop .info .imgs {
	width: 70px;
	margin-right: 15px;
	
}

.parking_deals.parking .prking_loop .info .imgs img {
	width: 100%;
	height: 70px;
	object-fit: scale-down;
}

.parking_deals.parking .cont h2 {
	font-size: 16px;
	font-weight: 500;
	color: #3B314A;
}

.parking_deals.parking .cont p {
	margin: 0px;
}


.content_wrapper {
	padding: 30px 0;
}

.content_wrapper:nth-child(2n) {
	background: #DEF1FF;
}

.content_wrapper h2 {
	font-weight: 700;
	font-size: 24px;
	color: #00739A;
	margin-bottom: 15px;
}

.content_wrapper p:last-child {
	margin: 0px;
}


.contat_form {
	background: #ebebeb;
	padding: 0px;
	position: relative;
	margin-bottom: 60px;
}

.contat_form .title h2 {
	font-size: 30px;
}

.contat_form .left_form .loop_field_form {
	width: 100%;
	margin-bottom: 2px;
	
}

.contat_form .left_form .loop_field_form label {
	
	width: 100%;
	margin: 0 0 5px;
	color: #3B314A;
}

.contat_form .left_form .loop_field_form input,
.contat_form .left_form .loop_field_form select,
.contat_form .left_form .loop_field_form textarea {
	border: 1px solid #E4E4E4;
    border-radius: 10px;
    height: 45px;
    padding-left: 15px;
    width: 100%;
    color: #626566 !important;
    box-shadow: 7px 7px 54px -7px rgba(0, 0, 0, 0.05)
}

.contat_form .left_form .loop_field_form textarea {
	padding: 10px;
	height: 100px;
}

.contat_form .left_form .loop_field_form input.btn.btn_yellow {
	width: 200px;
	height: 50px;
	background: var(--btnyellow) !important;
	color: #fff !important;
}

.contat_form .left_form .captcha {
	width: auto;
        justify-content: center;
        display: flex
}


.cont_inf {
	width: 450px;
	margin: 0px auto;
	display: block;
	position: relative;
}

.callusbg {
	background-color: #01abec;
	text-align: center;
	padding: 26px;
}

.emailusbg {
	background-color: #0180b1;
	text-align: center;
	padding: 26px;
}

.workwithusbg {
	background-color: #02729e;
	text-align: center;
	padding: 26px;
}

.needquickhelpbg {
	background-color: #016a91;
	text-align: center;
	padding: 26px;
}

.contsidebar h2,
.contsidebar p,
.contsidebar a {
	font-size: 17px;
    font-weight: 500;
	margin-bottom: 0px;
	color: #fff;
}

.contsidebar a:hover {
	font-size: 17px;
    font-weight: 500;
	margin-bottom: 0px;
	color: #000;
}

.right_info {
	background: #fff;
	padding: 40px;
	width: 100%;
	
	height: 450px;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 10px;
}

.right_info .cont_loop {
	
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.right_info .cont_loop .rig_cont {
	margin-left: 20px;
}

.right_info .cont_loop .rig_cont h2 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	color: #00aeef;
	text-decoration: underline;
}

.right_info .cont_loop .rig_cont p {
	font-weight: 500;
	margin: 0;
}

.right_info .cont_loop .rig_cont p a {
	color: #3B314A;
}

.right_info .cont_loop .rig_cont p a:hover {
	color: #00a9b5;
}



.border_cot {
	border: 1px solid #AFBDC4;
	margin-top: 30px;
}

.border_cot .cont_lop {
	border-right: 1px solid #AFBDC4;
}

.border_cot .cont_lop:last-child {
	border-right: none;
}

.border_cot .btn_cont {
	border-top: 1px solid #AFBDC4;
	padding: 30px 0;
}

.cont_lop {
	text-align: center;
	padding: 0;
}

.cont_lop .head {
	font-weight: 700;
	font-size: 20px;
	padding: 20px 0px;
	color: #fff;
	background: #00739A;
}

.cont_lop .conte {
	padding: 30px 20px;
	min-height: 270px;
}

.cont_lop .conte p {
	margin: 20px 0 0px 0;
	text-decoration: none;
}

.cont_lop .conte p a,
.cont_lop .conte b a {
	color: #00A9B5;
	font-weight: 700;
}

.cont_lop .conte p a:hover,
.cont_lop .conte b a:hover {
	color: #00aeef;
}

.cont_lop .conte b a {
	text-decoration: underline;
}

.border_cot .btn_cont .btn.btn_yellow {
	padding-left: 30px;
	padding-right: 30px;
}



.form_right.search_filter.booking .filter_loop.trd {
	width: 100%;
}

.form_right.search_filter .tab-content {
	
	width: 100%;
	margin-top: 25px;
}

.form_right.search_filter .tab-content .tab-pane {
	
	width: 100%;
	padding: 0;
}

.form_right.search_filter.booking ul li a {
	background: transparent;
	border: none;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px 10px 30px;
	border-radius: 0px;
	background-position: 10px 18px !important;
}

.form_right.search_filter.booking .nav.nav-tabs {
	border-color: #00C1CF;
	margin-left: -30px;
	width: 118.5%;
	justify-content: space-between;
}

.form_right.search_filter.booking ul li {
	width: 49%;
	margin-bottom: 0;
}

.form_right.search_filter.booking ul li a.active {
	background: #00aeef;
}




.booking_listing {
	background: #ebebeb;
	padding: 50px 0;
}

.booking_listing .table_header {
	margin-bottom: 10px;
	display: flex;
	background: #00adef;
	color: #fff;
	border-radius: 10px;
	padding: 15px 0;
	font-weight: 600;
	align-items: center;
	
	width: 100%;
}

.booking_listing .table_header div {
	position: relative;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.booking_listing .table_header div::after {
	position: absolute;
	width: 1px;
	background: #fff;
	content: "";
	right: 0px;
	top: -6px;
	height: 131%;
}

.booking_listing .table_body .loop_body div::after {
	    position: absolute;
    width: 1px;
    background: #000;
    content: "";
    right: 0px;
    top: -30px;
    height: -webkit-fill-available;
}

.booking_listing .table_header div:last-child:after {
	display: none;
}


.booking_listing .table_body .loop_body {
	background: #fff;
	border-radius: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	padding: 20px 0px;
	width: 100%;
}

.booking_listing .table_body .loop_body .info_btns {
	width: 14%;
    text-align: center;
    padding-left: 5px;
}

.booking_listing .table_body .loop_body .info_btns a {
	/*width: 143px;*/
	height: 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.booking_listing .table_body .loop_body .info_btns a:last-child {
	margin-bottom: 0;
}

.booking_listing .table_body .loop_body .info_btns a img {
	margin-right: 5px;
}

.booking_listing .table_body .loop_body h2 {
	font-size: 18px;
	font-weight: 600;
	color: #00adef;
	margin: 0;
}

.booking_listing .table_body .loop_body p {
	margin: 0;
}


.booking_listing .table_header div.vchno {
	width: 14%;
}

.booking_listing .table_header div.cusname {
	width: 15%;
}

.booking_listing .table_header div.servfrov {
	width: 27%;
}

.booking_listing .table_header div.fropoff {
	width: 15%;
}

.booking_listing .table_header div.action {
	width: 14%;
}


.booking_listing .table_body .loop_body div {
	position: relative;
	padding-right: 10px !important;
	padding-left: 20px;
}






.booking_listing .table_body .loop_body div:last-child:after {
	display: none;
}

.booking_listing .table_body .loop_body div.vchno {
	width: 14%;
}

.booking_listing .table_body .loop_body div.cusname {
	width: 15%;
}

.booking_listing .table_body .loop_body div.servfrov {
	width: 27%;
}

.booking_listing .table_body .loop_body div.fropoff {
	width: 15%;
}

.booking_listing .table_body .loop_body div.action {
	width: 200px;
}

.listing_wrapper {
	padding: 32px 0 50px;
}

.comp_wrapper {
	background-color: #f8f8f8;
	padding: 10px;
}

.loop_listing {
	
	width: 100%;
	background: #fff;
	margin-bottom: 22px;
	border: 1px solid #D9D9D9;
	/* border-radius: 10px; */
	overflow: hidden;
}

.loop_listing .img {
	
	width: 100%;
	position: relative;
	height: 116px;
	overflow: hidden;
}

.loop_listing .img img {
	width: 100%;
	height: 108px;
}

/* .loop_listing .img img { width: 100%; height: 148px; object-fit: scale-down; }*/
.loop_listing .img .tag_reg {
	position: absolute;
	right: 0;
	top: 0 !important;
	text-transform: uppercase;
	background: #000;
	padding: 2px 5px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.loop_listing .img .tag_reg.special {
	background: #EB001B;
}


.loop_listing .link_tab {
	width: 100%;
    height: 35px;
    background: #F0F0F0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.loop_listing .link_tab ul li {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.loop_listing .link_tab ul li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 18px;
	background: #00739A;
	top: 5px;
	right: 0;
}

.loop_listing .link_tab ul li:last-child {
	margin: 0;
	padding: 0;
}

.loop_listing .link_tab ul li:last-child:after {
	display: none;
}

.loop_listing .link_tab ul li a {
	font-size: 18px;
    color: #00aeef;
    text-decoration: none !important;
}

.loop_listing .link_tab ul li a:hover {
	color: #337ab7;
}


.loop_listing .title_info {
	width: 100%;
	height: 100%;
    text-align: left;
    padding: 10px;
	border-bottom: 1px solid #0099cc;
}

.loop_listing .title_info h2 {
	font-size: 14px;
    font-style: normal;
    min-height: 32px;
	height: 100%;
    font-weight: 500;
    line-height: normal;
    text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.loop_listing .title_info p {
	color:green;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
	margin: 0;
}


.loop_listing .price_reating {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.loop_listing .price_reating .prc h2 {
	margin: 0;
	font-size: 19px;
	color: #00aeef;
}

.loop_listing .price_reating h3 {
	font-size: 16px;
	text-decoration: line-through;
	color: #4D4D4D;
	margin: 0 0 3px 0;
	font-weight: 400;
}
.loop_listing .reat {
	padding: 10px;
}
.loop_listing .reat .rat {
	color: #ff3155;
    font-size: 30.50px;
	line-height: normal;
    font-family: Myriad Pro Regular;
}
.loop_listing .reat .rat2 {
	font-family: Myriad Pro Regular;
    color: #515151;
    font-size: 13px;
}

.loop_listing .revi {
	color: #2daefd;
	font-weight: bold;
	cursor: pointer;
}

.loop_listing .link_info {
	
	width: 100%;
	padding: 0 10px;
	margin-top: 12px;
}

.loop_listing .link_info ul {
	
	width: 100%;
}

.loop_listing .link_info ul li {
	border: 1px solid #00A9B5;
	border-radius: 10px;
	margin-bottom: 10px;
	
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	color: #00A9B5;
	min-width: 207px;
	text-align: center;
}

.loop_listing .link_info ul li:last-child {
	margin-bottom: 0;
}

.info_listing {
	
	width: 100%;
	padding: 0 10px;
	margin-top: 15px;
	height: 155px;
	overflow-y: scroll;
}


.info_listing {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.info_listing::-webkit-scrollbar {
    display: none;
}
.info_listing:focus-within::-webkit-scrollbar {
    display: block;
}
.info_listing::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.info_listing::-webkit-scrollbar-thumb {
    background-color: #00aeef;
    border-radius: 10px;
}

.info_listing {
    scrollbar-color: #00aeef #f1f1f1;
}

.loop_listing .info_listing ul {
	margin-left: 0px;
	
	width: 100%;
}

.loop_listing .info_listing ul li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    position: relative;
}

.loop_listing .info_listing ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    color: #00adef; 
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 0;
    vertical-align: top;
}



.title_area.compare_pg .row {
	align-items: end;
}

.title_area.compare_pg {
	text-align: left;
	padding: 15px 0;
	position: relative;
}

.title_area.compare_pg h2 {
	font-size: 24px;
}

.title_area.compare_pg p {
	font-size: 12px;
}

.title_area.compare_pg .btn {
	font-weight: 500;
	font-size: 12px;
	text-transform: capitalize;
	margin-left: 10px;
}


.title_area.compare_pg .filter_loop {
	
	display: flex;
	align-items: center;
}

.title_area.compare_pg .filter_loop span {
	font-weight: 700;
	font-size: 14px;
}

.title_area.compare_pg .filter_loop li a {
	padding: 6px 9px;
	background: #fff;
	border-radius: 5px;
	color: #00A9B5;
	font-weight: 500;
	margin-left: 4px;
	font-size: 12px;
	cursor: pointer;
	
}

.title_area.compare_pg .filter_loop li a.active {
	background: #00aeef;
	color: #fff;
}

.search_filter .btn_wrapper .btn {
	margin: 0px auto;
	display: block;
}

.transparent_bg {
	position: relative;
}

.transparent_bg::after {
	position: absolute;
	background: #ffffff91;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn.btn_clear {
    border-radius: 5px;
    background: #F2F5F6;
    font-weight: normal;
    color: #383C3E;
    font-size: 14px;
    border: none;
	text-align: center;
    padding: 8px 10px 8px 10px;
    display: inline-block;	
}
.btn.btn_clear:hover {
    border-radius: 5px;
    background: #2DAEFD;  /*#ff3155*/
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    border: none;
	text-align: center;
    padding: 8px 10px 8px 10px;
    display: inline-block;	
}

.btn.btn_book {
    border-radius: 5px;
    background: #2DAEFD;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    border: none;
	text-align: center;
    padding: 8px 10px 8px 10px;
    display: inline-block;
}

.btn.btn_book:hover {
    border-radius: 5px;
    background: #ff3155;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    border: none;
	text-align: center;
    padding: 8px 10px 8px 10px;
    display: inline-block;
}
	





.pop_bottom {
	position: relative;
}
.pop_bottom .pop_cont {
	width: 430px;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 30px 20px 10px 20px;
}

.pop_bottom .pop_cont h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.pop_bottom .pop_cont .forms {
	
	width: 100%;
}

.pop_bottom .pop_cont .forms textarea {
	border: 1px solid #4DCFE1;
	height: 90px;
	width: 100%;
	border-radius: 10px;
	resize: none;
	padding: 10px;
}

.pop_bottom .pop_cont .forms .btn {
	
	margin-top: 10px;
	height: 30px;
	width: 110px;
	padding: 0;
	font-size: 14px;
}

.pop_bottom .pop_cont a {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pop_bottom .pop_cont a img {
	rotate: 0deg;
}

.pop_bottom .pop_cont a.clop_bbtn img {
	rotate: 180deg;
}


.container.review-wrap input,
.container.review-wrap select {
	border: 1px solid #C6E2F7;
	background: #F5F5F5;
	border-radius: 5px;
	height: 45px;
	padding: 0 10px;
	width: 100%;
	color: #C3C3C3;
	margin: 0 !important;
}

.container.review-wrap textarea {
	border: 1px solid #C6E2F7;
	background: #F5F5F5;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	color: #626566;
	margin: 0 !important;
}

.review-modal .modal-content {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.review-modal .modal-header {
	background-color: var(--btnyellow);
	color: #fff;
	text-align: center;
}

.moreInfoPopup .modal-dialog.modal-xl {
	max-width: 950px;
	width: 100%;
}

.moreInfoPopup .close {
	position: absolute;
    right: 40px;
    top: 5px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.moreInfoPopup .modal-header {
	background-color: #018fd7;
	width: 100%;
    height: 73px;
	color: #fff;
}

.moreInfoPopup .col-md-8 h6 {
	font-size: 14px;
	color: #018fd7;
	font-weight: normal;
}

.moreInfoPopup .col-md-8 h5 {
	font-size: 18px;
	font-weight: normal;
	color: #018fd7;
}
/* .moreInfoPopup .col-md-8 p {
	font-size: 14px;
	color: #018fd7;
}*/
.moreInfoPopup .col-md-8 .btn_yellow {
	width: 200px;
	background-color: #00aeef;
}

.moreInfoPopup .reat {
	padding: 10px;
}
.moreInfoPopup .reat .rat {
	color: #ff3155;
    font-size: 30.50px;
	line-height: normal;
    font-family: Myriad Pro Regular;
}
.moreInfoPopup .reat .rat2 {
	font-family: Myriad Pro Regular;
    color: #515151;
    font-size: 13px;
}

.moreInfoPopup .revi {
	color: #2daefd;
	font-weight: bold;
	cursor: pointer;
}

.moreInfoPopup .modal-body {
	padding-top: 20px;
}

.moreInfoPopup .modal-body .btn.btn_yellow {
	text-transform: capitalize;
	background: #00aeef;
	font-weight: 400;
	width: auto;
	
}
.moreInfoPopup .modal-body .btn.btn_yellow:hover {
	color: #fff;
	width: auto;
}

.moreInfoPopup .modal-body .btn.btn_yellow.active {
	background: #00aeef;
	color: #fff;
	font-weight: 400;
	width: auto;
}


#review-modal button {
	background: #00aeef;
	opacity: 1;
	border: none;
	padding: 15px;
	height: 35px;
	cursor: pointer;
}

#review-modal h4 {
	color: #00739a;
	font-size: 20px;
}

#review-modal .reating span i {
	color: #00aeef;
}

#review-modal .carousel-inner {
	min-height: inherit !important;
}

#review-modal h1 {
	font-size: 25px;
}

#review-modal div {
	opacity: 1;
}

.list_points.info {
    margin: 20px 0;
    padding: 0 10px;
    display: flex;
    width: 100%;
    list-style: none;
}

.list_points.info ul {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.list_points.info ul::-webkit-scrollbar {
    display: none;
}
.list_points.info ul:focus-within::-webkit-scrollbar {
    display: block;
}
.list_points.info ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.list_points.info ul::-webkit-scrollbar-thumb {
    background-color: #00aeef;
    border-radius: 10px;
}
.list_points.info ul {
    scrollbar-color: #00aeef #f1f1f1;
}

.list_points.info li {
	margin-right: 15px;
}

.list_points.info li img {
	height: 25px;
}



.form_wrap_container {
	box-shadow: 1px 1px 15px 0px #A9A9A9;
	padding: 40px 40px 10px 40px;
	border-radius: 10px;
	width: 100%;
}

.form_wrap_container .title {
	margin: 0 0 16px 0;
}

.form_wrap_container .title h2 {
	color: #00aeef;
	font-size: 30px;
}

.form_wraps {
	
	width: 100%;
	margin-bottom: 40px;
}

.form_wraps .form {
	
	width: 100%;
}

.form_wrap_container .title h2 img {
	display: none;
}



.field_loop {
	
	width: 100%;
	margin-bottom: 17px;
}

.field_loop label {
	font-weight: 400;
}

.form_wraps .form input,
.form_wraps .form select {
	position: inherit;
	margin: 0;
	border: 1px solid #00aeef;
	height: 50px !important;
}
.form_wraps .form input::placeholder,
.form_wraps .form select::placeholder {
	color: #888d93 !important;
}

.field_loop .form-check-label {
	color: #00aeef;
}

.field_loop .form-check-label span {
	margin-left: 65px;
	font-weight: 600;
}

.form_wraps .form input.form-check-input {
	height: auto !important;
	
	margin: 6px 10px 0 0;
	display: none;
}

.field_loop.payment_wrp .form-check-label {
	font-weight: 600;
}

.right_side .right_wrapper .loop_right .form-check {
	padding-left: 0;
}

.right_side .right_wrapper .loop_right .form-check input.form-check-input {
	display: none;
}

.right_side .right_wrapper .loop_right .form-check span {
	margin-left: 23px;
}



.right_side.col-sidebar {
	border: 1px solid #00aeef;
	border-radius: 10px;
	overflow: hidden;
}

.right_side .title {
	margin: 0 0 20px 0;
	text-align: center;
	height: 48px;
	background: #00aeef;
	padding: 7px 0;
}

.right_side .title h2 {
	color: #fff;
	font-size: 20px;
}

.right_side .right_wrapper {
	
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.right_side .right_wrapper::after {
	position: absolute;
	content: "";
	width: 89%;
	height: 1px;
	background: #AFBDC4;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.right_side .right_wrapper .loop_right {
	
	width: 100%;
	padding: 0 25px;
	margin-bottom: 15px;
}

.right_side .right_wrapper .loop_right .left span {
	font-weight: bold;
	font-size: 14px;
	color: #3B314A;
}

.right_side .right_wrapper .loop_right .left p {
	margin: 0;
	color: #3B314A;
	font-weight: 300;
}

.right_side .right_wrapper .loop_right .right span {
	font-weight: bold;
	font-size: 14px;
	color: #3B314A;
}

.right_side .right_wrapper .loop_right .right p {
	margin: 0;
	color: #3B314A;
	font-weight: 300;
}

.right_side .right_wrapper .loop_right .right img {
	height: 109px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}


.right_side .right_wrapper .loop_right .styled-checkbox+label::before {
	border: 1px solid #00aeef;
}

.right_side .right_wrapper .loop_right .styled-checkbox:checked+label::before {
	background: #00aeef;
}

.right_side .right_wrapper .loop_right .styled-checkbox:hover+label:before {
	background: #00aeef;
}

.right_side .right_wrapper .loop_right .right.mt_31 {
	margin-top: 28px;
}

.bottom_wrpa {
	background: #ff3155;
	padding: 10px 25px 12px 25px;
}

.bottom_wrpa div span {
	font-size: 18px;
	font-weight: 700;
}


.bottom_wrpa div.left span {
	color: #fff;
}

.bottom_wrpa div.right span {
	color: #fff;
}


.right_side .right_wrapper .loop_right .left h3 {
	margin: 0 0 5px;
	font-size: 18px;
	color: #00aeef;
	font-weight: 700;
}

.img_card {
	border: 1px solid #00A9B5;
	
	width: 100%;
	border-radius: 5px;
	padding: 19px 16px;
}

.img_card img {
	height: 32px;
	width: 100% !important;
}

.field_loop.payment_wrp .payment_loop {
	
	width: 100%;
	margin-bottom: 12px;
}

.field_loop.payment_wrp .payment_loop .form-check {
	padding: 0;
	color: #00aeef;
}

.field_loop.payment_wrp .payment_loop .form-check .form-check-input {
	margin-top: 0 !important;
	display: none;
}

.tems_cond {
	
	width: 100%;
}

.tems_cond li {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
	background: url(../images/check.png) no-repeat;
	padding: 0 0px 0 20px;
	background-position: 0 5px;
}

.tems_cond li a {
	font-weight: 600;
	text-decoration: underline;
	color: #00aeef;
}


.form_btn {
	margin-top: 50px;
	
	width: 100%;
	margin-bottom: 40px;
}

.form_btn .btn.btn_gray {
	background: #ff3155;
	border-color: #ff3155 !important;
	color: #fff;
	font-weight: 700;
	border-radius: 0px;
	font-size: 18px;
	border-radius: 50px;
	height: 50px;
	width: 270px;
}

.form_btn .btn.btn_yellow {
	width: 270px;
	margin-left: 10px;
}


.step_wraps {
	margin: 50px 0;
}

.step_wraps li {
	color: #ff3155;
	font-weight: 700;
	font-size: 20px;
	margin-right: 93px;
}

.step_wraps li:last-child {
	margin-right: 0;
	color: #00aeef;
}

.step_wraps li a {
	color: #ff3155;
	cursor: pointer;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #00aeef;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #00aeef;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox+label::before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 12px;
	height: 12px;
	background: white;
	border: 1px solid #00aeef;
	border-radius: 1px;
	margin-top: 5px
}

.styled-checkbox label:before {
	background: #00aeef;
}

.styled-checkbox:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
	background: #00aeef;
}

.styled-checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked+label:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 13px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}


.review_info {
	
	width: 100%;
	border: 1px solid #9B9B9B;
	border-right: 0;
	border-left: 0;
	padding: 8px 0;
	margin-bottom: 15px;
}

.sorting {
	
	width: 100%;
	justify-content: space-between;
	display: flex;
	margin-bottom: 25px;
}

.sorting .left_sorting {
	font-weight: 700;
}

.sorting .right_sorting select {
	width: 133px;
	background: #fff url(../images/arrow_btm.svg);
	border: 1px solid #9B9B9B;
	border-radius: 5px;
	height: 40px;
	padding: 0 9px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 93% 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.reating span i {
	color: #F08030;
	font-size: 14px;
}

.reating span .reating_num {
	font-size: 13px;
	font-weight: 400;
	margin-left: 13px;
}

.rev_name {
	font-size: 16px;
	font-weight: 700;
	margin-top: 13px;
}

.rev_tb .carousel-item {
	border-bottom: 1px solid #9B9B9B;
	margin-bottom: 16px;
	margin-right: 0;
}

.rev_tb .carousel-item:last-child {
	border-bottom: none;
}

.modal-header .close {
	opacity: 1;
}


body .pop_news .right_tab .form_news_tellter form .mb-3 {
	width: 48% !important;
}

.modal-header {
	justify-content: space-between;
}
/* 
.steps_form_wrap .form_wraps .form select {
	-webkit-appearance: auto;
} */

.row.no-print a {
	color: #00aeef;
}


.list_points.info li {
	margin-bottom: 10px
}

#header .offcanvas-body li.nav-item {
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px;
}

#header .offcanvas-body li:last-child {
	border: none !important;
}

#header .offcanvas-body .dropdown-toggle::after {
	right: 0;
	position: absolute;
	top: 18px;
}

.header_call {
	background: var(--btnyellow);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	
	width: 100%;
}

.header_call p {
	margin: 0;
}

.header_call p a {
	color: #fff;
	font-weight: bold;
}

.header_call p a:hover {
	color: #000;
}

.extras p a {
	color: #3B314A !important;
	text-decoration: none !important;
}

.extras p a:hover {
	color: #00aeef !important;
}

.land_btn_com {
	
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 10px;
}

.land_btn_com a {
	border: 1px solid #00A9B5;
	color: #00A9B5;
	font-size: 12px;
	padding: 4px 20px;
	width: 100%;
	
	border-radius: 4px;
	display: inline-block;
}


#custom-setting .form-check-inline {
	width: 50%;
	
	margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
	div#default-cookie-setting .form-check-inline {
		width: 48%;
		margin: 0 !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

	#header .offcanvas-body li.nav-item a {
		color: #fff !important;
	}

	.overcon {
		text-align: start;
	}
	#header .offcanvas-body li.nav-item {
		margin-left: 0;
		border-bottom: 1px solid #ccc;
		margin-right: 0;
		padding: 0 5px;
	}

	footer .menu li {
		border-left: 0px;
		font-size: 14px;
	}

	.title_area_airport {
		padding: 30px 0px 40px 0;
	}	
	.reverse {
		flex-direction: column-reverse;
	}

	.styled-checkbox+label::before {
		margin-top: 3px;
	}

	.styled-checkbox:checked+label:after {
		top: 10px;
	}


/*	.pop_bottom .pop_cont {
		width: 100%
	} */

.pop_bottom {
	position: relative;
}
.pop_bottom .pop_cont {
width: 100%;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
	position: relative;
	top: 0;
bottom: auto;
left:0;
	z-index: 999;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 30px 20px 10px 20px;
}

.pop_bottom .pop_cont h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.pop_bottom .pop_cont .forms {	
	width: 100%;
}

.pop_bottom .pop_cont .forms textarea {
	border: 1px solid #4DCFE1;
	height: 90px;
	width: 100%;
	border-radius: 10px;
	resize: none;
	padding: 10px;
}

.pop_bottom .pop_cont .forms .btn {
	
	margin-top: 10px;
	height: 30px;
	width: 110px;
	padding: 0;
	font-size: 14px;
}

.pop_bottom .pop_cont a {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pop_bottom .pop_cont a img {
	rotate: 180deg;
}

.pop_bottom .pop_cont a.clop_bbtn img {
	rotate: 0deg;
}

	.unsub_wrap h2.findparking {
		font-size: 20px;
	}


	form#your-qoute-form .row.rev,
	.who_itworks.extras.rev .row {
		flex-direction: column-reverse;
	}

	.right_side .right_wrapper .loop_right .form-check {
		font-size: 12px;
	}

	.step_wraps {
		margin: 30px 0 20px 0;
	}

	.right_side .right_wrapper .loop_right .left p,
	.right_side .right_wrapper .loop_right .right p {
		font-size: 15px;
	}

	.form_wrap_container .title h2 {
		font-size: 20px;
	}

	.pop_news .right_tab {
		padding: 20px 15px !important;
	}

	#header .col-md-3 {
		width: 100%;
	}

	body {
		overflow-x: hidden;
	}

	#header .col-md-9 {
		display: none;
	}

	.alert_wrapper p {
		font-size: 11px;
	}

	.alert_wrapper .col-md-12 a {
		right: 15px;
		top: 15px;
	}


	/* .search_filter {
		padding: 16px 20px 50px 20px;
		margin: 0 10px;
		border-bottom-left-radius: 200px;
		border-bottom-right-radius: 200px;
		border-bottom: 10px solid #00aeef;
	} */

	.search_filter .search_filter_wrapper {
		display: block;
	}

	.search_filter .filter_loop {
		width: 48% !important;
		margin-bottom: 0px;
	}

	.search_filter .filter_loop:nth-child(2n + 2) {
		margin-right: 0 !important;
	}

	.search_filter .btn_wrapper {
		
		width: 100%;
		text-align: center;
		margin-top: 17px;
	}

	.search_filter .filter_loop .wrp input {
		height: 40px;
		padding: 0 15px 0 35px;
		font-size: 15px;
	}

	.search_filter .filter_loop .wrp select {
		height: 40px;
		padding: 0 15px 0 35px;
		font-size: 15px;
	}

	.search_filter .filter_loop .wrp img {
		top: 11px;
	}

	.search_filter .btn_wrapper .btn.btn_yellow {
		height: 40px;
	}

	.prking_loop {
		display: block;
		height: auto;
		padding: 15px;
	}

	.prking_loop div {
		margin-bottom: 15px;
		padding-left: 0 !important;
	}

	.prking_loop div:last-child {
		margin-bottom: 0px;
		text-align: left;
	}

	.prking_loop div::after {
		display: none;
	}

	.prking_loop div.terminal {
		width: 100%;
		justify-content: start;
	}

	.prking_loop div.price {
		text-align: left;
	}

	.prking_loop div.but_wp {
		
		text-align: left;
	}

	.news_letter .title p br {
		display: none;
	}

	.newletter .loop_fields {
		width: 50%;
		padding-right: 0;
	}

	.newletter .loop_fields:nth-child(2n) {
		margin-right: 0;
		
	}

	.newletter .loop_fields input {
		width: 100%;
	}

	.newletter .loop_fields:last-child {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.news_letter {
		padding: 30px 0px;
	}

	.title h2 {
		font-size: 25px;
	}


	.testmonials .loop_testmo {
		margin-bottom: 25px;
	}

	.testmonials .col-md-4:last-child .loop_testmo {
		margin-bottom: 0px;
	}

	.bottom_footer ul li {
		margin-bottom: 10px;
	}

	.bottom_footer ul li:last-child {
		margin-bottom: 0px;
	}


	.navbar-brand img {
		width: 185px;
	}

	button.navbar-toggler {
		border: 1px solid #000;
		background: #000;
		position: relative;
	}

	button.navbar-toggler::after {
		content: '';
		position: absolute;
		width: 68%;
		height: 3px;
		background: #fff;
		top: 6.5px;
		left: 16%;
		box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
	}

	.parking_deals {
		padding: 30px 0;
	}

	.title {
		margin-bottom: 20px;
	}


	.newletter form.row.ajax-form {
		margin: 0;
	}



	.title_area.compare_pg .filter_loop {
		margin-top: 15px;
		float: left !important;
	}

	.title_area.compare_pg .filter_loop li a {
		padding: 6px 3px;
		font-size: 9px;
	}

	.title_area.compare_pg .btn {
		margin: 15px auto 0;
		display: table;
	}

	.moreInfoPopup .modal-body .btn.btn_yellow {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.moreInfoPopup .book_now .btn.btn_yellow {
		height: 40px;
		padding: 10px 0;
		font-size: 13px;
	}


	.step_wraps li {
		font-size: 12px;
		margin-right: 10px;
	}

	.step_wraps li img {
		width: 40px;
	}

	.step_wraps li:last-child {
		margin-top: 0px;
	}

	.form_wrap_container {
		padding: 25px 25px 20px 25px;
	}

	.form_wraps .form input,
	.form_wraps .form select {
		height: 40px !important;
		font-size: 13px;
	}

	.img_card img {
		width: 100%;
		height: auto;
	}

	.form_btn .btn.btn_yellow {
		width: auto;
	}

	.form_btn .btn.btn_gray {
		width: auto;
		height: auto;
	}

	div#barFixed {
		margin-bottom: 50px;
	}


	.right_side .right_wrapper .loop_right .left span,
	.right_side .right_wrapper .loop_right .right span {
		font-size: 13px;
	}

	.pop_news .right_tab .form_news_tellter form {
		display: block;
	}



	.pop_news .right_tab .form_news_tellter form {
		width: 100%;
		display: block !important;
		
	}

	body .pop_news .right_tab .form_news_tellter form .mb-3 {
		position: relative;
		
		width: 100%;
		margin-bottom: 10px !important
	}

	.pop_news .right_tab .check_text span {
		width: 91% !important;
	}

	body .cookie-check .btn.btn_yellow {
		width: auto !important;
	}

	.field_loop .form-check-label span {
		margin-left: 0;
	}

	.loop_about .content_img img {
		width: 100%;
		margin-bottom: 10px;
	}

	.accordion {
		margin-top: 5px;
	}

	.form-group.col-sm-12.col-md-6.offset-md-3 .row .col-sm-12.col-md-6:first-child {
		margin-bottom: 15px;
	}

	.cont_inf {
		width: 100%;
	}

	.right_info {
		width: 100%;
		padding-bottom: 20px;
		height: auto;
	}

	.right_info .cont_loop .rig_cont p {
		word-break: break-word;
	}

	.content_wrapper .row {
		margin: 0;
	}

	.who_itworks .form_right.search_filter {
		border-radius: 0;
		margin: 0;
		border-top: 0;
		margin-top: 50px;
	}

	.form_right.search_filter .filter_loop {
		margin: 0 0px 0 0;
	}

	.parking_deals_offer .loop_offer .left .img_lf {
		width: 27px;
		height: 80px;
	}


	.parking_deals.parking .prking_loop .info {
		
		width: 100%;
		display: block;
	}

	.parking_deals.parking .prking_loop div.reating {
		width: auto;
		
		margin-right: 20px;
	}

	.parking_deals.parking .prking_loop .terminal {
		text-align: left;
		width: auto;
		margin-left: 10px;
	}

	.parking_deals.parking .prking_loop div.but_wp {
		
		width: 100%;
	}

	.parking_deals.parking .prking_loop div.but_wp a.btn.btn_yellow {
		margin: 0px auto;
		display: table;
	}

	.parking_deals.parking .prking_loop div.price {
		width: auto;
		
	}


	.loop_col {
		margin-bottom: 15px;
	}


	.loop_table .table_body {
		height: 723px;
	}

	.loop_table .table_footer {
		bottom: 24px;
		left: 31px;
	}

	.row.table_row .loop_table {
		margin-bottom: 100px;
	}

	.row.table_row .col-md-4:last-child .loop_table.green {
		margin: 0;
	}


	.park_info .list_right {
		width: 100%;
		margin-top: 20px;
	}

	.park_info .right_btn {
		width: 100%;
		margin-top: 20px;
	}

	.park_info .right_btn::after {
		display: none;
	}

	.park_info .img {
		float: none;
		margin: 0px auto;
		display: block;
	}

	.booking_listing .col-md-12 {
		width: 100%;
		overflow-x: scroll;
	}

	.booking_listing .col-md-12 .scrool_table {
		width: 1000px;
	}

	.content_wrapper ul {
		margin-left: 0;
	}

	#footer .right_footer .col-md-4 .widgth {
		margin-bottom: 20px;
	}

	.banner .col-md-12 .search_filter {
		margin: 0px;
	}

	.search_filter .filter_loop.large:nth-child(1) {
		width: 100% !important;
	}

	.search_filter .filter_loop.large:nth-child(2n),
	#demo .search_filter .filter_loop.large:nth-child(4n) {
		width: 66% !important;
	}

	.search_filter .filter_loop.smalls {
		width: 30% !important;
		margin: 0 0 0 0px;
	}

	.search_filter .filter_loop:last-child {
		width: 100% !important;
	}


	.moreInfoPopup .modal-body li.nav-item {
		
		-webkit-box-flex: inherit;
		margin-right: 5px;
	}

	.moreInfoPopup .modal-header {
		margin-top: 0px;
	}

	.moreInfoPopup .col-md-3 img {
		/* height: 100px !important; */
		margin: 0px auto;
		display: block;
	}


	.form_right.search_filter.booking ul li a {
		font-size: 17px;
	}

	.form_right.search_filter.booking .filter_loop {
		width: 100% !important;
		margin-right: 0;
	}

	.who_itworks.extras.rev.medium_col .form_right.search_filter.booking {
		margin: 0 0 30px 0;
	}

	.moreInfoPopup ul.nav.nav-pills.nav-fill.mb-3 {
		display: flex;
		
	}

}

@media only screen and (min-width: 540px) and (max-width: 720px) and (orientation: portrait) {
	.booking_listing .col-md-12 .scrool_table {
		width: 1000px;
	}

	.booking_listing .col-md-12 {
		overflow-x: scroll;
	}

	.widgth h2 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 890px) and (orientation: portrait) {
	.row.table_row .loop_table {
		height: 381px;
		background-size: 100% 100% !important;
	}

	.loop_table .table_body .tab_bod {
		height: auto;
	}

	.loop_table .table_footer {
		bottom: -32px;
	}

	.loop_table .table_body {
		height: 100%;
	}



	.row.table_row {
		margin-top: 20px;
	}

	.row.table_row .loop_table {
		height: auto;
		background: #c6e2f7;
		padding-bottom: 20px;
		margin: 0 0 20px;
	}

	.loop_table .table_head {
		background: transparent !important;
		position: inherit !important;
		top: 0 !important;
		width: 100% !important;
		height: auto !important;
		left: inherit !important;
		transform: inherit !important;
	}

	.loop_table .table_head h2 {
		margin: 14px 0 0 0;
	}

	.loop_table .table_head h2 br {
		display: none;
	}

	.loop_table .table_body {
		padding-top: 5px;
		height: auto;
	}

	.loop_table .table_body .tab_bod {
		margin: 10px 0px;
	}

	.loop_table .table_footer {
		display: none;
	}

	.row.table_row .loop_table.yellow {
		background: #ffb300;
	}

	.row.table_row .loop_table.green {
		background: #00a9b5;
	}


	.table_price thead th {
		padding-left: 0;
		padding-right: 0px;
		text-align: center !important;
	}

	.table_price tr td {
		border: none;
		padding: 15px 15px;
		text-align: center !important;
	}

	.prking_loop div.info {
		
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 668px) and (orientation: landscape) {
	.search_filter .filter_loop {
		width: 49% !important;
	}

	.search_filter .filter_loop:nth-child(2n) {
		margin-right: 0;
	}

	.prking_loop div.info {
		padding-left: 15px;
	}

	.form_right.search_filter.booking .filter_loop {
		width: 100% !important;
		margin-right: 0;
	}



}

@media only screen and (min-width: 320px) and (max-width: 897px) and (orientation: landscape) {
	.moreInfoPopup .col-md-3 {
		position: inherit;
	}

	.moreInfoPopup .book_now {
		position: absolute;
		right: 20px;
		top: 50px;
	}

	.moreInfoPopup ul.nav.nav-pills.nav-fill.mb-3 {
		display: flex;
		
		width: 100%;
	}

	.moreInfoPopup ul.nav.nav-pills.nav-fill.mb-3 li.nav-item {
		margin-bottom: 7px;
		
		margin-right: 5px;
	}

	.unsub_wrap button.btn.btn_yellow {
		font-size: 13px;
		height: 45px;
	}

	.alert_wrapper p {
		padding-right: 15px;
	}

	.search_filter .search_filter_wrapper {
		display: block;
	}

	.search_filter .filter_loop {
		margin-bottom: 0px;
		width: 32% !important;
	}

	.search_filter .filter_loop .wrp input,
	.search_filter .filter_loop .wrp select {
		font-size: 15px;
		padding: 0 15px 0 35px;
		height: 40px;
	}

	.search_filter .filter_loop .wrp img {
		top: 16px;
	}

	.search_filter .filter_loop.large {
		width: 47%;
	}

	.prking_loop .info h2 {
		font-size: 16px;
	}

	.prking_loop .info p {
		font-size: 14px;
	}

	.prking_loop div.terminal p {
		font-size: 14px;
	}

	.prking_loop div h3 {
		font-size: 14px;
	}

	.prking_loop div.but_wp a.btn.btn_yellow {
		font-size: 12px;
	}

	.newletter .loop_fields {
		width: 47%;
	}

	.newletter .loop_fields:nth-child(3n) {
		
		margin-right: 0;
	}

	.newletter .loop_fields input {
		width: 100%;
	}

	.newletter .loop_fields:nth-child(4n) {
		width: auto;
		margin: 0;
		display: block;
	}

	.news_letter .title p br {
		display: none;
	}

	.title h2 {
		font-size: 25px;
	}

	.loop_testmo .text {
		height: 450px;
	}

	.widgth .car_img {
		width: auto !important;
		max-width: 100%;
	}


	.title_area.compare_pg .filter_loop {
		margin-top: 15px;
	}

	.title_area.compare_pg .filter_loop li a {
		padding: 6px 10px;
	}

	.loop_listing .title_info h2 {
		font-size: 15px;
	}

	.loop_listing .link_info ul li {
		min-width: 100%;
		padding: 8px 10px;
		font-size: 12px;
	}

	.loop_listing .img {
		height: 120px;
	}

	.loop_listing .img img {
		height: 120px;
	}

	.loop_listing .price_reating .reat {
		height: 58px;
	}

	.loop_listing .price_reating .reat span {
		font-size: 18px;
	}

	.step_wraps {
		margin: 30px 0;
	}

	.step_wraps li {
		margin-right: 20px;
		font-size: 14px;
	}

	.step_wraps li img {
		width: 85px;
	}


	.form_wraps {
		margin-bottom: 10px;
	}

	.form_wrap_container {
		padding: 20px 20px 20px 20px;
	}

	.field_loop .form-check-label {
		font-size: 14px;
	}

	.field_loop .form-check-label span {
		margin-left: 0;
		width: 100%;
		
	}


	.img_card {
		padding: 5px 16px;
	}

	.img_card img {
		width: 100% !important;
	}

	.form_btn .btn.btn_yellow {
		width: 190px;
	}

	.right_side .right_wrapper .loop_right {
		padding: 0 10px;
	}

	.form_wraps .form input,
	.form_wraps .form select {
		height: auto !important;
	}


	.form_wraps .form .col-md-6 .row {
		display: block;
	}

	.form_wraps .form .col-md-6 .row .col-md-5.col-lg-3 {
		max-width: 100%;
		
	}

	.form_wraps .form .col-md-6 .row .col-md-7.col-lg-9 {
		
		max-width: 100%;
	}


	.navbar-brand img {
		width: 100%;
	}

	.form_right.search_filter {
		padding: 20px;
	}

	.parking_deals_offer .loop_offer {
		padding: 12px 10px 0;
	}

	.parking_deals_offer .loop_offer .left {
		width: 56%;
	}

	.parking_deals_offer .loop_offer .left .img_lf {
		width: 20px;
	}

	.parking_deals_offer .loop_offer .left span {
		font-size: 14px;
	}

	.parking_deals_offer .loop_offer .right {
		font-size: 14px;
		
		width: 43%;
	}

	.table_price tr td {
		padding: 15px 40px;
	}

	.prking_loop div.info {
		padding-left: 15px;
	}

	.park_info .list_right {
		width: 75%;
		margin-top: 20px;
		
		margin-top: 0;
	}

	.park_info .right_btn {
		width: 72%;
		
	}

	.park_info .right_btn::after {
		display: none;
	}

	.park_info .img {
		float: none;
		margin: 0px auto;
		display: block;
	}

	.loop_table .table_body .tab_bod {
		margin-top: 10px;
		height: 110px;
		margin-bottom: 10px;
	}

	.who_itworks .right_side ul {
		margin-left: 12px;
	}

	.loop_table .table_body .tab_bod ul li {
		padding-left: 20px;
		font-size: 12px;
	}

	.loop_table .table_body {
		height: 395px !important;
	}

	.loop_table .table_footer {
		bottom: 3px;
		left: -1px;
		width: 69px;
		height: 65px;
		background-size: 100% 100% !important;
	}

	.loop_table .table_footer h2 {
		margin: 13px 0 0 0;
		font-size: 15px;
	}

	.row.table_row .col-md-6.col-lg-4:last-child {
		margin-top: 85px;
	}

	.widgth .cont_info li span {
		width: 92%;
	}

	.loop_about .content_img img {
		width: 100%;
	}

	.booking_listing .col-md-12 {
		width: 100%;
		overflow-x: scroll;
	}

	.booking_listing .col-md-12 .scrool_table {
		width: 1000px;
	}


	.form_right.search_filter.booking ul li a {
		font-size: 17px;
		background-position: 13px 13px !important;
	}

	.form_right.search_filter.booking form.row {
		margin: 0;
	}

	.cont_lop .head {
		font-size: 12px;
	}

	.cont_inf {
		width: 100%;
	}

	.right_info {
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.right_info .cont_loop .rig_cont p a {
		overflow-wrap: anywhere;
	}

	.pop_news .right_tab .check_text span {
		width: 95% !important;
	}

	.moreInfoPopup .modal-body .btn.btn_yellow {
		font-size: 14px;
	}

	.moreInfoPopup .book_now .btn.btn_yellow {
		width: 150px;
		height: 42px;
		font-size: 14px;
	}

	.form_wrap_container .title h2 {
		font-size: 20px;
	}

	#header .col-md-9 {
		display: none;
	}

	#header .top_nav .right_side {
		margin-left: 40px;
	}

	#header ul li {
		margin-right: 10px;
	}

	#header ul li a {
		font-size: 15px;
	}

	#header ul li a.btn.btn_yellow {
		padding: 11px 0;
	}


	#header ul li a {
		font-size: 14px;
	}

	#header .top_nav li a {
		font-size: 14px;
	}

	form#your-qoute-form .row.rev {
		flex-direction: column-reverse;
	}

	form#your-qoute-form .row.rev .col-md-12.col-lg-4 {
		margin-bottom: 50px;
	}

	.widgth h2 {
		font-size: 14px;
	}

}



@media only screen and (max-width: 668px) and (min-width: 375px) and (orientation: landscape) {
	#header .col-md-3 {
		width: 26%;
	}

	ul.navbar-nav.justify-content-end {
		display: none;
	}

	button.navbar-toggler {
		
		border: 1px solid #000;
		background: #000;
		position: relative;
		margin-top: 12px;
		padding: 3px 9px;
		display: block !important;
		margin-left: 10px;
	}

	.offcanvas-body ul.navbar-nav.justify-content-end {
		display: block;
	}

	#header .offcanvas-body li.nav-item a {
		color: #fff !important;
	}

	#header .offcanvas-body li.nav-item {
		margin-left: 0;
		border-bottom: 1px solid #ccc;
		margin-right: 0;
		padding: 0 5px;
	}

	.search_filter .filter_loop:nth-child(2n) {
		margin-right: 7px;
	}

	.loop_testmo .text {
		height: 250px !important;
	}

	.title_area.compare_pg .filter_loop {
		float: left !important;
	}
}

@media only screen and (max-width: 740px) and (min-width: 360px) and (orientation: landscape) {
	#header .top_nav li a {
		font-size: 12px;
	}

	#header ul li a.btn.btn_yellow {
		width: 125px;
	}
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.title_area.compare_pg p span {
		background: var(--btnyellow);
		padding: 0 5px;
	}

	.unsub_wrap button.btn.btn_yellow {
		font-size: 13px;
		height: 45px;
	}

	.moreInfoPopup .modal-dialog.modal-xl {
		max-width: 90%;
	}

	.moreInfoPopup .modal-body li {
		-webkit-box-flex: inherit;
		
		flex: inherit;
		margin-right: 5px;
		margin-top: 5px;
	}

	.moreInfoPopup .book_now .btn.btn_yellow {
		width: 100%;
	}

	.step_wraps li {
		font-size: 15px;
		margin-right: 20px;
	}

	.step_wraps li img {
		width: 70px;
	}

	.form_wrap_container {
		padding: 20px 20px 20px 20px;
	}

	.form_wrap_container .title h2 {
		font-size: 20px;
	}

	.form_right.search_filter .card_wrapper img {
		width: auto;
		margin: 0px auto;
		display: block;
	}

	.loop_table .table_body {
		height: 544px;
	}

	.loop_table .table_footer {
		left: 10px;
	}


	.who_itworks.extras.rev.medium_col .col-md-12.col-lg-4 {
		max-width: 55%;
		flex: 0 0 55%;
		margin: 0 auto 40px;
	}

	.form_right.search_filter .filter_loop {
		margin: 0;
		width: 100% !important;
	}



	.pop_news .right_tab .check_text span {
		width: 92% !important;
	}


	.container.pt-3.pb-3.html_table {
		zoom: 100% !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

	.widgth h2 {
		font-size: 14px;
	}

	.header_call {
		display: block !important;
	}

	.cont_lop .head {
		font-size: 16px;
		height: 88px;
	}

	.cont_lop .conte {
		min-height: 416px;
	}

	.row.table_row .loop_table {
		height: 440px;
	}

	.title_area.compare_pg .filter_loop {
		
		width: 100%;
		margin-top: 10px;
	}

	.alert_wrapper p {
		padding-right: 15px;
	}

	#header .col-md-9 ul.navbar-nav.justify-content-end {
		display: none;
	}

	#header .col-md-9 .right_side {
		margin: 0;
	}

	#header .col-md-9 .right_side ul li.nav-item {
		margin: -48px 0 0 0;
		padding: 0;
		display: none;
	}

	#header .col-md-9 .right_side ul li.nav-item:after {
		display: none;
	}

	#header .col-md-9 .right_side ul li.nav-item:last-child {
		display: none;
	}

	.banner .container .row .search_filter .search_filter_wrapper {
		display: block;
	}

	.banner .container .row .search_filter .filter_loop {
		width: 100% !important;
		margin: 0 0 0px 0px !important;
	}

	.banner .container .row .search_filter .filter_loop:nth-child(3n) {
		margin-right: 0;
	}

	.banner .container .row .search_filter .btn_wrapper {
		margin-top: 10px;
	}


	.title {
		margin-bottom: 25px;
	}

	.title h2 {
		font-size: 25px;
	}


	.prking_loop div.info {
		padding-left: 15px;
	}

	.prking_loop div.terminal {
		width: 280px;
	}

	.prking_loop div.but_wp {
		padding: 0 15px;
	}

	.newletter .loop_fields {
		width: 38%;
		padding: 0 5px;
	}

	.newletter .loop_fields:last-child {
		width: 20%
	}

	.newletter .loop_fields input {
		width: 100%;
		padding: 0 36px;
	}

	.news_letter .title {
		margin-bottom: 15px;
	}

	.news_letter .title p br {
		display: none;
	}

	.newletter .loop_fields label {
		left: 15px;
	}

	.loop_testmo .text {
		height: 425px;
	}

	.widgth .cont_info li span {
		width: 92%;
	}

	.widgth .car_img {
		width: 100%;
	}


	.content_img img {
		width: 100%;
	}

	.search_filter .filter_loop.large:nth-child(1) {
		width: 100% !important;
	}

	.search_filter .filter_loop.smalls {
		width: 30% !important;
		margin: 0 0 0 0px;
	}

	.search_filter .filter_loop:last-child {
		width: 100% !important;
	}




	.form_right.search_filter {
		padding: 20px 15px;
	}

	.park_info .img {
		width: 125px;
	}

	.loop_table .table_body .tab_bod {
		margin-top: 20px;
	}

	.loop_table .table_body {
		height: 395px;
	}

	.loop_table .table_footer {
		bottom: -27px;
		width: 83px;
		left: 0;
		background-size: 100% 100% !important;
	}

	.cont_inf {
		width: 100%;
	}

	.right_info {
		padding: 20px;
	}

	.right_info .cont_loop .rig_cont p {
		word-break: break-all;
	}

	.form_right.search_filter .filter_loop {
		width: 100%;
	}

	form#your-qoute-form .row.rev {
		flex-direction: column-reverse;
	}

	.who_itworks.extras.rev .row .col-md-12.col-lg-4,
	form#your-qoute-form .row.rev .col-md-12.col-lg-4 {
		margin-bottom: 30px;
	}

	.booking_listing .col-md-12 {
		overflow-x: scroll;
	}

	.scrool_table {
		
		width: 1000px;
	}

	.booking_listing .table_body .loop_body {
		overflow: hidden;
	}


	.styled-checkbox+label::before {
		margin-top: 4px;
	}

	.styled-checkbox:checked+label:after {
		top: 9px;
	}

	.styled-checkbox+label::before {
		margin-top: 5px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.styled-checkbox+label::before {
		margin-top: 1px;
	}

	.styled-checkbox:checked+label:after {
		top: 7px;
	}

	.tems_cond label.form-check-label {
		margin-top: 3px;
	}

	.form_right.search_filter.booking ul li a {
		font-size: 12px;
	}

	.cont_lop .head {
		font-size: 16px;
	}

	.cont_lop .conte {
		min-height: 321px;
	}

	.search_filter .search_filter_wrapper {
		display: block;
	}

	.banner .container .row .search_filter .filter_loop {
		width: 100% !important;
		margin: 0 0 0px px !important;
	}

	.newletter .loop_fields {
		width: 39%;
		padding: 0 5px;
	}

	.newletter .loop_fields:last-child {
		width: 20%;
	}

	.newletter .loop_fields input {
		width: 100%;
		padding: 0 36px;
	}

	.newletter .loop_fields label {
		left: 14px;
	}

	.loop_testmo .text {
		height: 340px;
	}

	.widgth .car_img {
		width: 100%;
	}


	.content_img img {
		width: 100%;
	}

	.cont_inf {
		width: 100%;
	}




	.who_itworks .col-md-12.col-lg-8 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.who_itworks .col-md-12.col-lg-4 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 30px;
	}

	.form_right.search_filter .search_filter_wrapper .filter_loop {
		width: 32.9% !important;
		margin: 0 5px 0 0 !important;
		float: left !important;
	}

	.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(3n) {
		margin-right: 0px !important;
	}

	.parking_deals.parking .prking_loop .info {
		padding-left: 15px;
	}

	.prking_loop div.but_wp {
		padding: 0 15px;
	}

	.title_area.compare_pg .filter_loop {
		float: left !important;
		margin-top: 10px;
	}

	.title_area.compare_pg .btn {
		margin-left: 0;
		margin-top: 5px;
	}

	#header img {
		width: 100%;
	}

	#header ul li {
		margin-right: 10px;
	}

	#header .top_nav .right_side {
		margin-left: 100px;
	}

	.field_loop .form-check-label span {
		margin-left: 24px;
	}

	.right_side .right_wrapper .loop_right {
		padding: 0 12px;
	}

	.styled-checkbox+label {
		font-size: 14px;
	}

	.right_side .right_wrapper .loop_right .left p {
		font-size: 11px;
	}

	.right_side .right_wrapper .loop_right .left h3 {
		font-size: 15px;
	}


	.step_wraps li img {
		width: 100px;
	}

	.step_wraps li {
		font-size: 19px;
	}


}


@media only screen and (max-width: 916px) and (min-width: 411px) and (orientation: landscape) {
	#header .col-md-9 {
		display: none;
	}

	.loop_testmo .text {
		height: 425px;
	}

	.widgth .cont_info li span {
		width: 92%;
	}

	.pop_news .right_tab .check_text span {
		width: 95% !important;
	}

	.title h2 {
		font-size: 25px;
	}

	.who_itworks .col-md-12.col-lg-4 {
		max-width: 70%;
		flex: 0 0 70%;
		margin-top: 30px;
	}

	.form_right.search_filter .search_filter_wrapper .filter_loop {
		width: 49% !important;
		margin: 0 5px 0 0 !important;
		float: left !important;
	}

	.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(3n) {
		margin-right: 5px !important;
	}

	.form_right.search_filter .search_filter_wrapper .filter_loop:nth-child(2n) {
		margin-right: 0px !important;
		float: right !important;
	}

	.park_info .img {
		width: 120px;
		
	}
}

@media only screen and (max-width: 361px) and (min-width: 359px) and (orientation: portrait) {
	.loop_table .table_body {
		height: 630px;
	}
}
@media only screen and (max-width: 349px) and (min-width: 320px) and (orientation: portrait) {
	.navbar-brand img {
        width: 150px !important;
    }
}

@media only screen and (max-width: 431px) and (min-width: 429px) and (orientation: portrait) {
	.loop_table .table_body {
		height: 755px;
	}
}

@media only screen and (max-width: 916px) and (min-width: 914px) and (orientation: landscape) {
	.loop_table .table_body {
		height: 395px;
	}

	.loop_table .table_body .tab_bod {
		margin-top: 18px;
	}

	.loop_table .table_footer {
		bottom: -8px;
		width: 67px;
		height: 88px;
		background-size: 100% 100% !important;
	}

	.loop_table .table_footer h2 {
		margin: 19px 0 0 0;
	}
}

@media only screen and (max-width: 933px) and (min-width: 930px) and (orientation: landscape) {
	nav.navbar.navbar-expand-lg.p-0 .col-md-9 {
		display: none;
	}

	.prking_loop .info p {
		padding-right: 5px;
	}

	.loop_testmo .text {
		height: 415px;
	}

	.park_info .img {
		width: 133px;
	}

	.loop_table .table_body .tab_bod {
		margin-top: 18px;
	}

	.loop_table .table_footer {
		bottom: 17px;
		width: 67px;
		height: 88px;
		background-size: 100% 100% !important;
	}

	.loop_table .table_footer h2 {
		margin: 19px 0 0 0;
	}

	.loop_table .table_body {
		height: 422px;
	}
}

@media only screen and (max-width: 741px) and (min-width: 739px) and (orientation: landscape) {
	.newletter .loop_fields {
		width: 50%;
	}

	.newletter .loop_fields:nth-child(4n) {
		margin: 20px auto;
	}

	.loop_testmo .text {
		height: 285px;
	}
}

@media only screen and (max-width: 668px) and (min-width: 666px) and (orientation: landscape) {
	.newletter .loop_fields:nth-child(4n) {
		margin: 20px auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 933px) {
	.title_area.compare_pg p span {
		padding: 2px 7px;
		margin: 10px 10px 10px 0;
		
		background: var(--btnyellow);
	}
}

@media only screen and (min-width: 320px) and (max-width: 933px) and (orientation: landscape) {
	.who_itworks .col-md-12.col-lg-4 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 30px;
	}

	.who_itworks .col-md-12.col-lg-4 .form_right.search_filter {
		width: 100%;
		margin: 0px auto;
		display: block;
		float: none;
	}

	.who_itworks .col-md-12.col-lg-4 .form_right.search_filter form {
		
		width: 100%;
		margin: 0;
	}

	.who_itworks .col-md-12.col-lg-4 .form_right.search_filter form .search_filter_wrapper {
		
		width: 100%;
	}

	.who_itworks .col-md-12.col-lg-4 .form_right.search_filter form .search_filter_wrapper .filter_loop {
		width: 49% !important;
		margin-right: 0px !important;
	}

	.who_itworks .col-md-12.col-lg-4 .form_right.search_filter form .search_filter_wrapper .filter_loop:nth-child(2n) {
		float: right !important;
	}

	.who_itworks .col-md-12.col-lg-4 .form_right.search_filter form .search_filter_wrapper .filter_loop .wrp input.form-control {
		padding-right: 5px;
	}

	.form_right.search_filter .tab-content {
		padding: 0;
	}

	.pop_news .right_tab .check_text span {
		width: 94% !important;
	}

	.search_filter .filter_loop.large:nth-child(1) {
		width: 100% !important;
	}

	.search_filter .filter_loop.large:nth-child(2n),
	#demo .search_filter .filter_loop.large:nth-child(4n) {
		width: 66% !important;
		margin-top: 0px;
	}

	.search_filter .filter_loop.smalls {
		width: 31% !important;
		margin: 0 0 0 0px;
	}

	.search_filter .filter_loop:last-child {
		width: 100% !important;
	}

	.search_filter .btn_wrapper .btn.btn_yellow {
		margin: 0px auto;
		float: none;
	}

	.styled-checkbox+label::before {
		margin-top: 2px;
	}

	.styled-checkbox:checked+label:after {
		top: 9px;
	}


}

@media only screen and (min-width: 320px) and (max-width: 933px) {
	.container.pt-3.pb-3.html_table {
		zoom: 50%;
	}

	.right_side.col-sidebar .right_wrapper .loop_right .styled-checkbox:checked+label::before {
		background: transparent;
	}

	.right_side.col-sidebar .styled-checkbox:checked+label:after {
		background: #00A9B5;
		box-shadow: 2px 0 0 #00A9B5, 4px 0 0 #00A9B5, 4px -2px 0 #00A9B5, 4px -4px 0 #00A9B5, 4px -6px 0 #00A9B5, 4px -8px 0 #00A9B5;
	}

	.right_side.col-sidebar .right_wrapper .loop_right .styled-checkbox:hover+label:before {
		background: transparent;
	}

	/*form#updateBooking.edit_booking_form .field_loop select.form-select {
		padding-right: 0 !important;
		background-position: right center !important;
	}*/

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.loop_col h2 {
		text-align: left;
	}

	.loop_col .img {
		
		width: 82px;
		margin-right: 0;
		height: 65px;
	}

	.who_itworks p {
		text-align: left;
	}

	#footer .right_footer .col-md-4 {
		width: 50%;
	}

	.top_footer .row .col-md-5 img {
		display: none;
	}

	.top_footer .row .col-md-5 .cont_info ul li img {
		display: inline;
	}


	.center.slick-initialized.slick-slider {
		overflow: hidden;
	}

	.testmonials .loop_testmo {
		padding: 0;
	}

	.testmonials button.slick-arrow {
		display: none !important;
	}

	.parking_deals_offer .loop_offer .left span {
		font-size: 16px;
		width: 50px;
		
	}

	.header_call {
		display: block !important;
	}

	.tems_cond li .field_loop {
		margin-bottom: 20px !important;
		
	}

	.col-6.col-md-3.text-center.no-print i {
		font-size: 30px;
	}

	.park_info .img {
		
		margin: 0;
		display: block;
		width: 45%;
	}

	.park_info .list_right {
		width: 50%;
		margin-top: 20px;
		
		margin-top: 0;
	}

	.park_info .right_btn {
		width: 50%;
		margin-top: 20px;
	}

	.pop_bottom .pop_cont h2 br {
		display: none;
	}

	div#default-cookie-setting ul.nav {
		float: left !important;
	}

	#custom-setting .form-check-inline {
		width: 100%;
	}

	.text_found_tesr h3 {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}



}

.land_btn_com {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 896px) and (orientation: landscape) {
	.header_call {
		display: block !important;
	}
}


.daterangepicker td.active,
.daterangepicker td.active:hover {
	background: #2daefd !important;
}

.right_side.airport_pg p {
	text-align: left;
	
	width: 100%;
}

.right_side.airport_pg p b {
	float: none;
	margin: 0;
}

.container.review-wrap input,
.container.review-wrap select,
.container.review-wrap textarea {
	background: transparent !important;
}

.pop_news .right_tab .btn-close:hover {
	background: url(../images/crose_black.svg) no-repeat !important;
	background-size: 100% 100% !important
}

.btn-close-white {
	opacity: 1 !important;
}

.daterangepicker {
	z-index: 1 !important;
}

#alert {
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 111;
    border: 2px solid #ff3131;
}


.right_side.airport_pg h3 {
	
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

.right_side.airport_pg ul {
	
	width: 100%;
	margin-bottom: 20px;
}

.right_side.airport_pg h2 {
	
	width: 100%;
}


@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.navbar-brand img {
		width: 100%;
	}

	#header ul li a {
		font-size: 12px;
	}

	#header ul li {
		margin-right: 19px;
	}
	.main-footer ul li,
	.main-footer ul li a {
		font-size: 12px;
	}
	#header ul li a.btn.btn_yellow {
		width: 140px;
	}

	.search_filter .filter_loop.large {
		width: 100%;
	}

	.newletter .loop_fields input {
		width: 350px;
	}

	.loop_testmo .text {
		height: 330px;
	}

	.widgth .car_img {
		width: 100%;
	}

	.content_img img {
		width: 100%;
	}

	.prking_loop div.but_wp a.btn.btn_yellow {
		margin: 0 15px;
	}

	.park_info .img {
		width: 130px;
	}

	.park_info .right_btn {
		width: 155px;
	}

	.loop_table .table_body .tab_bod {
		margin-top: 0px;
	}

	.loop_table .table_body {
		height: 367px;
	}

	.loop_table .table_footer {
		bottom: -21px;
		left: -20px;
	}

	.loop_table .table_footer {
		bottom: -6px;
		left: -8px;
		width: 80px;
		height: 98px;
		background-size: 100% 100% !important;
	}

	.title_area.compare_pg .filter_loop li a {
		padding: 6px 3px;
		font-size: 9px;
	}

	.step_wraps li {
		margin-right: 30px;
	}

	.field_loop .form-check-label span {
		margin-left: 10px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.modal-dialog {
        max-width: 600px;
        	margin: 1.75rem auto;
    	}
	.form_field input.form-control {
		font-size: 14px
	} 

.btn_yellow {
 	   font-size: 15px; 
	}
.btn_yellow:hover,
.btn_yellow:active {
 	   font-size: 15px; 
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.park_info .list_right {
		
		width: 75%;
		margin-top: 0px;
	}

	.accordion {
		margin-top: 0;
	}

.btn_yellow {
 	   font-size: 15px; 
	}
.btn_yellow:hover,
.btn_yellow:active {
 	   font-size: 15px; 
	}

}