﻿/*!
Theme Name: alfa-travel
Theme URI: https://www.visibilis.co.uk/
Author: Visibilis Team - Jitendra Popat
Author URI: https://www.visibilis.co.uk/
Description: This theme is created for alfa-travel website project. and web design by Visibilis
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alfa-travel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

alfa-travel is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/






body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.search-title{font-family: 'LatoBold',Sans-serif;font-size:30px;line-height:30px;color:#164396;}.sticky {
	display: block;
}
/* 
.hentry {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.blogDetailSlider img{
    
    padding: 0px 6px;
}

.blogDetailSlider .slick-dots{

	display: none !important;
}

#alfa_catName{

	border: 1px solid #fff;
	color: #fff;
	padding: 8px;
	border-radius: 9px;
	font-size: 13px;
}

.categoryCenterBlogDetail #alfa_catName:hover{

	background: #20388A;
	border: 2px solid #20388A;

}

/*===============================Jitendra============================================*/

.section-title-style, .customHeading h2 { position: relative; }
.section-title-style:after { content: ""; width: 50px; height: 50px; background-color: #20388A; }

.header-section .header-top-nav-left {float: left;}

.customHeading h2 { position: relative; }
.customHeading h2:after {
content: "";
width: 50px;
height: 5px;
background-color: #20388A;
display: inline-block;
position: absolute;
bottom: -20px;
left: 0;
right: 0;
margin: auto;
}



.customHeadingNew h2 { position: relative; }
.customHeadingNew h2:after {
content: "";
width: 100px;
height: 5px;
background-color: #ffffff;
display: inline-block;
position: absolute;
bottom: -20px;
left: 0;
margin: auto;
}

.customHeadingSms h2::after {
content: "";
width: 50px;
height: 5px;
background-color: #20388A;
display: inline-block;
position: absolute;
bottom: 24px;
left: 0;
/* right: 0; */
margin: auto;
}

/*========================Design for hotel listing============================*/

.alfa-hotel-wrapper{
	width: 100%;
}

.alfa-hotel-top-wrapper{

	width: 100%;
	display: inline-block;
	text-align: center;
}

.alfa-hotel-region{

	padding: 14px;
	display: inline-block;
	
}

.alfa-hotel-top-wrapper .region-ball{

	/*border: 1px solid #000;*/
	padding: 16px;
	border-radius: 25px;
	display: block;
    width: 10px;
    margin: 0 auto;

}

.alfa-hotel-top-wrapper .region-name{

	color: #20388A;
    font-size: 12px;
}

.alfa-hotel-bottom-wrapper{

	width: 100%;
	display: inline-block;
}

.alfa-hotel-bottom-wrapper .alfa-hotel-card{

	width: 25%;
	height: auto;
	float: left;
	padding: 10px;
}

.alfa-hotel-bottom-wrapper .alfa-hotel-image-section{
    width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 185px;
}

/*.alfa-hotel-image-section img{

	height: 100% !important;
}
*/
.alfa-hotel-bottom-wrapper .alfa-hotel-description-section{
    
    width: 100%;
	height: 90px;

}

.alfa-hotel-description-section h5{

	font-size: 15px;
	color: #fff;
	padding: 12px;
}

.alfa-hotel-description-section h5:after{
    
    content: "";
    border: 1px solid #fff;
    width: 22%;
	position: relative;
	top: 4px;
    display: block;
}

.alfa-hotel-description-section .description-region-name {
	font-size: 12px;
	color: #fff;
	padding: 13px;
}

.description-region-viewMore {

	font-size: 14px;
	border: 2px solid #fff;
	padding: 0px 5px;
	color: #fff !important;
	font-weight: bold;
	float: right;
    margin-right: 14px;
}

.description-region-viewMore i{
    padding-left: 4px;
}

.alfa-hotel-description-section .description-region-viewMore:hover{

	text-decoration: none;
	border: 2px solid #20388A;
	color: #20388A !important;
}
.alfa-hotel-description-button{

	padding-bottom: 10px;
}

.alfa-upper-container h2 {
	font-family: 'LatoBold', Sans-serif;
	font-size: 40px;
	line-height: 48px;
	color: #20388A;
	margin: 25px 0 50px;
	padding: 0;
	position: relative;
}

.alfa-upper-container{

	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.alfa-upper-container h2::after {
	content: "";
	background-color: #20388A;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 54px;
	height: 5px;
	display: inline-block;
	bottom: -10px;
}

/*============================== Request a Callback ==========================*/

.headingField h3{
	font-family: 'LatoBold', Sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #20388A;
	margin: 15px 0;
	padding: 0;
}

.headingField .ui-datepicker-trigger {
	position: relative;
	top: -42px;
	float: right;
	padding-right: 10px;
}

.extraTextArea{
	margin-top: -17px !important;
}

.headingField .default-form-style .form-field textarea{
	background-color: #ffffff;
	border: 1px solid #20388A;
	border-radius: 6px;
	padding: 5px 15px;
	margin: 10px 0;
	text-align: left;
	font-family: 'LatoRegular', Sans-serif;
	color: #477EC0;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	height: 120px;
	border-radius: 5px;
}

.default-form-style .form-field select{
	background-color: #ffffff;
	border: 1px solid #20388A;
	border-radius: 6px;
	padding: 5px 15px;
	margin: 10px 0;
	text-align: left;
	font-family: 'LatoRegular', Sans-serif;
	color: #477EC0;
	font-size: 20px;
	line-height: 26px;
	width: 20%;
	height: 48px;
	border-radius: 5px;
}

.checkboxFirst,.checkboxSecond{

	color: #20388A;
}

/*============================== Request a Brochure ======================*/

.bro-first-half{

	width: 50%;
	float: left;
	padding: 10px;
}

.bro-second-half{

	width: 50%;
	float: right;
	padding: 10px;
}

.bro_req_left_banner_container{
    padding: 38px;
    background: #20388A;
    border-radius: 17px;
    color: #fff;	
}

.bro_req_left_banner_container input{
	width: 100%;
	height: 44px;
	border-radius: 10px;
}

.bro_req_left_banner_container button {
	background: #EF7D00;
    border: 1px solid #EF7D00;
    padding: 5px 17px;
    font-size: 20px;
    border-radius: 7px;
    position: relative;
    color: #fff;
    cursor: pointer;
    /* left: 499px; */
    /* margin-top: 6px; */
    /* margin-left: -100px; */
    float: right;
    /* margin-top: -37px; */
    top: -38px;
    margin-right: 6px;
}

.bro_req_left_banner_container h2,.bro_req_left_banner_container h3{

	font-size: 28px;

 }

/*.bro_req_left_banner_container h3{

	position: relative;
	top: -32px;
}*/

.bro_req_left_banner_container h3:after{

	content: "";
	border: 1px solid #fff;
	display: inherit;
	width: 100%;
	margin-bottom: 7px;
	
}

/*.bro_req_left_banner_container .result-des{

	margin-top: -73px;
}*/

.bro_req_left_banner_container p{

	padding-bottom: 14px;
	font-size: 16px;

}

.bro_req_right_banner_container {
	min-height: 368px;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.resultDiv{

	float: none !important;
	display: inline-block;
}

.containerNew{

	width: 1100px;
	max-width: 100%;
    padding: 0 15px;
    margin: auto;
}

.customBackgroundForm{

	background: #DBECE0;
	padding-bottom: 70px !important;
}
.gray_bg{
	background: none !important;
}

.default-form-style .form-field input[type="text"], .default-form-style .form-field input[type="email"] {
	border: none !important;
}

.default-form-style .form-field .input-btn-group .findbtn {

	font-size: 17px !important;
}

.backgroundChange{

	background: #fff;
	padding: 14px !important;
	border-radius: 7px;
	font-weight: bold;
	margin-top: 24px !important;
}
.customBackgroundForm h3{

	color: #20388A;
	padding-bottom: 11px;
} 

.customBackgroundForm p{
	color: #20388A;
}

.customBackgroundForm .result-block{

	color: #20388A !important;
}

.backgroundChange input[type="submit"] {
	background: #EF7D00;
	border: 1px solid #EF7D00;
	padding: 5px 17px;
	font-size: 20px;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	float: right;
}

.customBackgroundForm input::placeholder{

	color: #20388A;
}

#mannualAddress{
	visibility: hidden;
}
.default-form-style .form-field .input-btn-group .findbtn {
	background-color: #9BCEAC !important;
	border: 1px solid #9BCEAC !important;
}

/*==========================Holiday detail page================================*/
.navbackgroundChange {
	background: #00abc4;
	width: 100%;
	padding: 10px;
}
.navCustomStyle{
	/*padding-left: 103px !important;*/
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 0px !important;
}
.navCustomStyle li{
	font-weight: bold;
	font-size: 19px;
	display: inline;
	padding-right: 8%;
}
.navCustomStyle a{
    background:  !important;
    border:  !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-family: 'LatoBold', Sans-serif;
}
/*.navCustomStyle .active a{
	text-decoration: underline !important;
}
*/
.navCustomStyle > li{
   margin-bottom: 0px !important;
}
.tab-content{
	background: #ECF0F7;
}
.book_now_box{
	background: #DBECE0;
	border-radius: 10px;
}
.tabContentWrapper {
	padding: 26px 80px;
}
.backGroubdChange{
	background: #fff;
}
.innerContentWrapper{
	background: #fff;
	padding: 30px;
	border-radius: 15px;
}
.content_bookNow{
	padding: 10px;
}
.bookNowBtn {
	background: #20388A;
	color: #fff !important;
	width: 100%;
	border-radius: 8px;
	padding: 12px;
	font-size: 29px;
	font-weight: bold;
	font-family: 'LatoBold', Sans-serif;
	text-decoration: none !important;
	display: inherit;
	text-align: center;
}
.content_bookNow{
	padding: 20px;
}
.PriceWrapper{
	border-bottom: 1px solid #3C3C3C;
	padding: 8px 26px;
	padding-bottom: 20px;
}
.tourWrapper{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 26px;
	padding-right: 26px;
} 
.innerContentWrapper h3{
	font-family: 'LatoBold', Sans-serif;
	font-weight: bold;
	color: #20388A;
	width: auto;
	padding-bottom: 8px;
}
#overview .innerContentWrapper h3::after {
	content: "";
	background: #20388A;
	width: 183px;
	position: absolute;
	top: 50px;
	height: 3px;
	left: 16px;
}
.innerContentWrapper h2{
	font-family: 'LatoBold', Sans-serif;
	color: #154396;
	padding-top: 25px;
	font-size: 25px;
	padding-bottom: 10px;
}
.book_now_box p{
	margin: 0px;
}
.innerContentWrapper p{
	font-size: 19px;
	font-family: 'LatoRegular', Sans-serif;
}
.pricePara{
	color: #20388A;
	font-size: 43px !important;
	font-weight: bold;
}
.priceParaSpan{
    font-size: 20px !important;
}
.paddingRow{
	padding-bottom: 15px;
}
.navCustomStyle a{
	text-align: center;
}

/*=====================2nd tab=========================*/
.secondTabContentWrapper h3{

	padding-left: 29px;
	padding-bottom: 16px;
	color: #20388A;
	font-family: LatoRegular;
	font-family: 'LatoRegular', Sans-serif;

}
.oneBox h3{
	padding-left: 0px;
	width: 100%;
	border-bottom: 1px solid #20388A;
	font-family: 'LatoBold', Sans-serif;
}
.oneBox span{
	color: #20388A;
	margin-top: 38px;
	font-weight: bold;
}
.oneBox li{
	list-style: inside;
    padding: 4px 0px;
    font-family: 'LatoRegular', Sans-serif;
}
.oneBox span{
	font-family: 'LatoRegular', Sans-serif;
}
.belowContent {
	padding: 26px 80px;
}
.belowContent p{
	font-family: 'LatoRegular', Sans-serif;
}
.thirdTabContentwrapper h2 {
	padding-top: 0px;
}
.ulLiStyle ul{
    padding-left: 145px;
}
.ulLiStyle li {
	list-style: disc;
	padding-bottom: 21px;
	font-family: 'LatoRegular', Sans-serif;
}
.container1{
	width: 1280px;
	max-width: 100%;
	padding: 0 15px;
	margin: auto;
}
.nav > li > a:focus, .nav > li > a:hover {
	
	 background-color: #fff !important; 
}
/*----------------------Style Added for pickup area section----------------------*/
.pickup-wrapper{

	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pickup-column-left{

	width: 50%;
	float: left;
}

.pickup-column-left h3{

	color: #20388A;
	padding: 18px 0 18px 0px;
}

.pickup-column-right{

	width: 50%;
	float: right;
}

.pickup-column-right iframe{

	height: 589px;

}

.pickup-heading h2{

	color: #20388A;
}

.pickup-heading h2 {
	text-align: center;
	padding: 25px 0px 50px 0px;
}

.pickup-heading > h2:after{
    content: "";
    width: 50px;
    height: 5px;
    background-color: #20388A;
    display: inline-block;
    position: absolute;
    top: 105px;
    left: 0;
   right: 0;
   margin: auto;
}

.pickup-column-left button{

	
	cursor: pointer;

}

.pickup-column-left input{

	/*border-right: none;*/
	margin-left: 2px;
	height: 56px;
	font-size: 38px;
    width: 80%;

}

.pickup-column-left .fa-search{

	font-size: 25px;
	color: #20388A;

}

.pickup-area-section{

	width: 79%;
	height: 70px;
	margin: 35px 0px 35px 0px;
}

.pickup-icon-section{

	width: 9%;
	float: left;
}

.pickup-icon-section i{
    
    font-size: 40px;
    color: #20388A;

 }

.pickup-content-section{

	width: 91%;
	float: right;
}

.pickup-content-section h4{
  color: #20388A;
}

.pickup-content-section p{
  color: #3C3C3C;
  font-size: 15px;
}

/*================================Override request form css=============*/
.RequestQuoteWrapper{
	padding: 0px !important;
}
.RequestFormStyle{
	padding-bottom: 30px !important;
}

.RequestFormStyle hr{
    background-color: #20388A !important;
    width: 100% !important;
}
.RequestFormStyle .subtitle{
	color: #3C3C3C;
	padding: 29px 0px;
}
.RequestFormStyle .personal_detail{
	color: #20388A;
	padding-bottom: 10px;
}
.RequestFormStyle .first_block{
	clear: both;
}
.bro_req_result_container {
	padding: 0px !important;
}
.default-form-style .form-field select {
	border: none !important;
}
.RequestFormStyle .form-field img{
	position: relative;
	top: -42px;
	float: right;
	right: 12px;
}
.ckeckbox_button{
	width: 50% !important;
	float: right !important;
}
.checkbox_section{
	width: 70% !important;
	float: left !important;
}
.submitButton{
	width: 30% !important;
	float: right !important;
}
.ckeckbox_button .backgroundChange{
	background: none !important;
}
.RequestFormStyle .backgroundChange{
	background: none;
}
.TextAreaPadding{
	padding: 0px 15px !important;
}

/*==================Individual Hotel page css===========================*/
.individualHotel .firstTab h3 { 
	position: relative; 
	border: none !important;
	font-family: 'LatoBold', Sans-serif;
	font-weight: normal;
	font-size: 25px; 
	margin-top: 0px;
 }
.individualHotel .firstTab h3::after {
	content: "";
	width: 82px;
	height: 3px;
	background-color: #20388A;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
}
.individualHotel .firstTab .iconWarp {
	width: 55px;
	display: inline-block;
	float: right;
	padding-bottom: 28px;
}
.individualHotel .firstTab p{
	padding-top: 10px;
}
.individualHotel .innerContentWrapper{
    background: none;
    padding: 24px 57px;
}
.individualHotel{
	background: none;
}
.individualHotel .firstTab h2{
	font-family: 'LatoBold', Sans-serif;
	font-size: 30px;
	margin: 0px;
}
.individualHotel .firstTab .marker {
	font-size: 20px;
	color: #477EC0;
}
.individualHotel .firstTab .address p{
	padding-top: 0px;
}
.roomsHeadingContent hr{

	background: #20388A;
	height: 1px;
}
.roomsHeadingContent h4{

	font-size: 25px;
	font-family: 'LatoBold', Sans-serif;
	color: #20388A;

}
.roomsContentWrapper h2{
    margin: 0px !important;
    font-size: 40px !important;
}
.access_detail hr{
	background: #477EC0;
	height: 1px;
}
.access_detail h4{
	color: #477EC0;
	font-size: 25px;
	font-family: 'LatoBold', Sans-serif;
}
.paddingRow .access_imageWrap{
	padding: 20px !important;
}
.paddingRow iframe{
	width: 100%;
	height: 400px;
}
.address .col-xs-11 {
    width: 90% !important;
}

/*==============================river listing style=====================*/
.riverListing .alfa-hotel-description-section h5::after {
	border: none;
	width: 0px;
	display: none;
}
.riverListing .alfa-hotel-bottom-wrapper .alfa-hotel-description-section {
	height: 90px !important;
}
.riverListing .alfa-hotel-description-section .description-region-viewMore:hover {
	border: 2px solid #fff;
	color: #76C7D1 !important;
	background: #fff;
}
.read-more-content-wrapper{
	display: inline-block;
	width: 100%;
	padding: 0 10px;
}
.read-more-header{
	width: 100%;
	background: #9FD6DB;
	height: 60px;
}
.read-more-header h4{
	color: #fff;
	font-size: 25px;
	font-family: 'LatoBold', Sans-serif;
	padding: 13px;
}
.read-more-contents{
	background: #E5F7F8;
	display: inline-block;
	width: 100%;
}
.content-column-1{
	width: 50%;
	float: left;
}
.content-column-2{
	width: 50%;
	float: right;
}
.riverListing .content-description,.riverListing .content-specification{
	font-size: 15px;
	font-family: 'LatoRegular', Sans-serif;
	padding: 17px;
}
.riverListing .content-specification{
	padding-top: 0px;
}
.riverListing .alfa-hotel-description-section h5 {
    padding: none; 
}
.riverListing .heading-table-box{
	padding: 0px;
}
.riverListing .alfa-hotel-description-button {
     padding-bottom: 0px; 
     display: inline-block;
     text-align: center;
     width: 100%;
}
.riverListing .description-region-viewMore {
	float: none;
}
.riverListing .description-region-viewMore{
	padding: 5px 20px;
}
.riverListing .description-readmore-button{
	width: 50%;
	float: left;
}
.riverListing .description-region-viewMore{
	width: 50%;
}
.riverListing .description-region-viewMore {
    margin-right: 0px;
}
.travelling-search-form .form-action button[type="submit"] {
	background-color: #fdbc11;
	border: 1px solid #fdbc11;
	font-family: 'LatoBold', Sans-serif;
	font-size: 35px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	border-radius: 0px;
	padding: 0 15px;
	width: 175px;
	height: 48px;
	float: right;
	cursor: pointer;
}
/*.popmake-overlay{
	display: block !important;
}*/
.destinationFilter li{
	cursor: pointer;
}
.destinationBackground {
	background-color: #20388A;
	color: #fff !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-bottom: 1px solid white;
}
.pagination_search{
	text-align: center;
}
.page-numbers {
	background: #FFFFFF;
	padding: 10px;
}
.page-numbers.current{
    background: #477EC0;
    color: #fff;
}
.itenaryWrapper h3 {
	color: #20388A;
	font-family: 'LatoBold', Sans-serif;
	padding: 0px 118px;
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
	overflow: visible !important;
}
.popmake-close{
	display: block !important;
}
.jqueryDummyClass{
	display: none !important;
}
.pum-container {
	position: absolute !important;
	bottom: -35px !important;
}
.jqueryDummyClass{
	display: none !important;
}
.jqueryDummyClassShow{
	opacity: 1 !important;
}

/*======================Newsletter style for offer===================*/

.newsLetterWrapper{
    width: 100%;
    height: auto;
    background: #477EC0;
} 
.contentWrapper .signupText{
	color: #fff;
	font-family: 'LatoBold', Sans-serif;
	font-size: 30px;
	text-align: center;
	padding-bottom: 35px;
}
.formWrapper{
	width: 100%;
	display: inline-block;
}
.formLeftPart{
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0px 5px 0px 0px;
}
.formRightPart{
	width: 50%;
	display: inline-block;
	padding: 0px 0px 0px 5px;
}
.holidayTypeWrapper{
	width: 100%;

}
.holidayTypeWrapper p{
    font-family: 'LatoRegular', Sans-serif;
    font-size: 25px;
    padding: 25px 0px;
    color: #fff;
}
.travelHolidayWrapper{
	width: 100%;
	display: inline-block;
}
.contentWrapper{
	padding: 45px 160px;
}
.formLeftPart input,.formRightPart input{
	width: 100%;
	border-radius: 8px !important;
	padding: 9px 18px !important;
	font-size: 17px;
	color: #20388A !important;
}
.formLeftPart input::placeholder,.formRightPart input::placeholder{
    color: #20388A !important;
}
.travelInfo {
	display: inline-block;
	padding-right: 33px;
	color: #fff;
}
.travelInfo img{
	height: 18px !important;
}
.newsletter_signup {
	background: none !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	padding: 5px 20px !important;
	font-size: 15px !important;
	font-weight: bold;
	float: right;
}
.holidayTypeWrapper .newsletter_signup:hover {
    background: #fff;
    color: #20388A;
}
.travelInfo input{
	-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
	-moz-appearance: checkbox;    /* Firefox */
	-ms-appearance: checkbox;
}

/*===holiday===*/
.alf_holiday .firstTab .iconWarp {
	width: 35px;
	display: inline-block;
	float: right;
	padding-bottom: 30px;
	padding-right: 5px;
	margin-right: 4px;
}
.alf_holiday .firstTab h2 {
	font-family: 'LatoBold', Sans-serif;
	font-size: 30px;
	/*margin: 0px;*/
}
.alf_holiday .firstTab h3 {
	position: relative;
	border: none !important;
	font-family: 'LatoBold', Sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
}
.alf_holiday .firstTab .hotel_desc {
	padding-top: 10px;
}
.alf_holiday p {
	font-size: 15px;
	font-family: 'LatoRegular', Sans-serif;
}
.alf_holiday .firstTab .marker {
	font-size: 20px;
	color: #477EC0;
}
.address .col-xs-11{
	padding-top: 5px;
}
.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999999999;
}

/*=======================overlay css==================*/
.offerColumnHeight.elementor-top-column{position: relative; overflow: hidden;}
.offerColumnHeight.elementor-top-column .elementor-column-wrap:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-106%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-106%,0);
}
.offerColumnHeight.elementor-top-column:hover .elementor-column-wrap:before{
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,106%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,106%,0);
	content: "";
}
.offerColumnHeight.elementor-top-column .elementor-background-overlay{display: none;}
.header-section .offer-btn-block {
	 z-index: 99999 !important; 
}
.travelling-search-form .form-action button[type="submit"]:hover {
	color: #fdbc11;
	background-color: #ffffff;
	border: 1px solid #fdbc11;
}
.offerColumnHeight{
	cursor: pointer;
}
#backtoptop{
	z-index: 99999 !important;
}
/*.holiday_grid_block2 .price-details-block {
	font-size: 25px !important;
}*/
/*.holiday_grid_block2 .price-details-block span {
	font-size: 50px !important;
}*/
.hotel_icons p{
	color: #001948;
	padding: 10px 0px;
}
.hotel_icons .col-md-3{
	text-align: center;
}
.roomsContentWrapper{
	padding: 50px 57px !important;
}
.searchBtn{
    background: #EF7D00 !important;
	color: #fff !important;
	font-size: 15px !important;
	border-radius: 5px !important;
	padding: 8px 15px !important;
	float: right;
}
.vectorImage{
	background-image: url('images/Group 1701.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
}
.vectorImageBrochure{
	background-image: url('images/Group 1594.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
}
.vectorImageCallBack{
	background-image: url('images/Group 1663.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
}
.vectorImagejoining{
	background-image: url('images/Group 1600.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 112px !important;
}
.vectorImageCoach{
	background-image: url('images/Group 1656.png'); 
	background-position: right bottom;
	background-repeat: no-repeat;
}
.vectorImageHotel{
	background-image: url('images/Group 1601.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
}
.vectorSelfDrive{
	background-image: url('images/Group 1600.png'); 
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 45px;
}
.alfa-hotel-region{
	cursor: pointer;
}
#mannualAddressButton{
	font-size: 15px !important;
}
.group-field-coach-air{
	width: -moz-calc(100% - 175px);
	width: -webkit-calc(100% - 175px);
	width: calc(100% - 175px);
	float: left;
}
/*.departing-from,.travelling-to,.departure-date{
	width: 33% !important;
}

.group-coach .departing-from,.group-coach .travelling-to,.group-coach .departure-date{
  
   width: 27% !important;

}*/

.search_page_dropdown .selectric{
	border: 1px solid #20388A !important;  
	border-radius: 5px !important;
}

.search_page_dropdown .selectric .button {
	border-radius: 0px;
}

#by-coach .custom-select .selectric{
	background-color: #ECF0F7 !important;
}

#self-drive .custom-select .selectric{
	background-color: #ECF0F7 !important;
}

#river-cruise .custom-select .selectric{
	background-color: #ECF0F7 !important;
}

.travelling-search-form .form-field.departing-from::after, .travelling-search-form .form-field.travelling-to::after {
	
	content: "" !important;
}
.selectedBackground{
	background: #20388A;
    color: #fff !important;
    margin-top: 5px !important;
}
.pagination_search .pagination_link {
	padding: 3px 8px;
	background: #fff;
	margin: 0px 3px;
	text-decoration: none;
	color: #477EC0;
}
.pagination_search a:not(.pagination_link){
	text-decoration: none;
	pointer-events: none;
	color: #477EC0;
}
.pagination_search .current_page{
	background: #477EC0;
	color: #fff; 
}
.loader-overlay {
	background-color: rgba(255,255,255,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#alfa_search_overlay {
    background-image: url(images/Loading_icon.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

#datepickerSearch .ui-datepicker {
	margin-top: 60px;
	width: 100%;
}

#datepickerSearch .ui-widget-header {
	background: #ECF0F7;
}

#datepickerSearch .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #008ba8;
}

#datepickerSearch .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}


.search-loader-overlay {
	background-color: rgba(255,255,255,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#alfa_search_overlay_holiday {
    height: 200px;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #20388A;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.eliteClass{
	color: #AD9B6A !important;
}
.eliteClass span{
	color: #AD9B6A !important;
}
.eliteClass .offer-count{
	background-color: #AD9B6A !important;
	color: #fff !important;
}

/*=====================location map css======================================*/
.wrapper_location{
	width: 100%;
	background: #E7FCF8;
	display: inline-block;
}
.left-half-section {
	width: 50%;
	float: left;
}
.right-half-section {
	width: 50%;
	float: right;
}
.heading-section{
	padding: 20px 0px;
}
.heading-section h2 {
	color: #20388A;
	font-family: 'LatoBold', Sans-serif;
	font-size: 35px;
	line-height: normal;
	position: relative;
}
.heading-section h2::after {
	content: "";
	width: 90px;
	height: 3px;
	background: #20388A;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.detail-name-section{
	width: 100%;
}
.detail-first-section{
	width: 33%;
	float: left;
}
.detail-second-section{
	width: 33%;
	float: left;
}
.detail-third-section{
	width: 33%;
	float: left;
}
.each-content-wrap{
	width: 100%;
	padding-bottom: 5px;
	display: inline-block;
}
.each-content-wrap .count-location-name {
	width: 12%;
	float: left;
}
.each-content-wrap .hotel-name {
	width: 88%;
	float: left;
}
.count-location-name span {
	font-size: 10px;
	padding: 3px;
	border-radius: 27px;
}
.each-content-wrap .hotel-name p {
	color: #3C3C3C;
	font-family: 'LatoBold', Sans-serif;
	font-size: 16px;
}
.wrapper_location .content_wrapper {
	width: 1122px;
	margin: 0 auto;
	display: flex;
	position: relative;
	padding: 22px 0px;
}
.shipreadmore{
	width: 100%;
}
.bannerWrap{
	z-index: 98;
}
.travelling-search-form input[type="text"]::placeholder,.travelling-search-form input[type="email"]::placeholder,.travelling-search-form input[type="password"]::placeholder,.travelling-search-form textarea::placeholder {
	text-align: center;
}
.toor-icon-block.t_day{
	position: relative;
	top: 2px;
}
.toor-icon-block.half_board {
	position: relative;
	top: 15px;
}
.tour-days .no_of{
	margin-top: 5px;
}
#hotel h3{
	width: 100%;
}
.scrollUnderline{
	text-decoration: underline;
}
.iconWarp.partnerimageWrap {
	position: relative;
	top: -4px;
	width: 99px !important;
}
.row.icon_row {
	margin-right: -3px;
}
#map_pickup{
	height: 400px;
}
.toor-icon-block.t_day{
	position: relative;
	top: 15px;
}
#searchable_postcode {
	font-size: 29px;
	padding-left: 10px;
	color: #477EC0;
}

#bookingref {
	font-size: 29px;
	padding-left: 10px;
	color: #477EC0;
}
#pickup_submit {
	border: none;
	position: relative;
	right: 54px;
}
/*.gm-style-cc{
	display: none;
}
.gm-style a img {
	display: none;
}*/
.customContent ul{
	padding-left: 19px;
}
.customContent ul li{
	font-size: 16px;
}
.ulLiStyle{
	padding-left: 15px;
}
.top_link li a{
	text-decoration: none;
    color: #fff;
}
.header-section .header-top-nav ul.top_nav li a {
	font-size: 18px !important;
}
.header-section .header-right-block .main-navigation li a {
	font-size: 18px !important;
}
.search-head-filter .HeadFiltertoggle {
	margin-top: 14px !important;
	float: left !important;
}
.search-body-view .refine{
	font-family: 'LatoRegular', Sans-serif;
	color: #20388A;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	margin: 15px 0;
	padding: 0px 15px;
}
.aside-filter-box {
	margin: 0px 0 0 !important;
}
.search-head-filter .HeadFiltertoggle {
	padding: 5px 25px !important;
}
.search-head-filter .HeadFiltertoggle {
	float: right !important;
}
.content{
	font-size: 16px !important;
}
.priceSymbol{
	display: inline !important;
	font-size: 40px !important;
	position: relative;
	top: 0px;
	right: 0px;
}
.iconWarp.alfaStarimageWrap {
	width: 106px !important;
}
.iconWarp.alfaStarimageWrap img {
	width: 30px;
	float: left;
}
.itenaryWrapper h3{
	font-size: 40px !important;
}
.oneBox li{
	font-size: 16px;
}
.iconWarp.alfaStarimageWrap {
	margin-left: 9px;
}
.individualHotel {
	margin-bottom: 0px !important;
}

/*===============================Hotel search details Page banner==================*/
.hotel-detail-box {
	width: 510px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	top: 175px;
	left: 98px;
}
.hotel-heading h2{
	font-family: 'LatoBold', Sans-serif;
	font-weight: normal;
	font-size: 40px;
	color: #20388A;
}
.hotel-icons {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.hotel-first-icon{

	float: left;
}
.hotel-second-icon{

	float: left;
}
.hotel-third-icon{

	float: left;
}
.hotel-submit-button {
	float: right;
	margin-top: 13px;
}
.hotel-second-icon {
	width: 134px;
	margin-left: 8px;
	margin-top: 15px;
}
.hotel-third-icon {
	max-width: 27px;
	float: left;
	margin: 0 26px;
}
.hotelSearchBtn {
	background-color: #EF7D00;
	padding: 10px 10px;
	font-size: 19px;
	color: #fff !important;
	font-family: 'LatoBold', Sans-serif;
	border-radius: 10px;
	text-decoration: none !important;
}
.hotel-content p {
	font-family: 'LatoRegular', Sans-serif;
	color: #20388A;
	font-size: 15px;
	padding-bottom: 15px;
}
.hotel-second-icon img {
	width: 30px;
}
.hotel-content-box {
	padding: 10px;
}
.customWidthSelfDrive{
	width: 33.33% !important;
}
.custom_width_search{
	width: 100% !important;
}
.grid-detail-content a, .grid-detail-content a:hover {
	text-decoration: none !important;
}
/*.holiday-title span:hover {
	border-bottom: 1px solid #20388a;
}*/
.hotel_title{color: #00abc4;font-size: 30px;font-family: 'LatoBold', Sans-serif;}
.resort_title{color: #00abc4;font-size: 20px;font-family: 'LatoBold', Sans-serif;}

.searchDatePicker .ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png") !important;
}

.searchDatePicker .ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png") !important; 
}
.searchDatePicker. .ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png") !important;
}
.searchDatePicker .ui-state-hover .ui-icon,
.searchDatePicker .ui-state-focus .ui-icon,
.searchDatePicker .ui-button:hover .ui-icon,
.searchDatePicker .ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png") !important;
}
